@charset "UTF-8";
/* CSS Document */
/*
 * Top Page Styles
 * ==========================================
 * This file imports styles for top/front page
 *
 * Structure:
 * 1. Config - Variables and Mixins
 * 2. Base - Global styles and utilities
 * 3. Sections - Common reset, Front page
 */
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*/
#top {
  padding-top: 60px;
}
#top .top__wrapper {
  position: relative;
}
#top .top__wrapper .mv {
  position: relative;
  background: url(../images/top/sec01/SMP/top_1smp.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0 50px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#top .top__wrapper .mv__wrapper {
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
#top .top__wrapper .mv__wrapper .mv-animate {
  width: 322px;
  margin: 0 auto;
}
#top .top__wrapper .mv__wrapper .mv-animate .mv-img {
  width: 100%;
}
#top .top__wrapper .mv__wrapper .mv-animate .mv-img .slideBox img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
}
#top .cta-area {
  margin-bottom: 50px;
  margin-top: -63px;
  z-index: 10;
  position: relative;
}
#top .column {
  padding-top: 0;
  padding-bottom: 55px;
}
#top .column .wrapper .column-area {
  max-width: 1180px;
  margin: 0 auto;
}
#top .column .wrapper .column-area .column-list {
  justify-content: space-between;
  position: relative;
}
#top .column .wrapper .column-area .column-list.single-banner {
  margin: 0 auto;
  width: 320px;
}
#top .column .wrapper .column-area .column-list.single-banner .slick-list {
  padding: 0 !important;
}
#top .column .wrapper .column-area .column-list .column-item {
  max-width: 300px;
  margin: 0 10px;
}
#top .column .wrapper .column-area .column-list .column-item .thumbnail {
  width: 300px;
  height: 155px;
  overflow: hidden;
}
#top .column .wrapper .column-area .column-list .column-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .column .wrapper .column-area .column-list .slick-dots li button {
  font-size: 0;
  line-height: 0;
}
#top .column .wrapper .column-area .column-list .slick-dots li button::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #AFC4C9 0% 0% no-repeat padding-box;
}
#top .column .wrapper .column-area .column-list .slick-dots li.slick-active button::before {
  background: #6A878E 0% 0% no-repeat padding-box;
}
#top .column .wrapper .column-area .column-list .slick-arrow {
  width: 44px;
  height: 44px;
  background-color: #fff;
  box-shadow: 2px 3px 5px rgba(2, 1, 28, 0.2);
  border: solid 1px #283738;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#top .column .wrapper .column-area .column-list .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
