@charset "UTF-8";
/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.hover_opacity {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (min-width: 768px) {
  .hover_opacity:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .hover_opacity:active {
    opacity: 0.6;
  }
}

.default_w {
  width: 90%;
  max-width: 1200px;
}

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

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #F0F5FF;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

li {
  list-style: none;
}

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

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
@media (max-width: 767px) {
  .u_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u_sp {
    display: none;
  }
}

.container {
  padding: 100px 0 0;
  position: relative;
  overflow: clip;
}
@media (max-width: 767px) {
  .container {
    padding: 62px 0 0;
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes shadow-pulse-y {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 206, 93, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 206, 93, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 206, 93, 0.5);
            box-shadow: 0 0 0 13px rgba(255, 206, 93, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 206, 93, 0);
            box-shadow: 0 0 0 13px rgba(255, 206, 93, 0);
  }
}
@keyframes shadow-pulse-y {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 206, 93, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 206, 93, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 206, 93, 0.5);
            box-shadow: 0 0 0 13px rgba(255, 206, 93, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 13px rgba(255, 206, 93, 0);
            box-shadow: 0 0 0 13px rgba(255, 206, 93, 0);
  }
}
.l_roundbtn {
  width: 100%;
  height: 100%;
}

.roundbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.roundbtn > div {
  padding: 0 49px 0 29px;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .roundbtn > div {
    padding: 0 38px 0 20px;
  }
}
.roundbtn > div > div {
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.roundbtn > div::before, .roundbtn > div::after {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.roundbtn > div::before {
  width: 23px;
  height: 22px;
  left: 0;
  content: "";
  background-color: #FF9D01;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(asset/img/common/icon_mail01.svg);
          mask-image: url(asset/img/common/icon_mail01.svg);
}
@media (max-width: 767px) {
  .roundbtn > div::before {
    width: 16px;
    height: 16px;
  }
}
.roundbtn > div::after {
  padding: 5px;
  right: 0;
  content: "無料";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #F95D49;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .roundbtn > div::after {
    padding: 3px 5px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .roundbtn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .roundbtn:active {
    opacity: 0.6;
  }
}
.roundbtn.roundbtn__cta {
  -webkit-animation: shadow-pulse 2.5s infinite ease-in-out;
          animation: shadow-pulse 2.5s infinite ease-in-out;
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .roundbtn.roundbtn__head > div::after {
    padding: 3px;
    font-size: 9px;
  }
}
.roundbtn.roundbtn__gr, .roundbtn.roundbtn__arrow {
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
}
.roundbtn.roundbtn__gr > div, .roundbtn.roundbtn__arrow > div {
  color: #fff;
}
.roundbtn.roundbtn__arrow {
  position: relative;
}
.roundbtn.roundbtn__arrow::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_arrow01.svg);
}
.roundbtn.roundbtn__arrow > div {
  padding: 0;
}
.roundbtn.roundbtn__arrow > div::before, .roundbtn.roundbtn__arrow > div::after {
  display: none;
}
.roundbtn.roundbtn__r {
  background: #F95D49;
}
.roundbtn.roundbtn__gr > div::before {
  background-color: #fff;
}
.roundbtn.roundbtn__gr > div::after {
  color: #F95D49;
  background-color: #FFF600;
}
.roundbtn.roundbtn__gr.roundbtn__cta {
  -webkit-animation: shadow-pulse-y 2.5s infinite ease-in-out;
          animation: shadow-pulse-y 2.5s infinite ease-in-out;
}
.roundbtn:not(.roundbtn__head) {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.l_variablebtn {
  display: inline-block;
}
@media (max-width: 767px) {
  .l_variablebtn.l_variablebtn__spmax {
    width: 100%;
    display: block;
  }
}

.variablebtn {
  padding: 20px 25px;
  display: inline-block;
  position: relative;
  background-color: #F95D49;
  border-radius: 100px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.variablebtn > div {
  padding: 0 28px 0 0;
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}
.variablebtn > div::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_arrow01.svg);
}
@media (min-width: 768px) {
  .variablebtn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .variablebtn:active {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .variablebtn.variablebtn__spmax {
    width: 100%;
    display: block;
  }
  .variablebtn.variablebtn__spmax > div {
    padding: 0;
  }
  .variablebtn.variablebtn__spmax > div::after {
    display: none;
  }
  .variablebtn.variablebtn__spmax::after {
    width: 8px;
    height: 14px;
    position: absolute;
    bottom: 50%;
    right: 25px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(asset/img/common/icon_arrow01.svg);
  }
}

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.l_header {
  width: 100vw;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .l_header {
    height: 62px;
  }
}

.header {
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header_logo {
  width: 225px;
  display: block;
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 145px;
  }
}
.header .header_btn {
  width: 290px;
  height: 55px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .header_btn {
    width: 165px;
    height: 33px;
    font-size: 11px;
  }
}

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.l_footer {
  background-color: #1D2E6C;
}

.footer {
  color: #fff;
}
.footer .footer_head {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.footer .footer_head .footer_head_link {
  line-height: 1;
}
.footer .footer_head .footer_head_link:nth-child(n+2) {
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #545454;
}
.footer .footer_head .footer_head_link > a {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #545454;
}
@media (max-width: 767px) {
  .footer .footer_head .footer_head_link > a {
    font-size: 12px;
  }
}
.footer .footer_body {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer .footer_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer_body {
    padding: 20px;
  }
}
.footer .footer_body .footer_body_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .footer .footer_body .footer_body_inner:nth-child(1) {
    width: 430px;
  }
}
.footer .footer_body .footer_body_inner:nth-child(1) .footer_body_inner_img {
  width: 80px;
}
.footer .footer_body .footer_body_inner:nth-child(1) .footer_body_inner_txt {
  width: calc(100% - 95px);
}
@media (min-width: 768px) {
  .footer .footer_body .footer_body_inner:nth-child(2) {
    width: 335px;
    margin: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer_body .footer_body_inner:nth-child(2) {
    margin: 20px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #00186D;
  }
}
.footer .footer_body .footer_body_inner:nth-child(2) .footer_body_inner_img {
  width: 48px;
}
.footer .footer_body .footer_body_inner:nth-child(2) .footer_body_inner_txt {
  width: calc(100% - 58px);
}
.footer .footer_body .footer_body_inner .footer_body_inner_txt {
  font-size: 10px;
  font-weight: 300;
  line-height: 160%;
}
.footer .footer_body .footer_body_inner .footer_body_inner_txt > div {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}
.footer .footer_foot {
  padding: 10px;
  background-color: #0D173B;
}
.footer .footer_foot .footer_foot_copy {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.96px;
  text-align: center;
}

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.l_modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.l_modal:not(.is_show) {
  opacity: 0;
  pointer-events: none;
}

.modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.modal .modal_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.6);
}
.modal .modal_inner {
  width: 90%;
  max-width: 875px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal .modal_inner {
    width: 100%;
  }
}
.modal .modal_inner .modal_inner_close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
@media (min-width: 768px) {
  .modal .modal_inner .modal_inner_close:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .modal .modal_inner .modal_inner_close:active {
    opacity: 0.6;
  }
}
.modal .modal_inner .modal_inner_close::before, .modal .modal_inner .modal_inner_close::after {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  content: "";
  background-color: #fff;
  border-radius: 20px;
}
.modal .modal_inner .modal_inner_close::before {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
          transform: translate(50%, 50%) rotate(45deg);
}
.modal .modal_inner .modal_inner_close::after {
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
}

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.l_hero {
  padding: 0 0 100px;
  background-color: #4FA2FF;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/common/bg_hero01.jpg);
}
@media (max-width: 767px) {
  .l_hero {
    padding: 0 0 50px;
  }
}

