@charset "UTF-8";
@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Notosans.woff2") format("woff2"), url("../fonts/Notosans.woff") format("woff"), url("../fonts/Notosans.ttf") format("opentype");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotosansMedium.woff2") format("woff2"), url("../fonts/NotosansMedium.woff") format("woff"), url("../fonts/NotosansMedium.ttf") format("opentype");
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotosansBold.woff2") format("woff2"), url("../fonts/NotosansBold.woff") format("woff"), url("../fonts/NotosansBold.ttf") format("opentype");
}

@font-face {
  font-family: 'sawarabi mincho';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/sawarabiMincho.woff2") format("woff2"), url("../fonts/sawarabiMincho.woff") format("woff"), url("../fonts/sawarabiMincho.ttf") format("opentype");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'NotoSans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #565665;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 766px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 765px) {
  .sp-hide {
    display: none;
  }
}

.kv {
  background-image: url(../images/kv-bg.jpg);
}

.kv .inner {
  max-width: 2400px;
  margin: 0 auto;
	position: relative;
}

.kv .inner .kotora_logo {
	position: absolute;
	top: 1.166666666666667vw;
	left: 16.70833333333333vw;
	width: 15vw;
	height: 2.25vw;
}

@media screen and (max-width: 765px) {
	.kv .inner .kotora_logo {
	top: 3.381642512077295vw;
	left: 2.415458937198068vw;
	width: 43.47826086956522vw;
	height: 6.521739130434783vw;
}
}

.form-title {
  padding: 20px;
  background-color: #e4b600;
}

@media screen and (max-width: 765px) {
  .form-title {
    padding: 13px;
  }
}