#top .column .wrapper .column-area .column-list .slick-arrow.prev {
  left: calc(50% - 187px);
}
#top .column .wrapper .column-area .column-list .slick-arrow.prev::before {
  left: 47%;
  background: url(../images/top/sec02/PC/left_black.png) no-repeat;
  background-size: contain;
}
#top .column .wrapper .column-area .column-list .slick-arrow.next {
  right: calc(50% - 185px);
}
#top .column .wrapper .column-area .column-list .slick-arrow.next::before {
  left: 53%;
  background: url(../images/top/sec02/PC/right_black.png) no-repeat;
  background-size: contain;
}
#top .voice {
  background: url(../images/top/sec03/SMP/top_9smp.jpg) no-repeat;
  background-size: cover;
}
#top .voice__wrapper .sec-title {
  margin-bottom: 30px;
}
#top .voice__wrapper .exp {
  width: 345px;
  margin: 0 auto 45px;
}
#top .voice__wrapper .exp .copy {
  text-align: center;
  font: normal normal 600 21px/25px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 25px;
}
#top .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;
}
#top .voice .scroll-area {
  width: 370px;
  margin: 0 auto;
  position: relative;
}
#top .voice .scroll-area .voice__inner {
  width: 370px;
  height: 335px;
  overflow: scroll;
  margin: 0 auto 30px;
  padding: 30px 0 45px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(106, 135, 142, 0.5019607843);
  /* iOS用: ネイティブスクロールバーを非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
  /* スムーズスクロール */
  -webkit-overflow-scrolling: touch;
}
#top .voice .scroll-area .voice__inner .reviews-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
#top .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;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .top {
  display: flex;
  gap: 17px;
  margin-bottom: 20px;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .img {
  width: 75px;
  height: 75px;
}
#top .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%;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right {
  padding-top: 18px;
}
#top .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;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star {
  width: 115px;
  height: 17px;
  display: flex;
  gap: 5px;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom h3 {
  text-align: left;
  font: normal normal 600 21px/21px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 20px;
}
#top .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: 25px;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img {
  width: 165px;
  height: 225px;
  margin: 0 auto;
}
#top .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .voice .scroll-area .voice__inner .review-card {
  margin-bottom: 60px;
}
#top .voice .scroll-area .voice__inner .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#top .voice .scroll-area .voice__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 30px;
  width: calc(100% - 8px);
  background: #fff;
  z-index: 10;
}
#top .voice .scroll-area .voice__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: calc(100% - 8px);
  background: #fff;
  flex-shrink: 0;
  bottom: 0;
  z-index: 10;
}
#top .voice .scroll-area {
  /* カスタムスクロールバー */
}
#top .voice .scroll-area .custom-scrollbar {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 8px;
  height: 260px;
  background: #fff;
  border-radius: 10px;
  z-index: 11;
}
#top .voice .scroll-area .custom-scrollbar .custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  background: #6A878E;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
#top .voice .scroll-area .custom-scrollbar .custom-scrollbar-thumb.dragging {
  background: #6A878E;
}
#top .voice .scroll-area .swiper-scrollbar {
  display: none;
}
#top .voice .btn-area {
  width: 363px;
  margin: 0 auto;
}
#top .cta02__wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 315px;
  background: url(../images/top/sec04/SMP/top_15smp.jpg) no-repeat;
  background-size: cover;
  padding: 29px 10px;
  position: relative;
}
#top .cta02__wrapper .top {
  width: 280px;
  margin: 0 0 0 auto;
  position: relative;
}
#top .cta02__wrapper .top h2 {
  text-align: center;
  font: normal normal bold 19px/37px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.38px;
  color: #FFFFFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  height: 70px;
}
#top .cta02__wrapper .top h2 .yellow {
  text-align: center;
  font: normal normal bold 29px/37px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.16px;
  color: #FFE600;
}
#top .cta02__wrapper .top h2 .yellow .span {
  text-align: center;
  font-size: 16px;
}
#top .cta02__wrapper .top h2 .yellow .small {
  font-size: 19px;
}
#top .cta02__wrapper .top .content p {
  text-align: center;
  font: normal normal bold 15px/25px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.75px;
  color: #02011C;
}
#top .cta02__wrapper .top .content p .marker {
  position: relative;
  z-index: 10;
}
#top .cta02__wrapper .top .content p .marker::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FFF7A8 0% 0% no-repeat padding-box;
  opacity: 0.75;
  top: 1px;
  left: 0;
  z-index: -1;
}
#top .cta02__wrapper .bottom {
  width: 100%;
  height: 109px;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 12px;
}
#top .cta02__wrapper .bottom .cta-area {
  width: 360px;
  margin: 0 auto;
}
#top .cta02__wrapper .bottom .cta-area .cta-btn {
  width: 360px;
  position: relative;
  align-items: start;
  padding-left: 34px;
}
#top .cta02__wrapper .bottom .cta-area .cta-btn::before, #top .cta02__wrapper .bottom .cta-area .cta-btn::after {
  content: "";
  display: block;
  position: absolute;
}
#top .cta02__wrapper .bottom .cta-area .cta-btn::before {
  width: 7.5px;
  height: 10px;
  background: url(../images/top/sec01/PC/right_white.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
#top .cta02__wrapper .bottom .cta-area .cta-btn::after {
  width: 32px;
  height: 55px;
  background: url(../images/top/sec04/PC/headerfooter_5.png) no-repeat;
  background-size: contain;
  top: -10px;
  right: 15px;
}
#top .cta02__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 159px;
  height: 180px;
  background: url(../images/top/sec04/PC/top_16.png) no-repeat;
  background-size: contain;
  bottom: 109px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 390px) {
  #top .cta02__wrapper::before {
    left: -25px;
  }
}
#top .reason {
  background: url(../images/top/sec05/SMP/top_18smp.jpg) no-repeat;
}
#top .reason__wrapper {
  text-align: center;
}
#top .reason__wrapper .copy {
  text-align: center;
  font: normal normal 600 17px/29px "Shippori Mincho", serif;
  letter-spacing: -0.85px;
  color: #005F9E;
  display: inline-block;
  background: #CAECED 0% 0% no-repeat padding-box;
  border-radius: 2.5px;
  margin-bottom: 20px;
  height: 30px;
  padding: 0 5px 0 12px;
}
#top .reason__wrapper .sec-title {
  margin-bottom: 30px;
}
#top .reason__wrapper .exp {
  width: 345px;
  margin: 0 auto 45px;
}
#top .reason__wrapper .exp .copy {
  text-align: center;
  font: normal normal 600 21px/30px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
  margin-bottom: 25px;
}
#top .reason__wrapper .exp .desc {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
#top .reason .scroll-area {
  width: 98%;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}
