@charset "UTF-8";

:root {
  --paddingLR: 40px;
  --paddingTB: 40px;
  --color_gray: #F5F5F5;
  --color_blue: #06406F;
  --color_dgreen: #608744;
  --color_green: #8FC31F;
  --color_white: #ffffff;
  --box_shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 30000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
body,
.header .header-inner {
  min-width: 1200px;
}
/* ==========================================================================
Layout [  main / side / footer... ]
========================================================================== */

/* Main
---------------------------------------------------------------*/
#main {
  background-color: var(--color_gray);
}


/* Footer
---------------------------------------------------------------*/
#footer.bnr_type01.lp .copyright {
  margin-top: 0;
}

.position-relative {
  position: relative !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.fz-md-10 {
  font-size: 1rem;
}

.pt-md-10 {
  padding-top: 10px;
}

.pb-md-20 {
  padding-bottom: 20px;
}

.lh-12 {
  line-height: 1.2;
}

#footer .footer_banner03,
#footer .footer_banner02,
#footer .footer_banner01 {
  display: none;
}
#footer.bnr_type01 .footer_banner01, #footer.bnr_type01 .footer_banner03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer.bnr_type02 .footer_banner02, #footer.bnr_type02 .footer_banner03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer:before {
  content: "";
  display: table;
}
#footer .copyright {
  background-color: #06406f;
}
@media (min-width: 768px) {
  #footer .copyright {
    margin-top: 160px;
  }
  .ml-md-auto {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px){
  .pb-30 {
    padding-bottom: 30px;
  }
  .pt-20 {
    padding-top: 20px;
  }
}
.fc_white {
  color: #ffffff;
}
#footer .f_link > * {
  margin-top: 10px;
}
#footer .f_link > a {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  border-left: 1px #ffffff solid;
}
#footer .f_link > a.last {
  border-right: 1px #ffffff solid;
}
#footer .f_link > a:last-of-type {
  border-right: 1px #ffffff solid;
  margin-right: 20px;
}
#footer .f_link > a:last-of-type.last {
  margin-right: 0;
}
#footer .pagetop {
  position: absolute;
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 15px;
  background-color: #06406f;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
}
/********** スマホフッタメニュー **********/
.footer_menu {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #ebebeb;
}
.footer_menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  line-height: 1;
  padding: 15px;
}
.footer_menu a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px #06406f solid;
  border-top: 2px #06406f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: auto;
}
.footer_menu a:not(:first-of-type) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer_menu {
    display: none;
  }
}
/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
article {
  padding-bottom: 40px;
}

/*メインビジュアル*/
.mv {
  position: relative;
  background-color: var(--color_white);
}

.mv-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.mv-slider {
  width: calc(100% - 80px);
}

.mv-slider .thum {
  width: 100%;
  height: 0;
  padding-bottom: 26.5%;
  background-repeat: no-repeat;
  background-size: 100%; /* 横幅に合わせつつ縦も自動 */
  background-position: center top;
  margin: 0;
}

.mv-slider .thum.thum-slider01 {
  background-image: url(../images/mv-slider13.jpg);
}

.mv-slider .thum.thum-slider02 {
  background-image: url(../images/mv-slider14.jpg);
}

/*一時停止*/
.row_btns {
  position: absolute;
  right: 20px;
  bottom: 65px;
  z-index: 1;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start {
  display: block;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 10px;
  }
  .mv-slider {
    width: 100%;
  }
  .mv-slider .thum {
    overflow: hidden;
  }

  .mv-slider .thum img {
    min-width: 100%;
  }
  .slick-dots {
    left: 50%!important;
    width: 50%!important;
    right: 0!important;
    margin-bottom: 10px!important;
    bottom: -30px!important;
    text-align: left!important;
    transform: inherit!important;
  }
  .slick-dots li {
    display: inline-block!important;
    margin: 0 5px!important;
    padding: 0!important;
    cursor: pointer!important;
  }
  .row_btns {
    right: 52%;
    bottom: -40px;
  }
  .mv-slider .slick-dots {
    bottom: -37px!important;
  }
  .mv-slider .thum {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
  }
  .mv-slider .thum.thum-slider01 {
    background-image: url(../images/mv-slider13_sp.jpg);
  }
  .mv-slider .thum.thum-slider02 {
    background-image: url(../images/mv-slider14_sp.jpg);
  }
}