.form-title__item {
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (max-width: 765px) {
  .form-title__item {
    max-width: 300px;
  }
}

.form-content {
  padding: 25px 20px 60px;
}

@media screen and (max-width: 765px) {
  .form-content {
    padding-bottom: 20px;
  }
}

.form-box {
  display: none;
  max-width: 540px;
  margin: 0 auto;
}

.for-membar {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px
}

.form-box.-wide {
  max-width: 680px;
}

.form-box.-first {
  display: block;
  max-width: 640px;
  padding-top: 50px;
}

.form-box.-confirm {
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  padding: 30px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.form-box__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  color: #e4b600;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  font-size: 25px;
}

@media screen and (max-width: 765px) {
  .form-box__heading {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.form-box__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #e4b600;
}

@media screen and (max-width: 765px) {
  .form-box__heading::before {
    margin-right: 6px;
    border-width: 4.5px 0 4.5px 10px;
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.form-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  position: relative;
}

@media screen and (max-width: 765px) {
  .form-radio__item {
    width: 46%;
  }
}

.form-radio__item input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}

.form-radio__item input:checked + .form-radio__inner {
  border: 5px solid #e4b600;
  background-color: rgba(228, 182, 0, 0.3);
}

.form-radio__inner {
  padding: 30px 10px 35px;
  background-color: #cdcdd5;
  border: 1px solid #828293;
  cursor: pointer;
}

@media screen and (min-width: 766px) {
  .form-radio__inner {
    border-radius: 2px;
  }
}

.form-radio__heading {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 765px) {
  .form-radio__heading {
    font-size: 18px;
  }
}

.form-radio__icon {
  max-width: 76px;
  margin: 23px auto;
}

.form-radio__icon.-right {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.form-radio__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  font-size: 14px;
}

@media screen and (max-width: 765px) {
  .form-radio__text {
    min-height: 5em;
  }
}

.form-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 295px;
  margin: 35px auto 0;
}

@media screen and (max-width: 765px) {
  .form-button-area {
    max-width: 240px;
  }
}

.form-button {
  display: block;
  width: 158px;
  padding: 6px;
  border: none;
  background-color: #e4b600;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 765px) {
  .form-button {
    width: 138px;
    font-size: 14px;
  }
}

.form-button:hover {
  opacity: 0.8;
}

.form-button:disabled {
  background-color: #cdcdd5;
  cursor: not-allowed;
}

.form-button.-center {
  margin: 35px auto 0;
}

.form-button.-text {
  width: auto;
  background-color: transparent;
  color: #565665;
  font-size: 20px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 765px) {
  .form-button.-text {
    font-size: 14px;
  }
}

.form-item {
  margin-bottom: 23px;
}

@media screen and (min-width: 766px) {
  .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-item.-vertical {
    display: block;
  }
  .form-item.-vertical .form-item__heading {
    width: auto;
    margin-bottom: 8px;
  }
}

.form-item__heading {
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 766px) {
  .form-item__heading {
    width: 13em;
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 765px) {
  .form-item__heading {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 766px) {
  .form-item__heading.-wide {
    width: 17em;
  }
}

.form-item__heading::after {
  content: '必須';
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.7em;
  background-color: #e4b600;
  color: #ffffff;
  padding: 0 0.3em;
  border-radius: 2px;
}

.form-item__heading.-any::after {
  content: '任意';
  background-color: #cdcdd5;
}

.form-item__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 9999;
      flex-shrink: 9999;
}

.form-item__input.-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-item__input.-text > input {
  margin-right: 0.2em;
}

.form-item__input.-age > input {
  max-width: 100px;
}

.form-item__input.-income > input {
  max-width: 200px;
}

.form-item__input.-name input {
  width: 45%;
}

.form-item__input input, .form-item__input textarea {
  width: 100%;
  padding: 8px;
  background-color: #f4f4f9;
  border: 1px solid #828293;
  border-radius: 4px;
}

.form-item__input input:focus, .form-item__input textarea:focus {
  outline: none;
  border: 2px solid #828293;
}

.form-item__input textarea {
  resize: none;
}

.form-item__select {
  -ms-flex-negative: 9999;
      flex-shrink: 9999;
  width: 100%;
  position: relative;
}

.form-item__select.-medium {
  max-width: 200px;
}

.form-item__select::after {
  content: '';
  display: block;
  width: 14px;
  height: 7px;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-item__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px;
  background-color: #f4f4f9;
  border: 1px solid #828293;
  border-radius: 4px;
  color: #565665;
}

.form-item__select select:focus {
  outline: none;
  border: 2px solid #828293;
}

.label {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.7em;
  background-color: #e4b600;
  color: #ffffff;
  padding: 0 0.3em;
  border-radius: 2px;
}

.form-file {
  margin: 20px 0 15px;
}

.form-file input {
  font-size: 1em;
}

.form-file .note {
  margin-top: 10px;
}

.check-area {
  text-align: center;
  margin: 20px auto;
}

.check-area a {
  color: #e4b600;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 204px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 765px) {
  .step {
    max-width: 150px;
    margin-bottom: 20px;
  }
}

.step::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cdcdd5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  list-style-type: none;
  background-color: #cdcdd5;
  border-radius: 100vw;
  color: #ffffff;
  font-family: 'sawarabi mincho', serif;
  font-size: 15px;
}

@media screen and (max-width: 765px) {
  .step li {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}

.step li.-current {
  background-color: #e4b600;
}

.step-num {
  margin-top: 6px;
  text-align: center;
  color: #e4b600;
}

@media screen and (max-width: 765px) {
  .step-num {
    font-size: 14px;
  }
}

.confirm-box {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 45px;
  background-color: #f4f4f9;
}

@media screen and (max-width: 765px) {
  .confirm-box {
    padding: 25px 0 25px 20px;
  }
}

@media screen and (max-width: 765px) {
  .confirm-box__inner {
    max-width: 100%;
    max-height: 500px;
    padding-right: 10px;
    overflow-y: scroll;
  }
}

.confirm-box h3 {
  font-weight: 700;
}

.confirm-box h3:not(:last-child) {
  margin-top: 15px;
}

.confirm-box p {
  margin-top: 5px;
  margin-left: 1em;
}

.confirm-box dl {
  margin-top: 8px;
  margin-left: 1em;
}

@media screen and (min-width: 766px) {
  .confirm-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .confirm-box dl.block {
    display: block;
  }
  .confirm-box dl.block dt {
    width: auto;
  }
  .confirm-box dl.block dd {
    margin-left: 1em;
  }
}

.confirm-box dl dt {
  font-weight: bold;
}

@media screen and (min-width: 766px) {
  .confirm-box dl dt {
    width: 14em;
    margin-right: 2em;
  }
}

@media screen and (min-width: 766px) {
  .confirm-box dl dd {
    -ms-flex-negative: 9999;
        flex-shrink: 9999;
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .confirm-box dl dd {
    margin-left: 1em;
  }
}

.note {
  color: #a6a6bb;
  padding-left: 1em;
  position: relative;
  font-size: 14px;
}

.note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.thanks {
  padding: 50px 20px;
  text-align: center;
}

.modal__bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.link {
  text-align: center
}
.link a {
  position: relative;
  background: #0f5d96;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  margin-top: 60px;
  padding: 0.5em 3.5em;
  transition: all .4s
}
.link a::after {
  position: absolute;
  content: '';
  background: url("../images/chevron_right_circle.svg")no-repeat;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%)
}
.link a:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  transform: translateY(2px)
}
@media screen and (max-width: 765px) {
  .link a {
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    font-size: 14px;
    margin-top: 40px;
    padding: 0.55em 3.5em 0.7em
  }
  .link a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: translateY(2px)
  }
}


