@charset "utf-8";

/* 全体設定 */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    color:#333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-feature-settings: "palt";
    overflow-x: hidden;
}
.w-container{
    width: min(100%, 1024px);
    margin:auto;
}
section:not(:first-child){
    margin:0 auto;
    padding-top:70px;
    padding-bottom:70px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    section:not(:first-child){
        padding-top:calc(120 * (100vw/750));
        padding-bottom:calc(120 * (100vw/750));
    }
    .w-container{
        width: calc(700 * (100vw/750));
        margin:auto;
    }
}

h1 a {
    vertical-align: -webkit-baseline-middle;
}
h2 {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    color:#003183;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 10px #fff,
    -2px 2px 10px #fff,
    2px -2px 10px #fff,
    -2px -2px 10px #fff;
}
h2 strong {
    font-size: 2.8rem;
    color: #E16E08;
    font-weight: bold;
    font-weight: 800;
}
h2 span.h2_small {
    font-size: 2rem;
}
h3 {
    font-size: 1.6rem ;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 800;
}
h3 strong {
    color:#FFE400;
    font-weight: 800;
}
h4 {
    font-size: 1.6rem;
    color: #333;
    text-align: center;
    font-weight: 900;
}
h4 span.h4_big {
    font-size: 1.8rem;
    color: #0051D4; 
}
h5 {
    font-size: 1.2rem;
}
p {
    font-weight: 600;
}
p strong {
    color: #E16E08;
    font-weight: 800;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .header_menu h1 {
        padding-left: 20px;
    }
    .header_menu h1 a img {
        display: block;
        width:calc(180 * (100vw/1000));
    }
}
@media only screen and (max-width: 768px) {
    .header_menu h1 {
        padding-left: 0px;
    }
    .header_menu h1 a img {
        display: block;
        width:calc(240 * (100vw/750));
    }
    h2 {
        font-size: calc(42 * (100vw/750));
    }
    h2 strong {
        font-size: calc(60 * (100vw/750));
    }
    h2 span.h2_small {
        font-size: calc(36 * (100vw/750));
    }
    h3 {
        font-size: calc(36 * (100vw/750));
    }
    h4 {
        font-size: calc(32 * (100vw/750));
    }
    h4 span.h4_big {
        font-size: calc(36 * (100vw/750));
    }
    h5 {
        font-size: calc(30 * (100vw/750));
    }
    p {
        font-size: calc(28 * (100vw/750));
    }
}

/* ヘッダー */
header{
    position:fixed;
    width: 100%;
    background-color: #FFF;
    padding:0rem;
    z-index: 9999;
}
.header-container{
    position: fixed;
    top:0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 999;
}
.header_menu{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_menu a img{
    width: 200px;
}
.header_menu a.h-btn,
button,
a.back-btn-a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    color: #fff;
    background-color: #004BB1;
    position: relative;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
}
.header_menu a.h-btn::before,
button::before,
a.back-btn-a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E16E08;
  border: 1px solid #E16E08;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.header_menu a.h-btn:hover::before,
button:hover::before,
a.back-btn-a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


@media only screen and (max-width: 768px) {
    .header_menu a.h-btn {
        right: 60px;
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}


/* ナビゲーションメニュー */
.navbtn{
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    /* padding: 0.5rem 1.5rem; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.08em;
    border-radius: 2px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px; */
}
.Nav{
    margin:0 10px;
}
@media screen and (max-width: 768px) {
    .Nav {
        /*position: relative;*/
        border-top:none;
    }
}
.Nav .navbtn {
    display: none;
}
@media screen and (max-width: 768px) {
    .Nav .navbtn {
        display: block;
        position: absolute;
        right: 0;
        z-index: 100;
        top: 0;
    }
}
@media screen and (max-width: 768px) {
    .Nav .navbtn a,
    .Nav .navbtn a.close {
        display: block;
        position: relative;
        padding:0.8rem;
        width: 60px;
        height: 60px;
        background-color: #fff;
    }
    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
        position: absolute;
        top:15px;
        left:15px;
        content:"";
        width: 30px;
        height: 3px;
        background-color: #333;
        transition: .2s;
    }
    .Nav .navbtn a.open::before {
        top:28px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
        position: absolute;
        bottom:15px;
        left:15px;
        content:"";
        width: 30px;
        height: 3px;
        background-color: #333;
        transition: .2s;
    }
    .Nav .navbtn a.open::after {
        bottom:27px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
}

@media screen and (max-width: 768px) {
    .Nav .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
        position: absolute;
        top:27px;
        left:15px;
        content:"";
        width: 30px;
        height: 3px;
        background-color: #333;
    }
    .Nav .navbtn a.open span::after {
        display: none;
    }
}
.Nav ul.close {
    display: none;
    border-top: solid 1px #F5F4F0;
}
.Nav > ul {
    margin: 0 auto;
    max-width: 768px;
}
@media screen and (max-width: 768px) {
    .Nav > ul {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: #FFF;
    }
}
.Nav > ul > li {
    position: relative;

    display: inline-block;
}
@media screen and (max-width: 768px) {
    .Nav > ul > li {
        display: block;
        border-bottom: solid 1px #dddddd;
    }
}
.Nav > ul > li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    z-index: 2;
    font-size: 0.9em;
}
.Nav > ul > li.parent > a {
    padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #004880;
    border-right: solid 2px #004880;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
    .Nav > ul > li a {
        padding: 10px 8px;
        font-size: 0.9em;
    }
    .header_menu a.h-btn, button {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 768px) {
    .Nav > ul > li.parent.open > a::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header_menu a.h-btn, button {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
        letter-spacing: 0.1rem;
    }
}
@media screen and (max-width: 768px) {
    .Nav > ul > li.parent.open {
        border-bottom: none;
    }
}
.Nav > ul > li.parent.open > a{
    color: #FFF;
}
.Nav > ul > li.parent.open > a::after {
    background: #333;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 768px) {
    .Nav > ul > li.parent.open > a {
        color: #FFF;
    }
}

.Nav > ul > li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.Nav > ul > li a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.Nav > ul > li a:hover::after {
    background: #e6f4ffc4;
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 2階層 */
.Nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .Nav > ul > li > ul {
        background-color: #fbfbfb;
        position: static;
    }
}

.Nav > ul > li > ul li {
    white-space: nowrap;
}

.Nav > ul > li > ul li a {
    position: relative;
    padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 768px) {
    .Nav > ul > li > ul li a {
        border-bottom: solid 1px #dddddd;
        background-color: #E6F4FF;
    }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #004880;
    border-right: solid 2px #004880;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .Nav > ul > li > ul li a:hover {
        background-color: #FFF;
    }
}
.Nav > ul > li > ul li ul li a {
    padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

/* ヘッダー：問い合わせボタン */
.h-btn,
a.h-btn,
button.h-btn,
a.back-btn-a {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 100vh;
}

@media screen and (max-width: 768px) {
    .h-btn,
    a.h-btn,
    button.h-btn {
      font-size: 1rem;
      padding: 0.8rem 1.6rem;
    }
    .header_menu >img{
        width: 80px;
    }
}

/* ニュースエリア */
.mv__News {
  background-color: #00ACBA;
  height: 70px;
  width: 100%;
  font-size: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
    top: 86px;
}
.mv__News__Inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
  padding: 0 1vw;
}
.mv__News__Inner .badge_new {
    width: 70px;
    height: 28px;
    padding: 5px;
    text-align: center;
    background-color: #F5AB00;
    margin-right: 1vw;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
}
.mv__News__Inner a {
  color: #fff;
  text-decoration: underline;
}
.mv__News__Inner a.header__Btn {
      background-color: #ffffff;
    background-image: url(../images/icon_arrow_green.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 16px;
    color: #00ACBA;
    height: 36px;
    width: 170px;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
    line-height: 16px;
    text-decoration: none;
    margin-left: 1vw;
    border-radius: 30px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
.mv__News {
    height: auto;
    top: 80px;
  }
  .mv__News__Inner {
    width: 95vw;
  }
  .mv__News__Inner .badge_new {
    width: 4rem;
    height: auto;
    font-size: 0.86rem;
  }
  .mv__News__Inner a {
    color: #fff;
    text-decoration: underline;
    padding: 2vw;
    font-size: 12px;
  }
  .mv__News__Inner a.header__Btn {
    background-size: 2.6666666667vw;
    background-position: center right 1.3333333333vw;
    width: 130px;
    font-size: 9px;
    padding: 0.3rem 1rem;
    border-radius: 0.6666666667vw;
    height: auto;
    min-width: auto;
    margin-left: 0;
  }
}


/* ファーストビュー（fv) */
.fv{
    background: url(../images/back_fv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.fv-container {
    height: 660px;
    position: relative;
}
.fv img{
    width: 100%;
    height: auto;
    display: block;
    padding-top:60px;
}

@media only screen and (max-width: 768px) {
    section:not(:first-child).fv {
        padding-top: 70px;
        padding-bottom: 5px;
    }
    .fv-container {
        height: calc(1320 * (100vw/750));
        position: relative;
    }
    .fv-container img.sp {
        width: calc(700 * (100vw/750));
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(20 * (100vw/750));
    }
}

.fv-btn{
    position: absolute;
    bottom:60px;
    right: 130px;
    margin: auto;
    width: 341px;
    margin: 0 auto;
}
.fv-btn:hover img {
    filter: brightness(1.2);
    transition: .4s;
}
@media only screen and (max-width: 768px) {
    .fv-btn{
        position: absolute;
        top:calc(440 * (100vw/750));
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        margin: auto;
        width: 60vw;
    }
}

/* CV */
.cv{
    display: block;
    position: relative;
    background: url(../images/back_cv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 300px;
}
.fv-cv-container {
    position: relative;
    height: 300px;
}
.cv img{
    width: 100%;
    height: auto;
    display: block;
}
.cv h3 {
    color: #fff;
    text-align: center;
    padding-top: 70px;
}
.cv h3 strong {
    font-size: 1.8rem;
    color: #fff;
}
.cv-btn{
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    width: 320px;
    color: #333;
    background-color: #FFD200;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 18px 30px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.cv-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #E16E08;
  border:1px solid #E16E08;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.cv-btn::after{
    /* 擬似要素で三角アイコンをつくる */
    content: '';
    border-style: solid;
    border-width: 6px 0 8px 10px;
    border-color: transparent transparent transparent #333;
    display: inline-block;
    width: 0;
    height: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); /* translateYのみ */
}
.cv-btn:hover {
  color: #fff;
}
.cv-btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.cv-btn:hover::after {
  border-color: transparent transparent transparent #fff;
}
.cv_01 {
    position: relative;
    width: 320px;
    margin: 0 auto;
}
.cv_01::after {
    content:"";
    background: url(../images/cv_01.svg);
    width: 32px;
    height: 48px;
    background-size: 32px;
    background-repeat: no-repeat;
    position: absolute;
    top:-15px;
    right:-40px;
}
@media only screen and (max-width: 768px) {
    .cv{
        height: calc(350 * (100vw/750));
    }
    .fv-cv-container {
        height: calc(350 * (100vw/750));
    }
    .cv h3 {
        color: #fff;
        text-align: center;
        padding-top: calc(70 * (100vw/750));
        font-size: calc(32 * (100vw/750));
    }
    .cv h3 strong {
        font-size: calc(36 * (100vw/750));
        color: #fff;
    }
    .cv-btn{
        bottom: calc(30 * (100vw/750));
        margin: calc(30 * (100vw/750)) auto 0;
        width: calc(420 * (100vw/750));
        color: #333;
        font-size: calc(28 * (100vw/750));
        padding: calc(18 * (100vw/750)) calc(30 * (100vw/750));
        border-radius: calc(100 * (100vw/750));
    }
    .cv-btn::after{
        content: '';
        border-style: solid;
        border-width: calc(10 * (100vw/750)) 0 calc(12 * (100vw/750)) calc(14 * (100vw/750)) ;
        right: calc(30 * (100vw/750)) ;
    }
    .cv_01 {
        width: calc(500 * (100vw/750));
        padding-top: calc(30 * (100vw/750));
    }
    .cv_01::after {
        width: calc(32 * (100vw/750));
        height: calc(48 * (100vw/750));
        background-size: calc(32 * (100vw/750));
        top:calc(10 * (100vw/750));
        right:calc(-10 * (100vw/750));
    }
}

/* FV-CV */
.jikyu {
    width: 240px;
    height:240px;
    position: absolute;
    top:-160px;
}
@media only screen and (max-width: 768px) {
    .jikyu {
        width: calc(320 * (100vw/750));
        height:calc(320 * (100vw/750));
        top:calc(-260 * (100vw/750));
    }
}

/* about */
.about {
    display: block;
    background: url(../images/back_white01.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}
.about-container {
    position: relative;
}
.about_img {
    width: 841px;
    position: absolute;
    top: -280px;
    left: -320px;
    z-index: 0;
}
.about_body {
    position: relative;
    z-index: 1;
}

.about_box_container {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.about_box_container .about_box {
    border-radius: 50%;
    background-image: linear-gradient(0deg, #F1B715, #FFD200);
    width: 300px;
    height: 300px;
}
.about_box_container .about_box h4 {
    margin-top: 60px;
    margin-bottom: 20px;
}
.about_box_container .about_box p {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}

.about p {
    text-align: center;
    font-weight: 600;
}

.about::after {
    content: '';
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 220px solid transparent;
  border-left: 220px solid transparent;
  border-top: 80px solid #E9EDF0;
  border-bottom: 0;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-80px;
    z-index: 5;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .about_img {
        top: calc(-300 * (100vw/1000));
        left: calc(-400 * (100vw/1000));
    }
    .about_box_container .about_box {
        width: calc(300 * (100vw/1000));
        height: calc(300 * (100vw/1000));
    }
    .about_box_container .about_box h4 {
        font-size: 1.4rem;
        margin-top: calc(60 * (100vw/1000));
    }
    .about_box_container .about_box h4 span.h4_big {
        font-size: 1.4rem;
    }
    .about_box_container .about_box p {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 768px) {
    .about_img {
        width: calc(1100 * (100vw/750));
        position: absolute;
        top: calc(-360 * (100vw/750));
        left: calc(-520 * (100vw/750));
        z-index: 0;
    }
    .about_box_container {
        margin-top: calc(60 * (100vw/750));
        margin-bottom: calc(60 * (100vw/750));
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .about_box_container .about_box {
        width: calc(340 * (100vw/750));
        height: calc(340 * (100vw/750));
    }
    .about_box_container .about_box h4 {
        font-size: calc(30 * (100vw/750));
        margin-top: calc(60 * (100vw/750));
        margin-bottom: calc(20 * (100vw/750));
    }
    .about_box_container .about_box h4 span.h4_big {
        font-size: calc(32 * (100vw/750));
    }
    .about_box_container .about_box p {
        font-size: calc(24 * (100vw/750));
        width: calc(340 * (100vw/750));
    }
    .about p {
        width:calc(700 * (100vw/750));
        margin: 0 auto;
    }
    .about::after {
        border-right: calc(220 * (100vw/750)) solid transparent;
        border-left: calc(220 * (100vw/750)) solid transparent;
        border-top: calc(80 * (100vw/750)) solid #E9EDF0;
        bottom: calc(-78 * (100vw/750));
    }
}



/* 特徴（feature) */
.feature {
    display: block;
    background: url(../images/back_feature.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}
.feature-container {
    position: relative;
}
.feature h2 {
    color: #fff;
    font-size: 3rem;
    text-shadow: none;
    margin-top: 30px;
    margin-bottom: 50px;
}
.feature h2 strong {
    color: #FFE400;
    font-size: 5rem;
}
.feature h2::before {
    content: "";
    background-image: url(../images/feature_sweek.png);
    display: block;
    width:235px;
    height:235px;
    position: absolute;
    top:-160px;
    left:-30px;
    z-index: 10;
}
.feature h3 {
    margin-bottom: 20px;
}
.feature p {
    color: #fff;
    text-align: center;
}
.feature p strong {
    color: #FFE400;
}
.feature_box_container {
    margin-top: 60px;
}
.feature_box {
    margin-top: 40px;
    position: relative;
    padding-left: 100px;
}
.feature_box_inner {
    background-color: #fff;
    height:248px;
    border-radius: 30px 0 30px 30px;
    padding-left: 180px;
    padding-right: 30px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.feature_box h3 {
    color:#003183;
    font-size: 2rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
    padding-top: 22px;
    text-align: left;
    margin-bottom: 1rem;
}
.feature_box h5 {
    margin-bottom: 0.5rem;
}
.feature_box p {
    color: #333;
    text-align: left;
    font-weight: 500;
}
.feature_box p strong {
    color: #E16E08;
    font-size: 1.2rem;
}
.feature_box img {
    width:248px;
    height:auto;
    position: absolute;
    left:0;
    top:-24px;
}
.feature_box.feature_box01 h3 {
    padding-top: 48px;
}
.feature_box_reverse.feature_box {
    padding-left: 0;
    padding-right: 100px;
}
.feature_box_reverse .feature_box_inner {
    border-radius: 0 30px 30px 30px;
    padding-left: 40px;
    padding-right: 180px;
}
.feature_box_reverse.feature_box img {
    position: absolute;
    left:auto;
    right:0;
    top:-24px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .feature h2::before {
        width: calc(220 * (100vw/1024));
        height: calc(220 * (100vw/1024));
        background-size: calc(220 * (100vw/1024));
        top: -160px;
        left: 0;
        z-index: 10;
    }
    .feature_box {
        padding: 0 20px;
        padding-left: calc(140 * (100vw/1024));
    }
    .feature_box img {
        left: calc(20 * (100vw/1024));
    }
    .feature_box_reverse.feature_box {
        padding-left: 20px;
        padding-right: calc(140 * (100vw/1024));
    }
    .feature_box_reverse.feature_box img {
        left: auto;
        right: calc(20 * (100vw/1024));
    }
    .feature_box h3 {
        font-size: 1.8rem;
    }
    .feature_box.feature_box01 h3 {
        padding-top: calc(30 * (100vw/1024));
    }
    .feature_box.feature_box03 h3 {
        padding-top: calc(15 * (100vw/1024));
    }
}
@media only screen and (max-width: 768px) {
    .feature h2 {
        font-size: calc(50 * (100vw/750));
        text-shadow: none;
        margin-top: 0;
        margin-bottom: calc(50 * (100vw/750));
    }
    .feature h2 strong {
        font-size: calc(100 * (100vw/750));
    }
    .feature h2::before {
        width:calc(240 * (100vw/750));
        height:calc(240 * (100vw/750));
        top:calc(-200 * (100vw/750));
        left:calc(-30 * (100vw/750));
        background-size: calc(240 * (100vw/750));
    }
    .feature h3 {
        margin-bottom: calc(50 * (100vw/750));
    }
    .feature_box h3 {
        font-size: calc(42 * (100vw/750));
        padding-top: calc(30 * (100vw/750));
        margin-bottom: 1rem;
    }
    .feature_box h5 {
        margin-bottom: 0.5rem;
    }
    .feature_box_container {
        margin-top: calc(60 * (100vw/750));
    }
    .feature_box {
        margin-top: calc(100 * (100vw/750));
        padding-left: calc(60 * (100vw/750));
    }
    .feature_box_inner {
        background-color: #fff;
        height:auto;
        border-radius: 30px 0 30px 0;
        padding-left: calc(260 * (100vw/750));
        padding-right: calc(30 * (100vw/750));
    }
    .feature_box h3 {
        font-size: calc(36 * (100vw/750));
        padding-top: calc(48 * (100vw/750));
        margin-bottom: calc(30 * (100vw/750));
    }
    .feature_box h5 {
        margin-bottom: calc(24 * (100vw/750));
    }
    .feature_box p {
        width:calc(540 * (100vw/750));
        font-size: calc(24 * (100vw/750));
        font-weight: 500;
        position: relative;
        left: calc(-220 * (100vw/750));
        margin-top: calc(60 * (100vw/750));
        padding-bottom: calc(60 * (100vw/750));
    }
    .feature_box p strong {
        color: #E16E08;
        font-size: calc(28 * (100vw/750));
    }
    .feature_box img {
        width:calc(280 * (100vw/750));
        top:calc(-48 * (100vw/750));
    }
    .feature_box.feature_box01 h3 {
        padding-top: calc(48 * (100vw/750));
    }
    .feature_box_reverse.feature_box {
        padding-left: 0;
        padding-right: calc(60 * (100vw/750));
    }
    .feature_box_reverse .feature_box_inner {
        border-radius: 0 30px 0 30px;
        padding-left: calc(30 * (100vw/750));
        padding-right: calc(200 * (100vw/750));
    }
    .feature_box.feature_box_reverse p {
        left: calc(0 * (100vw/750));
    }
    .feature_box_reverse.feature_box img {
        top:calc(-48 * (100vw/750));
    }
}

/* price */
.price {
    display: block;
    background: url(../images/back_white02.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}
.price h2 {
    margin-bottom: 60px;
}
.price p {
    text-align: center;
}
.price_box_container {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
}
.price_box {
    width:320px;
}
.price_box_header {
    background: #003183;
    border-radius: 30px 0 0 0;
    height:46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.price_box_body {
    background-color: #fff;
    border: 2px solid #003183;
    border-radius: 0 0 30px 0;
    height:210px;
}
.price_number {
    color: #E16E08;
    font-size: 2.4rem;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    padding-top: 30px;
    padding-bottom: 20px;
}
.price_plus {
    font-weight: 600;
    font-size: 2.4rem;
}
.price_box_body ul {
    display: flex;
    padding-left: 46px;
    font-weight: 800;
}
.price_box_body ul li {
    width: 180px;
    padding-right: 20px;
}
.price_box .price_box_body p.note {
    font-size:0.8rem;
    font-weight: 500;
    margin-top: 20px;
    padding-bottom: 20px;
}
.price_box p.note {
    font-size:0.8rem;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
}
.service_box_container {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
}
.service_box {
    width: 180px;
    text-align: center;
}
.service_box_header {
    background: #003183;
    border-radius: 30px 0 0 0;
    height:46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.service_box:nth-child(5) .service_box_header {
    line-height: 20px;
    padding-top: 3px;
}
.service_box_body {
    background-color: #fff;
    border: 2px solid #003183;
    border-radius: 0 0 30px 0;
    height:150px;
}
.service_box_container img {
    height:70px;
    width:auto;
    margin-top: 10px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .price_box_container {
        padding: 0 20px;
    }
    .price_box {
        width:calc(300 * (100vw / 1000));
    }
    .price_number {
        font-size: 2.0rem;
    }
    .price_box_body {
        height: 250px;
    }
    .price_box_body ul {
        font-size: 1rem;
        flex-direction: column;
    }
    .price_box .price_box_body p.note {
        padding-left: 20px;
        text-align: left;
    }
    .service_box_container {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .service_box {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    section.price {
        padding-bottom: calc(60 * (100vw / 750));
    }
    .price h2 {
        margin-bottom: calc(60 * (100vw/750));
    }
    .price_box_container {
        flex-direction: column;
    }
    .price_box_body {
        height: auto;
        padding-bottom: calc(60 * (100vw/750));
    }
    .price_box .price_box_body p.note {
        margin-top: calc(20 * (100vw/750));
        padding-bottom: 0;
    }
    .service_box_container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .service_box {
        width: calc(330 * (100vw/750));
        margin-bottom: calc(60 * (100vw/750));
    }
    .service_box_container img {
        margin-top:calc(20 * (100vw / 750));
    }
}

/* cv02 */
.cv img.cv02 {
    width:503px;
    display: block;
    position: absolute;
    bottom:0px;
    left:-200px;
}
.cv img.cv03 {
    width:296px;
    display: block;
    position: absolute;
    bottom:0;
    right:-70px;
}
.cv.cv_02 h3 {
    padding-bottom: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .cv img.cv02 {
        width:450px;
        left:calc(-200 * (100vw/1000));
    }
    .cv img.cv03 {
        width:260px;
        right:calc(-70 * (100vw/1000));
    }
}
@media only screen and (max-width: 768px) {
    .cv img.cv02,
    .cv img.cv03 {
        display: none;
    }
}

/* problem */
.problem {
    display: block;
    background: url(../images/back_problem.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.problem-container {
    position: relative;
    padding-bottom:120px;
}
.problem h2 {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    font-size: 3rem;
}
.problem h2 strong {
    color:#3AF2FF;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
}
.problem h2 strong::after {
    content: "";
    background-image: url(../images/problem_sweat.svg);
    display: block;
    width: 45px;
    height: 40px;
    position: absolute;
    top:-28px;
    right:-24px;
}
.problem_box_container {
    background: rgba(0,0,0,0.8);
    border-radius: 0 30px 0 30px;
    padding: 120px 100px 60px 100px;
}
.problem_box_container ul {
    color: #fff;
    list-style: none;
    font-feature-settings: "plat";
}
.problem_box_container ul li {
    background: url(../images/problem_check.svg) no-repeat 0 0;
    background-size: auto 50px;
    padding-left: 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 60px;
}
.problem_box_container ul li strong {
    color: #F1B715;
}
.problem_img {
    width: 627px;
    height: auto;
    position: absolute;
    bottom: -75px;
    right: -150px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .problem h2 {
        font-size: 2.4rem;
    }
    .problem_box_container {
        margin: 0 20px;
    }
    .problem_box_container ul li {
        background-size: auto calc(50 * (100vw / 1000));
        padding-left: calc(80 * (100vw / 1000));
        font-size: calc(36 * (100vw / 1000));
        line-height: calc(50 * (100vw / 1000));
        margin-bottom: calc(60 * (100vw / 1000));
    }
}
@media only screen and (max-width: 768px) {
    .problem-container {
        padding-bottom: calc(60 * (100vw / 750));
    }
    .problem h2 {
        font-size: calc(60 * (100vw / 750));
    }
    .problem h2 strong {
        margin-bottom: 0;
    }
    .problem h2 strong::after {
        width: calc(60 * (100vw / 750));
        height: calc(50 * (100vw / 750));
        background-size: calc(60 * (100vw / 750));
        position: absolute;
        top:calc(-36 * (100vw / 750));
        right:calc(-36 * (100vw / 750));
    }
    .problem_box_container {
        margin-top: calc(120 * (100vw / 750));
        padding: calc(100 * (100vw / 750)) calc(80 * (100vw / 750)) calc(60 * (100vw / 750)) calc(80 * (100vw / 750));
    }
    .problem_box_container ul li {
        background-size: auto calc(50 * (100vw / 750));
        padding-left: calc(80 * (100vw / 750));
        font-size: calc(36 * (100vw / 750));
        line-height: calc(50 * (100vw / 750));
        margin-bottom: calc(60 * (100vw / 750));
    }
    .problem_img {
        width: calc(627 * (100vw / 750));
        bottom: calc(-130 * (100vw / 750));
        right: calc(-150 * (100vw / 750));
    }
}


/* solution */
.solution {
    display: block;
    background: url(../images/back_solution.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.solution-container {
    position: relative;
}
.solution_arrow {
    width: 635px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -240px;
}
.solution_box_container {
    background: #fff;
    border-radius: 30px 0 30px 0 ;
    margin-top: 40px;
}
.solution_box {
    padding: 30px 26px;
}
.solution_box h2 {
    color: #fff;
    background: #003183;
    font-size: 1.8rem;
    text-shadow: none;
    border-radius: 36px;
    line-height: 72px;
    height: 72px;
    text-align: right;
    padding-right: 60px;
    margin-bottom: 20px;
    position: relative;
}
.solution_box h2 strong {
    font-size: 2rem;
    color: #FFE400;
}
.solution_box h2.solution_fukidashi::before {
    content: "";
    background-image: url(../images/solution_fukidashi.png);
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    top: -30px;
    left: -10px;
}
.solution_box p {
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-align: center;
}
.solution_box p strong {
    font-size: 1.2rem;
}
.solution_box p.solution_txt01 {
    margin-left: 360px;
    text-align: left;
}
.solution_box p.solution_txt02 {
    margin-left: 140px;
    text-align: left;
}
.solution_img01 {
    width:330px;
    height:282px;
    position: absolute;
    top:-120px;
    left:-70px;
    z-index: 5;
}
.solution_img02 {
    width:970px;
    margin-bottom: 50px;
}
.solution_img_box_container {
    display: flex;
    align-items: center;
    width: 830px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.solution_img_box_container .solution_img {
    text-align: center;
}
.solution_img_box_container .solution_img img {
    border-radius: 50%;
    width:300px;
    height:300px;
}
.solution_caption {
    width:388px;
    height:100px;
    border-radius: 50px;
    background: #29ABE2;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 1rem;
    position: relative;
    top:-10px;
}
.solution_caption p {
    font-weight: 600;
}
.solution_img_box_container .multiply {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
    width: 72px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .solution-container {
        padding: 0 20px;
    }
    .solution_img01 {
        display: none;
    }
    .solution_box h2 {
        text-align: center;
        font-size: 1.5rem;
        height: 60px;
        line-height: 60px;
        padding-right: 0;
    }
    .solution_box h2 strong {
        font-size: 1.7rem;
    }
    .solution_box p.solution_txt01 {
        margin-left: 20px;
    }
    .solution_img02 {
        width: 100%;
    }
    .solution_box h2.solution_fukidashi::before {
        width: calc(120 * (100vw / 1000));
        height: calc(120 * (100vw / 1000));
        background-size: calc(120 * (100vw / 1000));
        position: absolute;
        top: calc(-90 * (100vw / 1000));
        left: calc(-60 * (100vw / 1000));
    }
    .solution_box p.solution_txt02 {
        margin-left: 20px;
    }
    .solution_img_box_container {
        width: 670px;
    }
    .solution_caption {
        width: 300px;
        height: 80px;
        border-radius: 50px;
        line-height: 1.8rem;
        font-size: 1.2rem;
        padding-top: 0.75rem;
    }
}
@media only screen and (max-width: 768px) {
    .solution_arrow {
        width: calc(635 * (100vw / 750));
        top: calc(-240 * (100vw / 750));
    }
    .solution_img01 {
        display: none;
    }
    .solution_box h2 {
        font-size: calc(30 * (100vw / 750));
        border-radius: calc(84 * (100vw / 750));
        line-height: calc(42 * (100vw / 750));
        height: calc(120 * (100vw / 750));
        padding: calc(20 * (100vw / 750));
        margin-bottom: calc(60 * (100vw / 750));
        text-align: center;
    }
    .solution_box h2.solution_fukidashi::before {
        width: calc(160 * (100vw / 750));
        height: calc(160 * (100vw / 750));
        position: absolute;
        top: calc(-90 * (100vw / 750));
        left: calc(-70 * (100vw / 750));
        background-size: calc(160 * (100vw / 750));
    }
    .solution_box h2 strong {
        font-size: calc(36 * (100vw / 750));
    }
    .solution_box p {
        margin-bottom: calc(60 * (100vw / 750));
    }
    .solution_box p strong {
        font-size: 1.2rem;
    }
    .solution_box p.solution_txt01 {
        margin-left: 0;
    }
    .solution_box p.solution_txt02 {
        margin-left: 0;
    }
    .solution_img02 {
        width:100%;
        margin-bottom: calc(120 * (100vw / 750));
    }
    .solution_img_box_container {
        width: 100%;
        margin-bottom: calc(60 * (100vw / 750));
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .solution_img_box_container .solution_img img {
        width: calc(500 * (100vw / 750));
        height: calc(500 * (100vw / 750));
    }
    .solution_caption {
        width: 100%;
        height: calc(120 * (100vw / 750));
        line-height: calc(42 * (100vw / 750));
        text-align: center;
        font-size: calc(30 * (100vw / 750));
        padding-top: calc(18 * (100vw / 750));
        position: relative;
        top: calc(-20 * (100vw / 750));
    }
}

/* ご契約までの流れ（flow) */
.flow {
    display: block;
    background: url(../images/back_white02.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
.flow-container {
    position: relative;
}
.flow_box_container {
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    padding: 10px 50px 50px;
    position: relative;
    margin-top: 60px;
}
.flow_box_container::after {
    content: "";
    background: url(../images/flow_txt.svg);
    display: block;
    width:314px;
    height:55px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.flow_arrow {
    width:17px;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 22%;
}
.flow_box {
    display: flex;
    align-items: center;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
.flow_box .flow_name {
    width:40%;
    height:76px;
    background: #29ABE2;
    line-height:76px;
    color: #fff;
    font-size:1.2rem;
    text-align: center;
    border-radius: 40px;
    font-weight: 600;
}
.flow_box .flow_name.flow_name_last {
    background: #E16E08;
}
.flow_box .flow_text {
    width: 55%;
    padding-left: 5%;
    font-size:1.2rem;
}
.flow_img {
    position: absolute;
    width:705px;
    bottom: -75px;
    right: -150px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .flow-container {
        padding: 0 20px;
    }
    .flow_img {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .flow_box_container {
        padding: calc(10 * (100vw / 750)) calc(30 * (100vw / 750)) calc(50 * (100vw / 750));
        margin-top: calc(120 * (100vw / 750));
    }
    .flow_box_container::after {
        width:calc(400 * (100vw / 750));
        height:calc(60 * (100vw / 750));
        background-size: calc(400 * (100vw / 750));
        top: calc(-20 * (100vw / 750));
    }
    .flow_arrow {
        width:calc(24 * (100vw / 750));
        top: calc(100 * (100vw / 750));
        left: calc(160 * (100vw / 750));
    }
    .flow_box {
        padding-top: calc(60 * (100vw / 750));
    }
    .flow_box .flow_name {
        width:calc(300 * (100vw / 750));
        height:calc(100 * (100vw / 750));
        line-height:calc(100 * (100vw / 750));
        font-size:calc(28 * (100vw / 750));;
    }
    .flow_box .flow_text {
        width:calc(350 * (100vw / 750));
        padding-left: width:calc(30 * (100vw / 750));
    }
    .flow_box .flow_text p {
        font-size:calc(28 * (100vw / 750));
    }
    .flow_img {
        display: none;
    }
}


/* FAQ */
.faq {
  padding: 6.6666666667vw 0;
}
.faq .c-ttl {
    margin-bottom: 60px;
}
.faq__Inner {
  margin: auto;
  width: 66.6666666667vw;
}
.faq__Dl {
  position: relative;
  cursor: pointer;
}
.faq__Dl:before {
  content: "Q";
  position: absolute;
  left: 1.0666666667vw;
  top: 2vw;
  font-size: 1.3333333333vw;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
}
.faq__Dl:after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 1.3333333333vw;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  background: #002F7B;
  border-radius: 50%;
}
.faq__Dt {
  font-size: 1.3333333333vw;
  font-weight: 600;
  padding: 1.8vw 4.2666666667vw;
  position: relative;
  border-bottom: 0.0666666667vw solid #ccc;
  margin-bottom: 2vw;
  letter-spacing: 0.05em;
}
.faq__Dt:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.1333333333vw);
  width: 1.7333333333vw;
  height: 0.2666666667vw;
  background: #002F7B;
}
.faq__Dt:after {
  content: "";
  position: absolute;
  right: 0.7333333333vw;
  top: calc(50% - 0.8666666667vw);
  width: 0.2666666667vw;
  height: 1.7333333333vw;
  background: #002F7B;
}
.faq__Dt.-active:after {
  display: none;
}
.faq__Dd {
  display: none;
  font-size: 1.1333333333vw;
  line-height: 2.1333333333vw;
  padding: 1.8666666667vw;
  background: #F4F9FC;
  letter-spacing: 0.05em;
}
.faq__Dd p.faq_sns {
  background: #002F7B;
  color: #fff;
  width: 100px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .faq__Inner {
        width: 90vw;
    }
    .faq__Dt {
        font-size: calc(18 * (100vw / 1000));
    }
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 13.3333333333vw 0;
  }
  .faq__Inner {
    width: 93.3333333333vw;
  }
  .faq__Dl:before {
    left: calc(19 * (100vw / 750));
    top: calc(32 * (100vw / 750));
    font-size:calc(30 * (100vw / 750));
  }
  .faq__Dl:after {
    left: 0vw;
    top: calc(20 * (100vw / 750));
    width: calc(60 * (100vw / 750));
    height: calc(60 * (100vw / 750));
  }
  .faq__Dt {
    font-size:calc(28 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) calc(100 * (100vw / 750));
    border-bottom: 1px solid #ccc;
    margin-bottom: calc(30 * (100vw / 750));
  }
  .faq__Dt:before {
    top: calc(50% - 0.2666666667vw);
    width: 3.4666666667vw;
    height: 0.5333333333vw;
  }
  .faq__Dt:after {
    right: 1.4666666667vw;
    top: calc(50% - 1.7333333333vw);
    width: 0.5333333333vw;
    height: 3.4666666667vw;
  }
  .faq__Dd {
    font-size:calc(26 * (100vw / 750));
    line-height: calc(38 * (100vw / 750));;
    padding: 3.7333333333vw;
  }
}

/* お問い合わせ（contact) */
.contact,
#mail {
    position: relative;
}
.contact::after,
#mail::after {
    content: "";
    display: block;
    background: url(../images/back_fv.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
.p_contact_form_container {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .contact-container {
        padding: 0 3vw;
    }
    .p_contact_form_container {
        max-width: 100%;
    }
}

.p_contact_form_container .p_contact_form_inner {
    position: relative;
    width: 100%;
    padding: 0;
}

.p_contact_form_container .p_contact_input_wrap {
    position: relative;
    padding: 0;
    margin-bottom: 45px;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 224px 1fr;
    grid-template-columns: 224px 1fr;
    grid-column-gap: 30px;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .p_contact_form_container .p_contact_input_wrap {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 10px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .label_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .label_wrap {
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap > * {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .help_text {
    position: relative;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #ff0000;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .help_text {
        margin-top: 15px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .validate {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #ff0000;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    line-height: 30px;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .required {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    padding: 4px 10px 6px;
    background-color: #333;
    border-radius: 20px;
    margin-top: 4px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .required {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 10px 6px;
        margin-top: 4px;
        margin-left: 16px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .required.no {
    background: #27B7B3;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_row .line {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    width: 30px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .input_row .line {
        width: 20px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_row .line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #CCCCCC;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .input_row .line::before {
        left: 6px;
        right: 6px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list {
    position: relative;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    margin: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control {
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    position: relative;
    display: inline-block;
    padding: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:not(:last-child) {
    margin-right: 26px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:not(:last-child) {
        margin-right: 24px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 32px;
    line-height: 28px;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #CDD6DD;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
        top: 3px;
        height: 18px;
        width: 18px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #2E93E6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
        top: 7px;
        left: 4px;
        height: 10px;
        width: 10px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .radio_input_list .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
    display: block;
}

.p_contact_form_container .p_contact_submit_wrap {
    position: relative;
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap {
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .check_term_wrap {
        margin-bottom: 30px;
    }
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    position: relative;
    padding: 0;
    margin: 0;
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
        text-align: center;
    }
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #161616;
    padding-left: 32px;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
        text-align: center;
    }
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CDD6DD;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
        top: 3px;
        height: 18px;
        width: 18px;
    }
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 10px;
    height: 14px;
    border: solid #2E93E6;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
        top: 3px;
        left: 5px;
        width: 8px;
        height: 12px;
    }
}

.p_contact_form_container .p_contact_submit_wrap .check_term_wrap .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
    display: block;
}

.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap {
    position: relative;
    text-align: center;
}

.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn {
    position: relative;
    max-width: 420px;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn {
        max-width: 280px;
    }
}

.p_contact_form_container .p_contact_submit_wrap .submit_btn_wrap .submit_btn span {
    letter-spacing: 0.1em;
}

.p_contact_form_container .wpcf7 form .wpcf7-response-output {
    margin: 0 0 50px;
    padding: 16px 20px;
    border: 2px solid #2E93E6;
}

.p_contact_form_container .wpcf7-spinner {
    display: none;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap > * {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.p_contact_form_container .p_contact_input_wrap .p_input_item:not(:last-child){
    margin-bottom: 24px;
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .help_text {
    position: relative;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #DE1F5B;
}

@media only screen and (max-width: 768px) {
    .p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .help_text {
        margin-top: 15px;
    }
}

.p_contact_form_container .p_contact_input_wrap .p_input_item .input_wrap .validate {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #DE1F5B;
}
.contact_success_message {
    position: relative;
    display: none;
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #2E93E6;
    background: rgba(46, 147, 230, 0.08);
    border: 2px solid #2E93E6;
    padding: 20px 30px;
}

@media only screen and (max-width: 768px) {
    .contact_success_message {
        font-size: 18px;
        line-height: 30px;
        padding: 15px;
        margin-bottom: 50px;
    }
}

.contact_error_message {
    position: relative;
    display: none;
    text-align: left;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #DE1F5B;
    border: 2px solid #DE1F5B2;
    padding: 20px 30px;
    background: rgba(255, 20, 98, 0.04);
}

@media only screen and (max-width: 768px) {
    .contact_error_message {
        line-height: 28px;
        padding: 15px;
        margin-bottom: 50px;
    }
}

.contact_error_message ul {
    position: relative;
    list-style-type: "・";
    padding-left: 16px;
}
/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
    position: relative;
    background-color: #fff;
    border: 1px solid #CDD6DD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #333;
    outline: none !important;
    border-radius: 2px;
}

@media only screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="radio"],
    input[type="password"],
    select,
    textarea {
        font-size: 15px;
    }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
    height: 50px;
}
input[type="radio"],
select {
    height: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #262626;
    background-color: #FFFFFF;
}
.input_wrap_contact label{
    margin:4px 0;
    font-weight: bold;
}

/* Thanks page */
.c-btn,
a.c-btn,
button.c-btn {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
    padding: 0.8rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 100vh;
}
#mail {
    height:100vh;
}
.mail-container{
    margin:0 auto;
    padding:40px 8px;
    text-align: center;
}
.mail-container h2{
    color:#003183;
    font-size: 1.5rem;
    margin-bottom:40px;
}
.mail-container img{
    width:50px;
    margin-bottom:40px;
}
.mail-container p{
    font-weight: bold;
    line-height: 1.5;
}
.back-btn{
    margin:3rem 1rem;
}
.back_button{
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.8rem 1.4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 100vh;
    color: #fff;
    background-color: #a6a6a6;
  }



/* フッター */
footer{
    background-color: #000;
}
.footer-container.w-container {
    text-align: center;
}
.footer-container.w-container img {
    width:20%;
    padding-top: 20px;
}
.footer__Copy {
    color: #fff;
    padding: calc(15 * (100vw/1500)) calc(30 * (100vw/1500)) calc(10 * (100vw/1500));
    font-size: calc(12 * (100vw/1500));
    letter-spacing: 0.05em;
    text-align: center;
}
.footer__Copy p {
    padding-bottom: calc(10 * (100vw/1500));
}
.footer__Copy p span {
    padding: 0 calc(10 * (100vw/1500));
}
.footer__Copy a {
    color: #fff; 
}
.footer__Copy a:hover {
    color: #29abe2;
}
@media only screen and (max-width: 768px) {
    .footer-container.w-container img {
        width:50%;
    }
    .footer__Copy {
        padding: calc(45 * (100vw/750)) calc(30 * (100vw/750));
        font-size: calc(25 * (100vw/750));
    }
    .footer__Copy p {
        padding-bottom: calc(20 * (100vw/1500));
    }
}

/* animation */
.anime {
    opacity: 0;
    transition: all 1.5s;
}
/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  animation: fadeInLeft .7s ease-out forwards;
  animation-delay: .3s;
}
/* アニメーションの定義 */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}