@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.loader {
  background-position: center 0px;
}

.reCAPTCHA {
  margin-top: 30px;
  text-align: left;
  padding: 15px 20px;
}

.slicknav_menu {
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
}

.visible-xs {
  display: inline;
}

.hidden-xs {
  display: none;
}

.pankuzu {
  width: 100%;
  margin: 0;
  padding: 10px;
}
.pankuzu li {
  display: inline;
  font-size: 10px;
  position: relative;
  margin-right: 20px;
}
.pankuzu li:after {
  content: "／";
  font-size: 8px;
  position: absolute;
  top: 3px;
  right: -18px;
  opacity: 0.5;
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li a {
  color: #3DBFBA;
}

#contents {
  /*確認画面*/
  /*完了画面*/
}
.page #contents {
  padding-top: 50px;
}
#contents .hdArea {
  width: 100%;
  background: linear-gradient(to right, #83cfd8, #83d1b5);
  position: relative;
}
#contents .hdArea:after {
  content: "";
  width: 750px;
  height: 750px;
  background: url(../images/common/icon_arrow5.svg) no-repeat;
  background-size: 750px auto;
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0.1;
  margin-top: -240px;
}
#contents .hdArea .h1Area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  width: 100%;
  padding: 60px 25px;
}
#contents .hdArea .h1Area span {
  color: #fff;
  display: block;
}
#contents .hdArea .h1Area span.txt1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
#contents .hdArea .h1Area span.txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-top: 5px;
}
#contents .hdArea .h1Area span.txt2:before {
  content: "";
  width: 20px;
  height: 34px;
  background: url(../images/common/icon_arrow5.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -8px;
}
#contents .hdArea .bgTxt {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 180px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  position: absolute;
  bottom: -50%;
  left: 50%;
  margin-left: -30%;
  opacity: 0.5;
}
#contents .secWrap {
  padding-top: 50px;
  margin-top: -50px;
}
#contents .voiceWrap {
  padding-top: 0px;
  margin-top: 0px;
}
#contents .sec {
  position: relative;
  padding: 50px 0;
}
#contents .sec .secIn {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#contents .sec .mdArea {
  text-align: center;
}
#contents .sec .md.t1 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .sec .md.t2 {
  margin-bottom: 30px;
}
#contents .sec .md.t2 span {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#contents .sec .md.t2 span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/md_parts2_l.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  top: -5px;
  left: -30px;
}
#contents .sec .md.t2 span:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/md_parts2_r.svg) no-repeat;
  background-size: 20px auto;
  position: absolute;
  bottom: -5px;
  right: -30px;
}
#contents .sec .md.t3 {
  background-color: #3DBFBA;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
#contents .sec .md.t3:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/square3.svg) no-repeat;
  background-size: 22px auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
#contents .sec .md.t4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 26px;
  margin-bottom: 0px;
}
#contents .sec .md.t5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}
#contents .sec .md.sub1 {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .sec .md.sub1 span {
  position: relative;
}
#contents .sec .md.sub1 span:before {
  content: "";
  width: 15px;
  height: 46px;
  background: url(../images/common/md_parts_l.svg) no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -12px;
}
#contents .sec .md.sub1 span:after {
  content: "";
  width: 15px;
  height: 46px;
  background: url(../images/common/md_parts_r.svg) no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -12px;
}
#contents .sec .md.sub2, #contents .sec .md.sub2_w {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
}
#contents .sec .md.sub2_w {
  color: #fff !important;
}
#contents .sec .md.sub3, #contents .sec .md.sub3_2 {
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  color: #3DBFBA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  padding: 7px 20px;
  margin-bottom: 15px;
}
#contents .sec .md.sub3_2 {
  position: relative;
}
#contents .sec .md.sub3_2:after {
  content: "";
  width: 22px;
  height: 12px;
  background: url(../images/common/square.svg) no-repeat;
  background-size: 22px auto;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
}
#contents .sec .md.sub4 {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative;
  text-align: left;
}
#contents .sec .md.sub4 br {
  display: none;
}
#contents .sec .md.sub4:before {
  content: "";
  width: 37px;
  height: 69px;
  background: url(../images/common/md_parts_l2.svg) no-repeat;
  background-size: 37px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -34px;
  margin-left: -405px;
}
#contents .sec .md.sub4:after {
  content: "";
  width: 37px;
  height: 69px;
  background: url(../images/common/md_parts_r2.svg) no-repeat;
  background-size: 37px auto;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -34px;
  margin-right: -400px;
}
#contents .sec .expl {
  font-size: 14px;
  line-height: 2;
}
#contents .sec .emp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #3DBFBA;
}
#contents .sec .emp2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .sec .emp3 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #319894;
  margin: 0 5px;
  padding: 0 5px;
}
#contents .sec .emp3 span {
  color: #fdf2b6;
}
#contents .sec ul.check li {
  position: relative;
  padding-left: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  margin-bottom: 10px;
}
#contents .sec ul.check li:last-child {
  margin-bottom: 0;
}
#contents .sec ul.check li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/top/no8/icon_check.svg) no-repeat;
  background-size: 12px auto;
  position: absolute;
  top: 3px;
  left: 0;
}
#contents .sec ul.check li.lg {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
#contents .sec ul.check.fwB li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .sec ul.num li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
#contents .sec ul.num li br {
  display: none;
}
#contents .sec ul.num li:last-child {
  margin-bottom: 0;
}
#contents .sec ul.num li span {
  width: 24px;
  height: 24px;
  background-color: #3DBFBA;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1px;
}
#contents .sec ul.dot li {
  position: relative;
  padding-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 10px;
}
#contents .sec ul.dot li:last-child {
  margin-bottom: 0;
}
#contents .sec ul.dot li:before {
  content: "・";
  color: #3DBFBA;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -5px;
  left: 0;
}
#contents .sec ul.dot li span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  background: linear-gradient(transparent 80%, #FBE46C 0%);
}
#contents .sec .btn.t1 a {
  text-decoration: none;
  background-color: #3DBFBA;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  width: 100%;
  display: block;
  padding: 13px 20px 13px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec .btn.t1 a span {
  position: relative;
  color: #fff;
  font-size: 14px;
}
#contents .sec .btn.t1 a span:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_arrow2.svg) no-repeat;
  background-size: 14px auto;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -6px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .sec .btn.t1 a:hover {
  background-color: #3DBFBA;
}
#contents .sec .btn.t1 a:hover span:after {
  right: -45px;
}
#contents .ctaArea {
  text-align: center;
  position: relative;
  padding: 80px 30px 70px !important;
  color: #fff;
}
#contents .ctaArea:before {
  content: "";
  width: 450px;
  height: 450px;
  background: url(../images/common/square2.svg) no-repeat;
  background-size: 450px auto;
  position: absolute;
  top: 80px;
  left: 5%;
}
#contents .ctaArea h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 40px;
}
#contents .ctaArea p {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding: 0 20px 50px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
}
#contents .ctaArea p span {
  color: #fced9e;
}
#contents .ctaArea .btn_contact {
  position: relative;
  z-index: 1;
}
#contents .ctaArea .btn_contact a {
  display: block;
  text-decoration: none;
  background: linear-gradient(to right, #ff6d36, #ff9f39);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #fff;
  font-size: 18px;
  padding: 20px 0px 20px 20px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .ctaArea .btn_contact a span {
  position: relative;
}
#contents .ctaArea .btn_contact a span:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/header/icon_mail.svg) no-repeat;
  background-size: 25px auto;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -10px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#contents .ctaArea .btn_contact a:hover {
  background: linear-gradient(to right, #ff3636, #ff6839);
}
#contents .hyo_form {
  width: 100%;
  margin: 0 auto;
}
#contents .hyo_form dl {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
#contents .hyo_form dl dt {
  display: block;
  width: 100%;
  padding: 0px 0 5px 0;
  text-align: left;
  font-weight: normal !important;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
