@charset "UTF-8";
body {
  margin: 0px;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

div {
  vertical-align: top !important;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ======= メインビジュアル ======= */
@media screen and (max-width: 768px) {
  .pc__visual {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp__visual {
    display: none;
  }
}

.fv__label {
  background-color: #003E97;
  padding: 20px;
  text-align: center;
}
.fv__label img {
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  .fv__label {
    padding: 10px 20px;
  }
}

/* ======= セクション ======= */
#section01 {
  background: url(../img/top/section01_bg.jpg);
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  position: relative;
}

.section01__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 15px 20px 50px;
}
@media screen and (max-width: 768px) {
  .section01__inner {
    padding: 0px;
  }
}

.section01__label {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 920px;
  width: 80%;
  margin: 0 auto 0px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .section01__label {
    top: 59%;
    padding: 0px 20px;
    width: 100%;
  }
}

/* ======= セクション ======= */
#section02 {
  position: relative;
  background: url(../img/top/section02_bg_pc.jpg);
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #section02 {
    background: url(../img/top/section02_bg_sp.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
  }
}

.section02__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px 260px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section02__inner {
    padding: 0px 0px 100px 0px;
  }
}

.section02__label {
  position: absolute;
  background-color: #FFF200;
  padding: 20px;
  text-align: center;
  width: 100%;
  min-height: 300px;
  display: block;
  bottom: 0px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.5);
}
.section02__label img {
  max-width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 20;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .section02__label {
    padding: 0px;
    min-height: 7%;
  }
}

/* ======= セクション ======= */
#section03 {
  background-color: #002862;
  background-image: url(../img/top/section03_bg.png);
  background-position: 0% 5%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #section03 {
    background-image: none;
  }
}

.section03__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px 100px;
}
@media screen and (max-width: 768px) {
  .section03__inner {
    padding: 0px;
  }
}

/* ======= セクション ======= */
#section04 {
  background-color: #fff;
  background-image: url(../img/top/section04_bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.section04__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section04__inner {
    padding: 0px;
  }
}

/* ======= セクション ======= */
.section05__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section05__inner {
    padding: 0px;
  }
}

.section05__top {
  background: url(../img/top/section01_bg.jpg);
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
}

.section05__topInner {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 65px 20px 190px;
}
@media screen and (max-width: 768px) {
  .section05__topInner {
    padding: 0px;
  }
}

.section05__topLabel {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 920px;
  width: 80%;
  margin: 0 auto 0px;
  padding: 0px 20px;
}
@media screen and (max-width: 1200px) {
  .section05__topLabel {
    top: 57%;
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .section05__topLabel {
    top: 60%;
    padding: 0px 20px;
    width: 100%;
  }
}

.section05__fukidashi {
  position: absolute;
  max-width: 650px;
  width: 70%;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .section05__fukidashi {
    bottom: -20%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .section05__fukidashi {
    bottom: -12%;
    width: 70%;
  }
}

.section05__bottom {
  background-color: #FFF200;
  padding: 160px 20px 0px 20px;
  text-align: center;
  width: 100%;
  min-height: 300px;
  display: block;
}
@media screen and (max-width: 768px) {
  .section05__bottom {
    padding: 0px;
  }
}

.section05__bottomInner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.section05__bottomlabel {
  position: absolute;
  padding: 20px;
  text-align: center;
  width: 100%;
  min-height: 220px;
  display: block;
  bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .section05__bottomlabel {
    min-height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section05__bottomlabel {
    padding: 20px;
    min-height: 120px;
  }
}

.section05__bottomPosition {
  max-width: 920px;
}

/* ======= セクション ======= */
#section06 {
  background-color: #002862;
  background-image: url(../img/top/section06_bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.section06__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section06__inner {
    padding: 0px;
  }
}

/* ======= セクション ======= */
#section07 {
  background-color: #fff;
  background-image: url(../img/top/section07_bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.section07__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section07__inner {
    padding: 0px;
  }
}

/* ======= セクション ======= */
#section08 {
  background-color: #002862;
  background-blend-mode: multiply;
  background-image: url(../img/top/section08_bg.png);
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #section08 {
    background-size: contain;
  }
}

.section08__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .section08__inner {
    padding: 0px;
  }
}

/* ======= お問い合わせはこちら ======= */
#section_contact {
  background-color: #fff;
  background-image: url(../img/top/section08_bg.png);
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #section_contact {
    background-size: contain;
  }
}

.section_contact__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px;
  text-align: center;
  font-family: "NotoSansJp500";
}
@media screen and (max-width: 768px) {
  .section_contact__inner {
    padding: 50px 15px;
  }
}

.h3__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.h3__heading img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .h3__heading img {
    max-height: 23px;
  }
}

.section_contact--mail, .section_contact--tel {
  color: #FF0000;
  font-size: 65px;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_contact--mail, .section_contact--tel {
    font-size: 7vw;
  }
}
.section_contact--mail::after, .section_contact--tel::after {
  content: "";
  top: calc(50% - 25px);
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section_contact--mail {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section_contact--mail {
    margin-bottom: 40px;
  }
}
.section_contact--mail::after {
  background: url("../img/top/contact_mailicon.png") no-repeat center/70px;
  width: 70px;
  height: 50px;
  left: 40px;
}
@media screen and (max-width: 1000px) {
  .section_contact--mail::after {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .section_contact--mail::after {
    background: url("../img/top/contact_mailicon.png") no-repeat center/30px;
    width: 30px;
    height: 50px;
    left: 15px;
  }
}

.section_contact--tel {
  margin-bottom: 0px;
}
.section_contact--tel::after {
  background: url("../img/top/contact_telicon.png") no-repeat center/80px;
  width: 80px;
  height: 50px;
  left: 90px;
}
@media screen and (max-width: 1000px) {
  .section_contact--tel::after {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .section_contact--tel::after {
    background: url("../img/top/contact_telicon.png") no-repeat center/40px;
    width: 40px;
    height: 50px;
    left: 23px;
  }
}

.tel__note {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tel__note {
    font-size: 14px;
  }
}

/* ======= フォーム ======= */
#section_form {
  background-color: #fff;
  margin-bottom: 150px;
  font-family: "NotoSansJp400";
}
@media screen and (max-width: 768px) {
  #section_form {
    margin-bottom: 50px;
  }
}

.form {
  background-color: #FDFBE2;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .form {
    padding: 40px 15px;
    margin: 0px 20px;
  }
}