.hero .hero_head {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero .hero_head {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hero .hero_head {
    padding: 10px 0 0;
  }
}
.hero .hero_body {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background-color: #1D2E6C;
}
@media (max-width: 767px) {
  .hero .hero_body {
    margin: -8px 0 0;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
  }
}
.hero .hero_body .hero_body_inner {
  width: 95%;
  max-width: 1360px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner {
    width: 95%;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point {
  width: calc((100% - 80px) / 3);
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 4.4px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner .hero_body_inner_point {
    width: calc((100% - 20px) / 3);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point:nth-child(n+2) {
  margin: 0 0 0 40px;
  padding: 0 0 0 40px;
  border-left: 2px solid #5461A6;
}
@media (max-width: 767px) {
  .hero .hero_body .hero_body_inner .hero_body_inner_point:nth-child(n+2) {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
}
.hero .hero_body .hero_body_inner .hero_body_inner_point::before {
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check01.svg);
}
.hero .hero_body .hero_body_inner .hero_body_inner_point > span {
  color: #FFF600;
}
.hero .hero_foot {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .hero .hero_foot {
    margin: 30px 0 0;
  }
}
.hero .hero_foot .hero_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_txt {
    font-size: 12px;
  }
}
.hero .hero_foot .hero_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_btn {
    height: 58px;
    margin: 12px auto 0;
    font-size: 16px;
  }
}
.hero .hero_foot .hero_foot_point {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .hero .hero_foot .hero_foot_point {
    margin: 40px 0 0;
  }
}

.l_point {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.point {
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .point {
    position: relative;
    overflow: hidden;
  }
}
.point .point_body {
  width: 80%;
  margin: auto;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .point .point_body {
    width: 90%;
    padding: 40% 0 30px;
  }
}
@media (max-width: 767px) {
  .point .point_body .point_body_img {
    width: calc(100vw - 31px);
    position: absolute;
    top: -8px;
    right: calc(50% + 4px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.point .point_body .point_body_txt {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .point .point_body .point_body_txt {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt {
    margin: 30px 0 0;
  }
}
.point .point_body .point_body_txt > p {
  font-weight: 500;
  line-height: 170%;
}
.point .point_body .point_body_txt > p > span {
  color: #F95D49;
}
.point .point_body .point_body_txt > p:nth-child(n+2) {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt > p:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
.point .point_body .point_body_txt > p.point_body_txt_high {
  padding: 0 0 0 15px;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 170%;
  background-color: #FFFBE6;
}
@media (max-width: 767px) {
  .point .point_body .point_body_txt > p.point_body_txt_high {
    padding: 12px;
    display: block;
    font-size: 18px;
    text-align: center;
  }
}
.point .point_foot {
  padding: 30px 0;
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
}
@media (max-width: 767px) {
  .point .point_foot {
    border-radius: 0 0 8px 8px;
  }
}
.point .point_foot .point_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .point .point_foot .point_foot_txt {
    font-size: 12px;
  }
}
.point .point_foot .point_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .point .point_foot .point_foot_btn {
    height: 60px;
    margin-top: 12px;
    font-size: 16px;
  }
}

.l_topcontent {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .l_topcontent {
    margin-top: 50px;
  }
}
.l_topcontent:nth-child(n+3) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .l_topcontent:nth-child(n+3) {
    margin-top: 80px;
  }
}

.topcontent .topcontent_head {
  position: relative;
  z-index: 1;
}
.topcontent .topcontent_body {
  margin: -40px 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .topcontent .topcontent_body {
    margin: -30px 0 0;
  }
}
.topcontent .topcontent_foot {
  padding: 50px 0;
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  border-radius: 0 0 15px 15px;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot {
    padding: 25px 0 35px;
  }
}
.topcontent .topcontent_foot .topcontent_foot_txt {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot .topcontent_foot_txt {
    font-size: 12px;
  }
}
.topcontent .topcontent_foot .topcontent_foot_btn {
  width: 90%;
  max-width: 600px;
  height: 88px;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .topcontent .topcontent_foot .topcontent_foot_btn {
    height: 60px;
    font-size: 16px;
    margin-top: 12px;
  }
}

.l_problem {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_problem {
    padding: 60px 0 35px;
  }
}
.l_problem::before, .l_problem::after {
  width: 100%;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 0% 100%);
}
@media (max-width: 767px) {
  .l_problem::before, .l_problem::after {
    height: 886px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
  }
}
.l_problem::before {
  background-color: #9E9EAF;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/top/bg_problem01.png);
}
@media (max-width: 767px) {
  .l_problem::before {
    height: 886px;
    background-image: url(asset/img/top/bg_problem01_sp.png);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0% 100%);
  }
}
.l_problem::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 12, 18, 0.55)), to(rgba(13, 13, 17, 0)));
  background: -webkit-linear-gradient(top, rgba(13, 12, 18, 0.55) 0%, rgba(13, 13, 17, 0) 100%);
  background: linear-gradient(180deg, rgba(13, 12, 18, 0.55) 0%, rgba(13, 13, 17, 0) 100%);
}