.lp-content {
  padding-bottom: 30px;
}

.question {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  background: url(../images/content-bg01.svg) no-repeat 0% 0%;
  background-size: 100%;
  min-height: 367px;
  padding: 30px var(--paddingLR) 0;
}

.question-list ,
.answer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.question-list li {
  width: 320px;
  background-size: 60px auto;
  background-color: var(--color_white);
  box-shadow: var(--box_shadow);
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
}

.question-list li p {
  font-size: 1.8rem;
  color: var(--color_blue);
  font-weight: 500;
  line-height: 1.45;
}

.question-list.type_en li {
  width: 490px;
}

.h2-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--color_white);
}

.answer {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  background: url(../images/content-bg02.svg) no-repeat 0% 0%;
  background-size: 100%;
  min-height: 364px;
  padding: 57px var(--paddingLR) 0;
}

.answer-list li {
  width: 490px;
  background-color: var(--color_white);
  box-shadow: var(--box_shadow);
  padding: 14px;
  padding-left: 96px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.answer-list.type_en li {
  padding-left: 20px;
}

.answer-list li p {
  font-size: 1.8rem;
  color: var(--color_dgreen);
  font-weight: 500;
  line-height: 1.45;
  padding-left: 48px;
  background: url(../images/ico-check-green.svg) no-repeat left center;
  background-size: 38px auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lp-content {
    padding-bottom: 0;
  }
  .question {
    margin-top: 50px;
    min-height: auto;
    padding: 20px;
    background: url(../images/content-bg01.svg) no-repeat 0% 0%;
    background-size: 190%;
  }
  .h2-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15)
  }
  .question-list {
    gap: 10px;
  }
  .question-list li {
    width: 100%;
    background: #fff;
    background-size: auto 71%;
  }
  .question-list li p {
    font-size: 1.5rem;
  }
  .answer {
    padding: 20px 20px 0;
    margin-top: -10px;
    background-size: 190%;
    background-position: 30% 0%;
  }
  .answer-list li {
    width: 100%;
    padding-left: 14px;
    justify-content: flex-start;
  }
  .answer-list li p {
    font-size: 1.5rem;
    padding-left: 38px;
    background-size: 28px auto;
  }
}

/*Contact*/
.contact {
  margin-top: -45px;
  position: relative;
  overflow: hidden;
}

.contact:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 31.25%;
  height: 100%;
  z-index: 1;
  background: url(../images/contact-bg.png) no-repeat left top;
  background-size: auto 100%;
  background-color: #8FC31F;
}

.contact .c-center02 {
  display: flex;
  align-items: center;
  position: relative;
}

.contact-title {
  width: 200px;
  background-color: #8FC31F;
  padding: var(--paddingLR) 0;
  min-height: 256px;
}