#contents .hyo_form dl dt .hissu {
  border: 1px #ff0000 solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ff0000;
  padding: 0px 3px;
  font-size: 10px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#contents .hyo_form dl dt .chui {
  font-size: 13px;
}
#contents .hyo_form dl dd {
  display: block;
  width: 100%;
  padding: 0px 0px;
  border: 1px #fff solid;
  vertical-align: middle;
  text-align: left;
}
#contents .hyo_form dl dd input,
#contents .hyo_form dl dd select,
#contents .hyo_form dl dd textarea {
  background-color: #F8F9FA;
  padding: 14px 16px;
  font-size: 14px;
  border: none;
  color: #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
}
#contents .hyo_form dl dd.checkFm .mwform-radio-field {
  margin: 0px 0 5px 0;
  display: block;
}
#contents .hyo_form dl dd.checkFm input {
  padding: 0;
  width: initial;
}
#contents .hyo_form dl.tel input {
  width: 26% !important;
}
#contents .hyo_form .privacy-check {
  text-align: center;
  margin-top: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline {
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 30px;
  background-color: #F8F9FA;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  text-align: left;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk {
  margin-bottom: 20px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk:last-child {
  margin-bottom: 0;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .expl {
  font-size: 12px !important;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc dotted;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#contents .hyo_form .privacy-check .privacy-inline .privacy-inlineIn .blk .box ul li:before {
  content: "・";
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .hyo_form .privacy-check .mwform-checkbox-field-text {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#contents .hyo_form .btnArea {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
#contents .hyo_form .btnArea input {
  width: 100%;
  background: linear-gradient(to right, #ff6d36, #ff9f39);
  color: #fff;
  font-size: 18px;
  padding: 18px 0px 22px 0px;
  text-align: center;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 0 20px 0;
}
#contents .hyo_form .btnArea input:hover {
  background: linear-gradient(to right, #ff3636, #ff6839);
}
#contents .reCAPTCHA {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: left;
  margin-top: 40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
}
#contents .mw_wp_form_confirm .reCAPTCHA,
#contents .mw_wp_form_confirm .hissu,
#contents .mw_wp_form_confirm .input-show,
#contents .mw_wp_form_confirm .zip-button,
#contents .mw_wp_form_confirm .privacy-check,
#contents .mw_wp_form_confirm .bl.no1,
#contents .mw_wp_form_confirm .bl.no2 h3,
#contents .mw_wp_form_confirm .bl.no2 .expl,
#contents .mw_wp_form_confirm h3 {
  display: none;
}
#contents .mw_wp_form_confirm .hyo_form dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 5px;
}
#contents .mw_wp_form_complete .catch {
  font-size: 30px;
  color: #3DBFBA;
  font-family: Hiragino UD Sans W6 JIS2004 !important;
  text-align: center;
}
#contents .mw_wp_form_complete .expl {
  text-align: center;
  padding: 20px 0 50px;
}

.side {
  padding: 0 20px;
}

footer {
  display: none;
  padding: 50px 0;
  text-align: center;
}
footer a {
  text-decoration: none;
}
footer a img {
  width: 152px;
  height: auto;
}
footer a span {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
}

#page-top {
  display: none !important;
  position: fixed;
  bottom: 61px;
  right: 0px;
  z-index: 10000;
  opacity: 1;
}
#page-top img {
  width: 80px;
  height: auto;
}

#ftNavi {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
#ftNavi ul li {
  float: left;
  width: 50%;
}
#ftNavi ul li a {
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  display: block;
}
#ftNavi ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#ftNavi ul li.btn1 {
  background: linear-gradient(to right, #ff6d36, #ff9f39);
}
#ftNavi ul li.btn2 {
  background: linear-gradient(to right, #83cfd8, #83d1b5);
}
#ftNavi ul li.btn1 {
  padding-left: 25px;
}
#ftNavi ul li.btn1 span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/header/icon_mail.svg) no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -6px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.bn_shindan {
  width: 30%;
  bottom: 10%;
  right: 3%;
}
.bn_shindan:hover {
  bottom: 10%;
}
.bn_shindan img {
  width: 100%;
  height: auto;
}

.bn_podcast {
  width: 45%;
  bottom: 2.5%;
  left: 2%;
}
.bn_podcast:hover {
  bottom: 2.5%;
}
.bn_podcast img {
  width: 100%;
  height: auto;
}

.bn_greeting {
  width: 30%;
  bottom: 10%;
  right: 3%;
}
.bn_greeting:hover {
  bottom: 12%;
}
.bn_greeting img {
  width: 100%;
  height: auto;
}
