@charset "UTF-8";
.c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
.c-form-btn .c-form-btn_reset {
  background: #2E82BC;
  color: #fff;
  text-align: center;
  max-width: 500px;
  width: 70%;
  display: inline-block;
  padding: 40px 20px;
  font-weight: 600;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  transition: all 0.5s;
  font-size: 22px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    min-width: unset;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 6vw 3vw;
    width: 80%;
    font-size: 3.5vw;
  }
}
.c-link-btn:after, .wpcf7-submit:after, .c-form-btn .c-form-btn:after,
.c-form-btn .c-form-btn_reset:after {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: url(../img/icon-link_yellow.svg) no-repeat;
  background-size: 100%;
  z-index: 1;
  right: 0.5vw;
  bottom: 0.5vw;
}
.c-link-btn:hover, .wpcf7-submit:hover, .c-form-btn .c-form-btn:hover,
.c-form-btn .c-form-btn_reset:hover {
  background: #20CC50;
}

.c-form-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .c-form-btn {
    flex-flow: column;
    margin: 10vw auto 6vw auto;
    text-align: center;
  }
}
.c-form-btn .c-form-btn,
.c-form-btn .c-form-btn_reset {
  border: unset;
  box-shadow: unset;
  width: 40%;
  margin: auto 1vw auto 1vw;
  padding: 30px 20px;
}
@media screen and (max-width: 550px) {
  .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    width: 80%;
    text-align: center;
    margin: auto auto 4vw auto;
  }
  .c-form-btn .c-form-btn div,
  .c-form-btn .c-form-btn_reset div {
    text-align: center;
    width: 100%;
  }
}
.c-form-btn .c-form-btn_reset {
  background: #737373;
}
.c-form-btn .c-form-btn__ghost {
  cursor: unset;
  background: #737373;
  pointer-events: none;
}

.c-link-btn__type2 {
  background: #EDF125;
  color: #2D2D2D;
}
.c-link-btn__type2:after {
  background: url(../img/icon-link_bk.svg) no-repeat;
}

.c-section_head {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-section_head {
    margin-bottom: 8vw;
    margin-top: 10vw;
  }
}
.c-section_head .c-section_head__jp {
  font-size: 40px;
  line-height: 140%;
  order: 2;
  font-weight: 800;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  margin-top: -5vw;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp {
    margin-top: -7vw;
  }
  .c-section_head .c-section_head__jp br {
    display: none;
  }
}
.c-section_head .c-section_head__jp-small {
  font-size: 23px;
  line-height: 140%;
  order: 3;
  font-weight: 600;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp-small {
    font-size: 5.1111111111vw;
  }
}
.c-section_head .c-section_head__jp + .c-section_head__jp-small {
  margin-top: 10px;
}
.c-section_head .c-section_head__en {
  font-size: 100px;
  order: 1;
  font-family: "Hind", sans-serif;
  white-space: nowrap;
  line-height: 120%;
  margin: auto;
  letter-spacing: -3px;
  position: relative;
  z-index: 1;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__en {
    font-size: 16vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__en {
    line-height: 80%;
    letter-spacing: -1px;
  }
}
.c-section_head .c-section_head__img {
  width: inherit;
  text-align: center;
  order: 1;
  margin-bottom: 10vw;
}
.c-section_head .c-section_head__img img {
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__img img {
    width: 100%;
  }
}

.c-section_head__left {
  text-align: left;
}
.c-section_head__left .c-section_head__en {
  margin-left: -4vw;
}
@media screen and (max-width: 800px) {
  .c-section_head__left .c-section_head__en {
    margin-left: -6vw;
  }
}

.c-section_head__type2 .c-section_head__img {
  order: 1;
  margin-bottom: 1vw;
}
.c-section_head__type2 .c-section_head__jp-small {
  order: 2;
  margin-top: 0;
}
.c-section_head__type2 .c-section_head__jp {
  order: 3;
  margin-top: 1vw;
}

.c-section_head__type3 .c-section_head__jp-small {
  order: 1;
  margin-top: 0;
}
.c-section_head__type3 .c-section_head__jp {
  order: 2;
  margin-top: 1vw;
}
.c-section_head__type3 .text_yellow {
  display: inline;
}

.text_yellow {
  color: #EDF125;
}

.shadow__bk {
  position: relative;
  display: inline-block;
}
.shadow__bk * {
  position: relative;
  z-index: 2;
}
.shadow__bk:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/dot_bk.svg) repeat;
  position: absolute;
  right: -5%;
  bottom: -10%;
  z-index: 1;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media screen and (max-width: 800px) {
  .shadow__bk:before {
    bottom: -5%;
  }
}

