/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:wght@700&display=swap");
html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.prg_h {
  margin-bottom: 15px;
}

.prg {
  margin-bottom: 20px;
}

.prg_w {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 50px;
  }
}

.prg_3w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.prg_4w {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 90px;
  }
}

.font_b {
  font-weight: 900;
}

.txtlink {
  text-decoration: underline;
}

.brds {
  border-radius: 20px;
}

.list_disc {
  padding-left: 1.5em;
}
.list_disc > li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .list_disc {
    font-size: 14px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
@media print, screen and (min-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px clamp(30px, 4vw, 50px);
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header.contact {
    position: relative;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 20px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 170px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__logo img {
    width: 20vw;
    max-width: 300px;
  }
}
.header__gnavi_toggle {
  position: relative;
  width: 44px;
  height: 44px;
  color: transparent;
  z-index: 950;
}
.header__gnavi_toggle::before, .header__gnavi_toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__gnavi_toggle::before {
  top: 17px;
}
.header__gnavi_toggle::after {
  bottom: 17px;
}
.header__gnavi_toggle.active::before, .header__gnavi_toggle.active::after {
  background: #fff !important;
}
.header__gnavi_toggle.active::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 21px;
}
.header__gnavi_toggle.active::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: 21px;
}
@media print, screen and (min-width: 768px) {
  .header__gnavi_toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 940;
    width: 100%;
    min-height: 100vh;
    background: #163784;
    padding: 10px 20px 10px 0;
    color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi-logo {
    width: 170px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi-logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi li {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi li {
    margin-left: clamp(15px, 2vw, 30px);
  }
  .header__gnavi li a:not([class]):hover {
    color: #163784;
  }
}
@media screen and (max-width: 767px) {
  .header__gnavi a {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__gnavi a::before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #fff;
    margin-right: 10px;
  }
  .header__gnavi a::after {
    content: attr(data-en);
    font-family: "Open Sans", sans-serif;
    margin: 0 0 0 auto;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
@media print, screen and (min-width: 768px) {
  .header__gnavi .pc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 10em;
    height: 40px;
    border: 1px solid #163784;
    border-radius: 20px;
    color: #163784;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .header__gnavi .pc-btn:hover {
    background: #163784;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .header__gnavi .pc-btn {
    width: 8em;
    font-size: 14px;
  }
}

.wrap {
  max-width: 100vw;
  overflow: hidden;
}

.maincontent {
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .maincontent {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .maincontent::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #D8D8D8;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .maincontent::after {
    left: 50px;
  }
}
@media screen and (min-width: 1201px) {
  .maincontent::after {
    left: 100px;
  }
}

.section__area {
  padding: clamp(80px, 7.8vw, 120px) 0;
}
.section__ttl {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section__ttl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__ttl {
    margin-bottom: 80px;
  }
}
.section__ttl .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__ttl .ttl {
    padding-right: 20px;
    white-space: nowrap;
  }
}
.section__ttl .ttl .line {
  position: relative;
}
.section__ttl .ttl .line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .section__ttl .ttl .line {
    width: 100%;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__ttl .ttl .line {
    width: 80px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .section__ttl .ttl .line {
    width: 180px;
  }
}
.section__ttl .ttlen {
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Open Sans", sans-serif;
  color: #163784;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section__ttl .ttlen {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    top: 90px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__ttl .ttlen {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    top: 40px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .section__ttl .ttlen {
    left: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .section__ttl .ttlen {
    left: 80px;
  }
}
.section__lead {
  margin-bottom: clamp(30px, 3.5vw, 60px);
  line-height: 1.4;
  font-size: clamp(30px, 3.3vw, 48px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .section__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1201px) {
  .section__inner {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section__subttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .section__subttl {
    font-size: 24px;
    font-weight: 700;
  }
}

.mv__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__content {
    padding-top: 80px;
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__content {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1201px) {
  .mv__content {
    padding-top: 130px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv__content .inner {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .mv__content .inner {
    padding: 0 20px 15px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__content .inner {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .mv__content .inner {
    padding-left: 100px;
  }
}
.mv__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #163784;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__img {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__img {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1201px) {
  .mv__img {
    margin: 0 50px;
  }
}
.mv__img img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .mv__img img {
    aspect-ratio: 1/1.05;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.mv__txt {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0.7;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: clamp(15px, 2vw, 30px);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__txt {
    padding: 40px;
  }
}
.mv__txt .en {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .mv__txt .en {
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__txt .en {
    font-size: 3em;
  }
}
.mv__scroll {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
  font-size: 12px;
  -webkit-animation: 1s forwards infinite alternate flow;
          animation: 1s forwards infinite alternate flow;
  opacity: 0;
}
@-webkit-keyframes flow {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 10px;
  }
}
@keyframes flow {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 10px;
  }
}
.mv__scroll span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mv__scroll {
    bottom: -70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__scroll {
    bottom: 2%;
  }
}
@media screen and (min-width: 1201px) {
  .mv__scroll {
    bottom: 5%;
  }
}

.toplead {
  height: 2.7em;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.toplead span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .toplead {
    font-size: clamp(32px, 1vw, 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .toplead {
    font-size: clamp(60px, 5.5vw, 80px);
  }
}
.toplead__txt {
  opacity: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .toplead__txt {
    font-size: clamp(14px, 3.7vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .toplead__txt {
    font-size: 20px;
  }
}
.toplead__img {
  opacity: 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .toplead__img {
    display: block;
    width: 90vw;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .toplead__img {
    display: block;
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1201px) {
  .toplead__img {
    width: 45%;
  }
}

.about {
  padding-bottom: 0;
}
.about__txt {
  font-size: clamp(14px, 1.5vw, 18px);
}
.about__slider {
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .about__slider li {
    width: 180px;
    margin-right: 30px;
  }
  .about__slider li:nth-of-type(even) {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .about__slider li {
    width: 350px;
    margin-right: 60px;
  }
  .about__slider li:nth-of-type(even) {
    margin-top: 90px;
  }
}

.business {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .businesslist__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .businesslist__inner .list_disc:nth-of-type(odd) {
    margin-right: 5em;
  }
}
.business__img {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .business__img {
    margin: 0 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .business__img {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1201px) {
  .business__img {
    margin: 0 50px;
  }
}
.business__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .business__img img {
    aspect-ratio: 1/1.05;
    -o-object-position: 85%;
       object-position: 85%;
  }
}
@media print, screen and (min-width: 768px) {
  .business__img img {
    aspect-ratio: 2/1;
  }
}

.outline__list h3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .outline__list h3 {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .outline__list div {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .outline__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .outline__list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D8D8D8;
  }
  .outline__list h3 {
    width: 15em;
  }
  .outline__list div {
    width: calc(100% - 15em);
  }
}

.recruit {
  position: relative;
  overflow: hidden;
  background: #163784;
  color: #fff;
}
.recruit .section__ttl {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .recruit .section__ttl {
    margin-bottom: 60px;
  }
}
.recruit .section__ttl .ttlen {
  color: #fff;
}
.recruit__inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .recruit__inner {
    padding-left: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__inner {
    width: 65%;
  }
}
.recruit__img {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .recruit__img {
    width: 100px;
    top: 15px;
    left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit__img {
    width: 33vw;
    max-width: 590px;
    right: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recruit__img {
    top: -15%;
  }
}
@media screen and (min-width: 1201px) {
  .recruit__img {
    top: -20%;
  }
}
.recruit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .recruit__btn {
    max-width: 280px;
    font-size: 20px;
  }
  .recruit__btn:hover {
    background: #fff;
    color: #163784;
  }
}

.contact input[type=text], .contact input[type=email], .contact textarea {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #E2E2E2;
}
@media screen and (max-width: 767px) {
  .contact input[type=text], .contact input[type=email], .contact textarea {
    font-size: 14px;
  }
}
.contact select {
  border: 1px solid #E2E2E2;
  width: 100%;
  padding: 5px 10px;
}
.contact .box_select {
  position: relative;
}
.contact .box_select::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .contact .section__ttl .ttlen {
    top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .contact__lead {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact__lead {
    font-size: clamp(16px, 1.5vw, 20px);
  }
}
.contact__form {
  max-width: 900px;
}
.contact__form dt {
  font-weight: 700;
}
.contact__form dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact__form dt {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__form dt {
    width: 11em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .contact__form dd {
    width: calc(100% - 11em);
  }
}
.contact .btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 410px;
  height: 50px;
  background: #163784;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .contact .btn_submit {
    margin-left: 11em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .contact .btn_submit span {
    font-size: 20px;
  }
  .contact .btn_submit:hover {
    background: #000;
  }
}

.footer {
  background: #163784;
  color: #fff;
  font-size: 12px;
}
.footer__inner {
  padding: 20px clamp(30px, 4vw, 50px);
}
@media screen and (max-width: 767px) {
  .footer__inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__logo {
    width: 300px;
  }
}