#top .reason .scroll-area .reason__inner {
  width: 100%;
  height: 377px;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item {
  height: 100%;
  display: block;
  height: auto !important;
  padding: 30px 0 5px;
  margin-bottom: 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 7px rgba(2, 1, 28, 0.3019607843);
  position: relative;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 10;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area .ja {
  text-align: center;
  font: normal normal bold 13px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.13px;
  color: #725524;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area .num {
  text-align: center;
  font: normal normal bold 27.5px/28px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 1.65px;
  color: #725524;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .top {
  width: 268px;
  margin: 0 0 30px auto;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .top h3 {
  text-align: left;
  font: normal normal 600 21px/30px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .img {
  width: 250px;
  height: 155px;
  margin: 0 auto 20px;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl {
  width: 350px;
  margin: 0 auto;
  padding-left: 28px;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dt {
  text-align: left;
  font: normal normal bold 17px/17px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.51px;
  color: #0280B3;
  margin-bottom: 12px;
  position: relative;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 15px;
  background: url(../images/top/sec05/PC/reason_6.png) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dd {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
  margin-bottom: 20px;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(../images/top/sec05/SMP/reason_4smp.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
#top .reason .scroll-area .reason__inner .reviews-container .reason-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 83px;
  background: url(../images/top/sec05/PC/reason_3.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 10px;
}
#top .reason .scroll-area .reason__inner .review-card {
  margin-bottom: 60px;
}
#top .reason .scroll-area .reason__inner .review-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#top .reason .scroll-area .swiper-scrollbar2 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 360px;
  background-color: none;
  border-radius: 100px;
  z-index: 10;
}
#top .reason .scroll-area .swiper-scrollbar2 .swiper-scrollbar-drag {
  width: 8px;
  background-color: #6A878E;
  border-radius: 100px;
}
#top .reason .exp {
  margin-bottom: 30px;
}
#top .reason .exp p {
  text-align: center;
  font: normal normal 600 17.5px/26px "Shippori Mincho", serif;
  letter-spacing: 0px;
}
#top .reason .exp p .red {
  color: #E85133;
}
#top .reason .btn-area {
  width: 98%;
  max-width: 380px;
  margin: 0 auto;
}
#top .about .sec-title {
  margin-bottom: 32px;
}
#top .about .content ul {
  width: 320px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#top .about .content ul li {
  display: block;
  width: 100%;
}
#top .about .content ul li .img {
  width: 100%;
  height: 198px;
  margin-bottom: 20px;
  position: relative;
}
#top .about .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .about .content ul li .img .title {
  position: absolute;
  bottom: 10px;
  left: 0;
}
#top .about .content ul li .img .title .blue {
  display: inline-block;
  text-align: left;
  font: normal normal bold 14px/21px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
  background: #12A1C4 0% 0% no-repeat padding-box;
  border-radius: 0px 2.5px 2.5px 0px;
  height: 22px;
  padding: 1px 5px 0;
}
#top .about .content ul li .img .title .white {
  display: inline-block;
  text-align: left;
  font: normal normal 600 17px/21px "Shippori Mincho", serif;
  letter-spacing: 0.51px;
  color: #02011C;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px 2.5px 2.5px 0px;
  height: 29px;
  padding: 3px 5px 0;
}
#top .about .btn-area {
  width: 252px;
  margin: 0 auto;
}
#top .support {
  background: url(../images/top/sec07/SMP/top_33smp.jpg) no-repeat;
  background-size: cover;
}
#top .support__wrapper .sec-title {
  display: flex;
  gap: 1px;
  justify-content: center;
  margin-bottom: 15px;
}
#top .support__wrapper .sec-title .block {
  text-align: left;
  font: normal normal bold 19px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  color: #FD7F00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #FD7F00;
  background: #fff;
  padding-top: 1px;
}
#top .support__wrapper .sec-title .block2 {
  text-align: left;
  font: normal normal bold 19px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: transparent linear-gradient(133deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
  border-radius: 1px;
  padding-top: 1px;
}
#top .support__wrapper .copy {
  margin-bottom: 30px;
}
#top .support__wrapper .copy p {
  text-align: center;
  font: normal normal 600 21px/25px "Shippori Mincho", serif;
  letter-spacing: 0px;
  color: #02011C;
}
#top .support__wrapper > .img {
  width: 250px;
  height: 167px;
  margin: 0 auto 30px;
}
#top .support__wrapper > .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .support__wrapper .detail {
  width: 300px;
  margin: 0 auto 15px;
}
#top .support__wrapper .detail p {
  text-align: left;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
