@charset "UTF-8";
/* CSS Document */
/*
 * Common Styles - Main Import File
 * ==========================================
 * This file imports all partial Sass files
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Base - Global styles and utilities
 * 3. Sections - Header, Footer, Pages
 */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-weight: 500;
  scroll-padding-top: 160px;
}
html body.hidden {
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  html {
    scroll-padding-top: 60px;
  }
}

section {
  padding: 45px 0;
}

.cta-area .micro {
  background: url(../images/top/sec01/SMP/top_3smp.png) no-repeat;
  background-size: cover;
  width: 230px;
  height: 35px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cta-area .micro-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-align: center;
  font: normal normal bold 12.5px/12px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.625px;
  padding-top: 1px;
}
.cta-area .micro-copy .red {
  font: normal normal bold 12.5px/12px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.625px;
  color: #E85133;
}
.cta-area .cta-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: -13px auto 0;
  height: 56px;
  background: transparent linear-gradient(99deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 5px rgba(2, 1, 28, 0.4235294118);
  border-radius: 100px;
}
.cta-area .cta-btn span {
  text-align: center;
  font: normal normal bold 17.5px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1607843137);
}

.btn-area .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 51px;
  background: #007BB0 0% 0% no-repeat padding-box;
  box-shadow: 1px 1.5px 3px rgba(2, 1, 28, 0.5019607843);
  border-radius: 100px;
}
.btn-area .btn-text .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-area .btn-text .btn-copy span {
  text-align: center;
  font: normal normal bold 17.5px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.88px;
  color: #FFFFFF;
}
.btn-area .btn-text .btn-copy .img {
  display: inline-block;
  background: url(../images/top/sec01/PC/right_white.png) no-repeat;
  background-size: contain;
  width: 7.5px;
  height: 10px;
}
.btn-area .btn-text.orange {
  background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
}
.btn-area .btn-text.orange .btn-copy span {
  font: normal normal bold 16px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
.sec-title {
  text-align: center;
}
.sec-title span {
  font: normal normal bold 23px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.38px;
  color: #005F9E;
}
.sec-title.black span {
  color: #283738;
}
.sec-title.black span .blue {
  color: #005F9E;
  margin-top: 10px;
  display: inline-block;
}
.sec-title.black span .blue .big {
  color: #005F9E;
  font-size: 40px;
}

@media only screen and (min-width: 1025px) {
  section {
    padding: 90px 0;
  }
  .cta-area {
    width: 574px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
  }
  .cta-area .micro {
    background: url(../images/top/sec01/PC/top_3pc.png) no-repeat;
    background-size: cover;
    width: 380px;
    height: 54px;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cta-area .micro-copy {
    height: 50px;
    text-align: center;
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    padding-top: 1px;
    transition: all 0.3s ease;
  }
  .cta-area .micro-copy .red {
    text-align: center;
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    color: #E85133;
    transition: all 0.3s ease;
  }
  .cta-area .cta-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 574px;
    height: 90px;
    margin: -24px auto 0;
    box-shadow: 4px 4px 10px rgba(2, 1, 28, 0.4235294118);
    border-radius: 100px;
    transition: all 0.3s ease;
  }
  .cta-area .cta-btn span {
    font: normal normal bold 27px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.35px;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1607843137);
  }
  .cta-area:hover {
    cursor: pointer;
    transform: scale(1.2);
  }
  .btn-area .btn-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 66px;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
    padding: 0 20px 0 30px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .btn-copy {
    gap: 30px;
    transition: all 0.4s ease;
    border: solid 0px transparent;
  }
  .btn-area .btn-text .btn-copy span {
    font: normal normal bold 24px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.2px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text .btn-copy .img {
    width: 12px;
    height: 15px;
    transition: all 0.4s ease;
  }
  .btn-area .btn-text:hover {
    cursor: pointer;
    border: solid 2px #007BB0;
    background: #fff;
  }
  .btn-area .btn-text:hover .btn-copy span {
    color: #007BB0;
  }
  .btn-area .btn-text:hover .img {
    background: url(../images/top/sec03/PC/right_blue.png) no-repeat;
    background-size: contain;
  }
  .btn-area .btn-text.orange {
    position: relative;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
    border: solid 1px #FD962D;
    overflow: hidden;
  }
  .btn-area .btn-text.orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(97deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  .btn-area .btn-text.orange::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }
  .btn-area .btn-text.orange .btn-copy {
    position: relative;
    gap: 10px;
    transition: all 0.4s ease;
    z-index: 1;
  }
  .btn-area .btn-text.orange .btn-copy span {
    font: normal normal bold 18px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.9px;
    transition: color 0.4s ease;
  }
  .btn-area .btn-text.orange .btn-copy .img {
    transition: background-image 0.4s ease;
  }
  .btn-area .btn-text.orange:hover {
    border-color: #EF7800;
    box-shadow: 2px 3px 6px rgba(2, 1, 28, 0.5019607843);
  }
  .btn-area .btn-text.orange:hover::before {
    opacity: 0;
  }
  .btn-area .btn-text.orange:hover::after {
    opacity: 1;
  }
  .btn-area .btn-text.orange:hover .btn-copy span {
    color: #EF7800;
  }
  .btn-area .btn-text.orange:hover .btn-copy .img {
    background: url(../images/top/sec08/PC/right_orange.png) no-repeat;
    background-size: contain;
  }
  .sec-title {
    text-align: center;
  }
  .sec-title span {
    font: normal normal bold 36px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.16px;
    color: #005F9E;
  }
  .sec-title.black span {
    color: #283738;
  }
  .sp {
    display: none !important;
  }
}
/*PC*/
#header *,
#header ::before,
#header ::after,
#footer *,
#footer ::before,
#footer ::after,
#top *,
#top ::before,
#top ::after {
  box-sizing: border-box;
}
#header h1,
#header h2,
#footer h1,
#footer h2,
#top h1,
#top h2 {
  font-size: inherit;
  font-weight: inherit;
}
#header ul,
#header ol,
#footer ul,
#footer ol,
#top ul,
#top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li,
#footer li,
#top li {
  list-style: none;
}
#header .sp,
#footer .sp,
#top .sp {
  display: none;
}
#header a,
#footer a,
#top a {
  text-decoration: none;
}
#header img,
#footer img,
#top img {
  vertical-align: bottom;
}
#header button,
#footer button,
#top button {
  -webkit-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;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit],
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit],
#top button,
#top [type=button],
#top [type=reset],
#top [type=submit] {
  cursor: pointer;
}
#header button:disabled,
#header [type=button]:disabled,
#header [type=reset]:disabled,
#header [type=submit]:disabled,
#footer button:disabled,
#footer [type=button]:disabled,
#footer [type=reset]:disabled,
#footer [type=submit]:disabled,
#top button:disabled,
#top [type=button]:disabled,
#top [type=reset]:disabled,
#top [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #header .sp,
  #footer .sp,
  #top .sp {
    display: block;
  }
}

