﻿@charset "utf-8";

/***********************************************
PC
************************************************/

/* ======== 共通 ======== */
body {
    font-size: 16px;
}

/* ======== コンテンツ ======== */
main {
    background: #F9F3E4;
    padding-bottom: 0;
}
header {
    padding: 20px 0;
}
header img {
    width: auto;
}
header .row a {
    font-size: 16px;
    background: #FFF;
    color: #333;
    border-radius: 20px;
    padding: 10px 20px;
    margin-left: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
}
header .row a::before {
    content: none;
}
header .row .link {
    top: 0;
}
.mv {
    padding-bottom: 10px;
}
.mv .slide-box {
  width: 626px;
}
.mv .slick-prev::before {
  background-image: url(../img/ico-arrow-l.png);
}
.mv .slick-next::before {
  background-image: url(../img/ico-arrow-r.png);
}
.mv .slick-prev,
.mv .slick-next {
    width: 50px;
    height: 50px;
}
.mv .slick-prev::before,
.mv .slick-next::before {
    width: 50px;
    height: 50px;
}
.mv .slick-prev {
    left: 0;
}
.mv .slick-next {
    right: 0;
}
.mv .slick-slide {
    margin: 0;
}
.mv h1 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 15px;
}
.mv .l p {
    margin-top: 20px;
    margin-bottom: 25px;
}
.mv .l p strong {
    color: #333;
}
.cv {
    text-align: center;
    background: #00AEBB;
    padding: 40px 0;
    margin: 60px 0;
    color: #FFF;
    font-weight: bold;
}
.cv.last {
    margin: 0;
}
.cv .catch {
    font-size: 26px;
    margin-bottom: 30px;
}
.cv p.note {
    font-size: 16px;
    color: #FFF!important;
}
.mv .cv p.note {
    color: #333!important;
}
.mv .cv {
    background: none;
    text-align: left;
    padding: 0;
    color: #333;
    margin: 0;
}
.cv a {
    text-align: center;
    display: inline-block;
    background: #F2790D;
    color: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
    width: 560px;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 20px;
    font-size: 28px;
    text-decoration: none;
    transition: 0.3s;
}
.mv .cv a {
    width: 300px;
    margin-bottom: 15px;
    font-size: 24px;
}
.cv a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.mv .l p.note {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
nav.head {
    background: #00AEBB;
    color: #FFF;
}
nav.head ul {
    padding: 10px 0;
}
nav.head ul li {
    border-left: none;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav.head ul li:last-child {
    border-right: none;
    position: relative;
}
nav.head ul li::before {
    content: "";
    width: 1px;
    height: 40px;
    background: #FFF;
    display: inline;
    
}
nav.head ul li:first-child::before {
    content: none;
}
nav.head ul li a:link, nav.head ul li a:visited, nav.head ul li a:active {
    color: #FFF;
}
nav.head ul li a::after {
    content: none;
}
h2 {
    font-size: 36px;
    color: #333;
    background: none;
    margin-bottom: 50px;
    margin-top: 0;
}
h2::before {
    content: none;
}
section {
    padding: 60px 0;
}
section p {
    font-size: 16px;
}
.sec01 h3 {
    background: #00AEBB;
    color: #FFF;
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
    padding: 20px 25px;
    border-radius: 20px;
}
.sec01 h3 span {
    margin-right: 20px;
}
.sec01 .item {
    margin-bottom: 20px;
}
.sec01 .item:last-child {
    margin-bottom: 0;
}
.sec01 .img {
    flex-shrink: 0;
}
.sec01 .text {
    margin-left: 25px;
    padding: 0 20px 0 0;
}
.sec01 .text p {
    font-size: 16px;
    line-height: 1.8;
}
.sec02 .sub-h {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 40px;
}
.sec02 .reason-box {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #00AEBB;
    padding: 40px 50px;
}
.sec02 .reason-box .item {
    position: relative;
    padding-left: 220px;
    border-bottom: 1px dotted #00AEBB;
    margin-bottom: 25px;
}
.sec02 .reason-box .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sec02 .reason-box .item .img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    text-align: center;
    width: 184px;
}
.sec02 h3 {
    text-align: left;
    background: #00AEBB;
    color: #FFF;
    font-size: 24px;
    padding: 5px 30px;
    border-radius: 0;
}
.sec02 h4 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #b3e7eb 70%);
    display: inline;
}
.sec02 p {
    margin-bottom: 25px;
}
.pre03 .sec02 .item {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #00AEBB;
    padding: 40px 50px;
    margin-bottom: 40px;
}
.pre03 .sec02 .prep-box .item:last-child {
    margin-bottom: 0;
}
.pre03 .sec02 h3 {
    background: none;
    color: #333;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
}
.pre03 .sec02 h3 span {
    color: #00AEBB;
    font-size: 40px;
}
.pre03 .sec02 h3 strong {
    color: #333;
    background:  linear-gradient(transparent 80%, #32bcc3 80%);
}
.pre03 .sec02 .h {
    text-align: center;
}
.pre03 .sec02 h4 {
    background: #00AEBB;
    font-size: 16px;
    color: #FFF;
    border-radius: 20px;
    padding: 10px 15px;
    margin: 0 auto 25px;
    display: inline-block;
}
.pre03 .sec02 .l,
.pre03 .sec02 .r {
    width: 350px;
    position: relative;
}
.pre03 .sec02 .l::after {
    content: "";
    background: #00AEBB;
    width: 1px;
    height: 210px;
    position: absolute;
    top: 30px;
    right: -85px;
}
.pre03 .sec02 .s02 p {
    width: 580px;
    margin: auto;
}
.pre03 .sec02 b {
    text-align: center;
    display: block;
    margin-top: 30px;
}
.pre03 .sec02 p.mb0 {
    margin-bottom: 0;
}
.sec03 .img {
    flex-shrink: 0;
}
.sec03 .item .flex {
    align-items: flex-start;
}
.sec03 .item:nth-child(2) .flex .img {
    order: 1;
}
.sec03 .item:nth-child(2) .flex .text {
    order: 2;
}
.sec03 h3 {
    font-size: 24px;
    background-color: none;
    background:  linear-gradient(transparent 90%, #32bcc3 90%);
    background-position-y: -10px;
    border-radius: 0;
    text-align: left;
    display: inline;
}
.sec03 h3 span {
    font-size: 48px;
    color: #F2790D;
}
.sec03 .item {
    margin-bottom: 40px;
}
.sec03 .item:last-child  {
    margin-bottom: 0;
}
.sec03 .item p {
    line-height: 2;
}
.sec03 .item .img {
    padding-left: 40px;
}
.sec03 .item:nth-child(2) .img  {
    padding-left: 0;
    padding-right: 40px;
}
.sec04 .price-box {
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #00AEBB;
    padding: 40px 50px;
}
.sec04 .price {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #00AEBB;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sec04 .price span {
    font-size: 48px;
    color: #00AEBB;
    font-weight: bold;
}
.sec04 h3 {
    font-size: 16px;
    background: none;
    padding: 0;
    margin-bottom: 25px;
}
.sec04 .flex {
    align-items: flex-start;
}
.sec04 .l,
.sec04 .r {
    width: 40%;
}
.sec04 .l {
    border-right: 1px solid #00AEBB;
}
.sec04 .l {
    width: 50%;
    padding-right: 80px;
}
.sec04 ul {
    padding-right: 20px;
}
.sec04 ul li {
    font-size: 16px;
    font-weight: normal;
    border-bottom: none;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.sec04 .l ul li {
    margin-bottom: 25px;
}
.sec04 ul li::before {
    content: url(../img/ico-check.png);
}
.sec04 .note {
    margin-top: 25px;
    font-size: 11px;
}
.sec05 dt {
    background: #aeded8;
    padding: 20px 150px 20px 100px;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
}
.sec05 dt span {
    background: #2a9cb0;
    color: #FFF;
    padding: 5px 25px 10px;
    margin-right: 20px;
    border-radius: 22px;
    font-size: 24px;
    font-weight: bold;
}
.sec05 dt.open {
    margin-bottom: 20px;
}
.sec05 dt::after {
    content: "";
    height: 28px;
    width: 28px;
    background-image: url("../img/ico-plus-b.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.sec05 dt.open::after {
    background-image: url("../img/ico-minus-b.png");
}
.sec05 dt::before {
    content: "Q";
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #00AEBB;
    background: #FFF;
    padding: 0 8px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sec05 dd::before {
    content: "A";
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #F2790D;
    background: #FFF;
    padding: 0 8px;
    left: 30px;
    top: 20px;
    transform: translateY(-50%);
}
.sec05 dd {
    padding: 0 50px 0 100px;
    margin-bottom: 35px;
    position: relative;
}
.sec05 dd p {
    margin-bottom: 25px;
}
.sec05 dd p:last-child {
    margin-bottom: 0;
}




/***********************************************
SP
************************************************/
@media screen and (max-width: 667px){
    
    /* ======== 共通 ======== */
    body {
        font-size: 4vw;
    }
    img {
        margin-bottom: 3vw;
    }

    /* ======== コンテンツ ======== */

    header {
        padding: 5vw 0 5vw 5vw;
    }
    header img {
        width: 25vw;
    }
    .top.link {
        background: #FFF;
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .top.link div {
        position: relative;
        text-align: center;
        padding: 3vw 3vw 6vw;
        line-height: 1.2;
    }
    .top.link div:first-child::after {
        content: "";
        background: #5B5959;
        width: 1px;
        height: 10vw;
        position: absolute;
        top: 4vw;
        left: 41vw;
    }
    .top.link a {
        color: #333;
        text-decoration: none;
    }
    .top.link a::after {
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 5vw;
      color: #00aebb;
      line-height: 1;
      position: absolute;
      left: 50%;
      bottom: 1vw;
      transform: translateX(-50%);
    }
    .mv {
        padding-bottom: 3vw;
    }
    .mv .slide-box,
    .mv .r img {
      width: 100%;
    }
    .mv .slick-prev,
    .mv .slick-next {
        width: 10vw;
        height: 10vw;
    }
    .mv .slick-prev::before,
    .mv .slick-next::before {
        width: 10vw;
        height: 10vw;
    }
    .mv h1 {
        font-size: 6vw;
        margin-bottom: 3vw;
        text-align: center;
    }
    .mv .l p {
        margin-top: 3vw;
        margin-bottom: 4vw;
    }
    .mv .l img {
        width: 50%;
    }
    .cv {
        padding: 5vw 0;
        margin: 8vw 0;
        text-align: center;
    }
    .cv .catch {
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    .cv p.note {
        font-size: 3vw;
        text-align: center;
    }
    .cv a {
        width: 100%;
        padding: 3vw;
        margin-bottom: 4vw;
        font-size:  5.5vw;
    }
    .mv .cv a {
        width: 80%;
        margin-bottom: 3vw;
        font-size: 5.5vw;
    }
    .mv .cv {
        text-align: center;
    }
    .cv a:hover {
        opacity: 0.8;
        transition: 0.3s;
    }
    .cv p.note {
        font-size: 4vw;
        margin-bottom: 0;
    }
    .mv .l p.note {
        font-size: 3.5vw;
        text-align: center;
        margin-bottom: 5vw;
    }
    nav.head ul {
        padding: 3vw 0;
    }
     nav.head ul li a {
        padding: 1vw 0 2vw;
        font-size: 2.5vw !important;
        margin: auto;
      }
    h2 {
        font-size: 5vw;
        margin-bottom: 5vw;
    }
    section {
        padding: 5vw 0;
    }
    section p {
        font-size: 4vw;
    }
    .sec01 h3 {
        font-size: 4vw;
        margin-bottom: 5vw;
        padding: 4vw 5vw 4vw 12vw;
        position: relative;
    }
    .sec01 h3 span:first-child {
        margin-right: 0;
        position: absolute;
        left: 4vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .sec01 .item {
        margin-bottom: 10vw;
    }
    .sec01 .item .flex {
        width: 90%;
        margin: auto;
    }
    .sec01 .text {
        margin-left: 0;
        padding: 0 0 0 0;
    }
    .sec01 .text p {
        font-size: 4vw;
    }
    .sec02 .sub-h {
        margin-top: -4vw;
        margin-bottom: 5vw;
    }
    .sec02 .reason-box {
        padding: 4vw;
    }
    .sec02 .reason-box .item {
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 10vw;
    }
    .sec02 .reason-box .item .img {
        position: relative;
        transform: translateX(-50%);
        top: 50%;
        left: 50%;
        width: 50%;
        text-align: center;
    }
    .sec02 h3 {
        font-size: 5vw;
        padding: 2vw 4vw;
    }
    .sec02 h4 {
        font-size: 4vw;
    }
    .sec02 p {
        margin-bottom: 4vw;
    }
    .pre03 .sec02 .item {
        padding: 4vw;
        margin-bottom: 5vw;
    }
    .pre03 .sec02 h3 {
        font-size: 6vw;
        display: block;
    }
    .pre03 .sec02 h3 span {
        font-size: 8vw;
    }
    .pre03 .sec02 h4 {
        font-size: 4vw;
        padding: 2vw 4vw;
        margin: 0 auto 4vw;
        display: block;
    }
    .pre03 .sec02 .l,
    .pre03 .sec02 .r {
        width: 100%;
    }
    .pre03 .sec02 .l::after {
        content: none;
    }
    .pre03 .sec02 .s02 p {
        width: 100%;
    }
    .pre03 .sec02 b {
        margin-top: 5vw;
    }
    .sec03 h3 {
        font-size: 6vw;
    }
    .sec03 h3 span {
        font-size: 10vw;
    }
    .sec03 .item {
        margin-bottom: 6vw;
    }
    .sec03 .item p {
        padding-left: 8vw;
    }
    .sec03 .item .img {
        padding-left: 8vw;
        margin-top: 4vw;
    }
    .sec03 .item:nth-child(2) .img  {
        padding-left: 8vw;
        padding-right: 0;
    }
    .sec04 .price-box {
        padding: 4vw;
    }
    .sec04 .price {
        font-size: 5vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }
    .sec04 .price span {
        font-size: 10vw;
    }
    .sec04 h3 {
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .sec04 .flex {
        display: block;
    }
    .sec04 .l,
    .sec04 .r {
        width: 100%;
    }
    .sec04 .l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5vw;
        border: none;
        border-bottom: 1px solid #00AEBB;
    }
    .sec04 ul {
        padding-right: 0;
    }
    .sec04 ul li {
        font-size: 4vw;
        padding-left: 8vw;
        margin-bottom: 4vw;
        line-height: 1.3;
    }
    .sec04 .l ul li {
        margin-bottom: 4vw;
    }
    .sec04 .note {
        margin-top: 4vw;
        font-size: 3vw;
    }
    .sec05 .row {
        padding-left: 3vw;
    }
    .sec05 dt {
        padding: 4vw 13vw 4vw 15vw;
        font-size: 3.4vw;
        margin-bottom: 5vw;
        height: auto;
    }
    .sec05 dt span {
        padding: 4vw 8vw 6vw;
        margin-right: 4vw;
        font-size: 5vw;
    }
    .sec05 dt.open {
        margin-bottom: 4vw;
    }
    .sec05 dt::after {
        height: 5vw;
        width: 5vw;
        right: 4vw;
    }
    .sec05 dt::before {
        font-size: 5vw;
        padding: 0 2vw;
        left: 4vw;
    }
    .sec05 dd::before {
        font-size: 5vw;
        padding: 0 2vw;
        left: 4vw;
    }
    .sec05 dd {
        padding: 0 5vw 4vw 15vw;
        margin-bottom: 4vw;
    }
    .sec05 dd p {
        margin-bottom: 25px;
    }
    .sec05 dd p:last-child {
        margin-bottom: 0;
    }

}