#top .support__wrapper .btn-area {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}
#top .flow__wrapper .sec-title {
  margin-bottom: 37px;
}
#top .flow__wrapper .copy {
  width: 375px;
  margin: 0 auto 33px;
}
#top .flow__wrapper .copy p {
  text-align: center;
  font: normal normal 600 21px/30px "Shippori Mincho", serif;
  letter-spacing: -0.18px;
  color: #02011C;
  position: relative;
}
#top .flow__wrapper .copy p::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  background: #FFE605 0% 0% no-repeat padding-box;
  opacity: 0.45;
  bottom: 0px;
  left: -5px;
  z-index: -1;
}
#top .flow__wrapper .detail {
  width: 325px;
  margin: 0 auto 45px;
}
#top .flow__wrapper .detail p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
#top .flow__wrapper .sub-title {
  text-align: center;
  margin: 0 auto 20px;
}
#top .flow__wrapper .sub-title p {
  font: normal normal bold 18px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.9px;
  color: #283738;
  text-align: center;
}
#top .flow__wrapper .content {
  width: 95%;
  max-width: 755px;
  margin: 0 auto;
}
#top .flow__wrapper .content .slide-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0px;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 7px;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img {
  width: 70px;
  height: 70px;
  margin-left: 5px;
  position: relative;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .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%);
}
#top .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;
}
#top .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;
}
#top .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;
}
#top .flow__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: 24px;
}
#top .flow__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: 32px;
  transition: all 0.3s ease;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.b-none {
  border-top: none;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
  display: none;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
  background: #F5F7F7 0% 0% no-repeat padding-box;
  padding: 25px 15px;
  overflow: hidden;
  transition: height 0.4s ease;
  opacity: 0;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
}
#top .flow__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;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-0 {
  margin-bottom: 0;
}
#top .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;
}
#top .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;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
#top .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;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area {
  width: 333px;
  margin: 0 auto;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: dashed 1px #005F9E;
}
#top .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;
}
#top .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;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img img {
  width: 140px;
  height: 86px;
}
#top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
  opacity: 1;
  height: auto;
  margin-bottom: 25px;
}
#top .flow__wrapper .btn-area {
  width: 307px;
  margin: 0 auto;
}
#top .blog {
  background: url(../images/top/sec09/SMP/top_41smp.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  #top .blog {
    background: url(../images/top/sec09/PC/top_41pc.jpg) no-repeat;
    background-size: cover;
  }
}
#top .blog__wrapper .sec-title {
  margin-bottom: 20px;
}
#top .blog__wrapper .exp {
  margin-bottom: 30px;
  width: 315px;
  margin: 0 auto 30px;
}
#top .blog__wrapper .exp p {
  text-align: center;
  font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.45px;
  color: #02011C;
}
#top .blog__wrapper .article ul {
  width: 240px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#top .blog__wrapper .article ul li {
  width: 100%;
  box-shadow: 1px 2px 3px rgba(106, 135, 142, 0.5019607843);
}
#top .blog__wrapper .article ul li a {
  display: block;
  width: 100%;
}
#top .blog__wrapper .article ul li a .img {
  width: 100%;
  height: 165px;
}
#top .blog__wrapper .article ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .blog__wrapper .article ul li a .content {
  position: relative;
  padding: 27px 20px 20px 20px;
  background-color: #fff;
  height: 118px;
}
#top .blog__wrapper .article ul li a .content .cat {
  font: normal normal bold 14px/21px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.42px;
  color: #FFFFFF;
  position: absolute;
  top: -13px;
  left: 0;
  background: #12A1C4 0% 0% no-repeat padding-box;
  border-radius: 0px 2.5px 2.5px 0px;
  padding: 3px 10px 0 9px;
  height: 26px;
  display: inline-block;
}
#top .blog__wrapper .article ul li a .content .title {
  margin-bottom: 15px;
}
#top .blog__wrapper .article ul li a .content .title span {
  text-align: left;
  font: normal normal 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.45px;
  color: #02011C;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
#top .blog__wrapper .article ul li a .content time {
  text-align: right;
  font: normal normal 14px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1.12px;
  color: #6E6E6E;
  display: flex;
  justify-content: end;
}
#top .blog__wrapper .btn-area {
  width: 235px;
  margin: 0 auto;
}
#top .banner {
  padding-bottom: 0;
}
#top .banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 300px;
  margin: 0 auto;
}
#top .banner__wrapper .item {
  width: 300px;
  height: 155px;
}
#top .banner__wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top .faq__wrapper .sec-title {
  margin-bottom: 37px;
}
#top .faq__wrapper .content {
  width: 99%;
  max-width: 380px;
  margin: 0 auto;
}
#top .faq__wrapper .content .slide-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top .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;
}
#top .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;
}
#top .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;
}
#top .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;
}
#top .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;
}
#top .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
  display: none;
}
#top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
  padding: 15px 0 0 40px;
  overflow: hidden;
  transition: height 0.4s ease;
  opacity: 0;
  height: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  position: relative;
}
#top .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;
}
#top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-small {
  margin-bottom: 15px;
}
#top .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;
}
#top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
  opacity: 1;
  height: auto;
}
#top .faq__wrapper .btn-area {
  width: 305px;
  margin: 0 auto;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #top {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  #top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  #top .top__wrapper {
    position: relative;
  }
  #top .top__wrapper .mv {
    position: relative;
    background: url(../images/top/sec01/PC/top_1pc.png) no-repeat;
    background-size: cover;
    padding: 40px 0 80px;
    width: 100%;
    max-width: unset;
    height: 634px;
    margin: 0 auto 0 0;
  }
  #top .top__wrapper .mv__wrapper {
    margin-bottom: 0;
  }
  #top .top__wrapper .mv__wrapper .mv-animate {
    width: 100%;
    max-width: 1046px;
  }
  #top .top__wrapper .mv__wrapper .mv-animate .mv-img {
    width: 100%;
  }
  #top .top__wrapper .mv__wrapper .mv-animate .mv-img .slideBox img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 635px;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
  }
  #top .cta-area {
    margin-top: -100px;
    margin-bottom: 110px !important;
  }
  #top .column {
    padding-top: 0;
    padding-bottom: 100px;
  }
  #top .column .wrapper .column-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #top .column .wrapper .column-area .column-list {
    justify-content: space-between;
  }
  #top .column .wrapper .column-area .column-list.single-banner {
    width: 380px;
  }
  #top .column .wrapper .column-area .column-list .column-item {
    max-width: 380px;
    margin: 0 10px;
    transition: all 0.3s ease;
  }
  #top .column .wrapper .column-area .column-list .column-item .thumbnail {
    width: 380px;
    height: 187px;
    overflow: hidden;
  }
  #top .column .wrapper .column-area .column-list .column-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #top .column .wrapper .column-area .column-list .column-item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  #top .column .wrapper .column-area .column-list .slick-dots li button {
    font-size: 0;
    line-height: 0;
  }
  #top .column .wrapper .column-area .column-list .slick-dots li button::before {
    content: "";
    width: 12px;
    height: 12px;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow {
    width: 55px;
    height: 55px;
    transition: all 0.3s ease;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 16px;
    transition: all 0.3s ease;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow.prev {
    left: -13px;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow.prev::before {
    left: 47%;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow.next {
    right: -13px;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow.next::before {
    left: 53%;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow:hover {
    cursor: pointer;
    background-color: #283738;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow:hover.prev::before {
    background: url(../images/top/sec02/PC/left_white.png) no-repeat;
    background-size: contain;
  }
  #top .column .wrapper .column-area .column-list .slick-arrow:hover.next::before {
    background: url(../images/top/sec02/PC/right_white.png) no-repeat;
    background-size: contain;
  }
  #top .voice {
    background: url(../images/top/sec03/PC/top_9pc.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 70px;
  }
  #top .voice__wrapper .sec-title {
    margin-bottom: 43px;
  }
  #top .voice__wrapper .exp {
    width: 800px;
    margin: 0 auto 42px;
  }
  #top .voice__wrapper .exp .copy {
    text-align: center;
    font: normal normal 600 31px/42px "Shippori Mincho", serif;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
  #top .voice__wrapper .exp .desc {
    text-align: center;
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #top .voice .scroll-area {
    width: 1008px;
    margin: 0 auto;
    position: relative;
  }
  #top .voice .scroll-area .voice__inner {
    width: 1008px;
    height: 609px;
    margin: 0 auto 40px;
    padding: 50px 0;
    box-shadow: 0px 0px 20px rgba(106, 135, 142, 0.5019607843);
  }
  #top .voice .scroll-area .voice__inner .reviews-container {
    padding: 0 80px;
    flex-direction: column;
  }
  #top .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 !important;
    position: relative;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .top {
    gap: 40px;
    margin-bottom: 15px;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .img {
    width: 90px;
    height: 90px;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right {
    padding-top: 18px;
  }
  #top .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;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star {
    width: 115px;
    height: 17px;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .top .right .star img {
    width: 24px;
    height: 24px;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom {
    width: 632px;
  }
  #top .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: 23px;
  }
  #top .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;
  }
  #top .voice .scroll-area .voice__inner .reviews-container .voice-item .bottom .content .img {
    width: 175px;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #top .voice .scroll-area .voice__inner .review-card {
    margin-bottom: 60px;
  }
  #top .voice .scroll-area .voice__inner .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #top .voice .scroll-area .voice__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    background: #fff;
  }
  #top .voice .scroll-area .voice__inner::after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    background: #fff;
    flex-shrink: 0;
    bottom: 0;
  }
  #top .voice .scroll-area .custom-scrollbar {
    right: 15px;
    top: 50px;
    width: 12px;
    height: 509px;
  }
  #top .voice .scroll-area .custom-scrollbar .custom-scrollbar-thumb {
    width: 12px;
  }
  #top .voice .btn-area {
    width: 544px;
    margin: 0 auto;
  }
  #top .cta02__wrapper {
    width: 970px;
    max-width: unset;
    height: 445px;
    margin: 0 auto;
    background: url(../images/top/sec04/PC/top_15pc.jpg) no-repeat;
    background-size: cover;
    padding: 56px 0 0 0;
  }
  #top .cta02__wrapper .top {
    width: 783px;
    margin: 0 0 0 auto;
    position: relative;
  }
  #top .cta02__wrapper .top h2 {
    font: normal normal bold 34px/34px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.68px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    height: 64px;
  }
  #top .cta02__wrapper .top h2 .yellow {
    font: normal normal bold 54px/54px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.08px;
  }
  #top .cta02__wrapper .top h2 .yellow .small {
    font-size: 34px;
  }
  #top .cta02__wrapper .top h2 .harf {
    display: inline-block;
    width: 16px;
  }
  #top .cta02__wrapper .top .content p {
    font: normal normal bold 18px/35px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.9px;
  }
  #top .cta02__wrapper .top .content p .marker::before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    top: -2px;
    left: 0;
    z-index: -1;
  }
  #top .cta02__wrapper .bottom {
    height: 188px;
    padding-top: 27px;
  }
  #top .cta02__wrapper .bottom .cta-area {
    width: 624px;
    margin: 0 60px 0 auto;
  }
  #top .cta02__wrapper .bottom .cta-area .micro {
    width: 380px;
    height: 54px;
    margin: 0 auto;
  }
  #top .cta02__wrapper .bottom .cta-area .cta-btn {
    width: 100%;
    padding-left: 100px;
  }
  #top .cta02__wrapper .bottom .cta-area .cta-btn::before {
    width: 15px;
    height: 20px;
    left: 60px;
  }
  #top .cta02__wrapper .bottom .cta-area .cta-btn::after {
    width: 65px;
    height: 111px;
    right: 25px;
    top: -30px;
  }
  #top .cta02__wrapper::before {
    width: 349px;
    height: 395px;
    bottom: 0px;
  }
  #top .reason {
    padding: 70px 0;
    background: url(../images/top/sec05/PC/top_18pc.jpg) no-repeat;
    background-size: cover;
  }
  #top .reason__wrapper {
    text-align: center;
  }
  #top .reason__wrapper .copy {
    font: normal normal 600 24px/45px "Shippori Mincho", serif;
    letter-spacing: -1.2px;
    border-radius: 5px;
    margin-bottom: 26px;
    height: 47px;
  }
  #top .reason__wrapper .sec-title {
    margin-bottom: 38px;
  }
  #top .reason__wrapper .sec-title .blue .big {
    font-size: 70px;
  }
  #top .reason__wrapper .exp {
    width: 345px;
    margin: 0 auto 45px;
  }
  #top .reason__wrapper .exp .copy {
    text-align: center;
    font: normal normal 600 21px/30px "Shippori Mincho", serif;
    letter-spacing: 0px;
    color: #02011C;
    margin-bottom: 25px;
  }
  #top .reason__wrapper .exp .desc {
    text-align: left;
    font: normal normal 500 15px/24px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.45px;
    color: #02011C;
  }
  #top .reason .scroll-area {
    width: 100%;
    max-width: 1920px;
  }
  #top .reason .scroll-area .reason__inner {
    width: 100%;
    height: 568px;
    margin: 0 auto 90px;
    padding: 0 0 45px;
    overflow: hidden;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item {
    width: 1150px;
    height: 556px !important;
    padding: 50px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px rgba(2, 1, 28, 0.3019607843);
    position: relative;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area {
    gap: 10px;
    top: 25px;
    left: 67px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area .ja {
    font: normal normal bold 16px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.16px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .num-area .num {
    font: normal normal bold 45px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 2.7px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .top {
    width: 800px;
    margin: 0 0 34px 183px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .top h3 {
    font: normal normal 600 30px/42px "Shippori Mincho", serif;
    letter-spacing: 0px;
    height: 84px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .img {
    width: 270px;
    height: 203px;
    position: absolute;
    right: 42px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl {
    width: 100%;
    margin: 0 0 0 50px;
    padding-left: 28px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dt {
    font: normal normal bold 20px/20px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    left: -35px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item .bottom .content dl dd {
    font: normal normal 500 18px/18px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    margin-bottom: 25px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background: url(../images/top/sec05/PC/reason_4pc.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
  }
  #top .reason .scroll-area .reason__inner .reviews-container .reason-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 132px;
    left: 50px;
  }
  #top .reason .scroll-area .reason__inner .review-card {
    margin-bottom: 60px;
  }
  #top .reason .scroll-area .reason__inner .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #top .reason .scroll-area .swiper-scrollbar2 {
    display: none;
  }
  #top .reason .scroll-area .swiper-pagination {
    position: absolute;
    bottom: -50px;
  }
  #top .reason .scroll-area .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  #top .reason .scroll-area .swiper-pagination .swiper-pagination-bullet-active {
    background: #6A878E;
  }
  #top .reason .scroll-area .swiper-button {
    width: 70px;
    height: 70px;
    background-color: #fff;
    box-shadow: 2px 3px 5px rgba(2, 1, 28, 0.2);
    border: solid 1px #283738;
    border-radius: 50%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.4s ease;
  }
  #top .reason .scroll-area .swiper-button::after {
    content: none !important;
  }
  #top .reason .scroll-area .swiper-button::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    transition: all 0.4s ease;
  }
  #top .reason .scroll-area .swiper-button.swiper-button-prev {
    left: calc(50% - 608px);
  }
  #top .reason .scroll-area .swiper-button.swiper-button-prev::before {
    left: 47%;
    background: url(../images/top/sec02/PC/left_black.png) no-repeat;
    background-size: contain;
  }
  #top .reason .scroll-area .swiper-button.swiper-button-next {
    right: calc(50% - 608px);
  }
  #top .reason .scroll-area .swiper-button.swiper-button-next::before {
    left: 53%;
    background: url(../images/top/sec02/PC/right_black.png) no-repeat;
    background-size: contain;
  }
  #top .reason .scroll-area .swiper-button:hover {
    cursor: pointer;
    background-color: #283738;
  }
  #top .reason .scroll-area .swiper-button:hover.swiper-button-prev::before {
    background: url(../images/top/sec02/PC/left_white.png) no-repeat;
    background-size: contain;
  }
  #top .reason .scroll-area .swiper-button:hover.swiper-button-next::before {
    background: url(../images/top/sec02/PC/right_white.png) no-repeat;
    background-size: contain;
  }
  #top .reason .scroll-area::-webkit-scrollbar {
    display: none;
  }
  #top .reason .exp {
    margin-bottom: 35px;
  }
  #top .reason .exp p {
    font: normal normal 600 28px/40px "Shippori Mincho", serif;
    letter-spacing: 0px;
  }
  #top .reason .btn-area {
    width: 570px;
    max-width: 570px;
    margin: 0 auto;
  }
  #top .about .sec-title {
    margin-bottom: 32px;
  }
  #top .about .content ul {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto 40px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 60px;
  }
  #top .about .content ul li {
    width: 500px;
  }
  #top .about .content ul li .img {
    width: 500px;
    height: 310px;
    margin-bottom: 30px;
  }
  #top .about .content ul li .img .title {
    bottom: 20px;
  }
  #top .about .content ul li .img .title .blue {
    font: normal normal bold 18px/32px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    border-radius: 0px 5px 5px 0px;
    height: 33px;
    padding: 0 10px;
  }
  #top .about .content ul li .img .title .white {
    font: normal normal 600 26px/42px "Shippori Mincho", serif;
    letter-spacing: 0.78px;
    border-radius: 0px 5px 5px 0px;
    height: 46px;
    padding: 0 10px;
  }
  #top .about .btn-area {
    width: 392px;
    margin: 0 auto;
  }
  #top .support {
    background: none;
    position: relative;
  }
  #top .support__wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #top .support__wrapper .sec-title {
    gap: 2px;
    margin-bottom: 30px;
    justify-content: start;
    margin-left: 60px;
  }
  #top .support__wrapper .sec-title .block {
    font: normal normal bold 32px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border: 2px solid #FD7F00;
    padding-top: 2px;
  }
  #top .support__wrapper .sec-title .block2 {
    font: normal normal bold 32px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    background: transparent linear-gradient(133deg, #FD962D 0%, #EF7800 100%) 0% 0% no-repeat padding-box;
    border-radius: 1px;
    padding-top: 1px;
  }
  #top .support__wrapper .copy {
    width: 672px;
    margin: 0 0 33px 43px;
  }
  #top .support__wrapper .copy p {
    text-align: left;
    font: normal normal 600 32px/46px "Shippori Mincho", serif;
    letter-spacing: 0px;
  }
  #top .support__wrapper > .img {
    width: 500px;
    height: 334px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #top .support__wrapper .detail {
    width: 600px;
    margin: 0 0 30px 60px;
  }
  #top .support__wrapper .detail p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #top .support__wrapper .btn-area {
    width: 570px;
    margin: 0 0 0 60px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1500px) {
  #top .support__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    width: 130%;
    height: 145%;
    background: url(../images/top/sec07/PC/top_33pc.jpg) no-repeat;
    background-size: cover;
    top: -90px;
    right: 11%;
    z-index: -10;
  }
}
@media only screen and (min-width: 1025px) {
  #top .support::before {
    content: "";
    display: block;
    position: absolute;
    width: 89%;
    max-width: 1330px;
    height: 100%;
    background: url(../images/top/sec07/PC/top_33pc.jpg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1500px) {
  #top .support::before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #top .flow__wrapper .sec-title {
    margin-bottom: 37px;
  }
  #top .flow__wrapper .copy {
    width: 585px;
    margin: 0 auto 33px;
  }
  #top .flow__wrapper .copy p {
    font: normal normal 600 32px/43px "Shippori Mincho", serif;
    letter-spacing: 0px;
    position: relative;
  }
  #top .flow__wrapper .copy p::before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    bottom: -5px;
    left: -5px;
  }
  #top .flow__wrapper .detail {
    width: 690px;
    margin: 0 auto 50px;
  }
  #top .flow__wrapper .detail p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #top .flow__wrapper .sub-title {
    text-align: center;
    margin: 0 auto 10px;
  }
  #top .flow__wrapper .sub-title p {
    font: normal normal bold 26px/26px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 1.3px;
  }
  #top .flow__wrapper .content {
    width: 885px;
    max-width: 885px;
    margin: 0 auto;
  }
  #top .flow__wrapper .content .slide-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title .img {
    width: 99px;
    height: 99px;
    margin-left: 5px;
  }
  #top .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;
  }
  #top .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;
  }
  #top .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;
  }
  #top .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;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
    width: 25px;
    height: 2px;
    right: 24px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:after {
    width: 2px;
    height: 25px;
    right: 35px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.b-none {
    border-top: none;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
    display: none;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
    padding: 40px;
    margin-left: 100px;
  }
  #top .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;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-0 {
    margin-bottom: 0;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-30 {
    margin-bottom: 30px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-20 {
    margin-bottom: 20px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-15 {
    margin-bottom: 15px;
  }
  #top .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;
  }
  #top .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;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .tel img {
    width: 35px;
    height: 35px;
  }
  #top .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;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area {
    width: 358px;
    height: 50px;
    margin: 0;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .btn-area .btn-text {
    width: 100%;
    height: 100%;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .question img {
    width: 22px;
    height: 22px;
    margin: 0 5px 3px 0;
  }
  #top .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;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav .img img {
    width: 200px;
    height: 123px;
  }
  #top .flow__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #top .flow__wrapper .btn-area {
    width: 468px;
    margin: 0 auto;
  }
  #top .blog {
    padding-bottom: 70px;
    background: url(../images/top/sec09/PC/top_41pc.jpg) no-repeat;
    background-size: cover;
  }
  #top .blog__wrapper .sec-title {
    margin-bottom: 30px;
  }
  #top .blog__wrapper .exp {
    margin-bottom: 50px;
    width: 750px;
  }
  #top .blog__wrapper .exp p {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
  }
  #top .blog__wrapper .article ul {
    width: 1020px;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px;
  }
  #top .blog__wrapper .article ul li {
    width: 300px;
    box-shadow: 2px 3px 6px rgba(106, 135, 142, 0.5019607843);
  }
  #top .blog__wrapper .article ul li a .img {
    height: 206px;
    overflow: hidden;
  }
  #top .blog__wrapper .article ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.2s ease;
  }
  #top .blog__wrapper .article ul li a .content {
    position: relative;
    padding: 35px 30px 30px 30px;
    background-color: #fff;
    height: 147px;
  }
  #top .blog__wrapper .article ul li a .content .cat {
    font: normal normal bold 18px/32px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    top: -16px;
    border-radius: 0px 5px 5px 0px;
    padding: 0 15px;
    height: 33px;
  }
  #top .blog__wrapper .article ul li a .content .title {
    margin-bottom: 15px;
  }
  #top .blog__wrapper .article ul li a .content .title span {
    font: normal normal 500 18px/30px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    letter-spacing: 0.54px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
  }
  #top .blog__wrapper .article ul li a .content time {
    text-align: right;
    font: normal normal 14px/13px "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-weight: 500;
    letter-spacing: 1.12px;
    color: #6E6E6E;
  }
  #top .blog__wrapper .article ul li:hover {
    cursor: pointer;
  }
  #top .blog__wrapper .article ul li:hover a .img img {
    transform: scale(1.2);
  }
  #top .blog__wrapper .btn-area {
    width: 368px;
  }
  #top .banner {
    padding-bottom: 0;
  }
  #top .banner__wrapper {
    flex-direction: row;
    gap: 60px;
    width: 820px;
  }
  #top .banner__wrapper .item {
    width: 380px;
    height: 187px;
    transition: all 0.3s ease;
  }
  #top .banner__wrapper .item:hover {
    opacity: 0.5;
  }
  #top .faq__wrapper .sec-title {
    margin-bottom: 37px;
  }
  #top .faq__wrapper .content {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  #top .faq__wrapper .content .slide-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #top .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;
  }
  #top .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;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .menu-title .q {
    top: 16px;
    left: 30px;
    font: normal normal 600 30px/34px "Shippori Mincho", serif;
    letter-spacing: 1.5px;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:before {
    width: 25px;
    height: 2px;
    right: 30px;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild:after {
    width: 2px;
    height: 25px;
    right: 41px;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .menu-title.hasChild.open:after {
    display: none;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav {
    padding: 25px 30px 0 75px;
  }
  #top .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;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav p.mb-small {
    margin-bottom: 19px;
  }
  #top .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;
  }
  #top .faq__wrapper .content .slide-nav .flex-item .sec .slide-child-nav.open {
    opacity: 1;
    height: auto;
  }
  #top .faq__wrapper .btn-area {
    width: 444px;
  }
  #top .reason .scroll-area .reason__inner .reviews-container {
    flex-direction: row !important;
  }
}

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