/* reason */
html {
  scroll-behavior: smooth;
}
ul li {
  list-style: none
}
.center {
  text-align: center
}
#reason {
  padding: 100px 0;
  font-family: 'sawarabi mincho';
  color: #fff;
  background: linear-gradient(to top, #141315 50%, transparent), url("../images/reason_bg.jpg")
}
.reason_inner {
  max-width: 1000px;
  margin: 0 auto
}
#reason h3 {
  font-weight: normal;
  font-size: 36px;
  color: #e4b600;
  margin-bottom: 2.5em
}
#reason h4, .sub_text, .reason_02 ul {
  padding-left: 75px
}
#reason h4 {
  font-weight: normal;
  position: relative;
  font-size: 22px
}
#reason h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background-color: #fff
}
.sub_text {
  margin-top: 1em;
  font-size: 18px
}
.reason_01 + .reason_02, .reason_02 + .reason_03, .reason_03 + .application {
  margin-top: 100px
}
.reason_01, .reason_02 ul, .reason_03, .example ul li {
  display: flex;
  justify-content: space-between
}
.reason_01, .example ul li {
  align-items: center
}
.reason_01 figure, .reason_03 div:first-child {
  width: 42%
}
.reason_01 div, .example {
  width: 55%
}
.reason_02 ul {
  margin-top: 30px;
  padding-right: 75px
}
.reason_02 ul li {
  width: calc(25% - 26px)
}
.reason_02 ul li dl {
  margin-top: 20px
}
.reason_02 ul li dl dt {
  font-size: 18px
}
.reason_02 ul li dl dt span {
  display: block;
  font-size: 12px
}
.reason_02 ul li dl dd {
  margin-top: 1em;
  font-size: 14px
}
.example ul li {
  align-items: flex-end;
  border: solid 1px #fff;
  padding: 20px 30px
}
.example ul li + li {
  margin-top: 20px
}
.example ul li div {
  text-align: center
}
.example ul li div:first-child {
  width: 9%
}
.example ul li div.before, .example ul li div.after {
  width: 35%
}
.example ul li div.before {
  position: relative;
  margin-right: 16%
}
.example ul li div.before::before, .example ul li div.before::after, .application a::before, .application a::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  height: 1px
}
.example ul li div.before::before, .example ul li div.before::after {
  bottom: 30px;
  right: calc(-45px - 8%)
}
.example ul li div.before::before {
  width: 45px
}
.example ul li div.before::after, .application a::after {
  width: 10px;
  transform-origin: right center;
  transform: rotate(45deg)
}
.example ul li div:first-child p {
  margin-top: 6px;
  font-size: 8px
}
.age {
  font-size: 12px
}
.before p:first-child, .after p:first-child {
  font-size: 10px
}
.before p:nth-of-type(2), .after p:nth-of-type(2) {
  font-size: 20px
}
.before p:nth-of-type(2) .number, .after p:nth-of-type(2) .number {
  font-size: 220%
}
.after p:first-child, .after p:nth-of-type(2) .number {
  color: #e4b600;
}
.application a {
  font-family: 'NotoSans';
  display: inline-block;
  position: relative;
  background: #e4b600;
  padding: 1em 3.5em 1em 2em;
  color: #fff;
  text-decoration: none;
  transition: all .5s
}
.application a:hover {
  opacity: .9
}
.application a::before, .application a::after {
  top: 52%;
  right: 1.25em;
  transition: all .5s
}
.application a::before {
  width: 30px
}
.application a:hover::before, .application a:hover::after {
  right: 1em
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 60px 0
  }
  .reason_inner {
    max-width: 100%;
    padding: 0 20px
  }
  #reason h3 {
    font-size: 20px
  }
  #reason h4 {
    font-size: 19px
  }
  .sub_text {
    line-height: 2;
    margin-top: 1em;
    font-size: 15px
  }
  .sub_text, .reason_02 ul {
    padding-left: 0
  }
  .reason_01 figure, .reason_02 ul li, .reason_03 div:first-child, .reason_01 div, .example, .example ul li div:first-child {
    width: 100%
  }
  .reason_01, .example ul li {
    flex-wrap: wrap
  }
  .reason_01 div {
    margin-bottom: 2em;
    order: 1
  }
  .reason_01 figure {
    order: 2
  }
  .reason_02 ul, .reason_03 {
    display: block
  }
  .reason_02 ul {
    padding-right: 0
  }
  .reason_02 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
  .reason_02 ul li figure {
    width: 40%
  }
  .reason_02 ul li dl {
    width: 55%
  }
  .reason_02 ul li dl dt {
    font-size: 16px
  }
  .reason_02 ul li dl dd {
    line-height: 1.9;
    font-size: 11px
  }
  .reason_02 ul li + li, .example {
    margin-top: 20px
  }
  .example ul li {
    padding: 10px 20px
  }
  .example ul li div:first-child img {
    margin: 0 auto;
    max-width: 47px
  }
  .example ul li div.before, .example ul li div.after {
    width: 42%
  }
  .before p:nth-of-type(2), .after p:nth-of-type(2) {
    font-size: 16px
  }
  .example ul li div.before::before, .example ul li div.before::after {
    bottom: 24px;
    right: calc(-35px - 4%)
  }
  .example ul li div.before::before {
    width: 35px
  }
}

footer {
  padding: 5px;
  background-color: #141315;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