.problem {
  position: relative;
  z-index: 1;
}
.problem .problem_head .problem_head_list {
  width: 85%;
  margin: auto;
  padding: 0 0 60px;
  position: relative;
}
@media (min-width: 768px) {
  .problem .problem_head .problem_head_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list {
    width: 90%;
    padding: 0 0 45px;
  }
}
.problem .problem_head .problem_head_list::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list::after {
    width: 30px;
    height: 15px;
  }
}
.problem .problem_head .problem_head_list .problem_head_list_item {
  padding: 25px;
  font-weight: 600;
  line-height: 170%;
  color: #fff;
  background: #313540;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .problem .problem_head .problem_head_list .problem_head_list_item {
    width: calc(50% - 10px);
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(even) {
    margin: 0 0 0 20px;
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_list .problem_head_list_item {
    padding: 15px;
  }
  .problem .problem_head .problem_head_list .problem_head_list_item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.problem .problem_head .problem_head_list .problem_head_list_item > span {
  color: #FFF600;
}
.problem .problem_head .problem_head_txt {
  width: 90%;
  max-width: 860px;
  margin: 40px auto 0;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #F95D49;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .problem .problem_head .problem_head_txt {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.problem .problem_head .problem_head_txt > span {
  color: #FFF600;
}
.problem .problem_body {
  margin: 45px 0 0;
}
@media (max-width: 767px) {
  .problem .problem_body {
    margin: 35px 0 0;
  }
}
.problem .problem_body .problem_body_txt {
  padding: 25px 0;
  text-align: center;
  background-color: #FFFBE6;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt {
    padding: 20px 15px;
  }
}
.problem .problem_body .problem_body_txt > div {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt > div {
    font-size: 14px;
    text-align: left;
  }
}
.problem .problem_body .problem_body_txt > div::before {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/top/img_problem02.svg);
}
@media (min-width: 768px) {
  .problem .problem_body .problem_body_txt > div::before {
    right: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_txt > div::before {
    width: 60px;
    height: 40px;
    left: -10px;
    background-image: url(asset/img/top/img_problem02_sp.svg);
  }
}
.problem .problem_body .problem_body_txt > div > span {
  color: #F95D49;
}
.problem .problem_body .problem_body_img {
  width: 90%;
  max-width: 750px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .problem .problem_body .problem_body_img {
    margin-top: 35px;
  }
}

.l_strength {
  padding: 100px 0 80px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l_strength {
    padding: 80px 0 30px;
  }
}

.strength {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 767px) {
  .strength {
    width: 100%;
  }
}
.strength .strength_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .strength .strength_head {
    width: 90%;
    margin: auto;
    padding: 0 0 40px;
  }
}
.strength .strength_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .strength .strength_head::after {
    width: 30px;
    height: 15px;
  }
}
.strength .strength_head .strength_head_txt {
  max-width: 500px;
  margin: auto;
}
.strength .strength_body {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .strength .strength_body {
    width: 90%;
    margin: 30px auto 0;
  }
}
.strength .strength_foot {
  margin: 40px 0 0;
  padding: 40px;
  background-color: #F7F8FC;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .strength .strength_foot {
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 8px;
  }
}
.strength .strength_foot .strength_foot_read {
  padding: 18px 0;
  background-color: #fff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .strength .strength_foot .strength_foot_read {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read {
    padding: 18px 15px;
    border-radius: 8px;
  }
}
.strength .strength_foot .strength_foot_read .strength_foot_read_logo {
  width: 190px;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read .strength_foot_read_logo {
    width: 150px;
    margin: auto;
  }
}
.strength .strength_foot .strength_foot_read .strength_foot_read_txt {
  margin: 0 0 0 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_read .strength_foot_read_txt {
    margin: 15px 0 0;
    font-size: 11px;
    text-align: center;
  }
}
.strength .strength_foot .strength_foot_logo {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_logo {
    margin: 30px 0 0;
  }
}
@media (min-width: 768px) {
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img {
    width: calc((100% - 120px) / 5);
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:not(:nth-child(5n)) {
    margin: 0 30px 0 0;
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img {
    width: calc(50% - 15px);
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(even) {
    margin: 0 0 0 30px;
  }
  .strength .strength_foot .strength_foot_logo .strength_foot_logo_img:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .strpoint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .strpoint:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
  }
}
.strpoint:nth-child(n+2) {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #E2E2E2;
}
@media (min-width: 768px) {
  .strpoint .strpoint_inner:nth-child(1) {
    width: 310px;
  }
  .strpoint .strpoint_inner:nth-child(2) {
    width: calc(100% - 380px);
  }
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner:nth-child(2) {
    margin: 30px 0 0;
  }
}
.strpoint .strpoint_inner .strpoint_inner_sub > div {
  width: 100px;
}
.strpoint .strpoint_inner .strpoint_inner_ttl {
  margin: 25px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner .strpoint_inner_ttl {
    margin: 20px 0 0;
    font-size: 20px;
  }
}
.strpoint .strpoint_inner .strpoint_inner_txt {
  margin: 25px 0 0;
  line-height: 170%;
}
@media (max-width: 767px) {
  .strpoint .strpoint_inner .strpoint_inner_txt {
    margin: 20px 0 0;
  }
}

.l_faq {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 70px 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .l_faq {
    width: 100%;
    padding: 50px 15px;
  }
}

.faq .faq_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .faq .faq_head {
    padding: 0 0 40px;
  }
}
.faq .faq_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .faq .faq_head::after {
    width: 30px;
    height: 15px;
  }
}
.faq .faq_head .faq_head_ttl {
  font-size: 33px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.65px;
  text-align: center;
}
@media (max-width: 767px) {
  .faq .faq_head .faq_head_ttl {
    font-size: 20px;
  }
}
.faq .faq_body {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .faq .faq_body .faq_body_inner {
    padding: 40px;
    background-color: #F7F8FC;
    border-radius: 15px;
  }
}
.faq .faq_body .faq_body_inner:nth-child(n+2) {
  margin: 50px 0 0;
}
.faq .faq_body .faq_body_inner .faq_body_inner_ttl {
  padding: 18px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .faq .faq_body .faq_body_inner .faq_body_inner_ttl {
    font-size: 17px;
  }
}
.faq .faq_body .faq_body_inner .faq_body_inner_list {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .faq .faq_body .faq_body_inner .faq_body_inner_list {
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .faqdetail {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
  }
}
.faqdetail:nth-child(n+2) {
  margin: 30px 0 0;
}
.faqdetail .faqdetail_head {
  position: relative;
  background-color: #F7F8FC;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .faqdetail .faqdetail_head {
    height: 90px;
    padding: 0 0 0 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head {
    padding: 15px 15px 18px 55px;
    border-radius: 8px;
  }
}
.faqdetail .faqdetail_head::before {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20px;
  content: "Q";
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .faqdetail .faqdetail_head::before {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head::before {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
    font-size: 14px;
  }
}
.faqdetail .faqdetail_head .faqdetail_head_ttl {
  font-size: 19px;
  font-weight: 600;
  line-height: 170%;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .faqdetail .faqdetail_head .faqdetail_head_ttl {
    font-size: 15px;
  }
}
.faqdetail .faqdetail_body .faqdetail_body_txt {
  margin: 30px 0 0;
}

.l_contact {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto;
  padding: 70px 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .l_contact {
    width: 100%;
    margin: 50px auto;
    padding: 50px 15px;
  }
}

.contact .contact_head {
  padding: 0 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .contact .contact_head {
    padding: 0 0 40px;
  }
}
.contact .contact_head::after {
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .contact .contact_head::after {
    width: 30px;
    height: 15px;
  }
}
.contact .contact_head .contact_head_ttl {
  font-size: 33px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 1.65px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .contact_head .contact_head_ttl {
    font-size: 20px;
  }
}
.contact .contact_body {
  margin: 40px 0 0;
}
.contact .contact_foot {
  margin: 30px 0 0;
}
.contact .contact_foot .contact_foot_btn button {
  width: 315px;
  height: 60px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  border-radius: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-transition: 0.3s opacity, 0.3s background, 0.3s color;
  transition: 0.3s opacity, 0.3s background, 0.3s color;
}
@media (max-width: 767px) {
  .contact .contact_foot .contact_foot_btn button {
    font-size: 18px;
  }
}
.contact .contact_foot .contact_foot_btn button::after {
  width: 8px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  right: 20px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(asset/img/common/icon_arrow01.svg);
          mask-image: url(asset/img/common/icon_arrow01.svg);
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.contact .contact_foot .contact_foot_btn button.is_disable {
  background: #E3E3E3;
  color: #898989;
  pointer-events: none;
}
.contact .contact_foot .contact_foot_btn button.is_disable::after {
  background-color: #898989;
}
@media (min-width: 768px) {
  .contact .contact_foot .contact_foot_btn button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .contact .contact_foot .contact_foot_btn button:active {
    opacity: 0.6;
  }
}
.contact .contact_foot .contact_foot_btn .wpcf7-spinner {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}

.bulkform {
  padding: 40px;
  background-color: #F7F8FC;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .bulkform {
    padding: 40px 15px;
  }
}
.bulkform:nth-child(n+2) {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .bulkform:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.bulkform .bulkform_head .bulkform_head_ttl {
  padding: 18px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_head .bulkform_head_ttl {
    font-size: 17px;
  }
}
.bulkform .bulkform_body {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.bulkform .bulkform_body .bulkform_body_inner:nth-child(n+2) {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #fff;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl {
  padding: 0 0 0 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl {
    width: 300px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl::before {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check05.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl > span {
  width: 32px;
  height: 19px;
  margin: 0 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #EB3737;
  border-radius: 2px;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_ttl.bulkform_body_inner_ttl__none > span {
  color: #919191;
  background-color: #E9E9E9;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio,
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input,
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea {
    margin: 15px 0 0;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio .wpcf7-list-item {
  margin: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio .wpcf7-list-item {
    margin: 0 15px 20px 0;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio input {
  display: none;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label {
  cursor: pointer;
  display: block;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label {
  padding: 0 0 0 calc(1.3em + 10px);
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label {
    padding: 0 0 0 calc(1.3em + 5px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  border: 1.5px solid #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio label .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0.25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #F95D49;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div {
  position: relative;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div:nth-child(n+2) {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span {
    width: 75px;
    display: inline-block;
  }
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span.wpcf7-form-control-wrap {
    width: calc(100% - 75px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input > div > span.wpcf7-form-control-wrap {
  margin: 10px 0 0;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap::before {
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 15px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_check02.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 15px 45px 15px 15px;
  font-size: 18px;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input {
    font-size: 16px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input:focus {
  outline: 0;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap.is-invalid::before {
  background-image: url(asset/img/common/icon_check03.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-form-control-wrap.is-valid::before {
  background-image: url(asset/img/common/icon_check04.svg);
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_input .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: 11px;
  font-weight: 600;
  color: #E80000;
}
@media (min-width: 768px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea {
    width: calc(100% - 300px);
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea > div {
  margin: 10px 0 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea > div {
    font-size: 12px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap {
  width: 100%;
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #EDEDED;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea {
    font-size: 16px;
  }
}
.bulkform .bulkform_body .bulkform_body_inner .bulkform_body_inner_txtarea .wpcf7-form-control-wrap > textarea:focus {
  outline: 0;
}
.bulkform.bulkform__noline .bulkform_body .bulkform_body_inner:nth-child(n+2) {
  border-top: none;
}

.l_confirm {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l_confirm {
    padding: 25px 15px;
  }
}

.confirm {
  height: 530px;
  position: relative;
  overflow: scroll;
}
@media (max-width: 767px) {
  .confirm {
    height: 60vh;
  }
}
.confirm .confirm_head {
  text-align: center;
}
.confirm .confirm_head .confirm_head_ttl {
  font-size: 25px;
  font-weight: 700;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .confirm .confirm_head .confirm_head_ttl {
    font-size: 18px;
  }
}
.confirm .confirm_body {
  margin: 50px 0 0;
}
.confirm .confirm_body .confirm_body_ttl {
  padding: 12px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  text-align: center;
  color: #fff;
  background-color: #1D2E6C;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .confirm .confirm_body .confirm_body_ttl {
    font-size: 17px;
  }
}
.confirm .confirm_body .confirm_body_ttl:nth-child(n+3) {
  margin: 50px 0 0;
}
.confirm .confirm_body .confirm_body_list {
  margin: 30px 0 0;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_ttl {
  padding: 0 0 0 20px;
  font-weight: 600;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(asset/img/common/icon_check05.svg);
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_ttl:nth-child(n+2) {
  margin: 30px 0 0;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_sub {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_sub::before {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-color: #ABB8E7;
  border-radius: 100px;
}
.confirm .confirm_body .confirm_body_list .confirm_body_list_txt {
  margin: 10px 0 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  background-color: #F0F5FF;
  border-radius: 7px;
}
.confirm .confirm_foot {
  margin: 40px 0 0;
}
.confirm .confirm_foot .confirm_foot_btn {
  text-align: center;
}
.confirm .confirm_foot .confirm_foot_btn:nth-child(1) {
  max-width: 315px;
  height: 60px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .confirm .confirm_foot .confirm_foot_btn:nth-child(1) {
    height: 55px;
    font-size: 16px;
  }
}
.confirm .confirm_foot .confirm_foot_btn:nth-child(2) {
  margin-top: 20px;
}
.confirm .confirm_foot .confirm_foot_btn .confirm_foot_btn_back {
  padding: 0 0 0 30px;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #707070;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(asset/img/common/icon_back01.png);
}

.l_thanks {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l_thanks {
    padding: 25px 15px;
  }
}

.thanks .thanks_head {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #1D2E6C;
}
@media (max-width: 767px) {
  .thanks .thanks_head {
    font-size: 18px;
  }
}
.thanks .thanks_body {
  margin: 25px 0 0;
  line-height: 170%;
}
.thanks .thanks_body .thanks_body_data {
  margin: 25px 0 0;
  padding: 15px;
  background-color: #F0F5FF;
  border-radius: 7px;
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_mail {
  padding: 0 0 0 25px;
  position: relative;
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_mail::before {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  content: "";
  background-color: #1D2E6C;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(asset/img/common/icon_mail01.svg);
          mask-image: url(asset/img/common/icon_mail01.svg);
}
.thanks .thanks_body .thanks_body_data .thanks_body_data_ttl {
  margin: 12px 0 0;
}
.thanks .thanks_foot {
  margin: 25px 0 0;
}
.thanks .thanks_foot .thanks_foot_btn {
  width: 315px;
  height: 60px;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .thanks .thanks_foot .thanks_foot_btn {
    height: 55px;
    font-size: 16px;
  }
}

/*!
Theme Name: ベンナビ共有持分
Author: アシロ
Description: ベンナビ共有持分
Version: 0.1
*/
.l_notfound {
  padding: 80px 0;
  position: relative;
  background-color: #4FA2FF;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(asset/img/common/bg_hero01.jpg);
}
@media (max-width: 767px) {
  .l_notfound::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54.81%, rgba(0, 61, 192, 0.2)), to(rgba(0, 61, 192, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 61, 192, 0.2) 54.81%, rgba(0, 61, 192, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 61, 192, 0.2) 54.81%, rgba(0, 61, 192, 0) 100%);
  }
}

.notfound {
  position: relative;
  z-index: 1;
  text-align: center;
}
.notfound .notfound_head {
  font-size: 24px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 3.84px;
  color: #fff;
}
@media (max-width: 767px) {
  .notfound .notfound_head {
    font-size: 14px;
  }
}
.notfound .notfound_head .notfound_head_ttl {
  width: 265px;
  margin: auto;
}
@media (max-width: 767px) {
  .notfound .notfound_head .notfound_head_ttl {
    width: 175px;
  }
}
.notfound .notfound_head .notfound_head_sub {
  margin: 15px 0 0;
  text-shadow: 0px 0px 20px rgba(0, 7, 65, 0.25);
}
.notfound .notfound_head .notfound_head_txt {
  margin: 32px 0 0;
  text-shadow: 0px 0px 20px rgba(0, 7, 65, 0.25);
}
.notfound .notfound_body {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 15px;
}
.notfound .notfound_body .notfound_body_ttl {
  padding: 0 0 35px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 3.52px;
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_ttl {
    font-size: 17px;
  }
}
.notfound .notfound_body .notfound_body_ttl::after {
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "";
  background: -webkit-linear-gradient(331deg, #FF9D01 29.56%, #F95D49 72.88%);
  background: linear-gradient(119deg, #FF9D01 29.56%, #F95D49 72.88%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  .notfound .notfound_body .notfound_body_btns {
    margin: 60px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_btns {
    margin: 20px 0 0;
  }
}
.notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.88px;
}
@media (min-width: 768px) {
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn:nth-child(n+2) {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn {
    width: 90%;
    height: 55px;
    margin: auto;
    font-size: 15px;
  }
  .notfound .notfound_body .notfound_body_btns .notfound_body_btns_btn:nth-child(n+2) {
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */