@charset "UTF-8";
.c-link-btn, .c-form-btn #c-form-btn, .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, .c-form-btn #c-form-btn, .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, .c-form-btn #c-form-btn, .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, .c-form-btn #c-form-btn: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, .c-form-btn #c-form-btn: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;
}

form,
.c-form-wrapper {
  margin: auto;
  width: inherit;
  max-width: 1200px;
}

.c-form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 550px) {
  .c-form-row {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
.c-form-row .c-form-text {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .c-form-row .c-form-text {
    width: 100%;
    margin-bottom: 2vw;
  }
}
.c-form-row .c-form-text p {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-left: 0;
}
@media screen and (max-width: 550px) {
  .c-form-row .c-form-text p {
    width: auto;
    display: inline-block;
  }
}
.c-form-row .c-form-text .c-form-text__import {
  font-weight: bold;
  font-size: 1vw;
  margin-left: 20px;
  display: inline-block;
  color: #2E82BC;
}
@media screen and (max-width: 550px) {
  .c-form-row .c-form-text .c-form-text__import {
    font-size: 4vw;
  }
}
.c-form-row .c-form-input {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .c-form-row .c-form-input {
    width: 100%;
  }
}
.c-form-row .c-form-input input,
.c-form-row .c-form-input textarea {
  display: block;
  width: 100%;
  border: none;
  background: #F8F8F8;
  padding: 1vw;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .c-form-row .c-form-input input,
  .c-form-row .c-form-input textarea {
    padding: 4vw;
  }
}
.c-form-row .c-form-input .input_error {
  border: solid 3px #20CC50;
}
.c-form-row .c-form-input .input_error ::-moz-placeholder {
  color: #20CC50;
  font-weight: bold;
}
.c-form-row .c-form-input .input_error ::placeholder {
  color: #20CC50;
  font-weight: bold;
}
.c-form-row .c-form-input .input_error-text {
  color: #20CC50;
  margin-top: 1vw;
  text-align: left;
  font-weight: bold;
}

.c-form-col {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.c-form-col textarea {
  display: block;
  width: 70%;
  margin-right: 0;
  height: 10vw;
}

.c-form-check {
  width: 100%;
  text-align: center;
  margin: 2vw auto;
}
.c-form-check .checkbox-parts {
  display: inline-block;
}

.c-section-text__contact {
  font-weight: bold;
  font-size: 24px;
  color: #20CC50;
  margin-bottom: 2vw;
}
@media screen and (max-width: 550px) {
  .c-section-text__contact {
    margin-bottom: 10vw;
  }
}

.kojin-text {
  width: 100%;
  font-size: 11px;
  line-height: 130%;
  height: 10vw;
  overflow-y: auto;
  padding: 2vw;
  text-align: left;
  background: #F8F8F8;
}
@media screen and (max-width: 800px) {
  .kojin-text {
    font-size: 2.4444444444vw;
  }
}
@media screen and (max-width: 800px) {
  .kojin-text {
    width: 100%;
    height: 60vw;
  }
}
.kojin-text .kojin-text__inner {
  margin-bottom: 3vw;
}
.kojin-text .kojin-text__inner span {
  font-weight: bold;
}

.privacy_check {
  display: inline-block;
  margin: auto;
}
.privacy_check label {
  display: flex;
}
.privacy_check #checkbox-input {
  border: solid 2px #2D2D2D !important;
  margin-right: 20px;
}
.privacy_check .checkbox-parts {
  line-height: 150%;
}

.c-form-btn {
  margin-top: 5vw;
}
.c-form-btn P {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .c-form-btn P {
    flex-flow: column;
  }
}
.c-form-btn #c-form-btn {
  border: unset !important;
  box-shadow: unset !important;
  width: 40%;
  margin: auto;
  padding: 30px 20px;
}
@media screen and (max-width: 550px) {
  .c-form-btn #c-form-btn {
    width: 80%;
    text-align: center;
    margin: auto auto 4vw auto;
  }
  .c-form-btn #c-form-btn div {
    text-align: center;
    width: 100%;
  }
}
.c-form-btn .c-form-btn_reset {
  width: 38%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .c-form-btn .c-form-btn_reset {
    width: 80%;
  }
}
.c-form-btn .wpcf7-spinner {
  display: none;
}
.c-form-btn .c-form-btn__ghost {
  background: #737373 !important;
}/*# sourceMappingURL=mail.css.map */