.section_form .mw_wp_form_confirm .radioGroup {
  max-width: none;
  margin-top: 40px;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #F38200;
}
.section_form .mw_wp_form_confirm .noteList {
  display: none;
}
.section_form .mw_wp_form_confirm .attention {
  display: none;
}
@media screen and (max-width: 768px) {
  .section_form .mw_wp_form_confirm .list {
    margin-top: 40px;
  }
}
.section_form .mw_wp_form_confirm .item:nth-child(n+2) {
  margin-top: 40px;
}
.section_form .mw_wp_form_confirm .itemTitle {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.section_form .mw_wp_form_confirm .text {
  display: none;
}
.section_form .mw_wp_form_confirm .boxTitle {
  display: none;
}
.section_form .mw_wp_form_confirm .box {
  display: none;
}
.section_form .mw_wp_form_confirm .agree {
  display: none;
}
@media screen and (max-width: 768px) {
  .section_form .mw_wp_form_confirm .buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .section_form .mw_wp_form_confirm .button {
    margin: 10px auto;
  }
}

.section_form .guide {
  font-family: RoGSanSrfS700, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #002862;
}
@media screen and (min-width: 769px) {
  .section_form .guide {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .guide {
    font-size: 30px;
  }
}

.section_form .radioGroup {
  max-width: 540px;
}
@media screen and (min-width: 769px) {
  .section_form .radioGroup {
    margin: 44px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section_form .radioGroup {
    margin: 30px 0 0;
  }
}
.section_form .radioGroup .mwform-radio-field {
  margin-left: 0 !important;
  display: inline-block;
  font-family: RoGSanSrfS700, sans-serif;
  font-weight: 700;
  color: #002862;
}
@media screen and (min-width: 769px) {
  .section_form .radioGroup .mwform-radio-field {
    font-size: 30px;
  }
  .section_form .radioGroup .mwform-radio-field:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .radioGroup .mwform-radio-field {
    font-size: 17px;
  }
  .section_form .radioGroup .mwform-radio-field:nth-child(n+2) {
    margin-top: 20px;
  }
}
.section_form .radioGroup .radio[type=radio] {
  display: none;
}
.section_form .radioGroup .radio + span {
  display: block;
  position: relative;
  cursor: pointer;
}
.section_form .radioGroup .radio + span:before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  border: 2px solid #003E97;
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section_form .radioGroup .radio + span:before {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .radioGroup .radio + span:before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.section_form .radioGroup .radio:checked + span {
  cursor: pointer;
}
.section_form .radioGroup .radio:checked + span:before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  border-radius: 6px;
  background-color: #003E97;
}
.section_form .radioGroup .radio:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 769px) {
  .section_form .radioGroup .radio:checked + span:before {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }
  .section_form .radioGroup .radio:checked + span:after {
    width: 21px;
    height: 34px;
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .radioGroup .radio:checked + span:before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .section_form .radioGroup .radio:checked + span:after {
    width: 13px;
    height: 24px;
    top: 17px;
    left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .section_form .radioGroup .error {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section_form .radioGroup .error {
    margin-top: 20px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .section_form .noteList {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .noteList {
    margin-top: 20px;
  }
}

.section_form .note {
  line-height: 1.71;
}
@media screen and (min-width: 769px) {
  .section_form .note {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .note {
    font-size: 11px;
  }
}

.section_form .attention {
  font-family: NotoSansJp400, sans-serif;
  font-weight: 400;
  color: #F50000;
}
@media screen and (min-width: 769px) {
  .section_form .attention {
    margin-top: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .attention {
    margin-top: 70px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .section_form .list {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .list {
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .section_form .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .section_form .item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .item {
    font-size: 16px;
  }
  .section_form .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.section_form .itemTitle {
  font-family: NotoSansJp500, sans-serif;
  font-weight: 500;
  color: #002862;
}
.section_form .itemTitle.--require {
  position: relative;
}
.section_form .itemTitle.--require:after {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 10px;
  font-family: NotoSansJp400, sans-serif;
  font-weight: 400;
  color: #FF7B00;
}
@media screen and (min-width: 769px) {
  .section_form .itemTitle {
    width: 270px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .section_form .itemTitle.--center {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}

.section_form .itemData ::-webkit-input-placeholder {
  color: #B1B1B1;
}

.section_form .itemData ::-moz-placeholder {
  color: #B1B1B1;
}

.section_form .itemData :-ms-input-placeholder {
  color: #B1B1B1;
}

.section_form .itemData ::-ms-input-placeholder {
  color: #B1B1B1;
}

.section_form .itemData ::placeholder {
  color: #B1B1B1;
}
@media screen and (min-width: 769px) {
  .section_form .itemData {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px) {
  .section_form .itemData {
    margin-top: 10px;
  }
}

.section_form .input {
  width: 100%;
  border: 1px solid #bababa;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section_form .input {
    height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .input {
    height: 50px;
    padding: 0 10px;
  }
}

.section_form .textarea {
  width: 100%;
  height: 170px;
  resize: none;
  border: 1px solid #bababa;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section_form .textarea {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .textarea {
    padding: 10px;
  }
}

.section_form .text {
  margin-top: 20px;
  line-height: 1.53;
  font-family: NotoSansJp400, sans-serif;
  font-weight: 400;
  color: #002862;
}
@media screen and (min-width: 769px) {
  .section_form .text {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section_form .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.section_form .boxTitle {
  margin-top: 80px;
  font-family: A-OTF-UDShin500, sans-serif;
  text-align: center;
  color: #002862;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .section_form .boxTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .boxTitle {
    margin-top: 50px;
    font-size: 20px;
  }
}

.section_form .box {
  max-width: 700px;
  overflow-y: auto;
  border: 2px solid #002866;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section_form .box {
    height: 245px;
    margin: 20px auto 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .section_form .box {
    height: 250px;
    margin: 15px auto 0;
    padding: 0 20px;
  }
}

.section_form .boxText {
  padding: 30px 0;
  font-size: 12px;
  line-height: 2;
  font-family: NotoSansJp400, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section_form .boxText {
    padding: 20px 0;
  }
}

.section_form .boxText p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.section_form .boxText ul {
  margin-bottom: 15px;
}

.section_form .boxText li {
  text-indent: -1.7em;
  padding-left: 2em;
  line-height: 1.7;
  padding-bottom: 7px;
}

.section_form .boxText .title {
  font-weight: 500;
  color: #002862;
}

.section_form .boxText .second__ul {
  margin-bottom: 0px;
  margin-top: 10px;
}

.section_form .agree {
  margin-top: 30px;
  text-align: center;
  color: #002862;
}
.section_form .agree .mwform-radio-field {
  display: inline-block;
}
.section_form .agree .mwform-radio-field:nth-child(n+2) {
  margin-top: 32px;
}
.section_form .agree .radio[type=radio] {
  display: none;
}
.section_form .agree .radio + span {
  display: block;
  position: relative;
  cursor: pointer;
}
.section_form .agree .radio + span:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff;
}
.section_form .agree .radio:checked + span {
  cursor: pointer;
}
.section_form .agree .radio:checked + span:after {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 12px;
  left: 6px;
  border-radius: 100px;
  background-color: #000;
}
.section_form .agree .error {
  margin-top: 5px;
  text-align: center;
}

.section_form .buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .section_form .buttonWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section_form .buttonWrap {
    margin: 34px auto 0;
  }
}

.section_form .button {
  width: 100%;
  height: 55px;
  position: relative;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #002862;
}
.section_form .button:after {
  content: "";
  width: 8px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  pointer-events: none;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}
.section_form .button.--back:after {
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.section_form .button.--next:after {
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .section_form .button {
    max-width: 220px;
    margin: 0 15px;
  }
}
.section_form .error {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #FF0000 !important;
}