@charset "UTF-8";
/*----------------------------------------------------
import .scss file
----------------------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  height: 100%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body .fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

body .fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.m-0 {
  margin-bottom: 0 !important;
}


/*----------------------------------------------------
_header.scss
----------------------------------------------------*/
.wrapper .header {
  position: fixed;
  top: 0;
  padding: 0 0 0 2.7%;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.85);
}
.wrapper .header__wrap {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.wrapper .header__logo {
  max-width: 189px;
  width: 100%;
  z-index: 99;
}
.wrapper .header__menuWrap {
  display: flex;
}
.wrapper .header__input {
  display: none;
}
.wrapper .header__menuBtn {
  display: none;
}
.wrapper .header__menuButton {
  display: none;
}
.wrapper .header__list {
  display: flex;
  align-items: center;
}
.wrapper .header__list--tel {
  justify-content: flex-end;
  margin-bottom: 7px;
}
.wrapper .header__item {
  position: relative;
  margin-right: 30px;
}
.wrapper .header__item a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.wrapper .header__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #34517E;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.wrapper .header__item a:hover {
  opacity: 1;
}
.wrapper .header__item a:hover::after {
  transform: scale(1, 1);
}
.wrapper .header__item:last-child {
  margin-right: 0;
}
.wrapper .header__item:last-child a:hover::after {
  display: none;
}
.wrapper .header__item--entry {
  text-align: center;
}
.wrapper .header__item--entry a {
  position: relative;
  width: 168px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background-color: #1C56A4;
  border: 1px solid #1C56A4;
}
.wrapper .header__item--entry a:hover {
  opacity: 1;
  color: #1C56A4;
  background-color: #ffffff;
}

@media screen and (min-width: 1600px) {
  .wrapper .header {
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .wrapper .header__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1365px) {
  .wrapper .header__item {
    margin-right: 16px;
  }
  .wrapper .header__item--telNumber span {
    font-size: 14px;
  }
  .wrapper .header__item--telNumber a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .header__item {
    margin-right: 12px;
  }
  .wrapper .header__item a {
    font-size: 16px;
  }
  .wrapper .header__item--entry a {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .header__wrap {
    height: 70px;
  }
  .wrapper .header__logo {
    max-width: 162px;
  }
  .wrapper .header__item {
    margin-right: 12px;
  }
  .wrapper .header__item a {
    font-size: 14px;
  }
  .wrapper .header__item--entry a {
    height: 70px;
  }
}
@media screen and (max-width: 870px) {
  .wrapper .header {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
  }
  .wrapper .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 61px;
  }
  .wrapper .header__logo {
    max-width: 146px;
    z-index: 99;
  }
  .wrapper .header__menuWrap {
    align-items: center;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn {
    top: 0;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span {
    text-align: center;
    background-color: #fff;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span::before {
    top: 4px;
    left: 5px;
    transform: rotate(45deg);
    background-color: #34517E;
    width: 30px;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn span::after {
    top: 2px;
    left: 5px;
    transform: rotate(-45deg);
    background-color: #34517E;
    width: 30px;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuBtn p {
    margin-top: 12px;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ body {
    overflow: hidden;
  }
  .wrapper .header__menuWrap #menuCheck:checked ~ .header__menuContent {
    left: 0;
  }
  .wrapper .header__menuBtn {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 90;
  }
  .wrapper .header__menuBtn span {
    display: block;
    height: 2px;
    width: 27px;
    background-color: #003E9D;
  }
  .wrapper .header__menuBtn span::before {
    position: relative;
    top: -8px;
    content: "";
    display: block;
    height: 2px;
    width: 27px;
    background-color: #003E9D;
  }
  .wrapper .header__menuBtn span::after {
    position: relative;
    top: 6px;
    content: "";
    display: block;
    height: 2px;
    width: 27px;
    background-color: #003E9D;
  }
  .wrapper .header__menuBtn p {
    color: #34517E;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .wrapper .header__menuButton {
    display: block;
    text-align: center;
    margin-right: 20px;
  }
  .wrapper .header__menuButton a {
    position: relative;
    width: 106px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #1C56A4;
    border: 1px solid #1C56A4;
    font-weight: bold;
  }
  .wrapper .header__menuButton a:hover {
    opacity: 1;
    color: #1C56A4;
    background-color: #ffffff;
  }
  .wrapper .header__menuContent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    overflow-y: scroll;
    color: #fff;
    margin-top: 61px;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 0 0 120px;
  }
  .wrapper .header__menuContentWrap {
    width: 78%;
    margin: 0 0 0 auto;
    background-color: rgba(255, 255, 255, 0.93);
    padding: 20px 5%;
  }
  .wrapper .header__list {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper .header__item {
    position: relative;
    margin-right: 0;
    padding: 23px 20px;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
  .wrapper .header__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003E9D;
    line-height: 21px;
  }
  .wrapper .header__item a::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/common/nav-triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 38px;
    height: 42px;
  }
  .wrapper .header__item a::after {
    position: absolute;
    bottom: 10px;
    left: unset;
    right: 5px;
    content: "";
    background-image: url(../img/common/arrow-nav.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 5px;
    background-color: unset;
    transform: unset;
  }
  .wrapper .header__item--entry {
    margin-top: 20px;
  }
  .wrapper .header__item:hover a::after {
    display: none;
  }
  .wrapper .header__item:last-child {
    margin-bottom: 0;
  }
  .wrapper .header__item--recruit {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    border-bottom: unset;
  }
  .wrapper .header__item--recruit a {
    color: #1C56A4;
    background-color: #fff;
    border: 1px solid #1C56A4;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    transition: all 0.3s;
    border-radius: 0;
    justify-content: center;
  }
  .wrapper .header__item--recruit a::before {
    display: none;
  }
  .wrapper .header__item--recruit a::after {
    display: none;
  }
  .wrapper .header__item--recruit a:hover {
    color: #ffffff;
  }
  .wrapper .header__item--recruit a:hover::after {
    display: block !important;
    border: 1px solid #ffffff;
    background-color: #34517E;
  }
  .wrapper .header__item--recruit:hover a::after {
    display: block !important;
  }
  .wrapper .header__item--entry {
    width: 100%;
    padding: 0;
    border-bottom: unset;
  }
  .wrapper .header__item--entry a {
    color: #ffffff;
    font-weight: bold;
    max-width: 100%;
    width: 100%;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    transition: all 0.3s;
    border-radius: 0;
    justify-content: center;
    border: unset;
  }
  .wrapper .header__item--entry a::before {
    display: none;
  }
  .wrapper .header__item--entry a::after {
    display: none;
  }
  .wrapper .header__item--entry a:hover {
    color: #ffffff;
  }
  .wrapper .header__item--entry a:hover::after {
    display: block !important;
    border: 1px solid #ffffff;
    background-color: #34517E;
  }
  .wrapper .header__item--entry:hover a::after {
    display: block !important;
  }
}
/*----------------------------------------------------
_footer.scss
----------------------------------------------------*/
.wrapper .footer {
  margin-top: 80px;
  background-color: #EDF2F6;
  padding: 97px 5% 40px 5%;
}
.wrapper .footer__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper .footer__logo {
  display: block;
  max-width: 189px;
}
.wrapper .footer__wrap {
  display: flex;
  justify-content: space-between;
}
.wrapper .footer__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}
.wrapper .footer__txt:last-child {
  margin-top: -15px;
}
.wrapper .footer__ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.wrapper .footer__ul:last-child {
  margin-bottom: 0;
}
.wrapper .footer__li {
  margin-right: 30px;
}
.wrapper .footer__li:last-child {
  margin-right: 0;
}
.wrapper .footer__li a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.wrapper .footer__li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #34517E;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.wrapper .footer__li a:hover {
  opacity: 1;
}
.wrapper .footer__li a:hover::after {
  transform: scale(1, 1);
}
.wrapper .footer__copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
}
.wrapper.under .footer {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .wrapper .footer {
    margin-top: 0;
    padding: 40px 40px 30px;
  }
  .wrapper .footer__wrap {
    flex-direction: column;
  }
  .wrapper .footer__logo {
    margin: 0 auto 30px;
  }
  .wrapper .footer__txt {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .wrapper .footer__txt:last-child {
    margin-top: 0;
  }
  .wrapper .footer__right {
    margin-top: 10px;
    flex-direction: column;
  }
  .wrapper .footer__ul {
    flex-direction: column;
  }
  .wrapper .footer__ul:first-child {
    margin: 0;
  }
  .wrapper .footer__li {
    width: 60%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .wrapper .footer__li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
    line-height: 25px;
  }
  .wrapper .footer__li a::after {
    position: relative;
    content: "";
    background-image: url(../img/common/arrow-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: unset;
    transform: unset;
    transition: all 0.3s;
  }
  .wrapper .footer__li a:hover {
    color: #1C56A4;
    opacity: 1;
    border-bottom: 1px solid #1C56A4;
  }
  .wrapper .footer__li a:hover::after {
    background-image: url(../img/common/arrow-blue.png);
  }
  .wrapper .footer__copyright {
    margin-top: 10px;
    font-size: 11px;
  }
  .wrapper .footer.under .footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .footer {
    padding: 40px 0 30px;
  }
  .wrapper .footer__left a {
    margin: 0 0 30px;
  }
  .wrapper .footer__logo {
    max-width: 210px;
  }
  .wrapper .footer__li {
    width: 100%;
  }
}
/*----------------------------------------------------
_common.scss
----------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.6s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  animation-delay: 1s;
}

.moving {
  animation: （fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.bad-script {
  font-family: "Bad Script", "cursive";
}

.bold {
  font-weight: bold;
}

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ab-updown {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ab-leftright {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.wrapper .container {
  padding-top: 83px;
}
.wrapper .wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.wrapper .button a {
  position: relative;
  display: block;
  color: #003E9D;
  background-color: #ffffff;
  text-align: center;
  border-radius: 99px;
  transition: all 0.3s;
}
.wrapper .button a::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background-image: url(../img/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 10px;
  transition: all 0.3s;
}
.wrapper .button a:hover {
  color: #ffffff;
  background-color: #003E9D;
  opacity: 1;
}
.wrapper .button a:hover::after {
  background-image: url(../img/common/arrow-blue.png);
}
.wrapper .button--blue a {
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
  color: #ffffff;
  transition: all 0.3s;
}
.wrapper .button--blue a:hover {
  color: #003E9D;
  border: 1px solid #0057CB;
  background: #ffffff;
  opacity: 1;
}
.wrapper .button.none {
  display: none;
}
.wrapper .contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  border-radius: 99px;
}
.wrapper .contact__button a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.wrapper .contact__button--blue a {
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper .contact__button--blue a::before {
  background-image: url(../img/common/icon-contact-white.png);
  width: 15px;
  height: 12px;
}
.wrapper .contact__button--blue a:hover {
  color: #003E9D !important;
  background-color: #ffffff;
  border: 1px solid #003E9D;
  opacity: 1;
}
.wrapper .contact__button--blue a:hover::before {
  background-image: url(../img/common/icon-contact-blue.png);
}
.wrapper .contact__button--green a {
  background-color: #31BD77;
}
.wrapper .contact__button--green a::before {
  background-image: url(../img/common/icon-recruit-white.png);
  width: 13px;
  height: 14px;
}
.wrapper .contact__button--green a:hover {
  color: #31BD77 !important;
  background-color: #ffffff;
  border: 1px solid #31BD77;
  opacity: 1;
}
.wrapper .contact__button--green a:hover::before {
  background-image: url(../img/common/icon-recruit-green.png);
}
.wrapper .anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.wrapper .anker__item {
  width: 32.3%;
}
.wrapper .anker__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  font-size: 20px;
  font-weight: 500;
  color: #003E9D;
  border: 1px solid #A1C3F8;
  background: #F7FAFF;
  text-align: center;
  transition: all 0.3s;
}
@media (hover: hover) {
  .wrapper .anker__item a:hover {
    opacity: 1;
    color: #fff;
    border: 1px solid #A1C3F8;
    background: #003E9D;
  }
}
.wrapper .anker--four .anker__item {
  width: 50%;
}
.wrapper .anker--four .anker__item:nth-child(1) a {
  border-right: unset;
  border-bottom: unset;
}
.wrapper .anker--four .anker__item:nth-child(2) a {
  border-bottom: unset;
}
.wrapper .anker--four .anker__item:nth-child(3) a {
  border-right: unset;
}

@media screen and (max-width: 870px) {
  .wrapper .top .wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .under .wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .button a::after {
    right: 15px;
    width: 19px;
  }
  .wrapper .button a span {
    position: relative;
    top: 1px;
  }
  .wrapper .anker__item a {
    font-size: 16px;
    height: 50px;
  }
}
.sp-only {
  display: none !important;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 870px) {
  .pc-only {
    display: none !important;
  }
  .pc-br {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-br {
    display: block !important;
  }
}
/*----------------------------------------------------
_top.scss
----------------------------------------------------*/
.wrapper .main .title__box::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 5px;
  background-color: #1C56A4;
}
.wrapper .main .title__en {
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  color: #1C56A4;
}
.wrapper .main .title__jp {
  font-size: 16px;
  font-weight: bold;
  color: #1C56A4;
}
.wrapper .main .fv {
  position: relative;
}
.wrapper .main .fv__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.wrapper .main .fv__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/top/fv_bg_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 70%;
  height: 104%;
  z-index: 0;
}
.wrapper .main .fv__inner::after {
  position: relative;
  content: "";
  background-image: url(../img/top/fv_pc.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 55%;
  height: 876px;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .wrapper .main .fv__inner::after {
    background-size: cover;
  }
}
.wrapper .main .fv__imgTop {
  position: relative;
  display: none;
}
.wrapper .main .fv__imgBottom {
  position: relative;
  display: none;
}
.wrapper .main .fv__txtWrap {
  padding: 304px 0 0 80px;
  position: relative;
  z-index: 1;
}
.wrapper .main .fv__txt--h1 {
  font-size: clamp(30px, 5vw, 84px);
  font-weight: bold;
  color: #1C56A4;
  font-family: serif;
  margin-bottom: 37px;
}
.wrapper .main .fv__txt--h1--small {
  font-size: clamp(20px, 3.5vw, 53px);
}
.wrapper .main .fv__txt--p {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: bold;
  line-height: normal;
  font-family: serif;
}
.wrapper .main .fv .scroll {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 72px;
}
.wrapper .main .fv .scroll .scrolldown1 {
  position: relative;
  display: inline-block;
  color: #1C56A4;
  font-size: 13px;
  line-height: 18px;
  writing-mode: vertical-rl;
}
.wrapper .main .fv .scroll .scrolldown1::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #303234;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 92px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 165px;
    opacity: 0;
  }
}
.wrapper .main .recruit {
  margin-top: 160px;
}
.wrapper .main .recruit__inner {
  position: relative;
  max-width: 1440px;
  z-index: 3;
  width: 88.8%;
  margin: 0 auto;
}
.wrapper .main .recruit__wrap {
  position: relative;
  margin-top: 80px;
  display: flex;
}
.wrapper .main .recruit__wrap--between {
  justify-content: space-between;
}
.wrapper .main .recruit__movie {
  max-width: 670px;
  width: 100%;
  height: 377px;
}
.wrapper .main .recruit__movie iframe {
  height: 100%;
}
.wrapper .main .recruit__movie--sp {
  display: none;
}
.wrapper .main .recruit__movie--mr {
  margin-right: 3.3%;
}
.wrapper .main .recruit__kv {
  width: 40%;
}
.wrapper .main .recruit__leading {
  display: inline-block;
  padding: 0 18px;
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #00A3F0, #67E202);
  margin-bottom: 30px;
}
.wrapper .main .recruit__txtWrap {
  max-width: 590px;
}
.wrapper .main .recruit__txtWrap--wide {
  max-width: 690px;
  margin-right: 3.3%;
}
.wrapper .main .recruit__txtWrap--w60 {
  width: 60%;
}
.wrapper .main .recruit__txt--big {
  font-size: clamp(32px, 2.5vw, 36px);
  line-height: 45px;
  font-weight: bold;
  color: #003E9D;
  margin-bottom: 30px;
}
.wrapper .main .recruit__txt--midium {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px;
}
.wrapper .main .recruit__button {
  margin: 78px auto 0;
}
.wrapper .main .recruit__button a {
  font-size: 24px;
  width: 342px;
  height: 73px;
  line-height: 73px;
  margin: 0 auto;
}
.wrapper .main .interview {
  margin-top: 58px;
  padding: 100px 0;
  background-color: #F9FCFF;
}
.wrapper .main .interview__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper .main .interview__list {
  margin-top: 60px;
}
.wrapper .main .interview__item {
  position: relative;
  margin-bottom: 100px;
}
.wrapper .main .interview__item:last-child {
  margin-bottom: 0;
}
.wrapper .main .interview__item a {
  display: block;
  width: 72.5%;
}
.wrapper .main .interview__kv {
  width: 100%;
}
.wrapper .main .interview__onuma {
  margin-left: 4.75%;
}
.wrapper .main .interview__kurihara {
  margin: 0 4.75% 0 auto;
}
.wrapper .main .interview__leading {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  padding: 2px 15px;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper .main .interview__leading--onuma {
  bottom: 90px;
  left: 0;
}
.wrapper .main .interview__leading--kurihara {
  bottom: 90px;
  right: 0;
}
.wrapper .main .interview__name {
  font-size: 20px;
  font-weight: bold;
}
.wrapper .main .interview__nameBox {
  position: absolute;
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
}
.wrapper .main .interview__nameBox--onuma {
  bottom: 0;
  left: 4.75%;
}
.wrapper .main .interview__nameBox--kurihara {
  bottom: 0;
  right: 4.75%;
}
.wrapper .main .interview__namePosition {
  font-size: 14px;
}
.wrapper .main .place {
  margin: 80px 0 88px auto;
  width: 95%;
}
.wrapper .main .place__inner {
  display: flex;
  justify-content: space-between;
}
.wrapper .main .place__box {
  width: 100%;
}
.wrapper .main .place__txt {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  margin-top: 40px;
  margin-right: 5%;
}
.wrapper .main .place__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .main .place__item {
  width: 40%;
  margin: 0 5% 30px 0;
}
.wrapper .main .place__item a {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.wrapper .main .place__item a::after {
  content: "";
  background-image: url(../img/common/arrow-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  transition: all 0.3s;
}
.wrapper .main .place__item a:hover {
  color: #1C56A4;
  opacity: 1;
  border-bottom: 1px solid #1C56A4;
}
.wrapper .main .place__item a:hover::after {
  background-image: url(../img/common/arrow-blue.png);
}
.wrapper .main .place__kv {
  width: 100%;
}
.wrapper .main .infographics {
  margin-bottom: 112px;
  padding: 100px 0;
  background-color: #F9FCFF;
}
.wrapper .main .infographics__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper .main .infographics__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.wrapper .main .infographics__item {
  width: 32%;
  margin-bottom: 2%;
}
.wrapper .main .infographics__item:last-child {
  margin-bottom: 0;
}
.wrapper .main .infographics .button a {
  width: 294px;
  height: 59px;
  line-height: 59px;
  font-size: 20px;
}
.wrapper .main .others__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.wrapper .main .others__box {
  position: relative;
}
.wrapper .main .others__box a {
  display: block;
  height: 100%;
}
.wrapper .main .others__box a img {
  height: 100%;
}
.wrapper .main .others__txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wrapper .main .others__en {
  font-size: 50px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.wrapper .main .others__jp {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.wrapper .main .entry {
  position: relative;
  margin-top: 80px;
}
.wrapper .main .entry::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/entry_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wrapper .main .entry--none {
  display: none;
}
.wrapper .main .entry__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.wrapper .main .entry--mt0 {
  margin-top: 0;
}
.wrapper .main .entry .title__box::after {
  background-color: #fff;
}
.wrapper .main .entry .title__en {
  color: #fff;
}
.wrapper .main .entry .title__jp {
  color: #fff;
}
.wrapper .main .entry__wrap {
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.wrapper .main .entry__txt {
  color: #fff;
}
.wrapper .main .entry__txtBox {
  width: 100%;
  margin-right: 3%;
}
.wrapper .main .entry__txt--big {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 16px;
}
.wrapper .main .entry__txt--midium {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 6px;
  font-weight: 400;
}
.wrapper .main .entry__txt--small {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}
.wrapper .main .entry__btnBox {
  width: 100%;
}
.wrapper .main .entry__btnBox .button {
  margin-top: 20px;
  width: 100%;
}
.wrapper .main .entry__btnBox .button:first-child {
  margin-top: 0;
}
.wrapper .main .entry__btnBox .button a {
  max-width: 519px;
  width: 100%;
  margin: 0 0 0 auto;
}
.wrapper .main .entry__btnBox .button a::after {
  transition: all 0.3s;
  background-image: url(../img/common/arrow-blue.png);
}
.wrapper .main .entry__btnBox .button a:hover {
  background-color: #fff;
  color: #333;
}
.wrapper .main .entry__btnBox .button a:hover::after {
  background-image: url(../img/common/arrow-black.png);
}

@media screen and (max-width: 1180px) {
  .wrapper .main .fv__inner::after {
    height: 660px;
  }
  .wrapper .main .fv__txtWrap {
    padding: 250px 0 0 60px;
  }
  .wrapper .main .fv .scroll {
    bottom: 20px;
  }
  .wrapper .main .fv .scroll .scrolldown1 {
    font-size: 12px;
  }
  .wrapper .main .recruit {
    margin-top: 140px;
  }
  .wrapper .main .recruit__wrap {
    justify-content: space-between;
  }
  .wrapper .main .recruit__leading {
    font-size: 32px;
    line-height: 48px;
  }
  .wrapper .main .recruit__kv {
    width: 100%;
  }
  .wrapper .main .recruit__txtWrap {
    max-width: 480px;
  }
  .wrapper .main .recruit__txt--big {
    font-size: 24px;
    line-height: 36px;
  }
  .wrapper .main .recruit__txt--midium {
    font-size: 18px;
  }
  .wrapper .main .recruit__button {
    margin-top: 40px;
  }
  .wrapper .main .recruit__button a {
    width: 280px;
    height: 54px;
    line-height: 50px;
    font-size: 20px;
  }
  .wrapper .main .place__txt {
    font-size: 18px;
  }
  .wrapper .main .entry__txt--big {
    font-size: 24px;
  }
  .wrapper .main .entry__txt--midium {
    font-size: 18px;
    margin-bottom: 0;
  }
  .wrapper .main .entry__txt--small {
    font-size: 18px;
  }
  .wrapper .main .entry__btnBox .button a {
    max-width: 420px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper .main .fv__inner::after {
    height: 615px;
  }
  .wrapper .main .fv__txtWrap {
    padding: 200px 0 0 40px;
  }
  .wrapper .main .fv .scroll {
    display: none;
  }
  .wrapper .main .recruit {
    margin-top: 100px;
  }
  .wrapper .main .recruit__leading {
    font-size: 24px;
    line-height: 48px;
  }
  .wrapper .main .recruit__kv {
    width: 100%;
  }
  .wrapper .main .recruit__txtWrap {
    max-width: 380px;
  }
  .wrapper .main .recruit__txt--big {
    font-size: 20px;
    line-height: 30px;
  }
  .wrapper .main .recruit__txt--midium {
    font-size: 18px;
    line-height: 30px;
  }
  .wrapper .main .recruit__button a {
    font-size: 18px;
  }
  .wrapper .main .place__txt {
    font-size: 18px;
  }
  .wrapper .main .place__item a {
    font-size: 16px;
  }
  .wrapper .main .interview__leading {
    font-size: 24px;
    line-height: 34px;
    bottom: 75px;
  }
  .wrapper .main .entry__txt--big {
    font-size: 24px;
  }
  .wrapper .main .entry__txt--midium {
    font-size: 18px;
    margin-bottom: 0;
  }
  .wrapper .main .entry__txt--small {
    font-size: 18px;
  }
  .wrapper .main .entry__btnBox .button a {
    max-width: 420px;
    font-size: 18px;
  }
}
@media screen and (max-width: 870px) {
  .wrapper .main .title__box {
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .main .title__box::after {
    height: 4px;
  }
  .wrapper .main .title__en {
    font-size: 35px;
  }
  .wrapper .main .fv__inner {
    padding-top: 61px;
    flex-direction: column;
  }
  .wrapper .main .fv__inner::before {
    width: 100%;
    height: 105%;
    background-size: cover;
    background-image: url(../img/top/fv_bg_sp.png);
  }
  .wrapper .main .fv__inner:after {
    display: none;
  }
  .wrapper .main .fv__imgTop {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .main .fv__imgBottom {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .main .fv__txtWrap {
    width: 90%;
    padding: 0;
    margin: 15px auto;
  }
  .wrapper .main .fv__txt--h1 {
    font-size: 37px;
    margin-bottom: 8px;
  }
  .wrapper .main .fv__txt--h1--small {
    font-size: 28px;
  }
  .wrapper .main .fv__txt--p {
    font-size: 17px;
  }
  .wrapper .main .recruit {
    margin-top: 85px;
  }
  .wrapper .main .recruit__wrap {
    flex-direction: column;
    margin-top: 40px;
  }
  .wrapper .main .recruit__wrap::before {
    display: none;
  }
  .wrapper .main .recruit__wrap:nth-child(2) {
    flex-direction: column-reverse;
  }
  .wrapper .main .recruit__leading {
    font-size: 25px;
    margin-bottom: 23px;
    padding: 0 10px;
  }
  .wrapper .main .recruit__movie {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 188px;
  }
  .wrapper .main .recruit__movie--pc {
    display: none;
  }
  .wrapper .main .recruit__movie--sp {
    display: block;
  }
  .wrapper .main .recruit__txtWrap {
    max-width: 100%;
  }
  .wrapper .main .recruit__txtWrap--wide {
    margin-right: 0;
  }
  .wrapper .main .recruit__txt--big {
    font-size: 20px;
    line-height: 30px;
  }
  .wrapper .main .recruit__txt--big--mb10 {
    margin-bottom: 10px;
  }
  .wrapper .main .recruit__kv {
    margin-bottom: 30px;
  }
  .wrapper .main .recruit__button {
    margin: 40px auto 0;
  }
  .wrapper .main .recruit__button a {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper .main .interview {
    padding: 60px 0;
    margin-top: 60px;
  }
  .wrapper .main .interview__inner {
    width: 100%;
  }
  .wrapper .main .interview__item {
    margin-bottom: 90px;
  }
  .wrapper .main .interview__item a {
    width: 100%;
  }
  .wrapper .main .interview__kv {
    width: 100%;
  }
  .wrapper .main .interview__onuma {
    margin-left: 0;
  }
  .wrapper .main .interview__kurihara {
    margin: 0;
  }
  .wrapper .main .interview__leading {
    font-size: 22px;
    line-height: 30px;
    padding: 0 15px;
  }
  .wrapper .main .interview__leading--onuma {
    bottom: 35px;
    left: 20px;
  }
  .wrapper .main .interview__leading--kurihara {
    bottom: 35px;
    right: unset;
    left: 20px;
  }
  .wrapper .main .interview__nameBox--onuma {
    left: 20px;
    bottom: -30px;
  }
  .wrapper .main .interview__nameBox--kurihara {
    right: unset;
    left: 20px;
    bottom: -30px;
  }
  .wrapper .main .place {
    margin: 60px auto 80px;
    width: 100%;
  }
  .wrapper .main .place__inner {
    flex-direction: column;
  }
  .wrapper .main .place__box:nth-child(2) {
    margin-top: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .main .place__txt {
    width: 90%;
    margin: 60px auto 0;
  }
  .wrapper .main .place__list {
    width: 90%;
    margin: 30px auto 0;
  }
  .wrapper .main .place__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .wrapper .main .place__item a {
    font-size: 18px;
  }
  .wrapper .main .infographics {
    padding: 60px 0;
    margin-bottom: 0;
  }
  .wrapper .main .infographics .title__box {
    width: 100%;
  }
  .wrapper .main .infographics__item {
    width: 48%;
  }
  .wrapper .main .infographics .button {
    margin: 40px auto 0;
  }
  .wrapper .main .infographics .button a {
    font-size: 18px;
    max-width: 400px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
  }
  .wrapper .main .others__inner {
    flex-direction: column;
    width: 100%;
  }
  .wrapper .main .others__box {
    height: 200px;
  }
  .wrapper .main .others__box:nth-child(1) {
    margin-bottom: 5px;
  }
  .wrapper .main .others__box a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapper .main .others__en {
    font-size: 35px;
  }
  .wrapper .main .entry {
    margin-top: 40px;
  }
  .wrapper .main .entry .title__box {
    width: 100%;
  }
  .wrapper .main .entry__wrap {
    flex-direction: column;
  }
  .wrapper .main .entry__txtBox {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .wrapper .main .entry__txt--big {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
  }
  .wrapper .main .entry__txt--midium {
    font-size: 16px;
    line-height: 35px;
  }
  .wrapper .main .entry__txt--small {
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper .main .infographics__item {
    width: 100%;
  }
}
/*----------------------------------------------------
_under.scss
----------------------------------------------------*/
.wrapper.under .main {
  margin-top: 92px;
  padding-top: 53px;
}
.wrapper.under .main .fvTitle__box {
  width: 95%;
  margin: 0 0 0 auto;
}
.wrapper.under .main .fvTitle__en {
  font-size: 77px;
  font-weight: bold;
  line-height: normal;
  color: #1C56A4;
}
.wrapper.under .main .fvTitle__jp {
  font-size: 16px;
  font-weight: bold;
  color: #1C56A4;
}
.wrapper.under .main .fvTitle__img {
  margin-top: 30px;
}
.wrapper.under .main .about {
  margin: 83px 0 100px;
}
.wrapper.under .main .about__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .about__item {
  display: flex;
  margin-bottom: 60px;
}
.wrapper.under .main .about__item:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .about__img {
  max-width: 623px;
  width: 100%;
  margin-right: 4.8%;
}
.wrapper.under .main .about__title {
  display: flex;
  align-items: center;
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: bold;
  line-height: normal;
  margin-bottom: 13px;
}
.wrapper.under .main .about__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(40px, 5vw, 70px);
  font-weight: bold;
  line-height: normal;
  color: #1C56A4;
  margin-right: 10px;
}
.wrapper.under .main .about__title span::before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background-color: #1C56A4;
}
.wrapper.under .main .about__txt {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
}
.wrapper.under .main .about__txtBox {
  max-width: 597px;
  width: 100%;
}
.wrapper.under .main .about__txt--mb10 {
  margin-bottom: 10px;
}
.wrapper.under .main .infographics {
  margin-bottom: 81px;
}
.wrapper.under .main .others {
  margin-bottom: 120px;
}
.wrapper.under .main .others__inner {
  max-width: 1120px;
}
.wrapper.under .main .others__jp {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 400x;
  font-weight: 500;
}
.wrapper.under .main .company {
  margin-top: 80px;
}
.wrapper.under .main .company__inner {
  max-width: 1000px;
  width: 70%;
  margin: 0 auto;
}
.wrapper.under .main .company .anker {
  margin-bottom: 55px;
}
.wrapper.under .main .company__wrap {
  max-width: 960px;
  margin-bottom: 160px;
}
.wrapper.under .main .company__wrap:nth-child(2) {
  margin-bottom: 80px;
}
.wrapper.under .main .company__wrap:last-child {
  margin-bottom: 0;
  max-width: 100%;
}
.wrapper.under .main .company__wrap#message, .wrapper.under .main .company__wrap#company, .wrapper.under .main .company__wrap#history, .wrapper.under .main .company__wrap#management {
  margin-top: -160px;
  padding-top: 160px;
}
.wrapper.under .main .company__titlebox {
  text-align: center;
  margin-bottom: 80px;
}
.wrapper.under .main .company__title--en {
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
}
.wrapper.under .main .company__title--jp {
  font-size: 14px;
  line-height: 35px;
  color: #a6a7a9;
}
.wrapper.under .main .company__message {
  border-top: 1px solid #A6A7A9;
  padding-top: 60px;
}
.wrapper.under .main .company__messageLeading {
  display: inline-block;
  padding: 0 18px;
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #00A3F0, #67E202);
}
.wrapper.under .main .company__messageLeadingBox {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.under .main .company__messageTxt {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 20px;
}
.wrapper.under .main .company__messageTxt:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .company__messageLogo {
  max-width: 370px;
  margin: 30px 0 0 auto;
}
.wrapper.under .main .company__li {
  border-bottom: 1px solid #a6a7a9;
  display: flex;
  padding: 25px 2.1% 25px 8.4%;
}
.wrapper.under .main .company__li:first-child {
  border-top: 1px solid #a6a7a9;
}
.wrapper.under .main .company__subject {
  max-width: 320px;
  width: 44%;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.wrapper.under .main .company__content {
  flex-grow: 1;
}
.wrapper.under .main .company__content p {
  font-size: 20px;
  line-height: 35px;
}
.wrapper.under .main .company__content--space1 {
  margin-right: 1em;
}
.wrapper.under .main .company__content--space2 {
  margin-right: 2em;
}
.wrapper.under .main .company__content--space3 {
  margin-right: 3em;
}
.wrapper.under .main .company__content--space4 {
  margin-right: 4em;
}
.wrapper.under .main .company__content--space10 {
  margin-right: 10em;
}
.wrapper.under .main .company__box {
  margin-bottom: 25px;
}
.wrapper.under .main .company__box p {
  font-size: 20px;
  line-height: 35px;
}
.wrapper.under .main .members__sectionWrap {
  margin-top: 80px;
}
.wrapper.under .main .members__accessLeading {
  align-items: flex-start;
  color: #003E9D;
  font-size: 40px;
  font-weight: bold;
}
.wrapper.under .main .members__accessLeading::before {
  position: relative;
  top: 6px;
  height: 40px;
  width: 1px;
}
.wrapper.under .main .members__accessSubLeading {
  font-size: 25px;
  line-height: 40px;
}
.wrapper.under .main .members__accessBox {
  margin: 30px 0 0 15px;
}
.wrapper.under .main .members__accessAddress {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
}
.wrapper.under .main .members__historyList {
  margin-top: 73px;
}
.wrapper.under .main .members__historyItem {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
.wrapper.under .main .members__historyItem::before {
  position: absolute;
  left: 166.5px;
  top: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% + 60px);
  background-color: #A1C3F8;
}
.wrapper.under .main .members__historyItem:first-child::before {
  top: -25px;
  height: calc(100% + 85px);
}
.wrapper.under .main .members__historyItem:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .members__historyItem:last-child::before {
  height: 50%;
}
.wrapper.under .main .members__historyItem:last-child::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 167px;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #A1C3F8;
}
.wrapper.under .main .members__historyYear {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  flex-shrink: 0;
  color: #003E9D;
}
.wrapper.under .main .members__historyYearBox {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 70px;
  min-width: 102px;
}
.wrapper.under .main .members__historyYearBox::before {
  position: absolute;
  top: 50%;
  left: 134px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #A1C3F8;
}
.wrapper.under .main .members__historyYearBox::after {
  position: absolute;
  right: -71px;
  content: "";
  background-image: url(../img/common/history-ellipse.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.wrapper.under .main .members__historyTxt {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  margin-left: 68px;
  font-weight: 400;
}
.wrapper.under .main .members__historyTxtBox {
  position: relative;
  display: flex;
}
.wrapper.under .main .members__historyTxtBox::before {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #A1C3F8;
}
.wrapper.under .main .members__safetyLeading {
  display: inline;
  align-items: flex-start;
  color: #003E9D;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.wrapper.under .main .members__safetyLeading::before {
  position: relative;
  top: 6px;
  height: 40px;
  width: 1px;
}
.wrapper.under .main .members__safetyLeading--small {
  font-size: 30px;
}
.wrapper.under .main .members__safetySubLeading {
  font-size: 25px;
  line-height: 40px;
}
.wrapper.under .main .members__safetyBox {
  margin: 30px 0 0 15px;
}
.wrapper.under .main .members__safetyTxt {
  font-size: 20px;
  line-height: 35px;
}
.wrapper.under .main .members__safetyTxt:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .members__safetyTxt--disc {
  padding-left: 1em;
  text-indent: -1em;
}
.wrapper.under .main .members__safetyTxtBox {
  margin-bottom: 20px;
}
.wrapper.under .main .faq__list {
  max-width: 960px;
  width: 82%;
  margin: 84px auto 0;
}
.wrapper.under .main .faq__item {
  margin-bottom: 30px;
  border: 1px solid #DCDBDB;
  border-radius: 8px;
}
.wrapper.under .main .faq__item:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .faq__title {
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  padding: 25px;
  transition: all 0.5s ease;
}
.wrapper.under .main .faq__title::before {
  content: "Q";
  color: #1C56A4;
  margin-right: 25px;
}
.wrapper.under .main .faq__title::after {
  position: absolute;
  top: 40px;
  right: 15px;
  transform: rotate(0deg);
  content: "";
  background-image: url(../img/common/arrow-faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 19px;
  height: 9px;
}
.wrapper.under .main .faq__title.close::after {
  right: 20px;
  transform: rotate(180deg);
}
.wrapper.under .main .faq__box {
  display: none;
  background: #F9FCFF;
  padding: 30px;
  border-top: 1px solid #DCDBDB;
  border-radius: 0 0 8px 8px;
}
.wrapper.under .main .faq__wrap p {
  display: flex;
  font-size: 18px;
  line-height: 25px;
}
.wrapper.under .main .faq__wrap p::before {
  font-size: 25px;
  font-weight: bold;
  content: "A";
  color: #333;
  margin-right: 25px;
}
.wrapper.under .main .faq__wrap p a {
  color: #1C56A4;
  text-decoration: underline;
}
.wrapper.under .main .guideline {
  margin-top: 80px;
}
.wrapper.under .main .guideline--mb120 {
  margin-bottom: 120px;
}
.wrapper.under .main .guideline__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .guideline__leading {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  margin: 0 auto 60px;
  text-align: center;
}
.wrapper.under .main .guideline__wrap {
  max-width: 960px;
  width: 80%;
  margin: 0 auto 80px;
}
.wrapper.under .main .guideline__title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 20px;
  padding-left: 19px;
}
.wrapper.under .main .guideline__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #1C56A4;
  margin-right: 15px;
}
.wrapper.under .main .guideline__item {
  border-top: 1px solid #A6A7A9;
  padding: 25px 0;
  display: flex;
}
.wrapper.under .main .guideline__item:last-child {
  padding-bottom: 0;
}
.wrapper.under .main .guideline__item--column {
  flex-direction: column;
  padding-top: 45px;
}
.wrapper.under .main .guideline__category {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.wrapper.under .main .guideline__categoryBox {
  width: 258px;
  flex-shrink: 0;
}
.wrapper.under .main .guideline__category--big {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrapper.under .main .guideline__txt {
  font-size: 18px;
  line-height: 25px;
}
.wrapper.under .main .guideline__txt--mb15 {
  margin-bottom: 15px;
}
.wrapper.under .main .guideline__flow {
  margin-top: 34px;
}
.wrapper.under .main .interview {
  margin-top: 0;
  padding: 80px 0 100px;
  background-color: #F9FCFF;
}
.wrapper.under .main .interview__inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .interview__message {
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 850px;
}
.wrapper.under .main .interview__list {
  margin-top: 60px;
}
.wrapper.under .main .interview__item {
  position: relative;
  margin-bottom: 100px;
}
.wrapper.under .main .interview__item:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .interview__item a {
  display: block;
  width: 72.5%;
}
.wrapper.under .main .interview__kv {
  width: 100%;
}
.wrapper.under .main .interview__onuma {
  margin-left: 4.75%;
}
.wrapper.under .main .interview__kurihara {
  margin: 0 4.75% 0 auto;
}
.wrapper.under .main .interview__leading {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  padding: 2px 15px;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper.under .main .interview__leading--onuma {
  bottom: 90px;
  left: 0;
}
.wrapper.under .main .interview__leading--kurihara {
  bottom: 90px;
  right: 0;
}
.wrapper.under .main .interview__name {
  font-size: 20px;
  font-weight: bold;
}
.wrapper.under .main .interview__nameBox {
  position: absolute;
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
}
.wrapper.under .main .interview__nameBox--onuma {
  bottom: 0;
  left: 4.75%;
}
.wrapper.under .main .interview__nameBox--kurihara {
  bottom: 0;
  right: 4.75%;
}
.wrapper.under .main .interview__namePosition {
  font-size: 14px;
}
.wrapper.under .main .message {
  margin-top: 80px;
}
.wrapper.under .main .message__wrap {
  position: relative;
  margin-bottom: 160px;
}
.wrapper.under .main .message__wrap::before {
  position: absolute;
  top: 166px;
  z-index: -1;
  content: "";
  background-image: url(../img/interview/background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 85%;
  display: inline-block;
}
.wrapper.under .main .message__kv {
  position: relative;
  width: 66%;
  margin: 0 0 0 auto;
}
.wrapper.under .main .message__kv--kurihara {
  margin: 0 4.75% 0 auto;
}
.wrapper.under .main .message__leading {
  position: absolute;
  left: 5%;
  bottom: 35%;
  display: inline-block;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  padding: 2px 15px;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper.under .main .message__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.wrapper.under .main .message__nameBox {
  position: absolute;
  left: 5%;
  bottom: 15%;
  display: inline-block;
}
.wrapper.under .main .message__namePosition {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 14px;
}
.wrapper.under .main .message__list {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .message__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
.wrapper.under .main .message__item:first-child .message__img {
  margin-right: 3%;
}
.wrapper.under .main .message__item:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .message__item:last-child .message__img {
  margin-left: 3%;
}
.wrapper.under .main .message__img {
  position: relative;
  max-width: 450px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.wrapper.under .main .message__img::after {
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: -30px;
  content: "";
  background-image: url(../img/interview/shadow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.wrapper.under .main .message__longImg {
  width: 95%;
  margin: 100px 0 100px auto;
}
.wrapper.under .main .message__box {
  max-width: 720px;
  width: 100%;
}
.wrapper.under .main .message__title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 23px;
  padding-left: 19px;
}
.wrapper.under .main .message__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #1C56A4;
  margin-right: 15px;
}
.wrapper.under .main .message__txt {
  font-size: 18px;
  line-height: 35px;
}
.wrapper.under .main .message__others {
  margin: 100px auto 0;
  max-width: 1280px;
  width: 90%;
}
.wrapper.under .main .place {
  width: 100%;
  margin: 80px 0 120px;
}
.wrapper.under .main .place__inner {
  display: block;
}
.wrapper.under .main .place__title {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #1C56A4;
  text-align: center;
}
.wrapper.under .main .place__titleBox {
  max-width: 850px;
  width: 70%;
  margin: 0 auto 80px;
}
.wrapper.under .main .place__txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin-right: 0;
  margin-top: 30px;
}
.wrapper.under .main .place__welfare {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .place__welfareList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.wrapper.under .main .place__welfareItem {
  position: relative;
  width: 48%;
  padding-left: 15px;
}
.wrapper.under .main .place__welfareItem::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  height: 100%;
  background-color: #1C56A4;
}
.wrapper.under .main .place__welfareItem:nth-child(1) {
  margin-bottom: 40px;
}
.wrapper.under .main .place__welfareItem:nth-child(2) {
  margin-bottom: 40px;
}
.wrapper.under .main .place__welfareLeading {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}
.wrapper.under .main .place__welfareTxt {
  font-size: 18px;
  line-height: 35px;
}
.wrapper.under .main .place__photo {
  margin-top: 100px;
}
.wrapper.under .main .place__photo .title__box {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .place__photoList {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin: 60px auto 100px;
}
.wrapper.under .main .place__photoItem {
  position: relative;
  max-width: 855px;
  width: 65%;
  margin-bottom: 80px;
}
.wrapper.under .main .place__photoItem:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .place__photoItem:nth-child(2) {
  margin: 0 0 80px auto;
}
.wrapper.under .main .place__photoItem:nth-child(2) .place__photoTxtBox {
  left: -250px;
  right: unset;
}
.wrapper.under .main .place__photoTxtBox {
  min-width: 475px;
  position: absolute;
  bottom: 30px;
  right: -250px;
  padding: 55px;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper.under .main .place__photoTxtEn {
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}
.wrapper.under .main .place__photoTxtJp {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.wrapper.under .main .place__photoSceneWrap {
  display: flex;
  overflow: hidden;
}
.wrapper.under .main .place__photoSceneWrap--mb25 {
  margin-bottom: 25px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.wrapper.under .main .place__photoSceneList {
  display: flex;
}
.wrapper.under .main .place__photoSceneItem {
  display: flex;
  width: 100vw;
  margin-right: 25px;
}
.wrapper.under .main .place__photoSceneItem:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .place__photoSceneItem--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.wrapper.under .main .place__photoSceneItem--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.wrapper.under .main .place #welfare {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 100px;
}
.wrapper.under .main .place #scene {
  margin-top: -100px;
  padding-top: 100px;
}
.wrapper.under .main .service {
  margin: 80px 0 70px;
}
.wrapper.under .main .service__title {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.wrapper.under .main .service__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1116px;
  width: 90%;
  margin: 0 auto;
}
.wrapper.under .main .service__item {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
.wrapper.under .main .service__item:hover {
  opacity: 0.8;
}
.wrapper.under .main .service__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 90%;
}
.wrapper.under .main .service__name--small {
  font-size: 25px;
}
.wrapper.under .main .service .modal__wrapper {
  display: none;
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.wrapper.under .main .service .modal__layer {
  position: relative;
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.wrapper.under .main .service .modal__box {
  position: relative;
}
.wrapper.under .main .service .modal__container {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 960px;
  width: 80%;
  height: 70%;
  border-radius: 7px;
}
.wrapper.under .main .service .modal__inner {
  position: relative;
  height: 100%;
  padding: 60px 5%;
  overflow-y: scroll;
}
.wrapper.under .main .service .modal__wrap {
  margin-bottom: 40px;
}
.wrapper.under .main .service .modal__wrap:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .service .modal__list .guideline__categoryBox {
  width: 195px;
}
.wrapper.under .main .service .modal__close {
  position: absolute;
  top: -60px;
  right: -100px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.wrapper.under .main .service .modal__close:hover {
  opacity: 0.8;
}
.wrapper.under .main .service .modal__close::before, .wrapper.under .main .service .modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 5px;
  background: #fff;
  content: "";
}
.wrapper.under .main .service .modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wrapper.under .main .service .modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wrapper.under .main .service .modal__title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  padding-left: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #A6A7A9;
  color: #1C56A4;
}
.wrapper.under .main .service .modal__title::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 20px);
  background-color: #1C56A4;
}
.wrapper.under .main .service .modal__leading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #1C56A4;
}
.wrapper.under .main .service .modal__leading::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #1C56A4;
}
.wrapper.under .main .service .modal__txt {
  font-size: 18px;
  line-height: 35px;
}
.wrapper.under .main .service .modal__txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.wrapper.under .main .service .modal__label {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 2px 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper.under .main .service .modal__label--mt20 {
  margin-top: 20px;
}
.wrapper.under .main .service .modal__label--mt30 {
  margin-top: 30px;
}
.wrapper.under .main .service .modal__cover {
  margin-bottom: 40px;
}
.wrapper.under .main .service .modal__cover:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .contact {
  margin-bottom: 120px;
}
.wrapper.under .main .contact__inner {
  max-width: 960px;
  width: 84%;
  margin: 0 auto;
}
.wrapper.under .main .contact .message {
  margin: 80px 0 60px;
}
.wrapper.under .main .contact .message__title {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 60px;
}
.wrapper.under .main .contact .message__leading {
  position: relative;
  bottom: unset;
  left: unset;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 15px;
  background: unset;
  color: unset;
  padding: unset;
}
.wrapper.under .main .contact .message__txt {
  font-size: 5;
  line-height: 35px;
}
.wrapper.under .main .contact .message__txt--mb15 {
  margin-bottom: 15px;
}
.wrapper.under .main .contact .form__wrap {
  margin-bottom: 80px;
}
.wrapper.under .main .contact .form__wrap:last-child {
  margin-bottom: 0;
}
.wrapper.under .main .contact .form__leading {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}
.wrapper.under .main .contact .form__leading::before {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #1C56A4;
  margin-right: 15px;
}
.wrapper.under .main .contact .form__list {
  margin-top: 20px;
}
.wrapper.under .main .contact .form__item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #CCCCCC;
}
.wrapper.under .main .contact .form__item--last {
  border-bottom: 1px solid #CCCCCC;
}
.wrapper.under .main .contact .form__item--textarea {
  align-items: flex-start;
}
.wrapper.under .main .contact .form__labelWrap {
  max-width: 270px;
  width: 100%;
  margin-right: 3%;
}
.wrapper.under .main .contact .form__labelBox {
  display: flex;
  justify-content: space-between;
}
.wrapper.under .main .contact .form__labelDescription {
  font-size: 14px;
  line-height: 20px;
}
.wrapper.under .main .contact .form__label {
  font-size: 18px;
  line-height: 30px;
}
.wrapper.under .main .contact .form__required {
  font-size: 16px;
  line-height: 22px;
  color: #CD1D1E;
  border: 1px solid #CD1D1E;
  padding: 2px 10px;
  border-radius: 3px;
}
.wrapper.under .main .contact .form__input {
  max-width: 664px;
  width: 100%;
}
.wrapper.under .main .contact .form__input input {
  display: block;
  border: 1px solid #A6A7A9;
  padding: 8px 20px;
}
.wrapper.under .main .contact .form__input textarea {
  display: block;
  border: 1px solid #A6A7A9;
  padding: 8px 20px;
  width: 100%;
  min-height: 145px;
}
.wrapper.under .main .contact .form__input p {
  line-height: 30px;
  margin-bottom: 6px;
}
.wrapper.under .main .contact .form__input p a {
  color: #1C56A4;
}
.wrapper.under .main .contact .form__checkbox label {
  display: flex;
  align-items: center;
}
.wrapper.under .main .contact .form .button {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
  text-align: center;
  border-radius: 99px;
  transition: all 0.3s;
  width: 342px;
  height: 73px;
  line-height: 73px;
  border: 1px solid #003E9D;
}
.wrapper.under .main .contact .form .button::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background-image: url(../img/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 10px;
  transition: all 0.3s;
}
.wrapper.under .main .contact .form .button:hover {
  opacity: 1;
  color: #003E9D;
  background: #ffffff;
}
.wrapper.under .main .contact .form .button:hover::after {
  background-image: url(../img/common/arrow-blue.png);
}
.wrapper.under .main .contact .form .button__box {
  margin-top: 20px;
  display: flex;
}
.wrapper.under .main .contact .form .button__box button {
  margin: 0 auto;
}
.wrapper.under .main .contact .form .button.back {
  color: #003E9D;
  background: #fff;
}
.wrapper.under .main .contact .form .button.back::after {
  top: 30px;
  right: unset;
  left: 40px;
  rotate: 180deg;
  background-image: url(../img/common/arrow-blue.png);
}
.wrapper.under .main .contact .form .button.back:hover {
  color: #fff;
  background: linear-gradient(90deg, #0057CB 0%, #609FDB 100%);
}
.wrapper.under .main .contact .form .button.back:hover::after {
  background-image: url(../img/common/arrow.png);
}
.wrapper.under .main .contact .form--confirm {
  margin-top: 76px;
}
.wrapper.under .main .contact .form--confirm .form__item:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.wrapper.under .main .thanks__box {
  margin: 80px auto 0;
  width: 70%;
}
.wrapper.under .main .thanks__txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .wrapper.under .main .company__content--space1 {
    margin-right: 0em;
  }
  .wrapper.under .main .company__content--space2 {
    margin-right: 0em;
  }
  .wrapper.under .main .company__content--space3 {
    margin-right: 0em;
  }
  .wrapper.under .main .company__content--space4 {
    margin-right: 0em;
  }
  .wrapper.under .main .company__content--space10 {
    margin-right: 0em;
  }
  .wrapper.under .main .service .modal__close {
    right: -60px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper.under .main .about__img {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper.under .main .fvTitle__en {
    font-size: 60px;
  }
  .wrapper.under .main .about__img {
    max-width: 350px;
  }
  .wrapper.under .main .about__title {
    font-size: 24px;
  }
  .wrapper.under .main .about__title span {
    font-size: 30px;
  }
  .wrapper.under .main .about__title span::before {
    width: 48px;
  }
  .wrapper.under .main .interview__leading {
    font-size: 24px;
    line-height: 34px;
    bottom: 75px;
  }
  .wrapper.under .main .guideline__leading {
    font-size: 28px;
  }
  .wrapper.under .main .guideline__title {
    font-size: 25px;
    line-height: normal;
  }
  .wrapper.under .main .guideline__categoryBox {
    width: 180px;
  }
  .wrapper.under .main .company__inner {
    width: 90%;
  }
  .wrapper.under .main .company__titlebox {
    margin-bottom: 40px;
  }
  .wrapper.under .main .company__content p {
    font-size: 18px;
  }
  .wrapper.under .main .company__li {
    padding: 25px 2.1% 25px;
  }
  .wrapper.under .main .company__messageLeading {
    font-size: 32px;
  }
  .wrapper.under .main .place__photoTxtBox {
    padding: 25px;
    min-width: 380px;
  }
  .wrapper.under .main .place__photoTxtEn {
    font-size: 24px;
  }
  .wrapper.under .main .place__photoTxtJp {
    font-size: 16px;
  }
  .wrapper.under .main .service__name {
    font-size: 32px;
  }
  .wrapper.under .main .service__name--small {
    font-size: 18px;
  }
}
@media screen and (max-width: 870px) {
  .wrapper.under .main {
    margin-top: 61px;
    padding-top: 35px;
  }
  .wrapper.under .main .fvTitle__en {
    font-size: 35px;
    line-height: unset;
  }
  .wrapper.under .main .fvTitle__img {
    margin-top: 20px;
  }
  .wrapper.under .main .about {
    margin: 60px 0;
  }
  .wrapper.under .main .about__img {
    max-width: 350px;
  }
  .wrapper.under .main .about__item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .wrapper.under .main .about__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .wrapper.under .main .about__title {
    font-size: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper.under .main .about__title span {
    font-size: 40px;
    margin-right: 0;
  }
  .wrapper.under .main .about__title span::before {
    width: 48px;
  }
  .wrapper.under .main .about__txtBox {
    max-width: 100%;
  }
  .wrapper.under .main .infographics {
    padding: 60px 0;
    margin-bottom: 50px;
  }
  .wrapper.under .main .others {
    margin-bottom: 80px;
  }
  .wrapper.under .main .others__box:nth-child(1) {
    margin-bottom: 0;
  }
  .wrapper.under .main .company {
    margin-top: 60px;
  }
  .wrapper.under .main .company__inner {
    width: 90%;
  }
  .wrapper.under .main .company .anker {
    margin-bottom: 60px;
  }
  .wrapper.under .main .company__wrap {
    margin-bottom: 60px;
  }
  .wrapper.under .main .company__wrap:nth-child(2) {
    margin-bottom: 60px;
  }
  .wrapper.under .main .company__wrap#management .members__sectionWrap:nth-child(2) .members__safetyTxtBox {
    margin-left: 10px;
  }
  .wrapper.under .main .company__titlebox {
    text-align: left;
    margin-bottom: 30px;
  }
  .wrapper.under .main .company__title--en {
    font-size: 25px;
    line-height: 36px;
  }
  .wrapper.under .main .company__title--ja {
    font-size: 14px;
    line-height: 35px;
  }
  .wrapper.under .main .company__box {
    margin-bottom: 10px;
  }
  .wrapper.under .main .company__li {
    padding: 20px 0;
    flex-direction: column;
  }
  .wrapper.under .main .company__subject {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper.under .main .company__content p {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .wrapper.under .main .company__message {
    padding-top: 30px;
  }
  .wrapper.under .main .company__messageLeading {
    width: 100%;
    padding: 5px 0;
    font-size: 22px;
    line-height: normal;
  }
  .wrapper.under .main .company__messageLeadingBox {
    margin-bottom: 26px;
  }
  .wrapper.under .main .company__messageTxt {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .wrapper.under .main .company__messageLogo {
    max-width: 192px;
    margin-top: 15px;
  }
  .wrapper.under .main .members__sectionWrap {
    margin-top: 40px;
  }
  .wrapper.under .main .members__accessBox {
    margin: 20px 0 0;
  }
  .wrapper.under .main .members__accessBox iframe {
    height: 378px;
  }
  .wrapper.under .main .members__accessLeading {
    font-size: 20px;
    line-height: normal;
  }
  .wrapper.under .main .members__accessLeading::before {
    height: 20px;
  }
  .wrapper.under .main .members__accessLeadingBox {
    margin-bottom: 20px;
  }
  .wrapper.under .main .members__accessSubLeading {
    font-size: 18px;
    line-height: 35px;
  }
  .wrapper.under .main .members__accessAddress {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .wrapper.under .main .members__historyList {
    margin-top: 43px;
  }
  .wrapper.under .main .members__historyItem {
    align-items: flex-start;
  }
  .wrapper.under .main .members__historyItem::before {
    left: 125.5px;
  }
  .wrapper.under .main .members__historyItem:first-child::before {
    top: -15px;
    height: calc(100% + 75px);
  }
  .wrapper.under .main .members__historyItem:last-child:after {
    left: 126px;
  }
  .wrapper.under .main .members__historyYearBox {
    margin-right: 18px;
  }
  .wrapper.under .main .members__historyYearBox::before {
    left: 107px;
    width: 10px;
  }
  .wrapper.under .main .members__historyYearBox::after {
    right: -30px;
  }
  .wrapper.under .main .members__historyTxt {
    margin-left: 33px;
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper.under .main .members__historyTxtBox {
    top: 8.5px;
  }
  .wrapper.under .main .members__historyTxtBox::before {
    top: 9px;
    left: 15px;
    width: 10px;
  }
  .wrapper.under .main .members__safetyLeading {
    font-size: 20px;
    line-height: normal;
  }
  .wrapper.under .main .members__safetyLeading::before {
    top: 0;
    height: 20px;
  }
  .wrapper.under .main .members__safetyLeading--small {
    font-size: 20px;
    line-height: normal;
  }
  .wrapper.under .main .members__safetyBox {
    margin: 20px 0 0;
  }
  .wrapper.under .main .members__safetyTxt {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .wrapper.under .main .members__safetyTxt:last-child {
    margin-bottom: 0;
  }
  .wrapper.under .main .faq__list {
    margin-top: 60px;
    width: 100%;
  }
  .wrapper.under .main .faq__item {
    border: unset;
    border-top: 1px solid #DCDBDB;
    border-radius: 0;
    margin-bottom: 0;
  }
  .wrapper.under .main .faq__item:last-child {
    border-bottom: 1px solid #DCDBDB;
  }
  .wrapper.under .main .faq__title {
    font-size: 20px;
    padding: 25px 45px 25px 20px;
  }
  .wrapper.under .main .faq__title::before {
    margin-right: 20px;
  }
  .wrapper.under .main .faq__box {
    padding: 25px 20px;
  }
  .wrapper.under .main .faq__wrap p::before {
    margin-right: 20px;
  }
  .wrapper.under .main .guideline--mb120 {
    margin-bottom: 60px;
  }
  .wrapper.under .main .guideline__wrap {
    width: 100%;
    margin-bottom: 60px;
  }
  .wrapper.under .main .guideline__leading {
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 40px;
  }
  .wrapper.under .main .guideline__item {
    padding: 30px 0;
    flex-direction: column;
  }
  .wrapper.under .main .guideline__categoryBox {
    margin-bottom: 25px;
  }
  .wrapper.under .main .guideline__category--big {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
  }
  .wrapper.under .main .guideline__txt {
    line-height: 35px;
  }
  .wrapper.under .main .guideline__flow {
    max-width: 400px;
    margin-top: 30px;
  }
  .wrapper.under .main .interview {
    padding: 60px 0;
    margin-top: 0;
  }
  .wrapper.under .main .interview__inner {
    width: 100%;
  }
  .wrapper.under .main .interview__message {
    font-size: 20px;
    line-height: 35px;
    width: 90%;
    margin: 0 auto;
  }
  .wrapper.under .main .interview__item a {
    width: 100%;
  }
  .wrapper.under .main .interview__kv {
    width: 100%;
  }
  .wrapper.under .main .interview__onuma {
    margin-left: 0;
  }
  .wrapper.under .main .interview__kurihara {
    margin: 0;
  }
  .wrapper.under .main .interview__leading {
    font-size: 22px;
    line-height: 30px;
    padding: 0 15px;
  }
  .wrapper.under .main .interview__leading--onuma {
    bottom: 35px;
    left: 20px;
  }
  .wrapper.under .main .interview__leading--kurihara {
    bottom: 35px;
    right: unset;
    left: 20px;
  }
  .wrapper.under .main .interview__nameBox--onuma {
    left: 20px;
    bottom: -30px;
  }
  .wrapper.under .main .interview__nameBox--kurihara {
    right: unset;
    left: 20px;
    bottom: -30px;
  }
  .wrapper.under .main .message {
    margin-bottom: 110px;
  }
  .wrapper.under .main .message__wrap {
    margin-bottom: 140px;
  }
  .wrapper.under .main .message__wrap a {
    width: 100%;
  }
  .wrapper.under .main .message__wrap::before {
    top: unset;
    bottom: -100px;
    height: 61%;
  }
  .wrapper.under .main .message__kv {
    width: 95%;
  }
  .wrapper.under .main .message__kv--onuma {
    margin-left: 0;
  }
  .wrapper.under .main .message__kv--kurihara {
    margin: 0;
  }
  .wrapper.under .main .message__leading {
    font-size: 22px;
    line-height: 30px;
    padding: 0 15px;
    bottom: 0;
  }
  .wrapper.under .main .message__name {
    font-size: 20px;
    line-height: 20px;
  }
  .wrapper.under .main .message__nameBox {
    left: calc(5% + 15px);
    bottom: -55px;
  }
  .wrapper.under .main .message__namePosition {
    font-size: 14px;
    margin-bottom: 0;
  }
  .wrapper.under .main .message__item {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .wrapper.under .main .message__item:first-child {
    flex-direction: column-reverse;
  }
  .wrapper.under .main .message__item:first-child .message__img {
    margin-right: 0;
  }
  .wrapper.under .main .message__item:last-child .message__img {
    margin-left: 0;
  }
  .wrapper.under .main .message__img {
    max-width: 100%;
    margin-top: 40px;
  }
  .wrapper.under .main .message__img::after {
    display: none;
  }
  .wrapper.under .main .message__longImg {
    width: 100%;
    margin: 40px 0 40px auto;
  }
  .wrapper.under .main .message__title {
    position: relative;
    font-size: 18px;
    line-height: normal;
    padding-left: 18px;
  }
  .wrapper.under .main .message__title::before {
    margin-right: 14px;
  }
  .wrapper.under .main .message .message__others {
    margin-top: 60px;
    width: 100%;
  }
  .wrapper.under .main .place {
    margin: 60px 0 80px;
  }
  .wrapper.under .main .place__title {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }
  .wrapper.under .main .place__titleBox {
    width: 90%;
    margin-bottom: 60px;
  }
  .wrapper.under .main .place__txt {
    margin: 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  .wrapper.under .main .place__welfare .title__box {
    width: 100%;
  }
  .wrapper.under .main .place__welfareItem {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrapper.under .main .place__welfareItem:last-child {
    margin-bottom: 0;
  }
  .wrapper.under .main .place__photo {
    margin-top: 80px;
  }
  .wrapper.under .main .place__photoList {
    margin-bottom: 83px;
  }
  .wrapper.under .main .place__photoItem {
    width: 100%;
  }
  .wrapper.under .main .place__photoItem:nth-child(2) .place__photoTxtBox {
    left: 5%;
  }
  .wrapper.under .main .place__photoTxtBox {
    padding: 5px 15px;
    min-width: 195px;
    right: unset;
    left: 10px;
    bottom: -45px;
  }
  .wrapper.under .main .place__photoTxtEn {
    font-size: 20px;
    margin-bottom: 0;
  }
  .wrapper.under .main .place__photoTxtJp {
    font-size: 16px;
  }
  .wrapper.under .main .place__photoScene {
    margin-top: 83px;
  }
  .wrapper.under .main .place__photoSceneItem {
    margin-right: 10px;
  }
  .wrapper.under .main .service {
    margin: 60px 0 80px;
  }
  .wrapper.under .main .service__title {
    width: 90%;
    margin: 0 auto 28px;
    text-align: left;
  }
  .wrapper.under .main .service__item {
    width: 48%;
  }
  .wrapper.under .main .service__name {
    font-size: 20px;
    line-height: unset;
    width: 100%;
  }
  .wrapper.under .main .service__name--small {
    font-size: 14px;
  }
  .wrapper.under .main .service .modal__close {
    right: 0;
    top: -10%;
  }
  .wrapper.under .main .service .modal__container {
    width: 90%;
  }
  .wrapper.under .main .service .modal__inner {
    padding: 40px 5%;
  }
  .wrapper.under .main .service .modal__title {
    font-size: 25px;
    padding-bottom: 15px;
  }
  .wrapper.under .main .service .modal__title::before {
    height: calc(100% - 15px);
  }
  .wrapper.under .main .contact {
    margin-bottom: 80px;
  }
  .wrapper.under .main .contact__inner {
    width: 90%;
  }
  .wrapper.under .main .contact .message {
    margin: 60px 0;
  }
  .wrapper.under .main .contact .message__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .wrapper.under .main .contact .message__leading {
    font-size: 20px;
    line-height: 35px;
  }
  .wrapper.under .main .contact .message__txt {
    font-size: 18px;
    line-height: 25px;
  }
  .wrapper.under .main .contact .form__wrap {
    margin-bottom: 60px;
  }
  .wrapper.under .main .contact .form__leading {
    font-size: 25px;
  }
  .wrapper.under .main .contact .form__leading::before {
    width: 2px;
    height: 30px;
  }
  .wrapper.under .main .contact .form__list {
    margin-top: 15px;
  }
  .wrapper.under .main .contact .form__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }
  .wrapper.under .main .contact .form__label {
    margin-right: 15px;
  }
  .wrapper.under .main .contact .form__labelBox {
    justify-content: flex-start;
  }
  .wrapper.under .main .contact .form__labelWrap {
    margin-bottom: 15px;
  }
  .wrapper.under .main .contact .form__input input {
    padding: 18px 15px;
  }
  .wrapper.under .main .contact .form__input textarea {
    min-height: 382px;
  }
  .wrapper.under .main .contact .form__input p a {
    color: #3878D9;
  }
  .wrapper.under .main .contact .form .button {
    max-width: 500px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }
  .wrapper.under .main .contact .form .button__box {
    flex-direction: column;
  }
  .wrapper.under .main .contact .form .button__box .back {
    margin-bottom: 30px;
  }
  .wrapper.under .main .contact .form .button__box .back::after {
    top: 20px;
  }
  .wrapper.under .main .thanks__box {
    width: 100%;
    margin: 52px auto 40px;
  }
  .wrapper.under .main .thanks__txt {
    font-size: 18px;
    font-weight: 400;
  }
}/*# sourceMappingURL=styles.css.map */