@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6, ul, ol, p, figure, dd {
  margin: 0;
}

a:link, a:visited {
  text-decoration: none;
  color: #00e;
}
a:hover, a:active {
  text-decoration: none;
}
a:hover img, a:active img {
  opacity: 0.7;
}
a img {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

li {
  list-style: none;
}

video {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

button,
input[type=button],
input[type=submit] {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover, button:active,
input[type=button]:hover,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active {
  opacity: 0.7;
}

.fadein-trigger.off .fadein-inner {
  grid-template-columns: 0fr;
}
.fadein-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fadein-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.fadein-inner span {
  display: block;
  word-break: keep-all;
  overflow: hidden;
}

.btn-arrow-circle:link, .btn-arrow-circle:visited {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  height: 7.2rem;
  padding: 0 3.5rem;
  border-radius: 7.2rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 2rem;
  color: #2286d1;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-arrow-circle:link:hover, .btn-arrow-circle:link:active, .btn-arrow-circle:visited:hover, .btn-arrow-circle:visited:active {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .btn-arrow-circle:link, .btn-arrow-circle:visited {
    width: 24rem;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.btn-arrow-circle:link::after, .btn-arrow-circle:visited::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/arrow_r_white.png) center no-repeat, transparent -webkit-gradient(linear, left top, right top, from(#1877d8), to(#6beda5)) center no-repeat;
  background: url(../img/arrow_r_white.png) center no-repeat, transparent linear-gradient(to right, #1877d8, #6beda5) center no-repeat;
}
@media only screen and (max-width: 768px) {
  .btn-arrow-circle:link::after, .btn-arrow-circle:visited::after {
    background-size: 3rem auto, 100% 100%;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.section-header::before {
  content: attr(data-text);
  width: 100%;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 3rem;
  color: #2286d1;
}
@media only screen and (max-width: 768px) {
  .section-header::before {
    font-size: 2.1rem;
  }
}
.section-header .small {
  font-size: 3.2rem;
  color: #003874;
}
@media only screen and (max-width: 768px) {
  .section-header .small {
    font-size: 1.6rem;
  }
}
.section-header .medium {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .section-header .medium {
    font-size: 2rem;
  }
}
.section-header .large {
  font-size: 4.8rem;
  color: #003874;
}
@media only screen and (max-width: 768px) {
  .section-header .large {
    font-size: 2.4rem;
  }
}

.section-subheader {
  text-align: center;
  font-size: 3.2rem;
  color: #003874;
}
@media only screen and (max-width: 768px) {
  .section-subheader {
    font-size: 1.6rem;
  }
}

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

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.page-header {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  padding: 4rem 5rem;
}
@media only screen and (max-width: 768px) {
  .page-header {
    padding: 1.5rem 2rem;
  }
}
.page-header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-header h1 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.page-header h1 img {
  width: 10.1rem;
}
@media only screen and (max-width: 768px) {
  .page-header h1 img {
    width: 5rem;
  }
}
.page-header h1 .name {
  font-weight: 700;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .page-header h1 .name {
    font-size: 1.6rem;
  }
}
.page-header h1 .title {
  width: 14rem;
  padding: 0.7rem;
  border: 1px solid #c7c7c7;
  border-radius: 2.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-header h1 .title {
    width: 8rem;
    padding: 0.3rem;
    font-size: 1.2rem;
  }
}
.page-header nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14rem;
  padding: 1.2rem 1.6rem;
  border-radius: 2.4rem;
  background: #1877d8 -webkit-gradient(linear, left top, right top, from(#1877d8), to(#6beda5)) center no-repeat;
  background: #1877d8 linear-gradient(to right, #1877d8, #6beda5) center no-repeat;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-header nav a:hover, .page-header nav a:active {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .page-header nav a {
    width: 8rem;
    padding: 0.6rem 0.8rem;
    font-size: 1.2rem;
  }
}
.page-header nav a::after {
  content: "";
  width: 1.9rem;
  aspect-ratio: 1.2;
  background: transparent url(../img/arrow_r_white.png) center/contain no-repeat;
}
.page-header nav a span {
  width: 8.9rem;
  text-align: center;
}

.keyvisual {
  display: grid;
  grid-template-rows: 1fr;
  gap: 0;
}
@media only screen and (min-width: 769px) {
  .keyvisual {
    grid-template-columns: 1fr 7fr 1fr;
    padding: 12.5dvw 0 10.625dvw;
    background: transparent url(../img/bg_keyvisual.jpg) center top/100% auto no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .keyvisual {
    grid-template-columns: 2rem 1fr 2rem;
    padding: 7rem 0 7.5rem;
    background: transparent url(../img/bg_keyvisual.jpg) right 10% top/120% auto no-repeat;
  }
}
.keyvisual .inner {
  grid-area: 1/2/2/3;
}
.keyvisual h1 {
  color: #f7a102;
}
.keyvisual h1 > div {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
}
.keyvisual h1 > div:nth-of-type(1) {
  font-size: 2.7777777778dvw;
}
@media only screen and (max-width: 768px) {
  .keyvisual h1 > div:nth-of-type(1) {
    font-size: 4dvw;
  }
}
.keyvisual h1 > div:nth-of-type(2) {
  margin: -2.7777777778dvw 0 0 -0.5555555556dvw;
  font-size: 8.3333333333dvw;
}
@media only screen and (max-width: 768px) {
  .keyvisual h1 > div:nth-of-type(2) {
    margin: -4dvw 0 0 -0.2083333333dvw;
    font-size: 12dvw;
  }
}
.keyvisual h1.on > div:nth-of-type(1) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.25s * (1 - 1)) forwards;
          animation: slidebox 0.5s calc(0.25s * (1 - 1)) forwards;
}
.keyvisual h1.on > div:nth-of-type(2) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.25s * (2 - 1)) forwards;
          animation: slidebox 0.5s calc(0.25s * (2 - 1)) forwards;
}
.keyvisual h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.0416666667dvw;
  margin-bottom: 15.8333333333dvw;
  font-weight: 700;
  font-size: 2.7777777778dvw;
}
@media only screen and (max-width: 768px) {
  .keyvisual h2 {
    margin-bottom: 16dvw;
    font-size: 5.6dvw;
  }
}
.keyvisual h2 .fadein-inner span {
  padding: 0.6944444444dvw 2.0833333333dvw;
  background-color: #fff;
  -webkit-box-shadow: 0.2777777778dvw 0.2777777778dvw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.2777777778dvw 0.2777777778dvw 0 rgba(0, 0, 0, 0.16);
}
.keyvisual h2.off .fadein-inner span {
  padding: 0.6944444444dvw 0;
}
.keyvisual h2.on > div:nth-of-type(1) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.5s * (1 - 1)) forwards;
          animation: slidebox 0.5s calc(0.5s * (1 - 1)) forwards;
}
.keyvisual h2.on > div:nth-of-type(1) .fadein-inner span {
  -webkit-animation: slidebox2 0.5s 0.25s forwards;
          animation: slidebox2 0.5s 0.25s forwards;
}
.keyvisual h2.on > div:nth-of-type(2) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.5s * (2 - 1)) forwards;
          animation: slidebox 0.5s calc(0.5s * (2 - 1)) forwards;
}
.keyvisual h2.on > div:nth-of-type(2) .fadein-inner span {
  -webkit-animation: slidebox2 0.5s 0.25s forwards;
          animation: slidebox2 0.5s 0.25s forwards;
}
@media only screen and (min-width: 769px) {
  .keyvisual .textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3.3333333333dvw;
  }
}
@media only screen and (min-width: 769px) {
  .keyvisual .textbox .text {
    width: 37.2222222222dvw;
  }
}
@media only screen and (max-width: 768px) {
  .keyvisual .textbox .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 4.8dvw;
  }
}
.keyvisual .textbox .text h3 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.4166666667dvw;
}
@media only screen and (min-width: 769px) {
  .keyvisual .textbox .text h3 {
    margin-bottom: 3.75dvw;
    font-size: 1.9444444444dvw;
  }
}
@media only screen and (max-width: 768px) {
  .keyvisual .textbox .text h3 {
    font-size: 4dvw;
  }
}
.keyvisual .textbox .text h3 .fadein-inner {
  position: relative;
}
.keyvisual .textbox .text h3 .fadein-inner::after {
  content: "";
  position: absolute;
  top: 0.4166666667dvw;
  left: 0.4166666667dvw;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2777777778dvw;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#b3f4b0), to(#e2e244)) center no-repeat;
  background: transparent linear-gradient(to bottom, #b3f4b0, #e2e244) center no-repeat;
}
.keyvisual .textbox .text h3 .fadein-inner span {
  position: relative;
  z-index: 1;
  padding: 0.4166666667dvw 1.9444444444dvw;
  border-radius: 0.2777777778dvw;
  background-color: #fff;
}
.keyvisual .textbox .text h3.off .fadein-inner span {
  padding: 0.4166666667dvw 0;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(1) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.5s * (1 - 1)) forwards;
          animation: slidebox 0.5s calc(0.5s * (1 - 1)) forwards;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(1) .fadein-inner span {
  -webkit-animation: slidebox2 0.5s 0.25s forwards;
          animation: slidebox2 0.5s 0.25s forwards;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(2) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.5s * (2 - 1)) forwards;
          animation: slidebox 0.5s calc(0.5s * (2 - 1)) forwards;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(2) .fadein-inner span {
  -webkit-animation: slidebox2 0.5s 0.25s forwards;
          animation: slidebox2 0.5s 0.25s forwards;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(3) .fadein-inner {
  -webkit-animation: slidebox 0.5s calc(0.5s * (3 - 1)) forwards;
          animation: slidebox 0.5s calc(0.5s * (3 - 1)) forwards;
}
.keyvisual .textbox .text h3.on > div:nth-of-type(3) .fadein-inner span {
  -webkit-animation: slidebox2 0.5s 0.25s forwards;
          animation: slidebox2 0.5s 0.25s forwards;
}
.keyvisual .textbox .text p {
  margin-bottom: 3.4722222222dvw;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .keyvisual .textbox .text p {
    margin-bottom: 0;
  }
}
.keyvisual .textbox .text .btn-arrow-circle {
  margin: 0 auto;
}
.keyvisual .textbox figure {
  width: 33.3333333333dvw;
  border-radius: 8.8888888889dvw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .keyvisual .textbox figure {
    width: 32dvw;
    border-radius: 6.4dvw;
  }
}

.sec1 {
  margin-top: -4.8rem;
  padding: 6.4rem max(0px, 50% - 56rem) 14rem;
  border-radius: 4.8rem 4.8rem 0 0;
  background: #e5e5e5 url(../img/bg_sec1.jpg) center top/100% auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .sec1 {
    margin-top: -2.4rem;
    padding: 3.2rem 5.6vw 7rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }
}
.sec1 .data-list {
  display: grid;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .sec1 .data-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5rem;
    max-width: 100rem;
    margin: 5rem auto 15rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 2rem;
    margin: 2.5rem 0 7.5rem;
  }
}
.sec1 .data-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list li {
    border-radius: 1.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
}
.sec1 .data-list li:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media only screen and (min-width: 769px) {
  .sec1 .data-list li:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list li:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .data-list li:nth-of-type(3) {
    grid-area: 1/3/3/4;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list li:nth-of-type(3) {
    grid-area: 1/2/3/3;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .data-list li:nth-of-type(4) {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list li:nth-of-type(4) {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .data-list li:nth-of-type(5) {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .data-list li:nth-of-type(5) {
    grid-area: 3/2/4/3;
  }
}
.sec1 .recruit-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 97rem;
  margin: 5rem auto 13rem;
  padding: 4.5rem 11.1%;
  border-radius: 2.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table {
    margin: 2.5rem 0 6.5rem;
  }
}
.sec1 .recruit-table dt {
  width: 22.5rem;
  padding: 1.2rem 0 1.2rem 4rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dt {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
    font-weight: 700;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .recruit-table dt:first-of-type {
    border-top: 1px solid #ccc;
  }
}
.sec1 .recruit-table dt small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 1.6rem 0 0 -1.6rem;
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dt small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin: 0 0 0 1rem;
  }
}
.sec1 .recruit-table dt small::before, .sec1 .recruit-table dt small::after {
  content: "";
  position: relative;
  width: 0.1rem;
  height: 2.1rem;
  margin: 0 0.3rem;
  background-color: #707070;
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dt small::before, .sec1 .recruit-table dt small::after {
    height: 1.8rem;
  }
}
.sec1 .recruit-table dt small::before {
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
.sec1 .recruit-table dt small::after {
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
.sec1 .recruit-table dd {
  width: calc(100% - 22.5rem);
  margin-left: 0;
  padding: 1.2rem 0 1.2rem 4rem;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dd {
    width: 100%;
    padding: 0 1.5rem 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .recruit-table dd:first-of-type {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dd:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.sec1 .recruit-table dd ul {
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (max-width: 768px) {
  .sec1 .recruit-table dd ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.sec1 .recruit-table dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.sec1 .recruit-table dd ul li::before {
  content: "●";
  color: #66c8fa;
}
.sec1 .recruit-table dd small {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.sec1 .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .sec1 .flow-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 10%;
    margin-top: 2rem;
  }
}
.sec1 .flow-list li {
  position: relative;
  width: 16.1%;
}
@media only screen and (max-width: 768px) {
  .sec1 .flow-list li {
    width: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .flow-list li:nth-of-type(odd) {
    padding-top: 1.8%;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .flow-list li:nth-of-type(odd) {
    padding-top: 5.4%;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .flow-list li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 42%;
    right: 106%;
    width: 20%;
    aspect-ratio: 1;
    background: transparent url(../img/arrow_r_gray.png) center/contain no-repeat;
  }
}
@media only screen and (min-width: 769px) {
  .sec1 .flow-list li:not(:first-of-type):last-of-type::before {
    background-image: none;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .flow-list li:nth-last-of-type(n+3)::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 104%;
    width: 15%;
    aspect-ratio: 1;
    background: transparent url(../img/arrow_r_gray.png) center/contain no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .sec1 .flow-list li:last-of-type {
    margin: 0 auto;
    padding-top: 0;
  }
}

.sec2 {
  margin-top: -4.8rem;
  padding: 6.4rem max(0px, 50% - 56rem) 14rem;
  border-radius: 4.8rem 4.8rem 0 0;
  background: #e5e5e5 url(../img/bg_sec2.jpg) center top/100% auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .sec2 {
    margin-top: -2.4rem;
    padding: 3.2rem 5.6vw 7rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }
}
.sec2 .section-subheader {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .section-subheader {
    margin-top: 2.5rem;
  }
}
.sec2 .benefits-list {
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .sec2 .benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.6rem 6.4rem;
    max-width: 97rem;
    margin: 6.5rem auto 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec2 .benefits-list {
    margin: 3rem 0 9rem;
  }
}
.sec2 .benefits-list li {
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .sec2 .benefits-list li {
    width: calc(50% - 3.2rem);
    padding: 3rem;
    border-radius: 2rem;
    background-position: left 92.5% bottom 20%;
    background-size: 34% auto;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec2 .benefits-list li {
    margin-top: 1.6rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background-position: left 92.5% bottom 20%;
    background-size: 34% auto;
    font-size: 1.6rem;
  }
}
.sec2 .benefits-list li:nth-of-type(1) {
  background-image: url(../img/bg_benefits_1.jpg);
}
.sec2 .benefits-list li:nth-of-type(2) {
  background-image: url(../img/bg_benefits_2.jpg);
}
.sec2 .benefits-list li:nth-of-type(3) {
  background-image: url(../img/bg_benefits_3.jpg);
}
.sec2 .benefits-list li:nth-of-type(4) {
  background-image: url(../img/bg_benefits_4.jpg);
}
.sec2 .benefits-list li h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .benefits-list li h3 {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}
.sec2 .benefits-list li p, .sec2 .benefits-list li dl {
  min-height: 13.5rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .benefits-list li p, .sec2 .benefits-list li dl {
    min-height: 12rem;
  }
}
.sec2 .benefits-list li small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .benefits-list li small {
    font-size: 1.4rem;
  }
}
.sec2 .benefits-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec2 .benefits-list li dl dt {
  width: 9rem;
}
.sec2 .benefits-list li dl dd {
  width: calc(100% - 9rem);
}
.sec2 .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .sec2 .voice-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7.1%;
       -moz-column-gap: 7.1%;
            column-gap: 7.1%;
    margin: 8rem 0 14rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec2 .voice-list {
    gap: 2rem;
    margin: 4rem 0 7rem;
  }
}
.sec2 .voice-list li {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .sec2 .voice-list li {
    width: 28.6%;
    border-radius: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec2 .voice-list li {
    width: calc(50% - 1rem);
    aspect-ratio: 1;
    border-radius: 1rem;
  }
}
.sec2 .voice-list li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem;
  background: transparent;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec2 .voice-list li .name {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}
.sec2 .qanda-list {
  margin-top: 3rem;
  padding-left: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list {
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
.sec2 .qanda-list li {
  border-radius: 2rem;
  margin-top: 6.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list li {
    margin-top: 2.4rem;
  }
}
.sec2 .qanda-list .text-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  width: 100%;
  padding: 3.2rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sec2 .qanda-list .text-q:hover, .sec2 .qanda-list .text-q:active {
  opacity: 0.7;
}
.sec2 .qanda-list .text-q {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-q {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    padding: 1.6rem;
  }
}
.sec2 .qanda-list .text-q::before {
  content: "Q.";
  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: 4.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#38e1e1), to(#aa73d8)) center no-repeat;
  background: transparent linear-gradient(to bottom, #38e1e1, #aa73d8) center no-repeat;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-q::before {
    width: 2.4rem;
    font-size: 1.2rem;
  }
}
.sec2 .qanda-list .text-q input {
  display: none;
}
.sec2 .qanda-list .text-q .text {
  width: calc(100% - 14.4rem);
  margin-top: 1.2rem;
  font-weight: 700;
  color: #020202;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-q .text {
    width: calc(100% - 7.2rem);
    margin-top: 0.6rem;
  }
}
.sec2 .qanda-list .text-q .icon {
  position: relative;
  width: 2.4rem;
  aspect-ratio: 1;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-q .icon {
    width: 1.2rem;
    margin-top: 0.6rem;
  }
}
.sec2 .qanda-list .text-q .icon::before, .sec2 .qanda-list .text-q .icon::after {
  content: "";
  position: absolute;
  background-color: #b2b2b2;
}
.sec2 .qanda-list .text-q .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 4;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.sec2 .qanda-list .text-q .icon::after {
  top: 0;
  left: 50%;
  width: 25%;
  aspect-ratio: 0.25;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.sec2 .qanda-list .text-q:has(input:checked) .icon::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.sec2 .qanda-list .text-q:has(input:checked) .icon::after {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.sec2 .qanda-list .text-q:has(input:checked) + div {
  grid-template-rows: 1fr;
  padding-bottom: 3.2rem;
}
.sec2 .qanda-list .text-a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s, padding-bottom 0.5s;
  transition: grid-template-rows 0.5s, padding-bottom 0.5s;
  transition: grid-template-rows 0.5s, padding-bottom 0.5s, -ms-grid-rows 0.5s;
}
.sec2 .qanda-list .text-a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  width: 100%;
  padding: 0 3.2rem;
  -webkit-transition: height 0.5s, padding-bottom 0.5s;
  transition: height 0.5s, padding-bottom 0.5s;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-a .inner {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
    padding: 0 1.6rem;
  }
}
.sec2 .qanda-list .text-a .inner::before {
  content: "A.";
  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: 4.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fadd60), to(#f760fd)) center no-repeat;
  background: transparent linear-gradient(to bottom, #fadd60, #f760fd) center no-repeat;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-a .inner::before {
    width: 2.4rem;
    font-size: 1.2rem;
  }
}
.sec2 .qanda-list .text-a .inner .text {
  width: calc(100% - 8rem);
  margin-top: 1.2rem;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .sec2 .qanda-list .text-a .inner .text {
    width: calc(100% - 4rem);
    margin-top: 0.6rem;
  }
}

.sec3 {
  margin-top: -4.8rem;
  padding: 4.8rem 0 12rem;
  border-radius: 4.8rem 4.8rem 0 0;
  background-color: #2286d1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec3 {
    margin-top: -2.4rem;
    padding: 2.4rem 0 6rem;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
  }
}
.sec3 p {
  margin-bottom: 5.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .sec3 p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.sec3 nav a {
  margin: 0 auto;
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 3.5rem max(0px, 50% - 56rem);
}
@media only screen and (max-width: 768px) {
  .page-footer {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 2rem 5.6vw;
  }
}
.page-footer img {
  width: 10.1rem;
}
@media only screen and (max-width: 768px) {
  .page-footer img {
    width: 5rem;
  }
}
.page-footer .name {
  font-weight: 700;
}

@-webkit-keyframes slideindent {
  0% {
    text-indent: -10%;
    color: rgba(0, 56, 116, 0);
  }
  50% {
    color: #003874;
  }
  100% {
    text-indent: 0%;
    color: #003874;
  }
}

@keyframes slideindent {
  0% {
    text-indent: -10%;
    color: rgba(0, 56, 116, 0);
  }
  50% {
    color: #003874;
  }
  100% {
    text-indent: 0%;
    color: #003874;
  }
}
@-webkit-keyframes slidebox {
  0% {
    grid-template-columns: 0fr;
  }
  100% {
    grid-template-columns: 1fr;
  }
}
@keyframes slidebox {
  0% {
    grid-template-columns: 0fr;
  }
  100% {
    grid-template-columns: 1fr;
  }
}
@-webkit-keyframes slidebox2 {
  0% {
    padding: 0.6944444444dvw 0;
  }
  100% {
    padding: 0.6944444444dvw 2.0833333333dvw;
  }
}
@keyframes slidebox2 {
  0% {
    padding: 0.6944444444dvw 0;
  }
  100% {
    padding: 0.6944444444dvw 2.0833333333dvw;
  }
}/*# sourceMappingURL=style.css.map */