@charset "UTF-8";
/* --

 recruit.css

-- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap");
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

-- */
/*-----------------------------------

 keyframes - アニメーションキーフレーム集

-----------------------------------*/
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
/*-----------------------------------

	$contents

-----------------------------------*/
/* --

 recruit.css

-- */
/**======================================
	setting
======================================**/
.contents {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 0;
  }
  #top .contents, .course .contents {
    margin: 0 !important;
  }
}
.contents__title h2 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  .contents__title h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__title h2 {
    margin-bottom: 1.5rem;
  }
}
.course .contents__wrap, .schooldays .contents__wrap {
  padding: 8rem 0 10rem;
}
#liberty .contents__wrap {
  background: #FFF5FA;
}
#international .contents__wrap {
  background: #E5F6FC;
}
#sbc .contents__wrap {
  background: #E9F8F8;
}
#music .contents__wrap {
  background: #FFEDEB;
}
#schooldays .contents__wrap {
  background: #d4ecf3;
}
@media screen and (max-width: 640px) {
  .course .contents__wrap {
    padding: 0;
    position: relative;
  }
  .course .contents__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
  }
  .schooldays .contents__wrap {
    padding: 3rem 0;
  }
}
.contents__mv {
  width: 100%;
  max-width: 108rem;
  aspect-ratio: 1080/600;
  border-radius: 9rem;
  overflow: hidden;
}
.contents__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contents__mv {
    aspect-ratio: 335/254;
    border-radius: 3.5rem;
  }
}
.contents__lead {
  width: 90%;
  max-width: 77rem;
  margin: 0 auto 5rem;
}
.contents__lead-ttl {
  font-size: 3.3rem;
  line-height: 1.6;
  color: #E881C9;
  text-align: center;
  margin: 0 0 3rem;
}
.contents__lead-ttl span {
  display: inline;
}
.contents__lead-ttl span:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .contents__lead-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__lead-ttl {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .contents__lead-ttl span {
    display: block;
    padding: 0;
  }
}

.breadcrumbs {
  margin: 1rem 0 2.5rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumbs > span {
  display: inline-block;
}
.breadcrumbs > span:not(:first-child)::before {
  content: "＞";
  color: #8D8D8D;
  padding: 0 0.5em;
}

.pagelink {
  width: 96%;
  max-width: 108rem;
  margin: 4rem auto 0;
}
.pagelink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0;
}
.pagelink li {
  display: inline-block;
}
.pagelink li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.pagelink li a {
  display: block;
  padding: 0.2em 1em;
  text-align: center;
}
.pagelink li a:hover {
  color: #eb6ea5;
}
@media screen and (max-width: 640px) {
  .pagelink ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagelink li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .pagelink li a {
    display: block;
    padding: 1em 0;
  }
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$_recruit

-----------------------------------*/
.recruit .main {
  margin-bottom: 0;
}
.recruit__mv {
  width: 100%;
  aspect-ratio: 1366/622;
  background: url("../images/recruit/contents-mv.jpg") no-repeat center top/cover;
  margin: 0;
}
.recruit__mv img {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit__mv {
    background: none;
  }
  .recruit__mv img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.recruit__lead {
  text-align: center;
}
.recruit__lead-ttl {
  color: #029FAD;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .recruit__lead-ttl {
    font-size: 2.5rem;
  }
}
.recruit__lead-txt {
  line-height: 1.8666666667;
}
.recruit .btn-entry {
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .recruit .btn-entry {
    margin-top: 2rem;
  }
}
.recruit .btn-entry a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#029fad), to(#015057));
  background: linear-gradient(#029fad, #015057);
  border: 1px solid #fff;
  font-size: 1.9rem;
  padding: 0.5em 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.recruit .btn-entry a::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/common/icon_external.svg") no-repeat 50% 50%/cover;
}
.recruit .btn-entry a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#015057), to(#029fad));
  background: linear-gradient(#015057, #029fad);
}
@media screen and (max-width: 640px) {
  .recruit .btn-entry a {
    font-size: 1.5rem;
    padding: 1em 2.2rem;
    gap: 0.8rem;
  }
  .recruit .btn-entry a::after {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.recruit__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.recruit__title span {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .recruit__title span {
    font-size: 1.8rem;
  }
}

.voice {
  position: relative;
  z-index: 1;
  padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 8.2rem;
  }
}
.voice__bg {
  background: #edf8f9;
  padding-bottom: 15.3rem;
  position: relative;
  margin-top: 3.4rem;
}
.voice__bg::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1366/162;
  background: #fff url("../images/recruit/voice-bg.svg") no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .voice__bg {
    margin-top: 2.8em;
    padding-bottom: 6rem;
  }
}
.voice__title img {
  height: 4rem;
  width: auto;
}
.voice__index {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 640px) {
  .voice__index {
    margin-bottom: 5rem;
  }
}
.voice__index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .voice__index ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.7rem;
  }
}
.voice__index-link {
  position: relative;
}
.voice__index-photo {
  width: 21.9rem;
  height: auto;
}
.voice__index-photo img {
  width: 100%;
  height: auto;
}
.voice__index-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.2rem;
  height: 4.3rem;
  position: absolute;
  left: -5.2rem;
  top: 6.8rem;
}
.voice__index-mark::before {
  content: "";
  display: block;
  width: 10.2rem;
  height: 4.3rem;
  background: #029FAD;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  position: absolute;
  left: 0;
  top: 0;
}
.voice__index-mark img {
  height: 1.8rem;
  width: auto;
  position: relative;
  z-index: 1;
}
.voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16rem;
}
@media screen and (max-width: 768px) {
  .voice__wrap {
    gap: 10rem;
  }
}

.message__title {
  color: #029FAD;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 4rem;
}
.message__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .message__title br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .message__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .voice-02 .message__title {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 640px) {
  .message__wrap {
    gap: 3rem;
  }
}
.message__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.message__unit.voice-01-02, .message__unit.voice-02-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .message__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .message__unit.voice-02-01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .message__unit.voice-01-02, .message__unit.voice-02-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__unit.voice-01-02 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.message__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.voice-01-01 .message__image, .voice-02-01 .message__image {
  width: 62.0058565154vw;
  aspect-ratio: 847/560;
  border-radius: 0 7.3206442167vw 7.3206442167vw 0;
}
.voice-01-02 .message__image, .voice-02-02 .message__image {
  width: 61.0541727672vw;
  aspect-ratio: 834/560;
  border-radius: 7.3206442167vw 0 0 7.3206442167vw;
}
.voice-01-01 .message__image {
  background-image: url("../images/recruit/voice-01/phoot-01.jpg");
}
.voice-01-02 .message__image {
  background-image: url("../images/recruit/voice-01/phoot-02.jpg");
}
.voice-02-01 .message__image {
  background-image: url("../images/recruit/voice-02/phoot-01.jpg");
}
.voice-02-02 .message__image {
  background-image: url("../images/recruit/voice-02/phoot-02.jpg");
}
.message__image::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 100%;
  background: #029FAD;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -1rem;
  z-index: -1;
  opacity: 0.2;
}
.voice-01-01 .message__image::after, .voice-02-01 .message__image::after {
  border-radius: 0 7.3206442167vw 7.3206442167vw 0;
  right: -1rem;
}
.voice-01-02 .message__image::after, .voice-02-02 .message__image::after {
  border-radius: 7.3206442167vw 0 0 7.3206442167vw;
  left: -1rem;
}
.message__image-mark::before {
  content: "";
  mix-blend-mode: screen;
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.voice-01-01 .message__image-mark::before {
  width: 22.2547584187vw;
  aspect-ratio: 304/78;
  background-image: url("../images/recruit/voice-01/mark-voice-01.svg");
}
.voice-02-01 .message__image-mark::before {
  width: 22.8404099561vw;
  aspect-ratio: 312/78;
  background-image: url("../images/recruit/voice-02/mark-voice-01.svg");
}
@media screen and (max-width: 768px) {
  .voice-01-02 .message__image, .voice-02-01 .message__image {
    width: calc(100vw - 5%);
    aspect-ratio: 350/246;
  }
  .voice-01-01 .message__image, .voice-02-02 .message__image {
    width: 93.3333333333vw;
    aspect-ratio: 350/246;
  }
  .voice-02-01 .message__image {
    border-radius: 7.3206442167vw 0 0 7.3206442167vw;
  }
  .voice-02-01 .message__image::after {
    border-radius: 7.3206442167vw 0 0 7.3206442167vw;
    right: auto;
    left: -1rem;
  }
  .voice-02-02 .message__image {
    border-radius: 0 7.3206442167vw 7.3206442167vw 0;
  }
  .voice-02-02 .message__image::after {
    border-radius: 0 7.3206442167vw 7.3206442167vw 0;
    left: auto;
    right: -1rem;
  }
  .voice-01-01 .message__image-mark::before {
    width: 57.6vw;
  }
  .voice-02-01 .message__image-mark::before {
    width: 59.4666666667vw;
    left: auto;
    right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .voice-01-01 .message__image {
    border-radius: 0 6rem 6rem 0;
  }
  .voice-01-01 .message__image::after {
    border-radius: 0 6rem 6rem 0;
  }
  .voice-01-02 .message__image {
    border-radius: 6rem 0 0 6rem;
  }
  .voice-01-02 .message__image::after {
    border-radius: 6rem 0 0 6rem;
  }
  .voice-02-01 .message__image {
    border-radius: 6rem 0 0 6rem;
  }
  .voice-02-01 .message__image::after {
    border-radius: 6rem 0 0 6rem;
  }
  .voice-02-02 .message__image {
    border-radius: 0 6rem 6rem 0;
  }
  .voice-02-02 .message__image::after {
    border-radius: 0 6rem 6rem 0;
  }
}
.message__image-sub {
  position: absolute;
  bottom: -7rem;
  right: -12rem;
  width: 27.8916544656vw;
  z-index: 2;
}
.message__image-sub::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 100%;
  background: #029FAD;
  mix-blend-mode: multiply;
  border-radius: 4.5387994143vw;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
  opacity: 0.2;
}
.message__image-sub img {
  width: 100%;
  height: auto;
  border-radius: 4.5387994143vw;
}
@media screen and (max-width: 1366px) {
  .message__image-sub {
    width: 38.1rem;
  }
}
@media screen and (max-width: 768px) {
  .message__image-sub {
    position: relative;
    margin-top: 2.4em;
    right: auto;
    bottom: auto;
  }
  .voice-01-02 .message__image-sub {
    width: 93.3333333333vw;
    margin-left: calc(50% - 50vw);
  }
  .voice-01-02 .message__image-sub img {
    border-radius: 0 7.3206442167vw 7.3206442167vw 0;
  }
  .voice-01-02 .message__image-sub::after {
    border-radius: 0 7.3206442167vw 7.3206442167vw 0;
  }
  .voice-02-02 .message__image-sub {
    width: calc(100vw - 5%);
  }
  .voice-02-02 .message__image-sub img {
    border-radius: 7.3206442167vw 0 0 7.3206442167vw;
  }
  .voice-02-02 .message__image-sub::after {
    border-radius: 7.3206442167vw 0 0 7.3206442167vw;
    right: auto;
    left: -1rem;
  }
}
@media screen and (max-width: 640px) {
  .voice-01-02 .message__image-sub img {
    border-radius: 0 6rem 6rem 0;
  }
  .voice-01-02 .message__image-sub::after {
    border-radius: 0 6rem 6rem 0;
  }
  .voice-02-02 .message__image-sub img {
    border-radius: 6rem 0 0 6rem;
  }
  .voice-02-02 .message__image-sub::after {
    border-radius: 6rem 0 0 6rem;
  }
}
.message__body {
  width: 32%;
  min-width: 33.5rem;
  position: relative;
}
.voice-01-01 .message__body, .voice-02-01 .message__body {
  padding-top: 6rem;
  padding-right: 8%;
}
@media screen and (max-width: 1280px) {
  .voice-01-01 .message__body, .voice-02-01 .message__body {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .voice-01-01 .message__body, .voice-02-01 .message__body {
    padding-top: 0;
    padding-right: 3%;
  }
}
.voice-01-02 .message__body, .voice-02-02 .message__body {
  padding-top: 3.5rem;
  padding-left: 8%;
  padding-bottom: 22rem;
}
@media screen and (max-width: 1280px) {
  .voice-01-02 .message__body, .voice-02-02 .message__body {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .voice-01-02 .message__body, .voice-02-02 .message__body {
    padding-top: 2.8rem;
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .message__body {
    width: 100%;
    max-width: none;
  }
  .voice-01-01 .message__body, .voice-01-02 .message__body, .voice-02-01 .message__body, .voice-02-02 .message__body {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
}
.message__profile {
  padding: 0 0 3.6rem;
}
@media screen and (max-width: 768px) {
  .message__profile {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .message__profile {
    padding: 0 0 3rem;
  }
}
.message__name {
  font-size: 2.8rem;
}
.message__subject {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.message__text h4 {
  margin-bottom: 2rem;
}
.message__text h4 b {
  display: inline-block;
  font-size: 1.8rem;
  color: #029FAD;
  background: #fff;
  border-radius: 10rem;
  padding: 0.6rem 2.4rem;
  border: 2px solid #029FAD;
}
@media screen and (max-width: 768px) {
  .message__text h4 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .message__text h4 {
    margin-bottom: 3rem;
  }
}

.faq {
  padding: 5rem 0 9rem;
}
@media screen and (max-width: 640px) {
  .faq {
    padding-bottom: 5rem;
  }
}
.faq__title {
  margin-bottom: 4rem;
}
.faq__title img {
  height: 4.6rem;
  width: auto;
}
@media screen and (max-width: 640px) {
  .faq__title {
    margin-bottom: 3.6rem;
  }
}
.faq__wrap {
  max-width: 74.5rem;
  margin: auto;
}
.faq__list {
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
}
.faq__list:first-child {
  padding-top: 0;
}
.faq__list:last-child {
  border-bottom: none;
}
.faq__list dt, .faq__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.faq__list dt::before, .faq__list dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.1rem;
  height: 3.8rem;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 50%;
  padding-bottom: 0.3rem;
}
.faq__list dt::before {
  content: "Q";
  color: #fff;
  background: #029FAD;
}
.faq__list dt span {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 5rem;
}
.faq__list dt span::before, .faq__list dt span::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.faq__list dt span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__list dt:hover {
  cursor: pointer;
  color: #029FAD;
}
.faq__list dt.is-open span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq__list dd {
  padding-right: 5rem;
  opacity: 0;
  max-height: 0;
  margin-top: -1rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  line-height: 1.8666666667;
}
.faq__list dd::before {
  content: "A";
  color: #029FAD;
  background: #e0f7fa;
}
@media screen and (max-width: 640px) {
  .faq__list dd {
    padding-right: 0;
  }
}
.faq__list dt.is-open + dd {
  opacity: 1;
  max-height: none;
  margin-top: 0;
  padding: 2rem 5rem 1rem 0;
}
@media screen and (max-width: 640px) {
  .faq__list dt.is-open + dd {
    padding-right: 0;
  }
}

.flow {
  padding: 6rem 0;
  background: #edf8f9;
}
@media screen and (max-width: 640px) {
  .flow {
    padding: 5rem 0;
  }
}
.flow__title img {
  height: 4rem;
  width: auto;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__item:not(:last-child)::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 24' width='12' height='24'%3E%3Cpolygon points='0,0 12,12 0,24' fill='%230097a7'/%3E%3C/svg%3E");
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 2.1rem 0 2.8rem;
}
@media screen and (max-width: 1024px) {
  .flow__item:not(:last-child)::after {
    padding-left: 2.734375vw;
    padding-right: 2.05078125vw;
  }
}
@media screen and (max-width: 768px) {
  .flow__item:not(:last-child)::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12' width='24' height='12'%3E%3Cpolygon points='0,0 24,0 12,12' fill='%230097a7'/%3E%3C/svg%3E");
    padding: 1.8rem 0 1.2rem;
  }
}
.flow__item p {
  width: 14.2rem;
  aspect-ratio: 1;
  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;
  position: relative;
}
.flow__item p::before, .flow__item p::after {
  content: "";
  width: 14.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
}
.flow__item p::before {
  top: 0.7rem;
  left: 0.7rem;
  background: #029FAD;
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 0;
}
.flow__item p::after {
  top: 0;
  left: 0;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #029FAD;
  z-index: 1;
}
.flow__item p span {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  color: #029FAD;
}
.flow .btn-entry {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  .flow .btn-entry {
    margin-top: 4.4rem;
  }
}

/*-----------------------------------

    print - 印刷設定

-----------------------------------*/
@media print {
  [id=wrapper] {
    width: 1060px;
    overflow: hidden;
  }
  .header {
    position: static;
  }
}