.contact-title h2 {
  color: var(--color_white);
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.contact-info {
  width: calc(100% - 200px);
  margin-left: -40px;
  position: relative;
  z-index: 1;
  background-color: var(--color_white);
  padding: 24px 100px 40px;
  padding-right: 10px;
  box-sizing: border-box;
}

.contact-info:after {
  content: '';
  position: absolute;
  right: -80%;
  top: 0px;
  width: 120%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.contact-info .ttl {
  font-size: 1.8rem;
  color: var(--color_dgreen);
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-info .contact-mail {
  font-size: 2.5rem;
  color: var(--color_green);
  font-weight: 700;
  margin-bottom: 16px;
}

// .contact-info .privacy-link a {
//   display: inline-block;
//   padding-left: 28px;
//   background: url(../images/ico-arw-green.svg) no-repeat left center;
//   background-size: 20px;
//   font-size: 1.6rem;
//   line-height: 2;
//   text-decoration: underline;
// }

// .contact-info .privacy-link a:hover {
//   text-decoration: none;
// }

.breadcrumbs {
  background-color: var(--color_white);
}

.support {
  position: relative;
  padding: var(--paddingLR) 0;
  overflow: hidden;
}

.support:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 59.6%;
  height: 100%;
  background: url(../images/bg-support01.jpg) no-repeat top center;
  background-size: cover;
}

.support:after {
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  width: 40%;
  height: calc(100% - 80px);
  background: #fff;
}

.support .c-center02 {
  display: flex;
  position: relative;
  z-index: 1;
}

.support-title {
  width: 380px;
}

.support-title h2 {
  color: var(--color_white);
  font-size: 4rem;
  font-weight: 700;
}

.support-info {
  width: calc(100% - 280px);
  background-color: var(--color_white);
  padding: var(--paddingLR);
  padding-right: 0;
}

.support-info h3 {
  font-size: 2rem;
  color: var(--color_blue);
  font-weight: 700;
  margin-left: -10px;
  margin-bottom: 12px;
}

.support-info-box + .support-info-box {
  margin-top: 20px;
}

.support-list ol {
  list-style: none;          /* デフォルトの番号を消す */
  padding-left: 0;
  counter-reset: item;
}

.support-list li {
  counter-increment: item;
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #C1C7CC;
}

.support-list li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
}

.content-catch {
  margin-top: -40px;
  min-height: 289px;
  padding: 80px 0 120px;
  background: url(../images/bg-support02.png) no-repeat right center;
  background-size: auto 150%;
}

.content-catch p {
  color: var(--color_blue);
  font-size: 3.2rem;
  font-weight: 700;
}

/*flow*/

.flow {
  background: url(../images/flow-bg.png) no-repeat top left;
  background-size: cover;
  background-color: #06406F;
  padding: var(--paddingTB) 0 100px;
  margin-top: 10px;
}

.flow .flow-title {
  color: var(--color_white);
  text-align: center;
  margin-bottom: 30px;
}

.flow .flow-title h2 {
  color: var(--color_white);
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}

.flow .flow-title p {
  max-width: 890px;
  margin: 0 auto;
  font-size: 2.2rem;
  margin-top: 20px;
  font-weight: 500;
}

.flow-box {
  background-color: var(--color_white);
  padding: 24px 0 35px;
  position: relative;
}

.flow-box-period {
  display: flex;
  gap: 10px;
  max-width: 1001px;
  margin: 0 auto;
  position: relative;
  justify-content: center;
}

.flow-box-line {
  position: relative;
  max-width: 1001px;
  margin: 0 auto;
}

.flow-box-line:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 79px;
  width: calc(100% - 17px);
  height: 16px;
  background-color: #06406F;
}

.flow-box-line:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 79px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 8px solid transparent;
  border-left: 10px solid #06406F;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flow-box-period:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 95px;
  width: calc(100% - 17px);
  height: 16px;
  background-color: #8FC31F;
}

.flow-box-period:after {
  content: '';
  position: absolute;
  right: -2px;
  top: 95px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 8px solid transparent;
  border-left: 10px solid #8FC31F;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flow-period {
  margin-bottom: 21px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 1.8rem;
  color: #06406F;
  position: relative;
}

.flow-period::after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 0;
  height: 12px;
  width: calc(100% - 60px);
  background-color: #E80000;
}

.flow-period p {
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}

.flow-inner:nth-child(1) .flow-period p {
  left: 40px;
}

.flow-period p:before {
  content: '';
  position: absolute;
  // left: 1px;
  left: -39px;
  bottom: -30px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 15px solid transparent;
  border-left: 17px solid #E80000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flow-period p:after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: -30px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 15px solid transparent;
  border-left: 17px solid #E80000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.flow-box-period.type_jp .flow-period p:before {
  border: 11px solid transparent;
  border-left: 14px solid #E80000;
  bottom: -19px;
}

.flow-box-period.type_jp .flow-period p:after {
  border: 11px solid transparent;
  border-left: 14px solid #E80000;
  bottom: -19px;
}

.flow-box-period.type_jp .flow-period::after {
  height: 8px;
}

.flow-box-period.type_jp .flow-inner:nth-child(1) .flow-period::after {
  width: calc(100% - -70px);
  left: 20px;
  bottom: 10px;
}

.flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period::after {
  width: calc(100% - 112px);
  left: 88px;
  bottom: -7px;
}

.flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period p:before {
  left: 64px;
  bottom: -36px;
}

.flow-box-period.type_jp .flow-inner:nth-child(1) .flow-period p:after {
  // right: -110px;
  right: -70px;
}

.flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period p:after {
  bottom: -36px;
}