#page01 *,
#page01 ::before,
#page01 ::after {
  box-sizing: border-box;
}
#page01 ul,
#page01 ol {
  list-style: none;
}
#page01 li {
  list-style: none;
}
#page01 .sp {
  display: none;
}
#page01 img {
  vertical-align: bottom;
}
#page01 button {
  -webkit-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;
}
#page01 button,
#page01 [type=button],
#page01 [type=reset],
#page01 [type=submit] {
  cursor: pointer;
}
#page01 button:disabled,
#page01 [type=button]:disabled,
#page01 [type=reset]:disabled,
#page01 [type=submit]:disabled {
  cursor: default;
}
@media screen and (max-width: 1024px) {
  #page01 .sp {
    display: block;
  }
}

/*トップページ*/
/*SMP*/
.voice {
  background-size: cover;
}
.voice__wrapper .sec-title {
  margin-bottom: 38px;
}
.voice__wrapper .exp {
  width: 345px;
  margin: 0 auto 45px;
}
.voice__wrapper .exp .copy {
  text-align: center;
  font: normal normal 600 21px/30px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 25px;
}
.voice__wrapper .exp .desc {
  text-align: left;
  font: normal normal 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.45px;
  color: #02011C;
}
.voice .scroll-area {
  width: 370px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.voice .scroll-area .voice__inner {
  width: 370px;
  margin: 0 auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: relative;
}
.voice .scroll-area .voice__inner .reviews-container {
  padding: 0 25px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item {
  height: 100%;
  display: block;
  height: auto !important;
  border-bottom: 1px solid #A5CAD3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top {
  display: flex;
  gap: 17px;
  margin-bottom: 12px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .img {
  width: 75px;
  height: 75px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .right {
  padding-top: 18px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .name {
  font: normal normal bold 16px/16px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.8px;
  color: #02011C;
  margin-bottom: 5px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star {
  width: 115px;
  height: 17px;
  display: flex;
  gap: 5px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .bottom h3 {
  text-align: left;
  font: normal normal 600 21px/30px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 22px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  margin-bottom: 22px;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img {
  width: 165px;
  height: 225px;
  margin: 0 auto;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.voice .scroll-area .voice__inner .reviews-container .voice-item:last-child {
  margin-bottom: 0;
}
.voice .scroll-area .voice__inner .review-card {
  margin-bottom: 60px;
}
.voice .scroll-area .voice__inner .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.faq {
  padding-top: 43px;
}
.faq__wrapper .exp {
  margin-bottom: 45px;
}
.faq__wrapper .exp p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.faq__wrapper .content {
  width: 99%;
  max-width: 380px;
  margin: 0 auto;
}
.faq__wrapper .content .slide-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title {
  display: flex;
  align-items: center;
  position: relative;
  background: #F0F4F4 0% 0% no-repeat padding-box;
  position: relative;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title span {
  text-align: left;
  font: normal normal 600 15px/22px "Shippori Mincho", serif;
  letter-spacing: 0.75px;
  color: #02011C;
  padding: 12px 37px 11px 40px;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title .q {
  position: absolute;
  top: 12px;
  left: 15px;
  font: normal normal 600 20px/17px "Shippori Mincho", serif;
  letter-spacing: 1px;
  color: #005F9E;
  padding: 0;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background-color: #005F9E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #005F9E;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  transition: all 0.3s ease;
}
.faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
  display: none;
}
.faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
  padding: 15px 0px 0 40px;
  overflow: hidden;
  transition: height 0.4s ease;
  opacity: 0;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  position: relative;
}
.faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  margin-bottom: 26px;
}
.faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-small {
  margin-bottom: 15px;
}
.faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .a {
  position: absolute;
  top: 16px;
  left: 15px;
  font: normal normal 600 20px/17px "Shippori Mincho", serif;
  letter-spacing: 1px;
  color: #FC8F21;
  padding: 0;
}
.faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
  opacity: 1;
  height: auto;
}

.flow__wrapper .sec-title {
  margin-bottom: 23px;
}
.flow__wrapper .sec-title span {
  display: inline-block;
  height: 56px;
  line-height: 30px;
}
.flow__wrapper .copy {
  width: 357px;
  margin: 0 auto 16px;
}
.flow__wrapper .copy p {
  font: normal normal 600 17px/18px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  position: relative;
}
.flow__wrapper .copy p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: #FFE605 0% 0% no-repeat padding-box;
  opacity: 0.45;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow__wrapper .detail {
  width: 345px;
  margin: 0 auto 45px;
}
.flow__wrapper .detail p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.flow__wrapper .about {
  background: #F5F7F7 0% 0% no-repeat padding-box;
  margin-bottom: 45px;
}
.flow__wrapper .about .sec-title {
  font: normal normal bold 23px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.38px;
  color: #283738;
}
.flow__wrapper .about .content ul {
  width: 260px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.flow__wrapper .about .content ul li {
  display: block;
  width: 100%;
  position: relative;
}
.flow__wrapper .about .content ul li .num {
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 10;
}
.flow__wrapper .about .content ul li .num span {
  text-align: center;
  font: normal normal bold 32.5px/35px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.95px;
  color: #12A1C4;
  position: relative;
}
.flow__wrapper .about .content ul li .num span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #12A1C4;
  bottom: -2px;
  left: -2px;
}
.flow__wrapper .about .content ul li .img {
  width: 100%;
  height: 173px;
  margin-bottom: 57px;
  position: relative;
}
.flow__wrapper .about .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow__wrapper .about .content ul li .img .title {
  position: absolute;
  bottom: -43px;
  left: 0;
}
.flow__wrapper .about .content ul li .img .title .blue {
  display: inline-block;
  text-align: left;
  font: normal normal bold 17px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
  background: #12A1C4 0% 0% no-repeat padding-box;
  height: 28px;
  padding: 1px 5px 0;
  margin-bottom: 1.5px;
}
.flow__wrapper .about .content ul li .text {
  padding-left: 23px;
  gap: 16px;
  margin-bottom: 0;
}
.flow__wrapper .about .content ul li .text .item {
  text-align: left;
  font: normal normal 500 15px/20px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  position: relative;
}
.flow__wrapper .about .content ul li .text .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 17.5px;
  height: 15px;
  background: url(../images/page01/page60/PC/reason_6.png) no-repeat;
  background-size: contain;
  top: 2px;
  left: -23px;
}
.flow__wrapper .sub-title {
  text-align: center;
  margin: 0 auto 20px;
}
.flow__wrapper .sub-title p {
  text-align: center;
  font: normal normal bold 23px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.38px;
  color: #283738;
}
.flow__wrapper .exp {
  width: 350px;
  margin: 0 auto 30px;
}
.flow__wrapper .exp p {
  text-align: left;
  font: normal normal 500 15px/23px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.flow__wrapper .content {
  width: 95%;
  max-width: 755px;
  margin: 0 auto;
}
.flow__wrapper .content .slide-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flow__wrapper .content .slide-nav .flex-item .sec {
  margin-bottom: 20px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 7px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img {
  width: 70px;
  height: 70px;
  margin-left: 5px;
  position: relative;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area .en {
  text-align: center;
  font: normal normal bold 12px/17px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-left: 0;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area .num {
  text-align: center;
  font: normal normal bold 25px/21px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-left: 0;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title span {
  text-align: left;
  font: normal normal bold 17px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.85px;
  color: #283738;
  display: inline-block;
  margin-left: 15px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.b-none {
  border-top: none;
}
.flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
  display: none;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
  background: #F5F7F7 0% 0% no-repeat padding-box;
  padding: 25px 15px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p {
  text-align: left;
  font: normal normal 500 15px/22px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  margin-bottom: 26px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-0 {
  margin-bottom: 0;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-20 {
  margin-bottom: 20px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-15 {
  margin-bottom: 15px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .title {
  text-align: left;
  font: normal normal bold 15px/15px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.75px;
  color: #02011C;
  margin-bottom: 16px;
  white-space: nowrap;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel {
  text-align: left;
  font: normal normal bold 23px/23px "Shippori Mincho", serif;
  letter-spacing: 0.46px;
  color: #0280B3;
  display: inline-block;
  margin-bottom: 13px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel a {
  color: #0280B3;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .announce {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  margin-bottom: 26px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area {
  width: 333px;
  margin: 0 auto;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: dashed 1px #005F9E;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  display: inline-block;
  margin: 0 5px -2px 0;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
  text-align: left;
  font: normal normal bold 16px/15px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.48px;
  color: #005F9E;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img img {
  width: 140px;
  height: 86px;
}
.flow__wrapper .content .slide-nav .flex-item .sec:last-child {
  margin-bottom: 0;
}

.prepare {
  background: url(../images/page01/page60/SMP/flow_13smp.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .prepare {
    background: url(../images/page01/page60/PC/flow_13pc.jpg) no-repeat;
    background-size: cover;
  }
}
.prepare__wrapper .sec-title {
  margin-bottom: 25px;
}
.prepare__wrapper .exp {
  margin-bottom: 25px;
}
.prepare__wrapper .exp p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.prepare__wrapper .content ul {
  width: 332px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 5px;
}
.prepare__wrapper .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prepare__wrapper .content ul li .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.prepare__wrapper .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prepare__wrapper .content ul li .text p {
  text-align: center;
  font: normal normal bold 17px/21px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.02px;
  color: #12A1C4;
}
.prepare__wrapper .bottom {
  width: 350px;
  margin: 0 auto;
}
.prepare__wrapper .bottom p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}

.price__wrapper .sec-title {
  margin-bottom: 30px;
}
.price__wrapper .sec-title span {
  text-align: center;
  font: normal normal bold 23px/33px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.38px;
}
.price__wrapper .exp {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.price__wrapper .exp p {
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.price__wrapper .content .sub-title {
  text-align: center;
  margin-bottom: 30px;
}
.price__wrapper .content .sub-title span {
  font: normal normal bold 17px/16px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.02px;
  color: #005F9E;
  position: relative;
}
.price__wrapper .content .sub-title span:before, .price__wrapper .content .sub-title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/page01/page60/PC/flow_17.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.price__wrapper .content .sub-title span::before {
  left: -22px;
}
.price__wrapper .content .sub-title span::after {
  right: -22px;
}
.price__wrapper .content ul {
  width: 270px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.price__wrapper .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 90px;
  margin: 0 auto;
  background: #DFE8EA 0% 0% no-repeat padding-box;
}
.price__wrapper .content ul li .text p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
.price__wrapper .bottom {
  width: 350px;
  margin: 0 auto;
}
.price__wrapper .bottom p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}

/*PC*/
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #page01 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  #page01 .voice {
    background-size: cover;
  }
  #page01 .voice__wrapper .sec-title {
    margin-bottom: 43px;
  }
  #page01 .voice__wrapper .exp {
    width: 800px;
    margin: 0 auto 72px;
  }
  #page01 .voice__wrapper .exp .copy {
    text-align: center;
    font: normal normal 600 31px/42px "Shippori Mincho", serif;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  #page01 .voice__wrapper .exp .desc {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .voice .scroll-area {
    width: 1008px;
    margin: 0 auto;
    position: relative;
  }
  #page01 .voice .scroll-area .voice__inner {
    width: 1008px;
    margin: 0 auto;
    padding: 0;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container {
    padding: 0 80px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item {
    height: 100%;
    display: block;
    height: auto !important;
    border-bottom: 1px solid #A5CAD3;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top {
    gap: 40px;
    margin-bottom: 15px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top .img {
    width: 90px;
    height: 90px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right {
    padding-top: 18px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .name {
    font: normal normal bold 22px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.1px;
    margin-bottom: 5px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star {
    width: 115px;
    height: 17px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star img {
    width: 24px;
    height: 24px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom {
    width: 632px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom h3 {
    font: normal normal 600 27px/27px "Shippori Mincho", serif;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    margin-bottom: 0px;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img {
    width: 175px;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page01 .voice .scroll-area .voice__inner .reviews-container .voice-item:last-child {
    margin-bottom: 0;
  }
  #page01 .voice .scroll-area .voice__inner .review-card {
    margin-bottom: 60px;
  }
  #page01 .voice .scroll-area .voice__inner .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #page01 .faq {
    padding-top: 60px;
  }
  #page01 .faq__wrapper .exp {
    margin-bottom: 60px;
  }
  #page01 .faq__wrapper .exp p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .faq__wrapper .content {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  #page01 .faq__wrapper .content .slide-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title {
    display: flex;
    align-items: center;
    position: relative;
    background: #F0F4F4 0% 0% no-repeat padding-box;
    position: relative;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title span {
    font: normal normal 600 20px/69px "Shippori Mincho", serif;
    letter-spacing: 1px;
    padding: 0 90px 0 75px;
    height: 69px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title .q {
    top: 15px;
    left: 30px;
    font: normal normal 600 30px/34px "Shippori Mincho", serif;
    letter-spacing: 1.5px;
    padding: 0;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
    width: 25px;
    height: 2px;
    right: 30px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:after {
    width: 2px;
    height: 25px;
    right: 41px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
    display: none;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
    padding: 25px 30px 0 75px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    margin-bottom: 30px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-small {
    margin-bottom: 19px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .a {
    top: 23px;
    left: 30px;
    font: normal normal 600 30px/34px "Shippori Mincho", serif;
    letter-spacing: 1.5px;
  }
  #page01 .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #page01 .flow__wrapper .copy {
    width: 480px;
    margin: 0 auto 33px;
  }
  #page01 .flow__wrapper .copy p {
    text-align: center;
    font: normal normal 600 24px/36px "Shippori Mincho", serif;
    letter-spacing: -1.2px;
  }
  #page01 .flow__wrapper .copy p::before {
    content: "";
    display: block;
    position: absolute;
    width: 103%;
    height: 24px;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
  }
  #page01 .flow__wrapper .sec-title {
    margin-bottom: 44px;
  }
  #page01 .flow__wrapper .sec-title span {
    text-align: center;
    font: normal normal bold 36px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.16px;
  }
  #page01 .flow__wrapper .detail {
    width: 950px;
    margin: 0 auto 90px;
  }
  #page01 .flow__wrapper .detail p {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .flow__wrapper .about {
    margin-bottom: 90px;
  }
  #page01 .flow__wrapper .about .sec-title {
    margin-bottom: 65px;
  }
  #page01 .flow__wrapper .about .content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  #page01 .flow__wrapper .about .content ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    justify-content: space-between;
  }
  #page01 .flow__wrapper .about .content ul li {
    display: block;
    width: 380px;
    position: relative;
  }
  #page01 .flow__wrapper .about .content ul li .num {
    top: -25px;
    right: 10px;
  }
  #page01 .flow__wrapper .about .content ul li .num span {
    font: normal normal bold 45px/50px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.7px;
  }
  #page01 .flow__wrapper .about .content ul li .num span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #12A1C4;
    bottom: -2px;
    left: -2px;
  }
  #page01 .flow__wrapper .about .content ul li .img {
    height: 253px;
    margin-bottom: 74px;
    position: relative;
  }
  #page01 .flow__wrapper .about .content ul li .img .title {
    bottom: -60px;
  }
  #page01 .flow__wrapper .about .content ul li .img .title .blue {
    display: inline-block;
    font: normal normal bold 24px/35px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.44px;
    height: 37px;
    padding: 1px 10px 0;
    margin-bottom: 3px;
  }
  #page01 .flow__wrapper .about .content ul li .text {
    padding-left: 36px;
    gap: 10px;
    margin-bottom: 0;
  }
  #page01 .flow__wrapper .about .content ul li .text .item {
    font: normal normal 500 18px/29px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .flow__wrapper .about .content ul li .text .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    background: url(../images/page01/page60/PC/reason_6.png) no-repeat;
    background-size: contain;
    top: 5px;
    left: -35px;
  }
  #page01 .flow__wrapper .sub-title {
    text-align: center;
    margin: 0 auto 34px;
  }
  #page01 .flow__wrapper .sub-title p {
    font: normal normal bold 36px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.16px;
  }
  #page01 .flow__wrapper .exp {
    width: 750px;
    margin: 0 auto 60px;
  }
  #page01 .flow__wrapper .exp p {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .flow__wrapper .content {
    width: 885px;
    max-width: 885px;
    margin: 0 auto;
  }
  #page01 .flow__wrapper .content .slide-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img {
    width: 99px;
    height: 99px;
    margin-left: 5px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area .en {
    font: normal normal bold 14px/22px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0px;
    margin-left: 0;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img .num-area .num {
    font: normal normal bold 40px/42px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0px;
    margin-left: 0;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title span {
    font: normal normal bold 24px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-left: 40px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
    width: 25px;
    height: 2px;
    right: 24px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:after {
    width: 2px;
    height: 25px;
    right: 35px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.b-none {
    border-top: none;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
    display: none;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
    padding: 40px;
    margin-left: 100px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    margin-bottom: 40px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-0 {
    margin-bottom: 0;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-30 {
    margin-bottom: 30px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-20 {
    margin-bottom: 20px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-15 {
    margin-bottom: 15px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .title {
    font: normal normal bold 20px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel {
    font: normal normal bold 36px/36px "Shippori Mincho", serif;
    letter-spacing: 0.72px;
    margin-bottom: 15px;
    color: #0280B3;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel img {
    width: 35px;
    height: 35px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .announce {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    margin-bottom: 20px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area {
    width: 358px;
    height: 50px;
    margin: 0;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area .btn-text {
    width: 100%;
    height: 100%;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
    padding-bottom: 5px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question img {
    width: 22px;
    height: 22px;
    margin: 0 5px 3px 0;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
    font: normal normal bold 20px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.6px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img img {
    width: 200px;
    height: 123px;
  }
  #page01 .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #page01 .prepare {
    background: url(../images/page01/page60/PC/flow_13pc.jpg) no-repeat;
    background-size: cover;
  }
  #page01 .prepare__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #page01 .prepare__wrapper .exp {
    margin-bottom: 60px;
  }
  #page01 .prepare__wrapper .exp p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .prepare__wrapper .content ul {
    width: 920px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #page01 .prepare__wrapper .content ul li {
    width: 306px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #page01 .prepare__wrapper .content ul li .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 230px;
    margin-bottom: 20px;
  }
  #page01 .prepare__wrapper .content ul li .text p {
    font: normal normal bold 24px/32px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.44px;
  }
  #page01 .prepare__wrapper .bottom {
    width: 750px;
    margin: 0 auto;
  }
  #page01 .prepare__wrapper .bottom p {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .price .price__wrapper .sec-title {
    margin-bottom: 40px;
  }
  #page01 .price .price__wrapper .sec-title span {
    text-align: center;
    font: normal normal bold 36px/36px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.16px;
  }
  #page01 .price .price__wrapper .exp {
    width: 650px;
    margin-bottom: 60px;
  }
  #page01 .price .price__wrapper .exp p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #page01 .price .price__wrapper .content .sub-title {
    margin-bottom: 40px;
  }
  #page01 .price .price__wrapper .content .sub-title span {
    font: normal normal bold 24px/32px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.44px;
  }
  #page01 .price .price__wrapper .content .sub-title span:before, #page01 .price .price__wrapper .content .sub-title span::after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
  }
  #page01 .price .price__wrapper .content .sub-title span::before {
    left: -44px;
  }
  #page01 .price .price__wrapper .content .sub-title span::after {
    right: -44px;
  }
  #page01 .price .price__wrapper .content ul {
    width: 100%;
    max-width: 1072px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  #page01 .price .price__wrapper .content ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 150px;
    margin: 0;
  }
  #page01 .price .price__wrapper .content ul li .text p {
    font: normal normal 500 20px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.6px;
  }
  #page01 .price .price__wrapper .bottom {
    width: 750px;
    margin: 0 auto;
  }
  #page01 .price .price__wrapper .bottom p {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
}

/*# sourceMappingURL=page01.css.map */