.c-dot_shadow-tex_box {
  width: 100%;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 10vw;
  }
}
.c-dot_shadow-tex_box:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/dot_bk.svg) repeat;
  top: 2vw;
  right: -2vw;
  position: absolute;
  z-index: 2;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box:after {
    top: 4vw;
    right: -4vw;
  }
}
.c-dot_shadow-tex_box:last-child {
  margin-bottom: 0;
}
.c-dot_shadow-tex_box .c-dot_shadow__inner {
  padding: 5vw;
  position: relative;
  z-index: 3;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-dot_shadow__inner {
    padding: 7vw;
    flex-flow: column;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head {
  width: 50%;
  border-right: 1px solid #2D2D2D;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding-right: 3vw;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head {
    width: 100%;
    min-height: 25vw;
    height: auto;
    padding: 5vw 0;
    border-bottom: 1px solid #2D2D2D;
    border-right: unset;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
  margin: auto;
  line-height: 160%;
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small {
  font-size: 16px;
  padding-bottom: 1vw;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small {
    font-size: 3.5555555556vw;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
  font-size: 16px;
  padding-top: 1vw;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
    padding-top: 3vw;
    line-height: 180%;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_en {
  position: absolute;
  font-family: "Hind", sans-serif;
  font-size: 60px;
  left: 1vw;
  top: 0;
  z-index: 2;
  line-height: 80%;
  color: #32C5E5;
  letter-spacing: -2px;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_en {
    font-size: 9.6vw;
  }
}

.c-dot_shadow-tex_box__type2 {
  text-align: left;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner {
  flex-flow: column;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex__head {
  border: unset;
  width: 100%;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex__head_jp {
  text-align: left;
  margin: 0;
  width: 100%;
  margin-bottom: 2vw;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex {
  line-height: 160%;
}

.c-common-tex__detail {
  width: 50%;
  font-weight: 600;
  padding-left: 3vw;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail {
    width: 100%;
    padding: 5vw 0 5vw 0;
  }
}
.c-common-tex__detail ul {
  display: flex;
  flex-flow: column;
  text-align: left;
  padding-left: 2vw;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail ul {
    padding-left: unset;
  }
}
.c-common-tex__detail ul li {
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail ul li {
    margin-bottom: 3vw;
  }
}
.c-common-tex__detail .small {
  padding-left: 2vw;
  font-weight: 200;
  font-size: 12px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail .small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail .small {
    padding-left: unset;
  }
}

.c-section-text {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section-text {
    font-size: 3.5555555556vw;
  }
}

.emphasis {
  font-weight: bold;
  font-size: 20px;
  margin: 1vw;
}
@media screen and (max-width: 800px) {
  .emphasis {
    font-size: 4.4444444444vw;
  }
}

.text-blue {
  color: #2E82BC;
  display: inline;
}

.text-ye {
  color: #EDF125;
  display: inline;
}

.text-dye {
  color: #A8A21B;
  display: inline;
}

.c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
.c-form-btn .c-form-btn_reset {
  background: #2E82BC;
  color: #fff;
  text-align: center;
  max-width: 500px;
  width: 70%;
  display: inline-block;
  padding: 40px 20px;
  font-weight: 600;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  transition: all 0.5s;
  font-size: 22px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-link-btn, .wpcf7-submit, .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    min-width: unset;
    height: auto;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 6vw 3vw;
    width: 80%;
    font-size: 3.5vw;
  }
}
.c-link-btn:after, .wpcf7-submit:after, .c-form-btn .c-form-btn:after,
.c-form-btn .c-form-btn_reset:after {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: url(../img/icon-link_yellow.svg) no-repeat;
  background-size: 100%;
  z-index: 1;
  right: 0.5vw;
  bottom: 0.5vw;
}
.c-link-btn:hover, .wpcf7-submit:hover, .c-form-btn .c-form-btn:hover,
.c-form-btn .c-form-btn_reset:hover {
  background: #20CC50;
}

.c-form-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .c-form-btn {
    flex-flow: column;
    margin: 10vw auto 6vw auto;
    text-align: center;
  }
}
.c-form-btn .c-form-btn,
.c-form-btn .c-form-btn_reset {
  border: unset;
  box-shadow: unset;
  width: 40%;
  margin: auto 1vw auto 1vw;
  padding: 30px 20px;
}
@media screen and (max-width: 550px) {
  .c-form-btn .c-form-btn,
  .c-form-btn .c-form-btn_reset {
    width: 80%;
    text-align: center;
    margin: auto auto 4vw auto;
  }
  .c-form-btn .c-form-btn div,
  .c-form-btn .c-form-btn_reset div {
    text-align: center;
    width: 100%;
  }
}
.c-form-btn .c-form-btn_reset {
  background: #737373;
}
.c-form-btn .c-form-btn__ghost {
  cursor: unset;
  background: #737373;
  pointer-events: none;
}

.c-link-btn__type2 {
  background: #EDF125;
  color: #2D2D2D;
}
.c-link-btn__type2:after {
  background: url(../img/icon-link_bk.svg) no-repeat;
}

.c-section_head {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-section_head {
    margin-bottom: 8vw;
    margin-top: 10vw;
  }
}
.c-section_head .c-section_head__jp {
  font-size: 40px;
  line-height: 140%;
  order: 2;
  font-weight: 800;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  margin-top: -5vw;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp {
    margin-top: -7vw;
  }
  .c-section_head .c-section_head__jp br {
    display: none;
  }
}
.c-section_head .c-section_head__jp-small {
  font-size: 23px;
  line-height: 140%;
  order: 3;
  font-weight: 600;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__jp-small {
    font-size: 5.1111111111vw;
  }
}
.c-section_head .c-section_head__jp + .c-section_head__jp-small {
  margin-top: 10px;
}
.c-section_head .c-section_head__en {
  font-size: 100px;
  order: 1;
  font-family: "Hind", sans-serif;
  white-space: nowrap;
  line-height: 120%;
  margin: auto;
  letter-spacing: -3px;
  position: relative;
  z-index: 1;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__en {
    font-size: 16vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__en {
    line-height: 80%;
    letter-spacing: -1px;
  }
}
.c-section_head .c-section_head__img {
  width: inherit;
  text-align: center;
  order: 1;
  margin-bottom: 10vw;
}
.c-section_head .c-section_head__img img {
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section_head .c-section_head__img img {
    width: 100%;
  }
}

.c-section_head__left {
  text-align: left;
}
.c-section_head__left .c-section_head__en {
  margin-left: -4vw;
}
@media screen and (max-width: 800px) {
  .c-section_head__left .c-section_head__en {
    margin-left: -6vw;
  }
}

.c-section_head__type2 .c-section_head__img {
  order: 1;
  margin-bottom: 1vw;
}
.c-section_head__type2 .c-section_head__jp-small {
  order: 2;
  margin-top: 0;
}
.c-section_head__type2 .c-section_head__jp {
  order: 3;
  margin-top: 1vw;
}

.c-section_head__type3 .c-section_head__jp-small {
  order: 1;
  margin-top: 0;
}
.c-section_head__type3 .c-section_head__jp {
  order: 2;
  margin-top: 1vw;
}
.c-section_head__type3 .text_yellow {
  display: inline;
}

.text_yellow {
  color: #EDF125;
}

.shadow__bk {
  position: relative;
  display: inline-block;
}
.shadow__bk * {
  position: relative;
  z-index: 2;
}
.shadow__bk:before {
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/dot_bk.svg) repeat;
  position: absolute;
  right: -5%;
  bottom: -10%;
  z-index: 1;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
@media screen and (max-width: 800px) {
  .shadow__bk:before {
    bottom: -5%;
  }
}

.c-dot_shadow-tex_box {
  width: 100%;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 10vw;
  }
}
.c-dot_shadow-tex_box:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/dot_bk.svg) repeat;
  top: 2vw;
  right: -2vw;
  position: absolute;
  z-index: 2;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box:after {
    top: 4vw;
    right: -4vw;
  }
}
.c-dot_shadow-tex_box:last-child {
  margin-bottom: 0;
}
.c-dot_shadow-tex_box .c-dot_shadow__inner {
  padding: 5vw;
  position: relative;
  z-index: 3;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-dot_shadow__inner {
    padding: 7vw;
    flex-flow: column;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head {
  width: 50%;
  border-right: 1px solid #2D2D2D;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding-right: 3vw;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head {
    width: 100%;
    min-height: 25vw;
    height: auto;
    padding: 5vw 0;
    border-bottom: 1px solid #2D2D2D;
    border-right: unset;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
  margin: auto;
  line-height: 160%;
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small {
  font-size: 16px;
  padding-bottom: 1vw;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small {
    font-size: 3.5555555556vw;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
  font-size: 16px;
  padding-top: 1vw;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp .c-common-tex__head_jp_small2 {
    padding-top: 3vw;
    line-height: 180%;
  }
}
.c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_en {
  position: absolute;
  font-family: "Hind", sans-serif;
  font-size: 60px;
  left: 1vw;
  top: 0;
  z-index: 2;
  line-height: 80%;
  color: #32C5E5;
  letter-spacing: -2px;
}
@media screen and (max-width: 800px) {
  .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_en {
    font-size: 9.6vw;
  }
}

.c-dot_shadow-tex_box__type2 {
  text-align: left;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner {
  flex-flow: column;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex__head {
  border: unset;
  width: 100%;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex__head_jp {
  text-align: left;
  margin: 0;
  width: 100%;
  margin-bottom: 2vw;
}
.c-dot_shadow-tex_box__type2 .c-dot_shadow__inner .c-common-tex {
  line-height: 160%;
}

.c-common-tex__detail {
  width: 50%;
  font-weight: 600;
  padding-left: 3vw;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail {
    width: 100%;
    padding: 5vw 0 5vw 0;
  }
}
.c-common-tex__detail ul {
  display: flex;
  flex-flow: column;
  text-align: left;
  padding-left: 2vw;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail ul {
    padding-left: unset;
  }
}
.c-common-tex__detail ul li {
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail ul li {
    margin-bottom: 3vw;
  }
}
.c-common-tex__detail .small {
  padding-left: 2vw;
  font-weight: 200;
  font-size: 12px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail .small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .c-common-tex__detail .small {
    padding-left: unset;
  }
}

.c-section-text {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section-text {
    font-size: 3.5555555556vw;
  }
}

.emphasis {
  font-weight: bold;
  font-size: 20px;
  margin: 1vw;
}
@media screen and (max-width: 800px) {
  .emphasis {
    font-size: 4.4444444444vw;
  }
}

.text-blue {
  color: #2E82BC;
  display: inline;
}

.text-ye {
  color: #EDF125;
  display: inline;
}

.text-dye {
  color: #A8A21B;
  display: inline;
}

html,
body {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 100%;
  color: #2D2D2D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  html,
  body {
    font-size: 16px;
  }
}

.c-content_wrapper {
  width: 100%;
  overflow-x: hidden;
}

header,
footer,
nav,
section,
div,
ul,
ol,
li,
p,
article,
h1,
h2,
h3,
h4,
h5,
a,
span,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

ul,
ol,
li {
  list-style: none;
}

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

body {
  opacity: 0;
  animation: body_first 1s 0.5s forwards;
}

.c-first_movie {
  background: linear-gradient(181.8deg, #32C5E6 1.45%, #2E82BC 98.48%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10000;
  display: flex;
  flex-flow: column;
  text-align: center;
  animation: c-first_movie forwards 1s 3s;
}
.c-first_movie .c-first_movie_logo {
  width: 30vw;
  margin: auto;
  opacity: 0;
  transform: scale(2);
  animation: c-first_movie_logo forwards 1s 1s ease-in-out;
}
.c-first_movie .c-first_movie_logo img {
  display: block;
  width: 100%;
}

.c-header {
  width: 100%;
  display: flex;
  height: 70px;
  justify-content: space-between;
  padding: 0 0 0 2vw;
  background: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-header {
    flex-flow: column;
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.c-header .c-header_logo {
  width: auto;
  padding: 1vw 0 1vw 0;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_logo {
    padding: 3vw 0 3vw 0;
    width: 50%;
  }
  .c-header .c-header_logo a,
  .c-header .c-header_logo img {
    margin: auto;
    display: inline-block;
  }
  .c-header .c-header_logo a {
    display: flex;
    flex-flow: column;
    align-items: stretch;
  }
  .c-header .c-header_logo img {
    width: 40vw;
  }
}
.c-header .c-header_text {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: stretch;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_text {
    width: 50%;
    position: absolute;
    right: 0;
    height: 50%;
    padding-right: 3vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) {
  .c-header .c-header_text {
    font-size: 4vw;
  }
}
.c-header .c-header_text span {
  margin: auto;
}
.c-header .c-header-btn_wrap {
  width: 70%;
  max-width: 700px;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap {
    width: 100%;
    max-width: unset;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__tel {
  width: 40%;
  text-align: inherit;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap .c-header-btn__tel {
    width: 50%;
    background: #737373;
    padding: 4vw;
    pointer-events: all;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__tel picture {
  margin: auto;
  width: 80%;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap .c-header-btn__tel picture {
    width: auto;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__tel picture img {
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap .c-header-btn__tel picture img {
    width: 100%;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__form {
  width: 50%;
  height: inherit;
  background: #2E82BC;
  text-align: inherit;
  border-bottom-left-radius: 40px;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap .c-header-btn__form {
    border-bottom-left-radius: unset;
    width: 50%;
    padding: 4vw;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__form img {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-header .c-header-btn_wrap .c-header-btn__form img {
    width: 100%;
  }
}
.c-header .c-header-btn_wrap .c-header-btn__form:hover {
  background: #20CC50;
}
.c-header .c-header-btn_wrap .c-header-btn__form:hover img {
  transform: scale(1.1);
}

.c-content_wrapper {
  padding-top: 70px;
  opacity: 0;
  animation: c-content_wrapper forwards 1s 0.5s;
}
@media screen and (max-width: 800px) {
  .c-content_wrapper {
    margin-top: 18vw;
  }
}

.c-mv {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.c-mv .c-mv__text {
  width: 100%;
  text-align: center;
  margin-top: 3vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__text {
    margin-top: 6vw;
  }
}
.c-mv .c-mv__text picture {
  max-width: 1000px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-mv .c-mv__text picture img {
  width: 100%;
  margin-left: -2%;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__text picture img {
    padding-left: 1.5vw;
  }
}
.c-mv .c-mv_bottom {
  padding: 40px 0 0 0;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv_bottom {
    padding: 5vw 0 0 0;
    background-size: 70% auto;
  }
}
.c-mv .c-mv_bottom .c-mv__text2 {
  max-width: 850px;
  width: 80%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
.c-mv .c-mv_bottom .c-mv__text2 picture,
.c-mv .c-mv_bottom .c-mv__text2 img {
  margin-left: unset;
  margin: auto;
  width: 100%;
}
.c-mv .c-mv__list {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  width: 80%;
  margin: auto auto 1vw auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__list {
    margin: auto auto 3vw auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.c-mv .c-mv__list li {
  width: 18%;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__list li {
    width: 30%;
    margin-bottom: 4vw;
  }
  .c-mv .c-mv__list li:nth-child(4) {
    margin-left: 10vw;
  }
  .c-mv .c-mv__list li:nth-child(5) {
    margin-right: 10vw;
  }
}
.c-mv .c-mv__list li picture,
.c-mv .c-mv__list li img {
  width: 100%;
}
.c-mv .c-mv__scroll {
  height: 50%;
  width: auto;
  display: inline-flex;
  flex-flow: column;
  position: absolute;
  z-index: 2;
  left: 3vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__scroll {
    display: none;
  }
}
.c-mv .c-mv__scroll img {
  width: 1.5vw;
}
.c-mv .c-mv__scroll span {
  position: relative;
}
.c-mv .c-mv__scroll span::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  background: #2D2D2D;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  animation: c-mv__scroll infinite 2s;
}
.c-mv .c-mv__bg {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  justify-content: space-between;
  height: 600px;
  width: 100%;
  margin-top: -220px;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__bg {
    height: 61vw;
    margin-top: -20vw;
  }
}
.c-mv .c-mv__bg:after {
  background: url(../img/bg-town-pc.svg) repeat-x top;
  background-size: 50% auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__bg:after {
    background-size: 80% auto;
    top: -40vw;
    height: 180%;
  }
}
.c-mv .c-mv__bg:before {
  background: #EDF125;
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 2;
  display: block;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .c-mv .c-mv__bg:before {
    height: 40%;
    top: 80%;
  }
}
.c-mv .c-mv__bg .c-mv__bg1 {
  display: block;
  height: 100%;
  width: auto;
  order: 2;
  margin-right: 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: body_first 1s 2s forwards;
}
.c-mv .c-mv__bg .c-mv__bg-wrap {
  width: auto;
  height: 100%;
  order: 1;
  overflow: hidden;
  padding-top: 10%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  align-items: stretch;
}
.c-mv .c-mv__bg .c-mv__bg-wrap img {
  height: 100%;
  opacity: 0;
  max-width: unset;
  display: block;
  animation: body_first 1s 3s forwards;
}
@media screen and (max-width: 550px) {
  .c-mv .c-mv__bg .c-mv__bg-wrap img {
    width: 200%;
  }
}

.c-section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-section {
    padding: 2vw 0 12vw 0;
  }
}

.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  overflow: visible;
}

.c-section__bnrarea {
  position: relative;
  z-index: 3;
  background: #EDF125;
}
@media screen and (max-width: 800px) {
  .c-section__bnrarea {
    padding: 8vw 0 0 0;
  }
}
.c-section__bnrarea .c-section__bnr {
  transition: all 0.5s;
}
.c-section__bnrarea .c-section__bnr img {
  width: 100%;
}
.c-section__bnrarea .c-section__bnr:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.c-section1 {
  background: #F8F8F8;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-section1 {
    background: #EDF125;
  }
}
.c-section1::after {
  width: 100vw;
  height: 120%;
  position: absolute;
  left: 0;
  top: -10%;
  content: "";
  display: block;
  z-index: 1;
  background: url(../img/bg-yerrow2.svg) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 800px) {
  .c-section1::after {
    display: none;
  }
}
.c-section1 .c-article1 {
  position: relative;
  z-index: 2;
  padding-bottom: 10vw;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 {
    padding-bottom: 60vw;
  }
}
.c-section1 .c-article1 .c-section_head__en {
  color: #DBD42D;
}
.c-section1 .c-section1_troble_list {
  text-align: right;
}
.c-section1 .c-section1_troble_list .shadow__bk {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-right: 0;
  width: 70%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list .shadow__bk {
    width: 100%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.c-section1 .c-section1_troble_list ul {
  background: #fff;
  padding: 50px 50px 100px 80px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  width: 100%;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul {
    font-size: 4vw;
  }
}
.c-section1 .c-section1_troble_list ul:after {
  width: 50%;
  height: 120%;
  content: url(../img/illust-keieisya.svg);
  display: block;
  position: absolute;
  z-index: 3;
  left: -35%;
  top: 0%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul:after {
    left: 0;
    right: 0;
    content: url(../img/illust-keieisya-sp.svg);
    margin: auto;
    height: 60%;
    width: 60%;
    bottom: -50%;
    left: -10%;
    top: unset;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul {
    padding: 7vw 7vw 12vw 7vw;
  }
}
.c-section1 .c-section1_troble_list ul li {
  padding-left: 30px;
  font-size: 18px;
  text-align: left;
  position: relative;
  margin-bottom: 2vw;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul li {
    font-size: 4vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul li {
    line-height: 150%;
  }
}
.c-section1 .c-section1_troble_list ul li:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/check.svg) no-repeat top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul li:after {
    bottom: unset;
    top: 0.5vw;
  }
}
.c-section1 .c-section1_troble_list ul li:last-child {
  padding-top: 50px;
  font-size: 24px;
  color: #2E82BC;
  display: inline-block;
  margin: auto;
  background: url(../img/Polygon.svg) no-repeat center top;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul li:last-child {
    font-size: 5.3333333333vw;
  }
}
.c-section1 .c-section1_troble_list ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-section1_troble_list ul li:last-child {
    padding-left: unset;
  }
}
.c-section1 .c-article2 {
  padding: 5vw 0 0 0;
  position: relative;
  z-index: 2;
}
.c-section1 .c-article2 .c-section1__case {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #fff;
  padding: 50px 100px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section1__case {
    padding: 8vw;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.c-section1 .c-article2 .c-section1__case .c-section1__case_head {
  font-size: 28px;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section1__case .c-section1__case_head {
    font-size: 4.48vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section1__case .c-section1__case_head {
    font-size: 5.5vw;
    margin-bottom: 3vw;
    line-height: 140%;
  }
}
.c-section1 .c-article2 .c-section1__case .c-section1__case_list li {
  margin-bottom: 2vw;
  line-height: 200%;
}
.c-section1 .c-article2 .c-section1__case .c-section1__case_list li .c-section1__case_list_head {
  margin-bottom: 1vw;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section1__case .c-section1__case_list li .c-section1__case_list_head {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section1__case .c-section1__case_list li {
    margin-bottom: 4vw;
  }
}
.c-section1 .c-article2 .c-section1__case1 {
  background: url(../img/section1-article2_bg1.webp) no-repeat top;
  background-size: cover;
  margin-bottom: 5vw;
}
.c-section1 .c-article2 .c-section1__case1:after {
  width: 4vw;
  height: 20vw;
  content: "";
  display: block;
  background: url(../img/text_img2.svg) no-repeat top;
  background-size: 100% auto;
  position: absolute;
  top: 3vw;
  left: -0.5%;
}
.c-section1 .c-article2 .c-section1__case2 {
  background: url(../img/section1-article2_bg2.webp) no-repeat top;
  background-size: cover;
}
.c-section1 .c-article2 .c-section1__case2:after {
  width: 4vw;
  height: 20vw;
  content: "";
  display: block;
  background: url(../img/text_img3.svg) no-repeat top;
  background-size: 100% auto;
  position: absolute;
  top: 3vw;
  left: -0.5%;
}
.c-section1 .c-article3 {
  margin-top: 5vw;
  position: relative;
  z-index: 2;
  padding: 0 5vw;
}
.c-section1 .c-article3:after {
  display: block;
  content: "";
  background: url(../img/bg-blue.svg) no-repeat top;
  background-size: 100% auto;
  width: 100vw;
  height: 120vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3:after {
    width: 200vw;
    height: 300vw;
    background-size: auto 100%;
    right: -7vw;
  }
}
.c-section1 .c-article3 .c-article3__img {
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-article3__img {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section_head img {
    width: 90%;
  }
}

.c-section2 {
  position: relative;
  z-index: 2;
  background: url(../img/section2_bg.webp) no-repeat top #204762;
  background-size: cover 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .c-section2 {
    background-size: auto 100%;
  }
}
.c-section2 .c-article {
  text-align: left;
}
.c-section2 .c-article1 {
  color: #fff;
}
.c-section2 .c-article1 .c-section_head {
  text-align: center;
}
.c-section2 .c-article1 .c-section_head .c-section_head__en {
  color: #EDF125;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-article1 .c-section_head .c-section_head__en {
    font-size: 12vw;
  }
}
.c-section2 .c-article1 .c-section-text {
  margin-bottom: 2vw;
}
.c-section2 .c-article__pop {
  background: #fff;
  padding: 3vw;
  text-align: left;
  color: #2D2D2D;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-article__pop {
    padding: 6vw;
    margin: 6vw auto;
  }
}
.c-section2 .c-article__pop .c-section_head {
  color: #A8A21B;
  font-size: 24px;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-article__pop .c-section_head {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section2 .c-article__pop .c-section_head {
    line-height: 140%;
    margin-top: 0;
  }
}
.c-section2 .c-section2-illust {
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section2-illust {
    width: 60%;
  }
}
.c-section2 .c-section-text .c-article2 {
  margin-top: 10vw;
  position: relative;
}
.c-section2 .c-section-text .c-article2::after {
  background: url(../img/dot_gry2.svg) repeat;
  width: 100%;
  height: 150%;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  transform: rotate(60deg);
  top: -40%;
  left: 0;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section-text .c-article2::after {
    top: -70%;
    width: 100vh;
  }
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section-text .c-article2 {
    margin-top: 10vw;
  }
}

.c-section2_beneft {
  width: 87vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft {
    width: 90vw;
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
.c-section2_beneft .c-section2_beneft__text {
  width: 50%;
  height: auto;
  margin: auto auto auto 0;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__text {
    width: 90%;
    flex-flow: column;
    margin-left: 0;
  }
}
.c-section2_beneft .c-section2_beneft__text .c-section_head__left {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__text .c-section_head__left {
    margin-bottom: 2vw;
  }
}
.c-section2_beneft .c-section2_beneft__text .c-section_head__left .c-section_head__jp {
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .c-section2_beneft .c-section2_beneft__text .c-section_head__left .c-section_head__jp {
    white-space: unset;
  }
}
.c-section2_beneft .c-section2_beneft__text .c-section_head__left .c-section_head__en {
  color: #EDF125;
  font-size: 80px;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__text .c-section_head__left .c-section_head__en {
    font-size: 12.8vw;
  }
}
.c-section2_beneft .c-section2_beneft__text .c-section-text__middle {
  font-size: 20px;
  margin-top: 1vw;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__text .c-section-text__middle {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__text .c-section-text__middle {
    font-size: 4vw;
  }
}
.c-section2_beneft .c-section2_beneft__img {
  width: 42%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__img {
    width: 100%;
    margin-top: 5vw;
    aspect-ratio: 1/0.5;
  }
}
.c-section2_beneft .c-section2_beneft__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft .c-section2_beneft__img img {
    width: 100%;
  }
}
.c-section2_beneft__right {
  margin-left: 12vw;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft__right {
    margin-left: 10vw;
  }
}
.c-section2_beneft__right .c-section2_beneft__img {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft__right .c-section2_beneft__img {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.c-section2_beneft__left {
  margin-left: 0;
}
.c-section2_beneft__left .c-section2_beneft__text {
  order: 2;
  margin: auto 0 auto auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft__left .c-section2_beneft__text {
    order: 1;
  }
}
.c-section2_beneft__left .c-section2_beneft__img {
  order: 1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 800px) {
  .c-section2_beneft__left .c-section2_beneft__img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    order: 2;
  }
}
.c-section2_beneft:last-child {
  margin-bottom: 0;
}

.c-section2_point_ul {
  position: relative;
  z-index: 2;
  margin: 4vw auto;
}
.c-section2_point_ul .flex-3 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .flex-3 {
    flex-flow: column;
    text-align: center;
  }
}
.c-section2_point_ul .flex-4 {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .flex-4 {
    flex-flow: column;
    text-align: center;
  }
}
.c-section2_point_ul li {
  width: 22%;
  margin-right: 3%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  aspect-ratio: 1/1.2;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li {
    width: 90%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    aspect-ratio: 1/0.5;
    margin: auto auto 4vw auto;
  }
}
.c-section2_point_ul li .c-section2_point__head {
  margin: auto;
}
.c-section2_point_ul li .c-section2_point__head .c-section2_point__head-en {
  font-size: 40px;
  color: #EDF125;
  margin-bottom: 2vw;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-en {
    font-size: 6.4vw;
  }
}
.c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp {
  font-size: 20px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp {
    font-size: 5.5vw;
    padding: 0 2vw;
  }
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp br {
    display: none;
  }
}
.c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp2 {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp2 {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul li .c-section2_point__head .c-section2_point__head-jp2 br {
    display: none;
  }
}
.c-section2_point_ul li .c-section-text {
  color: #fff;
}
.c-section2_point_ul .col1 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col1 {
    margin-bottom: 4vw;
  }
}
.c-section2_point_ul .col1 li:nth-child(1) {
  background: url(../img/section2-article1_img1.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(6vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col1 li:nth-child(1) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col1 li:nth-child(2) {
  background: url(../img/section2-article1_img2.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(3vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col1 li:nth-child(2) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col1 li:nth-child(3) {
  background: url(../img/section2-article1_img3.webp) no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col1 li:nth-child(3) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col2 {
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col2 {
    margin-bottom: 4vw;
  }
}
.c-section2_point_ul .col2 li:nth-child(1) {
  background: url(../img/section2-article1_img4.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(6vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col2 li:nth-child(1) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col2 li:nth-child(2) {
  background: url(../img/section2-article1_img5.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(3vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col2 li:nth-child(2) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col2 li:nth-child(3) {
  background: url(../img/section2-article1_img6.webp) no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col2 li:nth-child(3) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col2 li:nth-child(4) {
  background: url(../img/section2-article1_img7.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(6vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col2 li:nth-child(4) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col3 li:nth-child(1) {
  background: url(../img/section2-article1_img8.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(6vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col3 li:nth-child(1) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col3 li:nth-child(2) {
  background: url(../img/section2-article1_img9.webp) no-repeat;
  background-size: auto 100%;
  transform: translateY(3vw);
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col3 li:nth-child(2) {
    background-size: 100% auto;
  }
}
.c-section2_point_ul .col3 li:nth-child(3) {
  background: url(../img/section2-article1_img10.webp) no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 800px) {
  .c-section2_point_ul .col3 li:nth-child(3) {
    background-size: 100% auto;
  }
}

.c-section3 {
  background: url(../img/dot_gry.svg) repeat;
  position: relative;
}
.c-section3 .c-article1 .c-section_head {
  margin-bottom: 2vw;
}
.c-section3 .c-article1 .c-section_head .c-section_head__en {
  color: #32C5E5;
  opacity: 0.6;
  mix-blend-mode: overlay;
}
.c-section3 .c-article1::after {
  width: 100vw;
  height: 120%;
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  z-index: 1;
  background: url(../img/bg-blue.svg) no-repeat top;
  background-size: auto;
  background-size: 100% auto;
}
.c-section3 .c-article2 .c-section_head {
  margin-bottom: 5vw;
}
.c-section3 .c-article2 .c-section_head .c-section_head__en {
  color: #2E82BC;
  opacity: 0.6;
  mix-blend-mode: overlay;
}
.c-section3 .c-article picture {
  width: 100%;
  text-align: center;
  margin: 3vw auto;
  display: block;
}
.c-section3 .c-article picture img {
  margin: auto;
  width: 60%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article picture img {
    width: 100%;
  }
}
.c-section3 .c-article .c-section3_logrow__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article .c-section3_logrow__list {
    flex-flow: column;
    width: 90%;
    margin: auto auto auto 2%;
  }
}
.c-section3 .c-article .c-section3_logrow__list li {
  width: 28%;
  padding: 3vw 0 3vw 3vw;
  position: relative;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article .c-section3_logrow__list li {
    width: 100%;
    margin-bottom: 4vw;
    padding: 8vw 0 8vw 8vw;
    min-height: 40vw;
  }
}
.c-section3 .c-article .c-section3_logrow__list li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5vw;
  background: url(../img/section3-article_triangle1.svg) no-repeat left;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article .c-section3_logrow__list li:after {
    left: 100%;
    width: 10vw;
  }
}
.c-section3 .c-article .c-section3_logrow__list li .c-section3_logrow__head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article .c-section3_logrow__list li .c-section3_logrow__head {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section3 .c-article .c-section3_logrow__list li .c-section3_logrow__head {
    font-size: 5vw;
  }
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(1) {
  background: #1DAC45;
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(1):after {
  background: url(../img/section3-article_triangle1.svg) no-repeat left;
  background-size: auto 100%;
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(2) {
  background: #DBD42D;
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(2):after {
  background: url(../img/section3-article_triangle2.svg) no-repeat left;
  background-size: auto 100%;
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(3) {
  background: #2E82BC;
}
.c-section3 .c-article .c-section3_logrow__list li:nth-child(3):after {
  background: url(../img/section3-article_triangle3.svg) no-repeat left;
  background-size: auto 100%;
}
.c-section3 .c-article .c-section_head__type3 {
  margin-bottom: 0;
}

.c-section4 {
  background: #2E82BC;
}
.c-section4 .c-section-text__plan {
  width: 100%;
  color: #fff;
  font-size: 80px;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section-text__plan {
    font-size: 12.8vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section-text__plan {
    margin-bottom: 8vw;
  }
}
.c-section4 .c-article1 .c-section_head {
  color: #fff;
}
.c-section4 .c-article1 .c-section_head .c-section_head__en {
  color: #32C5E5;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.c-section4 .c-dot_shadow-tex_box {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__head {
  width: 30%;
  text-align: left;
  border: unset;
  border-right: solid 1px #2D2D2D;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__head {
    border: unset;
    min-height: unset;
    width: 100%;
    border-right: unset;
    border-bottom: solid 1px #2D2D2D;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
    line-height: 140%;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__head_en {
  color: #2E82BC;
}
.c-section4 .c-dot_shadow-tex_box .defo_price {
  font-size: 35px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .defo_price {
    font-size: 5.6vw;
  }
}
.c-section4 .c-dot_shadow-tex_box .defo_price::before, .c-section4 .c-dot_shadow-tex_box .defo_price:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 105%;
  display: block;
  background: #2D2D2D;
  z-index: 1;
}
.c-section4 .c-dot_shadow-tex_box .defo_price::before {
  top: 38%;
}
.c-section4 .c-dot_shadow-tex_box .defo_price:after {
  top: 56%;
}
.c-section4 .c-dot_shadow-tex_box .text-blue {
  font-size: 45px;
  margin-top: 0.5vw;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .text-blue {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 550px) {
  .c-section4 .c-dot_shadow-tex_box .text-blue {
    font-size: 10vw;
    margin-top: 1.5vw;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__detail {
    width: 100%;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li {
  margin-bottom: 2vw;
  font-weight: normal;
  line-height: 160%;
  border-bottom: solid 1px #CACACA;
  padding-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li {
    margin-bottom: 5vw;
    font-size: 16px;
    line-height: 160%;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li span {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li span {
    margin-bottom: 2vw;
  }
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li .defo_price2 {
  font-size: inherit;
  display: inline-block;
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li .text-blue {
  display: inline-block;
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li:last-child {
  border: none;
  padding-bottom: unset;
}
.c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li .text-blue3 .defo_price2::before, .c-section4 .c-dot_shadow-tex_box .c-common-tex__detail li .text-blue3 .defo_price2:after {
  background: #2E82BC;
}

.c-section5 {
  position: relative;
}
.c-section5:after {
  content: "";
  width: 100vw;
  height: 150vw;
  position: absolute;
  z-index: 1;
  background: url(../img/bg-yerrow.svg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 25%;
}
.c-section5 .c-section_head .c-section_head__en {
  color: #EDF125;
}
.c-section5 .c-article1 {
  position: relative;
  z-index: 2;
}
.c-section5 .c-section5__work_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-section5 .c-section5__work {
  width: 30%;
  height: auto;
  border-top-right-radius: 50px;
  overflow: hidden;
  margin-bottom: 3vw;
  position: relative;
  aspect-ratio: 1/1.7;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5__work {
    width: 90%;
    border-top-right-radius: 30px;
    margin-bottom: 5vw;
  }
}
.c-section5 .c-section5__work a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.c-section5 .c-section5__work a:hover * {
  opacity: 0.8;
}
.c-section5 .c-section5__work a:hover .c-section5__work__text {
  background: #2E82BC;
}
.c-section5 .c-section5__work img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-section5 .c-section5__work .c-section5__work__text {
  position: absolute;
  background: #2D2D2D;
  padding: 2vw;
  z-index: 3;
  width: 100%;
  height: auto;
  bottom: 0;
  min-height: 13vw;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5__work .c-section5__work__text {
    padding: 5vw;
  }
}
.c-section5 .c-section5__work .c-section5__work__text .c-section5__work__head {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 1vw;
  line-height: 120%;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5__work .c-section5__work__text .c-section5__work__head {
    font-size: 20px;
  }
}
.c-section5 .c-section5__work .c-section5__work__text .c-section5__work__span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5__work .c-section5__work__text .c-section5__work__span {
    font-size: 12px;
  }
}

.c-section6 {
  background: #F8F8F8;
}
.c-section6 .c-section_head .c-section_head__en {
  color: #32C5E5;
  opacity: 0.6;
}
.c-section6 .c-section-text {
  text-align: left;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-section-text {
    margin-bottom: 6vw;
  }
}
.c-section6 .c-dot_shadow-tex_box {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__head {
  width: 30%;
  text-align: left;
  border: unset;
  border-right: solid 1px #2D2D2D;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__head {
    border: unset;
    min-height: unset;
    width: 100%;
    border-right: unset;
    border-bottom: solid 1px #2D2D2D;
  }
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__head .c-common-tex__head_jp {
    line-height: 140%;
  }
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__head_en {
  color: #2E82BC;
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__detail {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__detail {
    width: 100%;
  }
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__detail li {
  margin-bottom: 2vw;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__detail li {
    margin-bottom: 5vw;
    font-size: 16px;
    line-height: 160%;
  }
}
.c-section6 .c-dot_shadow-tex_box .c-common-tex__detail li span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__detail li span {
    font-size: 4.8888888889vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section6 .c-dot_shadow-tex_box .c-common-tex__detail li span {
    margin-bottom: 2vw;
  }
}

.small {
  text-align: right;
  font-size: 12px;
}

.c-section7 {
  background: url(../img/section7-bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
}
.c-section7 .c-section_head .c-section_head__en {
  color: #32C5E5;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.c-section7 .c-section-text {
  margin-bottom: 2vw;
}
.c-section7 .c-section-text:last-child {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .c-section7 .c-section-text:last-child {
    font-size: 4.4444444444vw;
  }
}

.c-section9 {
  position: relative;
  z-index: 3;
}
.c-section9 .c-section_head .c-section_head__en {
  color: #EDF125;
}

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

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

.wpcf7-response-output {
  display: none !important;
}

.c-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .c-form {
    flex-flow: column;
    margin-bottom: 2vw;
  }
}
.c-form .c-form_text {
  width: 25%;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .c-form .c-form_text {
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-form .c-form_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-form .c-form_text br {
  display: none;
}
.c-form .c-form_text p {
  display: flex;
}
.c-form .c-form_text p .c-form_text__small {
  font-size: 12px;
  color: #2E82BC;
  margin-left: 2vw;
}
@media screen and (max-width: 800px) {
  .c-form .c-form_text p .c-form_text__small {
    font-size: 2.6666666667vw;
  }
}
.c-form .c-form_input {
  width: 75%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 800px) {
  .c-form .c-form_input {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.c-form .c-form_input .wpcf7-form-control-wrap {
  width: 100%;
  text-align: right;
}
.c-form .c-form_input .wpcf7-form-control-wrap input {
  width: 100%;
  display: block;
  height: 2.5vw;
  border: unset;
  background: #F8F8F8;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-form .c-form_input .wpcf7-form-control-wrap input {
    height: 10vw;
  }
}
.c-form .c-form_input .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: unset;
  background: #F8F8F8;
}
.c-form .c-form_input2 p {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.c-form .c-form_input2 p label {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.c-form .c-form_input2 p label br {
  display: none;
}
.c-form .c-form_input2 p label .input-text {
  width: 15%;
  display: block;
  padding: 0.5vw 0;
}
.c-form .c-form_input1 {
  width: 70.5%;
}
@media screen and (max-width: 800px) {
  .c-form .c-form_input1 {
    width: 100%;
  }
}

.c-form_check,
.c-form-koji {
  width: 100%;
  margin: 1vw 0;
}
@media screen and (max-width: 800px) {
  .c-form_check,
  .c-form-koji {
    margin: 5vw 0;
  }
}
.c-form_check .c-form_text p,
.c-form-koji .c-form_text p {
  text-align: left;
  line-height: 120%;
}
.c-form_check .c-form_text p br,
.c-form-koji .c-form_text p br {
  display: block;
}
@media screen and (max-width: 800px) {
  .c-form_check .c-form_text p,
  .c-form-koji .c-form_text p {
    width: 100%;
  }
  .c-form_check .c-form_text p br,
  .c-form-koji .c-form_text p br {
    display: none;
  }
}
.c-form_check .c-form_radio,
.c-form-koji .c-form_radio {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .c-form_check .c-form_radio,
  .c-form-koji .c-form_radio {
    width: 100%;
    text-align: left;
  }
  .c-form_check .c-form_radio .wpcf7-list-item,
  .c-form-koji .c-form_radio .wpcf7-list-item {
    margin-bottom: 4vw;
  }
}
.c-form_check .wpcf7-list-item label,
.c-form-koji .wpcf7-list-item label {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .c-form_check .wpcf7-list-item label,
  .c-form-koji .wpcf7-list-item label {
    font-size: 4vw;
  }
}
.c-form_check .wpcf7-list-item-label,
.c-form-koji .wpcf7-list-item-label {
  margin-left: 2vw;
  text-align: left;
  line-height: 140%;
}
.c-form_check .kojin-text__inner,
.c-form-koji .kojin-text__inner {
  margin-bottom: 30px;
}
.c-form_check .kojin-text__inner span,
.c-form-koji .kojin-text__inner span {
  margin-bottom: 0px;
  font-weight: 600;
}
.c-form_check .kojin-text__inner a,
.c-form-koji .kojin-text__inner a {
  display: inline-block;
}

.c-form-koji .kojin-text {
  width: 70%;
  font-size: 11px;
  line-height: 130%;
  height: 10vw;
  overflow-y: auto;
  padding: 2vw;
  text-align: left;
  background: #F8F8F8;
}
@media screen and (max-width: 800px) {
  .c-form-koji .kojin-text {
    font-size: 2.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .c-form-koji .kojin-text {
    width: 100%;
    height: 60vw;
  }
}

.c-form_input-koji {
  width: 100%;
  margin: 5vw auto 3vw auto;
}
.c-form_input-koji label {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 1vw auto;
}
@media screen and (max-width: 800px) {
  .c-form_input-koji label {
    margin: 6vw auto;
  }
}
.c-form_input-koji label .wpcf7-form-control-wrap {
  width: 30%;
}
@media screen and (max-width: 800px) {
  .c-form_input-koji label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-form_input-koji label .wpcf7-form-control-wrap label {
  display: inline-flex;
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .c-form_input-koji label .wpcf7-form-control-wrap label {
    width: 100%;
  }
}
.c-form_input-koji label .wpcf7-list-item-label {
  width: 80%;
  order: 2;
}
.c-form_input-koji label input {
  order: 1;
}
.c-form_input-koji label .wpcf7-list-item-label {
  text-align: left;
  white-space: nowrap;
  margin-left: 20px;
}

.c-form_option {
  margin: 6vw auto 3vw auto;
}
@media screen and (max-width: 800px) {
  .c-form_option {
    margin: 8vw auto 4vw auto;
  }
}
.c-form_option .c-form_option__head {
  padding: 2vw;
  background: #F8F8F8;
  font-weight: 600;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .c-form_option .c-form_option__head {
    margin-bottom: 5vw;
    padding: 6vw;
  }
}

.wpcf7-submit {
  border: unset;
}

.screen-reader-response {
  font-size: 22px;
  font-weight: 700;
  color: #20CC50;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .screen-reader-response {
    font-size: 4.8888888889vw;
  }
}
.screen-reader-response p {
  line-height: 180%;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid {
  border: 2px solid #20CC50 !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.c-footer {
  width: 100%;
  background: #2D2D2D;
  color: #fff;
  text-align: center;
}
.c-footer .c-article {
  padding: 5vw 0;
  text-align: inherit;
}
@media screen and (max-width: 800px) {
  .c-footer .c-article {
    padding: 8vw 0;
  }
}
.c-footer .c-footer_logo {
  display: inline-block;
  margin: auto auto 3vw auto;
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_logo {
    width: 70%;
    margin: auto auto 6vw auto;
  }
  .c-footer .c-footer_logo img {
    width: 100%;
  }
}
.c-footer .c-footer_content {
  font-size: 16px;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_content {
    font-size: 3.5555555556vw;
  }
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_content {
    width: 100%;
  }
}
.c-footer .c-footer_content .c-footer_link {
  display: inline-flex;
  width: inherit;
  margin-top: 2vw;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_content .c-footer_link {
    flex-flow: column;
  }
}
.c-footer .c-footer_content .c-footer_link a {
  color: #fff;
  width: 20%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_content .c-footer_link a {
    width: 40%;
    font-size: 16px;
    margin: 4vw auto 1vw auto;
    display: inline-block;
    text-align: left;
  }
}
.c-footer .c-footer_content .c-footer_link a:after {
  content: "";
  width: 1vw;
  height: 1vw;
  display: block;
  background: url(../img/outside_link.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-footer .c-footer_content .c-footer_link a:after {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.c-footer .c-footer_copy {
  background: #737373;
  padding: 2vw;
}

.go-top {
  width: auto;
  padding: 3vw 1vw 2vw 1vw;
  background: #2E82BC;
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 5vw;
  z-index: 1000;
  border-top-left-radius: 50px;
  transition: all 0.5s;
  display: none;
}
.go-top img {
  margin: auto;
  display: block;
}
.go-top:hover {
  background: #32C5E5;
}
.go-top:hover img {
  transform: scale(1.2);
}/*# sourceMappingURL=page.css.map */