.flow-inner .grid {
  gap: 10px;
  overflow: inherit;
  margin-top: 65px;
}

.flow-inner .flow-list {
  width: 180px;
  padding: 25px 10px 20px;
  box-sizing: border-box;
  background-color: #D9E6F1;
  position: relative;
  min-height: 416px;
}

.flow-inner .flow-list .flow-list-ttl {
  position: absolute;
  left: 10px;
  top: -50px;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/flow-ttl-bg.svg) no-repeat left top;
  background-size: cover;
  min-height: 62px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.flow-list-ttl__sub {
  border-bottom: 1px dashed #06406F;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 10px;
  min-height: 65px;
  color: var(--color_blue);
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.flow-list ul {
  margin: 15px 0 0;
}

.flow-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  word-wrap: break-word;
}

.flow-list li:last-child {
  margin-bottom: 0;
}

.flow-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: var(--color_blue);
  border-radius: 10px;
}

.total-period {
  background-color: var(--color_blue);
  text-align: center;
  padding: 7px 7px 6px;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 890px;
  margin: 10px auto 0;
}

.total-period::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 0px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 20px solid transparent;
  border-left: 18px solid var(--color_blue);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.total-period::after {
  content: '';
  position: absolute;
  right: -38px;
  top: 0px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 20px solid transparent;
  border-left: 18px solid var(--color_blue);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.content-catch.type_en {
  background: inherit;
  margin: 0;
  padding: 0;
}

.content-catch.type_en .c-center02 {
  background: url(../images/bg-support02.png) no-repeat right center;
  background-size: auto 120%;
  padding: 80px 0 120px;
}

@media screen and (max-width: 768px) {
  .support .c-center02 {
    flex-wrap: wrap;
  }
  .support:before {
    width: 100%;
    height: 30%;
  }
  .support:after {
    display: none;
  }
  .support-title h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .support .c-center02 ,
  .content-catch .c-center02 {
    width: 92.5%;
  }
  .support-info {
    width: 100%;
    padding: 20px;
  }
  .support-info h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .support-list li {
    font-size: 1.4rem;
  }
  .content-catch {
    margin-top: 0;
    min-height: auto;
    padding: 20px 0 48%;
    background: url(../images/bg-support02.png) no-repeat 210% 110%;
    background-size: 86%;
  }
  .content-catch p {
    font-size: 2rem;
    line-height: 1.5;
  }
  .contact .c-center02 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-title {
    width: 100%;
    padding: 70px 20px 80px;
    background: url(../images/contact-bg.png) no-repeat left top #8FC31F;
    min-height: auto;
    box-sizing: border-box;
  }
  .contact:before {
    display: none;
  }
  .contact-title h2 {
    text-align: right;
  }
  .contact-info {
    width: 92.5%;
    margin: 0 auto;
    margin-top: -20px;
    padding: 23px 20px 30px;
  }
  .contact-info:after {
    display: none;
  }
  .contact-info .ttl {
    font-size: 1.6rem;
  }
  .contact-info .contact-mail {
    font-size: 2rem;
  }
  // .contact-info .privacy-link a {
  //   font-size: 1.4rem;
  //   background: url(../images/ico-arw-green.svg) no-repeat 0px 2px;
  //   line-height: 1.5;
  // }
  .bnr_type01.lp .footer_menu {
    margin-top: 0;
  }
  .flow-box-period {
    display: block;
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .flow-inner {
    display: block;
    position: relative;
    padding-left: 52px;
  }
  .flow-box {
    padding: 40px 20px 20px;
  }
  .total-period {
    position: absolute;
    right: 10px;
    top: 35px;
    max-width: 40px;
    height: calc(100% - 70px);
    writing-mode: vertical-rl;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    margin: 0;
  }
  .total-period::before {
    content: '';
    position: absolute;
    left: auto;
    right: 2px;
    top: -38px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 20px solid transparent;
    border-left: 16px solid var(--color_blue);
    -webkit-transform: rotate(180deg);
    transform: rotate(270deg);
  }
  .total-period::after {
    content: '';
    position: absolute;
    right: 1px;
    top: auto;
    bottom: -38px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 20px solid transparent;
    border-left: 16px solid var(--color_blue);
    -webkit-transform: rotate(0deg);
    transform: rotate(90deg);
  }
  .flow-period {
    position: absolute;
    left: 0;
    height: 100%;
    width: 45px;
  }
  .flow-period p {
    writing-mode: vertical-rl;
    line-height: 1.4;
    letter-spacing: 1px;
    height: 100%;
    position: relative;
    left: 0px;
    text-align: left;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .flow-box-period.type_jp .flow-period p {
    position: relative;
    left: -5px;
    padding: 0;
    text-align: center;
  }
  .flow-period::after {
    height: calc(100% - 25px);
    width: 12px;
    bottom: auto;
    top: 0px;
  }
  .flow-period p:before {
    bottom: auto;
    top: -30px;
    left: 20px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .flow-period p:after {
    right: auto;
    top: auto;
    bottom: -27px;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flow-inner .flow-list .flow-list-ttl {
    border: 4px solid #74B9D8;
    background: #004E96;
    min-height: auto;
    padding: 3px;
    font-size: 1.8rem;
    position: inherit;
    top: 0;
    margin-top: -20px;
  }
  .flow-inner .flow-list {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
    min-height: auto;
    position: relative;
  }
  .flow-inner .flow-list:after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -30px;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background: url(../images/flow-sp-arw.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .flow-inner .grid {
    margin-top: 10px;
  }
  .flow-box-line:before {
    left: 103px;
    top: -27px;
    width: 16px;
    height: calc(100% - -9px);
  }
  .flow-box-line:after {
    right: auto;
    left: 102px;
    top: auto;
    bottom: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flow-box-period:before {
    left: 87px;
    top: -27px;
    width: 16px;
    height: calc(100% - -9px);
  }
  .flow-box-period:after {
    right: auto;
    left: 86px;
    top: auto;
    bottom: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .flow .flow-title h2 {
    font-size: 2rem;
    padding: 0 15px;
  }
  .flow .flow-title p {
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .flow-list-ttl__sub {
    min-height: auto;
    margin-top: 10px;
  }
  .content-catch.type_en .c-center02 {
    width: 100%;
    padding: 30px 0 170px;
    background: url(../images/bg-support02.png) no-repeat 150% 30%;
    background-size: 80%;
  }
  .content-catch p {
    width: 94%;
    margin: 0 auto;
  }
  body,
  .header .header-inner {
    min-width: auto;
  }

  .flow-box-period.type_jp .flow-period p:before {
    border: 7px solid transparent;
    border-left: 10px solid #E80000;
    bottom: auto;
    top: -15px;
    left: 25px;
  }

  .flow-box-period.type_jp .flow-period p:after {
    border: 7px solid transparent;
    border-left: 10px solid #E80000;
    bottom: -19px;
  }

  .flow-box-period.type_jp .flow-period::after {
    height: 8px;
  }

  .flow-box-period.type_jp .flow-inner:nth-child(1) .flow-period::after {
    width: 5px;
    left: 26px;
    bottom: auto;
    height: calc(100% - -75px);
  }

  .flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period::after {
    width: 5px;
    left: 39px;
    bottom: auto;
    height: calc(100% - 95px);
    top: 67px;
  }

  .flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period p:before {
    left: 38px;
    bottom: auto;
    top: 54px;
  }

  .flow-box-period.type_jp .flow-inner:nth-child(1) .flow-period p:after {
    right: auto;
    left: 25px;
    bottom: -107px;
  }

  .flow-box-period.type_jp .flow-inner:nth-child(2) .flow-period p:after {
    bottom: -7px;
    left: 38px;
  }
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */
/*
filter: drop-shadow(0 3px 6px rgba(0, 55, 51, 0.1));
font-size: clamp(0.75rem, 1.25vw, 1rem);
aspect-ratio: 1 / 2;
background: center/contain url("../images/aaa.svg") no-repeat;
*/

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1030px;
  }
}
.container.lg {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .container.lg {
    max-width: 1200px;
  }
}
.container.lgmd {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .container.lgmd {
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-center {
  width: 100%;
  max-width: 1285px;
  margin: 0 auto;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-center {
    width: 100%;
  }
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/*==========
ボタン
==========*/


/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none!important;
  }
  .u-sp {
    display: block !important;
  }
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r{
  font-weight: 400 !important;
}
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: 700 !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1200px){

}