@charset "UTF-8";
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  font-family: var(--font-jp);
  font-size: 77px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: var(--color-black);
}

.c_ttl_2 {
  display: flex;
  margin-bottom: 40px;
  font-weight: var(--font-semibold);
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c_ttl_2::before {
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  margin: 10px 14px 0 0;
  border-radius: 3px;
  background-color: var(--color-blue);
}

@media screen and (max-width: 767px) {
  .c_ttl_2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6;
  }
  .c_ttl_2::before {
    flex-shrink: 0;
    height: auto;
    margin: 6px 10px 7px 0;
  }
}
@media screen and (max-width: 370px) {
  .c_ttl_2 {
    font-size: 22px;
  }
}
.c_ttl_3 {
  text-align: center;
  font-family: var(--font-jp);
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_ttl_3 {
    font-size: 32px;
  }
}
.c_ttl_4 {
  text-align: center;
  font-family: var(--font-jp);
  font-size: 77px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c_ttl_4.c_ttl_4--small {
  font-size: 64px;
}

@media screen and (max-width: 767px) {
  .c_ttl_4 {
    font-size: 40px;
  }
  .c_ttl_4.c_ttl_4--small {
    font-size: 32px;
  }
}
.c_ttl_5 {
  margin-bottom: 40px;
  text-align: center;
  font-family: var(--font-jp);
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c_ttl_5 .sub {
  display: block;
  margin-top: 5px;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .c_ttl_5 {
    margin-bottom: 27px;
    font-size: 32px;
  }
  .c_ttl_5 .sub {
    /*margin-top: 5px;*/
    font-size: 24px;
  }
}
.c_ttl_6 {
  margin-bottom: 60px;
  text-align: center;
  font-family: var(--font-jp);
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c_ttl_6 {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.c_ttl_7 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: var(--font-jp);
  line-height: 1;
}
.c_ttl_7 .main {
  display: inline-flex;
  align-items: center;
  color: var(--color-blue);
}
.c_ttl_7 .main::before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 40px;
  height: 20px;
  background-image: url("../img/common/icon_cap.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_ttl_7 .main .txt {
  font-size: 32px;
  line-height: 1;
}
.c_ttl_7 .main .s_txt {
  align-self: flex-end;
  margin: 0 1px;
  font-size: 22px;
  line-height: 1;
}
.c_ttl_7 .sub {
  font-size: 40px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c_ttl_7 {
    margin-bottom: 15px;
  }
  .c_ttl_7 .main::before {
    width: 31px;
    height: 15px;
  }
  .c_ttl_7 .main .txt {
    font-size: 24px;
  }
  .c_ttl_7 .main .s_txt {
    font-size: 18px;
  }
  .c_ttl_7 .sub {
    font-size: 36px;
    line-height: 1.16;
    margin-left: 0;
    margin-top: 4px;
  }
}
.c_ttl_8 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-family: var(--font-jp);
  line-height: 1;
}
.c_ttl_8::before, .c_ttl_8::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  background-color: var(--color-blue);
}
.c_ttl_8::before {
  margin-right: 16px;
}
.c_ttl_8::after {
  margin-left: 16px;
}
.c_ttl_8 .ttl_inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.c_ttl_8 .main {
  display: inline-flex;
  align-items: center;
  color: var(--color-blue);
}
.c_ttl_8 .main .icon::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 52px;
  height: 26px;
  background-image: url("../img/common/icon_cap.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_ttl_8 .main .txt {
  font-size: 36px;
  line-height: 1;
}
.c_ttl_8 .main .s_txt {
  align-self: flex-end;
  margin: 0 4px;
  font-size: 24px;
  line-height: 1;
}
.c_ttl_8 .sub {
  font-size: 44px;
  margin-left: 10px;
}
.c_ttl_8 .img {
  margin-left: 17px;
  margin-bottom: 45px;
}
.c_ttl_8.c_ttl_8--pattern_1 .sub {
  color: var(--color-blue);
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  .c_ttl_8::before, .c_ttl_8::after {
    content: none;
  }
  .c_ttl_8 .ttl_inner {
    flex-direction: column;
  }
  .c_ttl_8 .main {
    order: 2;
  }
  .c_ttl_8 .main::before, .c_ttl_8 .main::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    background-color: var(--color-blue);
  }
  .c_ttl_8 .main::before {
    margin-right: 26px;
  }
  .c_ttl_8 .main::after {
    margin-left: 26px;
  }
  .c_ttl_8 .sub {
    order: 3;
    margin-left: 0;
  }
  .c_ttl_8 .img {
    order: 1;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c_ttl_8 {
    margin-bottom: 26px;
  }
  .c_ttl_8 .main::before, .c_ttl_8 .main::after {
    width: 22px;
  }
  .c_ttl_8 .main::before {
    margin-right: 10px;
  }
  .c_ttl_8 .main::after {
    margin-left: 10px;
  }
  .c_ttl_8 .main .icon::before {
    /*margin-right: 5px;*/
    width: 31px;
    height: 15px;
  }
  .c_ttl_8 .main .txt {
    font-size: 24px;
  }
  .c_ttl_8 .main .s_txt {
    margin: 0 2px;
    font-size: 18px;
  }
  .c_ttl_8 .sub {
    font-size: 36px;
  }
  .c_ttl_8 .img {
    width: 70px;
    height: auto;
    margin-bottom: 6px;
  }
}
.c_ttl_9 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
}
.c_ttl_9 .commnet_block {
  position: relative;
  width: 100%;
  padding: 16px 25px;
  margin-right: 50px;
  border-radius: 20px;
  background: var(--color-blue);
  font-weight: var(--font-semibold);
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
.c_ttl_9 .commnet_block::before {
  content: "";
  position: absolute;
  display: block;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background-image: url("../img/common/balloon_talk_head_tail01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_ttl_9 .commnet_block .topic {
  display: block;
  font-size: 18px;
}
.c_ttl_9 .commnet_block .txt {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c_ttl_9 {
    margin-bottom: 50px;
  }
  .c_ttl_9 .commnet_block {
    /*width: 100%;*/
    position: relative;
    padding: 15px;
    margin-right: 0;
    margin-right: -30px;
  }
  .c_ttl_9 .commnet_block::before {
    right: 34px;
    top: auto;
    bottom: -11px;
    transform: none;
    width: 30px;
    height: 26px;
    transform: rotate(60deg);
  }
  .c_ttl_9 .commnet_block .topic {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .c_ttl_9 .commnet_block .txt {
    font-size: 20px;
    line-height: 1.6;
  }
  .c_ttl_9 .img {
    position: relative;
    width: 80px;
    margin-bottom: -20px;
    height: auto;
    z-index: 1;
  }
}
.c_ttl_10 {
  display: flex;
  align-items: flex-end;
  padding-left: 10px;
  border-bottom: 4px solid var(--color-black);
}
.c_ttl_10 .fix_img {
  margin-right: 30px;
}
.c_ttl_10 .sub_ttl_block {
  padding-bottom: 30px;
  font-size: 64px;
  line-height: 1;
  font-family: var(--font-jp);
}
.c_ttl_10 .sub_ttl_block .sub_ttl_block_top {
  text-align: center;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
}
.c_ttl_10 .sub_ttl_block .highlight {
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .c_ttl_10 {
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    border-bottom: 2px solid var(--color-black);
  }
  .c_ttl_10 .fix_img {
    width: 52px;
    height: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .c_ttl_10 .sub_ttl_block {
    padding-bottom: 8px;
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
  }
  .c_ttl_10 .sub_ttl_block .sub_ttl_block_top {
    margin-bottom: 2px;
    font-size: 28px;
  }
  .c_ttl_10 .sub_ttl_block .img_box .img {
    width: 60px;
    height: auto;
  }
}
.c_ttl_11 {
  font-family: var(--font-jp);
  text-align: left;
}
.c_ttl_11 .main {
  display: block;
  margin-bottom: 15px;
}
.c_ttl_11 .main .txt {
  display: block;
  font-size: 44px;
  line-height: 1;
  color: var(--color-blue);
}
.c_ttl_11 .sub {
  display: block;
  font-size: 60px;
  line-height: 1;
}
.c_ttl_11 .sub .s_txt {
  font-size: 44px;
}

@media screen and (max-width: 767px) {
  .c_ttl_11 .main {
    margin-bottom: 8px;
  }
  .c_ttl_11 .main .txt {
    font-size: 28px;
  }
  .c_ttl_11 .sub {
    font-size: 36px;
    text-align: center;
  }
  .c_ttl_11 .sub .s_txt {
    font-size: 28px;
  }
}
.c_ttl_12 {
  font-family: var(--font-jp);
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_ttl_12 {
    font-size: 32px;
  }
}
.c_ef_ttl_1 .c_ef_ttl_child {
  transform: perspective(1000px) translate3d(0, 50%, 0);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent {
  transform: perspective(1000px) translate3d(0, 35%, 0);
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_main,
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_sub {
  transform-origin: center 60%;
  transform: perspective(1000px) translate3d(0, 35%, 0) rotateX(-180deg);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1.is-active .c_ef_ttl_child {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s;
  transition-delay: 0.6s;
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent {
  transform: perspective(1000px) translateZ(0);
  transition: transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_ml_main,
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_sub {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1), background-position 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

/* ===================================================
 sec
=================================================== */
.c_head_sec {
  padding-top: 160px;
  background-image: url("../img/common/kv_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 397px;
}
.c_head_sec .inner {
  padding: 0 40px 0 31px;
}
.c_head_sec .inner .top_area {
  display: flex;
  align-items: flex-start;
}
.c_head_sec .inner .top_area .head_comment {
  position: relative;
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 73px 0 0 57px;
  padding: 33px 30px 30px;
  font-weight: var(--font-semibold);
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.78;
  border-radius: 30px;
  background: #fff;
  border: 2px solid var(--color-blue);
  box-shadow: 2px 2px 0px var(--color-blue);
}
.c_head_sec .inner .top_area .head_comment::before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background-image: url("../img/common/balloon_big_tail02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_head_sec:has(.head_ttl) {
  padding-top: 178px;
}
.c_head_sec.c_head_sec--nobg {
  min-height: 313px;
  padding-top: 140px;
  background-image: none;
}
.c_head_sec.c_head_sec--adjust_1 {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .c_head_sec {
    position: relative;
    padding-top: 108px;
    background-image: none;
    background-size: cover;
    /*background-position: center top;*/
  }
  .c_head_sec .inner {
    padding: 0;
  }
  .c_head_sec .inner .top_area {
    flex-direction: column-reverse;
    align-items: center;
  }
  .c_head_sec .inner .top_area .img {
    margin-top: 20px;
    width: 220px;
    height: auto;
  }
  .c_head_sec .inner .top_area .head_comment {
    width: 100%;
    margin: 0;
    padding: 17px 25px;
    font-size: 20px;
  }
  .c_head_sec .inner .top_area .head_comment::before {
    top: auto;
    bottom: -22px;
    left: auto;
    transform: rotate(-90deg);
    width: 37px;
    height: 37px;
    right: 100px;
  }
  .c_head_sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 215px;
    background-image: url("../img/common/kv_bg_sp.webp");
    background-size: cover;
    /* display: block; */
    width: 100%;
    background-position: bottom center;
  }
  .c_head_sec:has(.head_ttl) {
    padding-top: 98px;
    min-height: 215px;
    background-image: url("../img/common/kv_bg_sp.webp");
  }
  .c_head_sec:has(.head_ttl)::before {
    content: none;
  }
  .c_head_sec:has(.head_ttl br) {
    padding-top: 77px;
    background-image: url("../img/common/kv_bg_sp.webp");
  }
  .c_head_sec:has(.head_ttl br)::before {
    content: none;
  }
  .c_head_sec.c_head_sec--nobg {
    min-height: 206px;
    padding-top: 100px;
    background-image: none;
  }
}
@media screen and (max-width: 370px) {
  .c_head_sec .inner .top_area .head_comment {
    font-size: 18px;
  }
}
/*============================
c_contact_sec
============================*/
.c_contact_sec {
  position: relative;
  padding: 100px 0 0;
  background-color: var(--color-blue);
  overflow: hidden;
}
.c_contact_sec .inner .main_area {
  position: relative;
  z-index: 1;
}
.c_contact_sec .inner .main_area .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_contact_sec .inner .main_area .list .item + .item {
  margin-left: 60px;
}
.c_contact_sec .person_block {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-330px);
  display: flex;
  /*align-items: center;*/
  z-index: 2;
}
.c_contact_sec .person_block .txt_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 26px;
  padding: 15px 40px;
  height: 74px;
  background-color: #fff;
  border-radius: 20px;
}
.c_contact_sec .person_block .txt_box::before {
  content: "";
  position: absolute;
  display: block;
  left: -22px;
  bottom: 20px;
  width: 24px;
  height: 21px;
  background-image: url("../img/common/balloon_contact_tail01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_contact_sec .person_block .txt_box .txt {
  font-weight: var(--font-semibold);
  font-size: 18px;
  line-height: 1.75;
}
.c_contact_sec .scroll-infinity__wrap {
  margin-top: 42px;
  transform: translateY(9px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .c_contact_sec .person_block {
    align-items: flex-start;
  }
  .c_contact_sec .person_block .txt_box {
    height: auto;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .c_contact_sec {
    padding: 60px 0 0;
  }
  .c_contact_sec .inner .main_area .list {
    flex-direction: column;
  }
  .c_contact_sec .inner .main_area .list .item + .item {
    margin-left: 0;
    margin-top: 30px;
  }
  .c_contact_sec .person_block {
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .c_contact_sec .person_block .img_box .img {
    width: 120px;
    height: auto;
  }
  .c_contact_sec .person_block .txt_box {
    margin: 0 0 0 0;
    padding: 15px;
    width: auto;
  }
  .c_contact_sec .person_block .txt_box::before {
    left: -11px;
    bottom: 31px;
    width: 12px;
    height: 11px;
  }
  .c_contact_sec .person_block .txt_box .txt {
    font-size: 14px;
  }
  .c_contact_sec .scroll-infinity__wrap {
    margin-top: 95px;
    transform: translateY(0);
    overflow: hidden;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 0;
  }
  .c_contact_sec .scroll-infinity__wrap .slide_list .slide_item {
    font-size: 60px;
  }
}
/*============================
c_commnet_area
============================*/
.c_commnet_area {
  display: flex;
  margin-top: 90px;
}
.c_commnet_area .circle_img {
  flex-shrink: 0;
  border-radius: 9999px;
  border: 2px solid var(--color-black);
}
.c_commnet_area .contents_block {
  position: relative;
  width: 100%;
  margin-left: 56px;
  padding: 40px 50px 50px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
}
.c_commnet_area .contents_block::before {
  content: "";
  position: absolute;
  display: block;
  left: -29px;
  top: 90px;
  width: 34px;
  height: 30px;
  background-image: url("../img/common/balloon_message_tail01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_commnet_area.c_commnet_area--reverse {
  flex-direction: row-reverse;
}
.c_commnet_area.c_commnet_area--reverse .contents_block {
  margin-left: 0;
  margin-right: 56px;
}
.c_commnet_area.c_commnet_area--reverse .contents_block::before {
  left: auto;
  right: -29px;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .c_commnet_area {
    flex-direction: column;
    margin-top: 26px;
  }
  .c_commnet_area .circle_img {
    width: 100px;
    height: auto;
    margin-left: 84px;
    z-index: 1;
  }
  .c_commnet_area .contents_block {
    margin-left: 0;
    margin-top: -24px;
    padding: 40px 15px 25px;
    border-radius: 20px;
  }
  .c_commnet_area .contents_block::before {
    left: 186px;
    top: -18px;
    transform: rotate(-135deg) scaleX(-1);
  }
  .c_commnet_area.c_commnet_area--reverse {
    flex-direction: column;
  }
  .c_commnet_area.c_commnet_area--reverse .circle_img {
    align-self: flex-end;
    margin-left: 0;
    margin-right: 106px;
  }
  .c_commnet_area.c_commnet_area--reverse .contents_block {
    margin-right: 0;
  }
  .c_commnet_area.c_commnet_area--reverse .contents_block::before {
    left: auto;
    right: 205px;
    top: -18px;
    transform: rotate(-225deg);
  }
}
/* =================================
 c_scroll-infinity__wrap
================================= */
.c_scroll-infinity__wrap .slide_list {
  display: flex;
  align-items: center;
}
.c_scroll-infinity__wrap .slide_list .slide_item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 169px;
  -webkit-text-stroke: 1px #fff;
  color: var(--color-blue);
  line-height: 1;
  font-family: var(--font-jp);
  letter-spacing: 0.05em;
  animation: loop 40s -20s linear infinite;
  padding: 0 0.25em;
}
.c_scroll-infinity__wrap .slide_list .slide_item:nth-of-type(2) {
  animation: loop2 40s linear infinite;
}

@media screen and (max-width: 767px) {
  .c_scroll-infinity__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .c_scroll-infinity__wrap .slide_list .slide_item {
    font-size: 80px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* =================================
 table
================================= */
.c_table_1 {
  border-radius: 10px;
  border: 1px solid var(--color-blue);
}
.c_table_1 .item {
  display: flex;
  font-size: 16px;
  line-height: 1.8;
}
.c_table_1 .item .subttl {
  flex-shrink: 0;
  width: 250px;
  font-weight: var(--font-semibold);
  color: #fff;
  background-color: var(--color-blue);
  padding: 30px 40px;
}
.c_table_1 .item .txt {
  padding: 30px 25px;
  width: 100%;
  background-color: #fff;
}
.c_table_1 .item .txt p + p {
  margin-top: 25px;
}
.c_table_1 .item .txt p + .table_list {
  margin-top: 7px;
}
.c_table_1 .item .txt .table_list + p {
  margin-top: 7px;
}
.c_table_1 .item .txt .table_list + .table_list {
  margin-top: 7px;
}
.c_table_1 .item .txt .table_note_list + .table_list {
  margin-top: 25px;
}
.c_table_1 .item + .item .subttl,
.c_table_1 .item + .item .txt {
  border-top: 1px solid var(--color-table-gray);
}
.c_table_1 .item:first-of-type .subttl {
  border-radius: 10px 0 0 0;
}
.c_table_1 .item:first-of-type .txt {
  border-radius: 0 10px 0 0;
}
.c_table_1 .item:last-of-type .subttl {
  border-radius: 0 0 0 10px;
}
.c_table_1 .item:last-of-type .txt {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .c_table_1 .item {
    flex-direction: column;
    font-size: 16px;
  }
  .c_table_1 .item .subttl {
    width: 100%;
    padding: 7px 20px;
  }
  .c_table_1 .item .txt {
    padding: 20px;
  }
  .c_table_1 .item:first-of-type .subttl {
    border-radius: 10px 10px 0 0;
  }
  .c_table_1 .item:first-of-type .txt {
    border-radius: 0;
  }
  .c_table_1 .item:last-of-type .subttl {
    border-radius: 0;
  }
  .c_table_1 .item:last-of-type .txt {
    border-radius: 0 0 10px 10px;
  }
}
.c_summary_box {
  display: flex;
}
.c_summary_box .c_summary_ttl {
  flex-shrink: 0;
}
/* =================================
 buttons
================================= */
.c_btn_1,
.c_btn_1:link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125px;
  height: 48px;
  border: 2px solid var(--color-black);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 1.6;
  margin: 0 auto;
  padding: 2px 15px 0 15px;
  background-color: var(--color-yellow);
  transition: 0.3s;
  box-shadow: 0px 2px 0px var(--color-black);
}
.c_btn_1::after,
.c_btn_1:link::after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background-image: url("../img/common/icon_triangle01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_btn_1.c_btn_1--deep_yellow,
.c_btn_1:link.c_btn_1--deep_yellow {
  background-color: var(--color-deep-yellow);
}
.c_btn_1.c_btn_1--middle,
.c_btn_1:link.c_btn_1--middle {
  width: 141px;
  height: 50px;
  padding: 0 15px 0 20px;
}
.c_btn_1.c_btn_1--large,
.c_btn_1:link.c_btn_1--large {
  justify-content: center;
  width: 360px;
  height: 78px;
  padding: 0 25px;
  font-size: 20px;
}
.c_btn_1.c_btn_1--large::after,
.c_btn_1:link.c_btn_1--large::after {
  position: absolute;
  right: 25px;
}
.c_btn_1.c_btn_1--huge,
.c_btn_1:link.c_btn_1--huge {
  justify-content: center;
  width: 360px;
  height: 78px;
  padding: 0 25px;
  font-size: 24px;
}
.c_btn_1.c_btn_1--huge::after,
.c_btn_1:link.c_btn_1--huge::after {
  position: absolute;
  right: 25px;
}
.c_btn_1.c_btn_1--big,
.c_btn_1:link.c_btn_1--big {
  width: 250px;
  height: 78px;
  padding: 0 25px 0 30px;
  font-size: 20px;
}
.c_btn_1.c_btn_1--small,
.c_btn_1:link.c_btn_1--small {
  width: 100px;
  height: 38px;
  padding: 0 15px 0 13px;
  font-size: 13px;
}
.c_btn_1.c_btn_1--ample,
.c_btn_1:link.c_btn_1--ample {
  width: 240px;
  height: 60px;
  padding: 0 20px 0 30px;
  font-size: 16px;
}
.c_btn_1.c_btn_1--regular,
.c_btn_1:link.c_btn_1--regular {
  justify-content: center;
  width: 230px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
}
.c_btn_1.c_btn_1--reverse::after,
.c_btn_1:link.c_btn_1--reverse::after {
  position: absolute;
  left: 20px;
  transform: rotate(180deg);
}
.c_btn_1.c_btn_1--back,
.c_btn_1:link.c_btn_1--back {
  justify-content: center;
  width: 200px;
  height: 78px;
  padding: 0 20px;
  font-size: 24px;
  background-color: var(--color-form-disabled-gray);
}
.c_btn_1.c_btn_1--back::after,
.c_btn_1:link.c_btn_1--back::after {
  position: absolute;
  left: 20px;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .c_btn_1:hover,
  .c_btn_1:link:hover {
    transform: translateY(5px);
    /*background-color: #000;*/
    /*color: #fff;*/
  }
}
@media screen and (max-width: 767px) {
  .c_btn_1,
  .c_btn_1:link {
    padding-top: 0;
  }
  .c_btn_1 .btn_txt .min_txt + .min_txt,
  .c_btn_1:link .btn_txt .min_txt + .min_txt {
    display: none;
  }
  .c_btn_1.c_btn_1--large,
  .c_btn_1:link.c_btn_1--large {
    justify-content: space-between;
    width: 275px;
    padding: 0 38px 0 43px;
  }
  .c_btn_1.c_btn_1--large::after,
  .c_btn_1:link.c_btn_1--large::after {
    position: relative;
    right: auto;
  }
  .c_btn_1.c_btn_1--huge,
  .c_btn_1:link.c_btn_1--huge {
    width: 275px;
    font-size: 20px;
    /*padding: 0 38px 0 43px;*/
  }
  .c_btn_1.c_btn_1--huge::after,
  .c_btn_1:link.c_btn_1--huge::after {
    right: 20px;
  }
  .c_btn_1.c_btn_1--back,
  .c_btn_1:link.c_btn_1--back {
    width: 120px;
    height: 60px;
    font-size: 16px;
  }
}
.c_btn_2,
.c_btn_2:link {
  width: 55px;
  height: 55px;
  background: var(--color-yellow);
  border: 2px solid var(--color-black);
  filter: drop-shadow(0px 2px 0px var(--color-black));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 9999px;
  transition: 0.3s;
}
.c_btn_2 .arr,
.c_btn_2:link .arr {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background-image: url("../img/common/icon_triangle01.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.c_btn_2.c_btn_2--fix,
.c_btn_2:link.c_btn_2--fix {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .c_btn_2,
  .c_btn_2:link {
    width: 45px;
    height: 45px;
  }
  .c_btn_2.c_btn_2--fix,
  .c_btn_2:link.c_btn_2--fix {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.c_btn_3,
.c_btn_3:link,
.c_btn_3:visited,
.c_btn_3:active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88px;
  height: 30px;
  border: 2px solid var(--color-news-orange);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: var(--font-semibold);
  color: #fff;
  margin: 0 auto;
  padding: 5px 8px 5px 13px;
  background-color: var(--color-news-orange);
  transition: 0.3s;
}
.c_btn_3::after,
.c_btn_3:link::after,
.c_btn_3:visited::after,
.c_btn_3:active::after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background-image: url("../img/common/icon_triangle04.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .c_btn_3:hover,
  .c_btn_3:link:hover {
    color: var(--color-news-orange);
    background-color: #fff;
  }
  .c_btn_3:hover::after,
  .c_btn_3:link:hover::after {
    background-image: url("../img/common/icon_triangle05.svg");
  }
}
@media screen and (max-width: 767px) {
  .c_btn_1,
  .c_btn_1:link {
    padding-top: 0;
  }
  .c_btn_1 .btn_txt .min_txt + .min_txt,
  .c_btn_1:link .btn_txt .min_txt + .min_txt {
    display: none;
  }
  .c_btn_1.c_btn_1--large,
  .c_btn_1:link.c_btn_1--large {
    justify-content: space-between;
    width: 275px;
    padding: 0 38px 0 43px;
  }
  .c_btn_1.c_btn_1--large::after,
  .c_btn_1:link.c_btn_1--large::after {
    position: relative;
    right: auto;
  }
  .c_btn_1.c_btn_1--huge,
  .c_btn_1:link.c_btn_1--huge {
    width: 275px;
    font-size: 20px;
    /*padding: 0 38px 0 43px;*/
  }
  .c_btn_1.c_btn_1--huge::after,
  .c_btn_1:link.c_btn_1--huge::after {
    right: 20px;
  }
}
/* =================================
 c_link
================================= */
.c_link_1,
.c_link_1:link {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.c_link_1::after,
.c_link_1:link::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url("../img/common/icon_outlink02.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.c_link_1.c_link_1--pt01::after,
.c_link_1:link.c_link_1--pt01::after {
  background-image: url("../img/common/icon_outlink01.svg");
}

.c_link_2,
.c_link_2:link,
.c_link_2:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  line-height: 1.2;
}
.c_link_2::after,
.c_link_2:link::after,
.c_link_2:visited::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  background-image: url("../img/common/icon_outlink03.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .c_link_2:hover,
  .c_link_2:link:hover,
  .c_link_2:visited:hover {
    border-bottom: none;
  }
}
.c_link_3,
.c_link_3:link,
.c_link_3:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .c_link_3:hover,
  .c_link_3:link:hover,
  .c_link_3:visited:hover {
    border-bottom: none;
  }
}
/* =================================
 list
================================= */
.c_list_1 {
  /*font-weight: var(--font-semibold);*/
  line-height: 1.6;
}
.c_list_1 .c_list_1_item {
  display: flex;
  font-size: 14px;
}
.c_list_1 .c_list_1_item::before {
  content: "※";
  display: block;
}
.c_list_1.c_list_1--big .c_list_1_item {
  font-size: 16px;
}

.c_list_2 {
  /*margin: 60px 0;*/
}
.c_list_2 .c_list_2_item {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
}
.c_list_2 .c_list_2_item::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  margin: 0 7px 0 0;
  border-radius: 9999px;
  background-color: var(--color-black);
}

.c_list_3 {
  /*margin: 60px 0;*/
}
.c_list_3 .c_list_3_item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* =================================
 c_gotop
================================= */
.fix_btn_area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.fix_btn_area .fix_btn_list {
  display: none;
}
.fix_btn_area .c_gotop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: #3a8dc2;
  border: 2px solid #222;
  filter: drop-shadow(0px 2px 0px #222);
  font-family: var(--font-jp);
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border-radius: 9999px;
  background-color: var(--color-deep-blue);
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s;
}
.fix_btn_area .c_gotop::before {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  margin-bottom: 2px;
  background-image: url("../img/common/icon_triangle02.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.fix_btn_area .person_block {
  display: none;
}

@media screen and (min-width: 768px) {
  .c_gotop:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 900px) {
  .fix_btn_area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
  }
  .fix_btn_area .c_gotop {
    width: 48px;
    height: 48px;
    margin: 0 10px 7px 0;
    font-size: 11px;
    pointer-events: auto;
  }
  .fix_btn_area .c_gotop::before {
    width: 12px;
    height: 11px;
    margin-bottom: 2px;
  }
  .fix_btn_area .person_block {
    display: flex;
    align-items: center;
    justify-content: center;
    /*justify-content: flex-end;*/
    /*padding-right: 10px;*/
    width: 100%;
    height: 69px;
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  }
  .fix_btn_area .person_block .txt_box {
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
  .fix_btn_area .person_block .txt_box .txt {
    /*margin-bottom: 3px;*/
    /*text-align: center;*/
    font-weight: var(--font-semibold);
    font-size: 13px;
    line-height: 1.6;
  }
  .fix_btn_area .person_block .txt_box .fix_btn_list {
    display: flex;
    margin-left: 10px;
    z-index: 1;
  }
  .fix_btn_area .person_block .txt_box .fix_btn_list .item .link {
    pointer-events: auto;
  }
  .fix_btn_area .person_block .txt_box .fix_btn_list .item + .item {
    margin-left: 15px;
  }
}
/* =================================
 js
================================= */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-op {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-op.js-fade-op--fast {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fade-op.is-active {
  opacity: 1;
}

.c_ef_img .c_ef_img_line {
  position: relative;
  display: block;
  overflow: hidden;
  display: block;
}

.c_ef_img .c_ef_img_line::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  content: "";
  background-color: #fff;
  will-change: auto;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
  transition-delay: 0.9s;
}

.c_ef_img.is-active .c_ef_img_line::before {
  transform: scaleX(0);
  transform-origin: right top;
}

.js-fade-scale span {
  display: inline-block;
  transition: scale 0.3s cubic-bezier(0.62, 0.185, 0.265, 1.55);
  white-space: pre;
  scale: 0;
  transform-origin: 50% 100%;
  transition-delay: calc(0.125s * var(--i));
}
.js-fade-scale.js-fade-scale--delay span {
  transition-delay: calc(0.5s + 0.1s * var(--i));
}
.js-fade-scale.is-active span {
  scale: 1;
}