.appear.up .item {
  transform: translateY(30px);
}

.appear.down .item {
  transform: translateY(-40px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.6s ease;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.appear.inview .item {
  transform: none;
  opacity: 1;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.4s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2s;
}

.rotate3D {
  transform: scale(0) rotateY(0deg);
  transform-style: preserve-3d;
  transition: 0.8s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.rotate3D.inview {
  transform: scale(1) rotateY(360deg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

.container {
  overflow: hidden;
}

.section_content {
  padding: 100px 0;
}
@media screen and (max-width: 600px) {
  .section_content {
    padding: 40px 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.lg-inner {
  width: min(900px, 90%);
  margin: 0 auto;
}

.inner {
  width: min(800px, 90%);
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}
.subat {
  font-size: clamp(1.2rem, 1.177rem + 0.1vw, 1.3rem);
}

.mv {
  padding: 100px 0 0;
  z-index: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #e9f5fc;
}
.mv .inner {
  position: relative;
}
.mv .sub_txt {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  line-height: 1.8;
  margin-top: -1rem;
  padding-bottom: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .mv .sub_txt {
    line-height: 2;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}
.mv .subat {
  margin-top: 1rem;
  text-align: left;
  font-weight: 700;
}

.catch {
  display: inline-block;
}

.lead_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .lead_list {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.lead_list li img {
  height: 175px;
}
@media screen and (max-width: 960px) {
  .lead_list li img {
    height: auto;
  }
}

.mv_deco_list ._01,
.mv_deco_list ._02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .mv_deco_list ._01,
  .mv_deco_list ._02 {
    top: 0;
    transform: none;
  }
}
.mv_deco_list ._01 {
  width: min(120px, 15vw);
  left: max(-140px, -15vw);
  aspect-ratio: 16/65;
}
@media screen and (max-width: 960px) {
  .mv_deco_list ._01 {
    left: -10vw;
  }
}
.mv_deco_list ._02 {
  width: min(160px, 16vw);
  right: max(-140px, -16vw);
  aspect-ratio: 22/76;
}
@media screen and (max-width: 960px) {
  .mv_deco_list ._02 {
    right: -7vw;
  }
}

.check {
  background: #e9f5fc;
  text-align: center;
}
.check .sub_img {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  .check .sub_img {
    margin-top: 40px;
  }
}
.check .subat {
  font-size: clamp(1.3rem, 1.254rem + 0.21vw, 1.5rem);
}
.check .subat._bold {
  margin-top: 1.5rem;
  display: inline-block;
  font-weight: 700;
  text-align: left;
}

.check_block {
  position: relative;
  padding: 40px;
  border-radius: 15px;
  background: #fffcec;
  border: 5px solid #c9990c;
}
.check_block::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  background: #f98d00;
  height: 34.6410161514px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 960px) {
  .check_block::before {
    bottom: -35px;
    width: 40px;
    height: 21.6506350946px;
  }
}
@media screen and (max-width: 960px) {
  .check_block {
    padding: 20px 0 5px;
    border: 3px solid #c9990c;
  }
}

.check_list {
  text-align: left;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .check_list {
    margin-top: 2rem;
  }
}
.check_list li {
  font-size: clamp(1.4rem, 1.215rem + 0.82vw, 2.2rem);
  font-weight: 500;
  position: relative;
  background: white;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 2.5em;
  margin-bottom: 1rem;
}
.check_list li::before {
  position: absolute;
  content: "";
  background: url(../images/check_ico.svg) no-repeat center/contain;
  width: 1.5em;
  aspect-ratio: 1/1;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about {
  background: #fffcec;
  text-align: center;
}
.about .sub_img {
  margin-top: 3rem;
}

.main-ttl {
  line-height: 0;
  margin-bottom: 3rem;
  text-align: center;
}
.main-ttl img {
  display: inline-block;
  height: 70px;
}
@media screen and (max-width: 480px) {
  .main-ttl img {
    height: auto;
    max-height: 40px;
  }
}

.main-ttl_chara {
  width: 300px;
  max-width: 70%;
  margin: 0 auto;
  animation: pyoko 1.5s cubic-bezier(0.3, 0.05, 0.6, 1.6) infinite;
}

.about-txt {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  font-weight: 700;
}

.merit {
  text-align: center;
}

._deco::before, ._deco::after {
  position: absolute;
  content: "";
  background: url(../images/ttl_deco.svg) no-repeat center/contain;
  width: 1em;
  aspect-ratio: 3/4;
  bottom: 0;
}
._deco::before {
  left: -1em;
}
._deco::after {
  right: -1em;
  transform: scaleX(-1);
}
._deco span {
  color: #f98d00;
}

.merit_list {
  margin: 2rem 0 6rem;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .merit_list {
    margin: 0;
  }
}
.merit_list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .merit_list li {
    display: block;
    text-align: center;
  }
}
.merit_list .num {
  display: inline-block;
  width: 60px;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .merit_list .num {
    margin: 0 0 0.5rem;
  }
}

.merit-ttl {
  font-size: clamp(2.2rem, 2.154rem + 0.21vw, 2.4rem);
  line-height: 1;
  background: linear-gradient(transparent 70%, #fff23f 70%);
  display: inline;
}
@media screen and (max-width: 960px) {
  .merit-ttl {
    line-height: 1.6;
  }
}

.merit-txt {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .merit-txt {
    text-align: left;
    margin-bottom: 3rem;
    font-size: 4.6vw;
    padding: 0 2%;
  }
}

.youtubeWrap {
  text-align: center;
}
.youtubeWrap .sub-ttl {
  display: inline-block;
  position: relative;
  font-size: clamp(2.2rem, 2.062rem + 0.62vw, 2.8rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .youtubeWrap .sub-ttl {
    font-size: 5.4vw;
  }
}

@media screen and (max-width: 600px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
.youtube iframe {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

.btnWrap {
  padding: 40px 0;
  text-align: center;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .btn_list {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.btn_list li {
  width: calc(50% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .btn_list li {
    width: 400px;
    max-width: 90%;
    margin-left: 0;
  }
  .btn_list li:first-child {
    margin-bottom: 30px;
  }
}
.btn_list li a {
  font-size: clamp(2.8rem, 2.477rem + 1.44vw, 4.2rem);
  font-weight: 700;
  min-height: 140px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #333;
  border-radius: 25px;
  box-shadow: 6px 6px 0 #333;
}
@media screen and (max-width: 960px) {
  .btn_list li a {
    min-height: 120px;
    box-shadow: 4px 4px 0 #333;
  }
}
.btn_list li a:hover {
  box-shadow: 0 0 0 #333;
  transform: translateY(6px);
}
@media screen and (max-width: 960px) {
  .btn_list li a:hover {
    transform: translateY(4px);
  }
}
.btn_list li a._blue {
  background: #007ec3;
}
.btn_list li a._orange {
  background: #f98d00;
}
.btn_list li a._skyblue {
  background: #56b7da;
}

.btn-ttl {
  position: relative;
  font-size: clamp(1.8rem, 1.708rem + 0.41vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 1rem;
}

.ban_box a:hover {
  opacity: 0.6;
}

.reason {
  margin-top: 120px;
  background: #d7eefb;
}
@media screen and (max-width: 960px) {
  .reason {
    margin-top: 40px;
  }
}

.reason-ttl {
  margin-top: max(-160px, -20vw);
  margin-bottom: 100px;
  padding: 0 min(80px, 5vw);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .reason-ttl {
    margin-bottom: 80px;
  }
}
.reason-ttl::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #d7eefb;
  width: 100%;
  height: 150%;
  border-radius: 50%;
}

.reason-subttl {
  position: relative;
  background: #007ec3;
  color: white;
  text-align: center;
  font-size: clamp(2.2rem, 1.785rem + 1.85vw, 4rem);
  padding: 2rem;
  border-radius: 15px;
}
@media screen and (max-width: 960px) {
  .reason-subttl {
    line-height: 1.3;
  }
}
.reason-subttl ._num {
  position: absolute;
  top: -2.5rem;
  left: -1rem;
  width: 110px;
}
@media screen and (max-width: 600px) {
  .reason-subttl ._num {
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
  }
}
.reason-subttl span {
  color: #fff23f;
}

.sub_img {
  text-align: center;
}
.sub_img img {
  display: inline-block;
}

.reason_block._01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .reason_block._01 {
    padding-bottom: 40px;
  }
}
.reason_block._01 .sub_img {
  margin-top: 4rem;
}
@media screen and (max-width: 600px) {
  .reason_block._01 .sub_img {
    margin-top: 2rem;
  }
}
.reason_block._01 .sub_img:nth-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 600px) {
  .reason_block._01 .sub_img:nth-of-type(2) {
    margin-top: 3rem;
  }
}
.reason_block._01 .subat {
  margin-top: 1.5rem;
}
.reason_block._01 .subat._center {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .reason_block._01 .subat._center {
    text-align: left;
  }
}
.reason_block._01 .reason_box {
  margin-top: 150px;
  background: #fffcec;
  padding: 0 min(80px, 5vw) 20px;
  border-radius: 15px;
  outline: 10px solid #fffcec;
  border: 1px solid #007ec3;
  position: relative;
}
@media screen and (max-width: 960px) {
  .reason_block._01 .reason_box {
    margin-top: 120px;
  }
}
.reason_block._01 .reason_box::before {
  position: absolute;
  content: "";
  background: #fffcec;
  width: 85%;
  height: 11px;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.reason_block._01 .reason_box-ttl {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
.reason_block._01 .reason_box-ttl img {
  display: inline-block;
}
.reason_block._01 .reason_box_list li {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.075rem;
  padding: 1.5rem 5%;
  background: white;
  border: 1px solid #333;
  margin-bottom: 1.5rem;
  min-height: 100px;
  margin-bottom: 1.5rem;
}
.reason_block._01 .reason_box_list li .sub-txt {
  margin-bottom: 0.5rem;
}
.reason_block._01 .reason_box_list li .subat {
  margin-top: auto;
  text-align: right;
}
.reason_block._01 .reason-txt {
  width: 700px;
  max-width: 100%;
  margin: 5rem auto 1rem;
}
.reason_block._01 .deco_list ._01,
.reason_block._01 .deco_list ._02 {
  position: absolute;
}
.reason_block._01 .deco_list ._01 {
  width: min(100px, 15vw);
  left: max(-80px, -12vw);
  top: 50px;
}
.reason_block._01 .deco_list ._02 {
  width: min(140px, 22vw);
  right: max(-100px, -15vw);
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.reason_block._02 {
  padding: 80px 0;
  background: #eef7fd;
}
@media screen and (max-width: 960px) {
  .reason_block._02 {
    padding: 80px 0 60px;
  }
}
.reason_block._02 .sub-txt {
  width: 85%;
  margin: 4rem auto 3rem;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .sub-txt {
    width: 100%;
    margin: 2.5rem auto;
  }
}
.reason_block._02 .graph_img {
  width: 500px;
  max-width: 80%;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .graph_img {
    margin: 0 auto 3rem;
  }
}
.reason_block._02 .reason_box-ttl {
  position: relative;
  font-size: clamp(1.8rem, 1.569rem + 1.03vw, 2.8rem);
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .reason_box-ttl {
    text-align: left;
  }
}
.reason_block._02 .reason_box-ttl::before {
  background: url(../images/arrows.svg) no-repeat center/contain;
}
.reason_block._02 .reason_box {
  background: white;
  border: 1px solid #333;
  border-radius: 10px;
}
.reason_block._02 .sub_img {
  position: relative;
  z-index: 0;
  width: 650px;
  max-width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .sub_img {
    margin: 40px auto;
  }
}
.reason_block._02 .sub_img::before, .reason_block._02 .sub_img::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 150px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .reason_block._02 .sub_img::before, .reason_block._02 .sub_img::after {
    width: 100px;
  }
}
.reason_block._02 .sub_img::before {
  background: url(../images/reason_deco03.svg) no-repeat center/contain;
  aspect-ratio: 21/47;
  left: -170px;
}
@media screen and (max-width: 480px) {
  .reason_block._02 .sub_img::before {
    left: -50px;
  }
}
.reason_block._02 .sub_img::after {
  background: url(../images/reason_deco04.svg) no-repeat center/contain;
  aspect-ratio: 19/47;
  right: -170px;
}
@media screen and (max-width: 480px) {
  .reason_block._02 .sub_img::after {
    right: -50px;
  }
}
.reason_block._02 .sub-ttl {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .sub-ttl {
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 960px) {
  .reason_block._02 .reason_list {
    width: 90%;
    margin: 0 auto;
  }
}
.reason_block._02 .reason_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .reason_block._02 .reason_list ul {
    margin-bottom: 0;
  }
}
.reason_block._02 .reason_list li {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  background: white;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 1.5rem;
}
@media screen and (max-width: 960px) {
  .reason_block._02 .reason_list li {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}
.reason_block._02 .reason_list li span {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 10px;
  color: white;
  background: #f98d00;
}
.reason_block._02 .reason_list li sm {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
}
.reason_block._02 .reason_list li .reason_list_img {
  margin: 1.5rem 0 1rem;
}
.reason_block._02 .subat._center {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .reason_block._02 .subat._center {
    text-align: left;
  }
}
.reason_block._02 .more_btn a {
  margin-top: 0.5rem;
  color: #007ec3;
}
.reason_block._03 {
  padding: 80px 0 0;
}
.reason_block._03 .sub-txt {
  margin: 4rem 0;
  font-size: clamp(1.8rem, 1.708rem + 0.41vw, 2.2rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .sub-txt {
    margin: 2rem;
    line-height: 1.8;
  }
}
.reason_block._03 .reason_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_list {
    margin-left: -15px;
    justify-content: center;
  }
}
.reason_block._03 .reason_list li {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_list li {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
.reason_block._03 .reason_list-txt {
  margin-top: 1rem;
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  text-align: center;
  font-weight: 600;
}
.reason_block._03 .more_btn a {
  max-width: 90%;
  color: #f98d00;
}
.reason_block._03 .reason_box {
  margin-top: 6rem;
  position: relative;
  border: 1px solid #333;
  background: white;
  border-radius: 15px;
  text-align: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_box {
    margin-top: 3rem;
  }
}
.reason_block._03 .reason_box::before {
  position: absolute;
  content: "";
  background: url(../images/reason_num03_chara.png) no-repeat center/contain;
  width: 150px;
  aspect-ratio: 500/607;
  right: 3rem;
  top: 1rem;
  animation: pyoko 1.5s cubic-bezier(0.3, 0.05, 0.6, 1.6) infinite;
}
@media screen and (max-width: 600px) {
  .reason_block._03 .reason_box::before {
    display: none;
  }
}
@keyframes pyoko {
  0%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-5px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(0);
  }
}
.reason_block._03 .reason_box-ttl {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  background: #f98d00;
  color: white;
  padding: 1.5rem;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_box-ttl {
    line-height: 1.4;
  }
}
.reason_block._03 .reason_box-subttl {
  margin-top: 2rem;
  font-size: clamp(1.8rem, 1.569rem + 1.03vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.reason_block._03 .reason_box-tel {
  font-size: clamp(3rem, 2.769rem + 1.03vw, 4rem);
  letter-spacing: 0.2rem;
  font-weight: 800;
  line-height: 1;
  color: #f98d00;
}
.reason_block._03 .reason_box-tel ._ico {
  display: inline-block;
  width: 50px;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_box-tel ._ico {
    width: 35px;
    margin-right: 0.75rem;
  }
}
.reason_block._03 .reason_box-tel span {
  display: block;
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  color: #333;
}
.reason_block._03 .reason_box-desc {
  margin-top: 1rem;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-weight: 500;
  padding: 0 0 2rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .reason_block._03 .reason_box-desc {
    text-align: left;
  }
}
.reason_block._03 .reason_box-list-ttl {
  margin: 1.5rem auto;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
}
.reason_block._03 .reason_box-list-ttl span {
  color: #f98d00;
}
.reason_block._03 .reason_box-list {
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .reason_block._03 .reason_box-list {
    margin: 2rem 0 1rem;
  }
}
.reason_block._03 .reason_box-list li {
  display: inline-block;
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  font-weight: 600;
  background: #ffe8cb;
  min-width: 200px;
  padding: 1rem 2rem;
  margin-right: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .reason_block._03 .reason_box-list li {
    min-width: auto;
    padding: 1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .reason_block._03 .reason_box-list li {
    font-size: 4vw;
  }
}

.more_btn a {
  font-size: clamp(2rem, 1.815rem + 0.82vw, 2.8rem);
  font-weight: 800;
  display: block;
  background: white;
  border: 3px solid #333;
  border-radius: 50px;
  padding: 1.5rem 1rem;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 5px 5px 0 #dbdcdc;
  transition: 0.3s all;
}
@media screen and (max-width: 960px) {
  .more_btn a {
    padding: 1.25rem 1rem;
    border: 2px solid #333;
  }
}
.more_btn a:hover {
  box-shadow: 0 0 0 #dbdcdc;
  transform: translateY(5px);
  opacity: 0.7;
}

.accordion-header {
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s all;
}
.accordion-header:hover {
  opacity: 0.7;
}
.accordion-header::before {
  position: absolute;
  content: "";
  width: 2rem;
  aspect-ratio: 3/2;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: 0.3s all;
}
@media screen and (max-width: 960px) {
  .accordion-header::before {
    right: 1.5rem;
    width: 1.5rem;
  }
}
.accordion-header.active::before {
  transform: rotate(0deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.accordion-content-inner {
  padding: 0 3rem 3rem;
}
@media screen and (max-width: 960px) {
  .accordion-content-inner {
    padding: 0 1.5rem 2rem;
  }
}

.btn_block {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .btn_block {
    padding: 20px 0;
  }
}

.flow {
  background: #fffcec;
}

.stepWrap {
  position: relative;
  flex: 1;
  border-bottom: 1px solid #dbdcdc;
  padding: 20px 0 40px;
}
@media screen and (max-width: 960px) {
  .stepWrap {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .stepWrap {
    position: static;
  }
}

.step_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .step_list {
    margin-bottom: 40px;
  }
}
.step_list .step_list-item {
  position: relative;
  display: flex;
}
.step_list .step_list-item._04 .step_num::before {
  display: none;
}
.step_list .step_list-item._01 .step_ico {
  top: 2rem;
  transform: none;
}
@media screen and (max-width: 600px) {
  .step_list .step_list-item._01 .step_ico {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .step_list .step_list-item {
    margin-top: 30px;
    flex-direction: column;
  }
}
.step_list .btn_list {
  margin-bottom: 0;
}
.step_list .btnWrap {
  padding: 20px 0;
}

.step_num {
  position: relative;
  z-index: 0;
  width: 80px;
  margin-right: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .step_num {
    width: 70px;
    margin: 0 auto;
  }
}
.step_num::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 100%;
  border-left: 5px dotted #8d8a89;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .step_num::before {
    display: none;
  }
}

.step_box-ttl {
  font-size: clamp(2rem, 1.862rem + 0.62vw, 2.6rem);
  color: #f98d00;
  margin-bottom: 1rem;
}
.step_box-ttl._border {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .step_box-ttl {
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    text-align: center;
  }
}

.step_box-txt {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  line-height: 1.6;
  font-weight: 500;
}

.step_ico {
  position: absolute;
  width: 120px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .step_ico {
    width: 85px;
    top: 0;
    right: 1rem;
    transform: none;
  }
}

.qa {
  background: #e9f5fc;
}

.qa_box {
  background: white;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.qa_box .btn_list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .qa_box .btn_list a {
    min-height: 100px;
    font-size: 7vw;
  }
}

.qa_box-ttl {
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .qa_box-ttl {
    padding: 1rem 3.5rem 1rem 1.5rem;
  }
}
.qa_box-ttl span {
  font-size: clamp(1.6rem, 1.462rem + 0.62vw, 2.2rem);
  font-weight: 800;
  position: relative;
  padding-left: 1.75em;
  color: #333;
  transition: 0.3s all;
  display: block;
}
.qa_box-ttl span::before {
  position: absolute;
  content: "";
  background: url(../images/q.svg) no-repeat center/contain;
  width: 1.3em;
  height: 1.3em;
  left: 0;
  top: 0.3rem;
}
.qa_box-ttl::before {
  background: url(../images/arrows2.svg) no-repeat center/contain;
}
.qa_box-ttl.active span {
  color: #f98d00;
}

.qa_box-txt {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  padding: 0 5rem 2rem;
}
@media screen and (max-width: 600px) {
  .qa_box-txt {
    padding: 0 2rem 2rem 4rem;
  }
}

header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  header {
    padding: 15px;
  }
}

.logo {
  width: 200px;
}
@media screen and (max-width: 960px) {
  .logo {
    width: 150px;
  }
}

.footer {
  padding: 20px 0;
  text-align: center;
}
.footer a:hover {
  opacity: 0.5;
}

.foot_logo {
  width: 200px;
  margin: 0 auto;
}

.backtotop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  z-index: 500;
}
@media screen and (max-width: 480px) {
  .backtotop {
    width: 60px;
    height: 60px;
  }
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}
.backtotop a {
  transition: 0.5s all;
}
.backtotop a:hover {
  opacity: 0.5;
}
.backtotop a img {
  width: 100%;
}

.backtotop a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #007ec3;
  width: 60px;
  height: 60px;
  z-index: 1000;
  border-radius: 50px;
  transition: 0.3s all;
}
.backtotop a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: 3px solid white;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.backtotop a:hover {
  opacity: 0.5;
}

.copy {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
}/*# sourceMappingURL=style.css.map */