@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');/* 共通 */
@font-face {
    font-family: "jp";
    src: url("JP/GenSenMaruGothicJP-Regular.ttf") format("truetype");
}
body{
    font-family: 'GenSenMaruGothic JP TTF';
    background-color: #FCFCFA;
    font-family: "jp";
}
.bold{
    font-weight: bold;
}

/* ソートギミック */
.content-item.hidden {
    display: none;
}
nav{
    max-width: 1366px;
    margin: 0 auto;
    width: 80%;
}
/* ヘッダー */
header{
    padding-top: 3%;
    font-family: "Quicksand", serif;
    color:#7D7D7D;
    font-weight: bold;
}
nav ul{
    display:flex;
    gap:3%;
    font-family: "Quicksand", serif;
}
nav ul li:hover{
    color:#678EC1;
}
#btn01{
    display: none;
    position: fixed;
}
h1 img{
    width: 100%;
}
.h1{
    max-width: 527px;
    width: 50%;
    margin:0 auto;
    padding: 12% 0 14%;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 30px;
    height: 14px;
    cursor: pointer;
  }
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1267A5;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 20px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
    opacity: 0;
}
#btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
.sp-br{
    display: none;
}

/* section共通 */
section:not(.mv,.about){
    width: 100%;
    background-color: #fff;
}

/* mv */
.mv{
    padding: 0 10%;
}
.mv img{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.mv div{
    width: 80%;
    margin: 5% auto;
    max-width: 800px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 5%;
}
.mv h2{
    font-size: 14px;
    color: #8BB3D2;
    text-align: center;
    margin-bottom: 5%;
    font-family: "Quicksand", serif;

}
.mv h2::after,.mv h2::before{
    content: "-";
    margin: 0 .25em;
}
.mv p{
    font-size: 16px;
    margin-bottom: 2em;
    line-height: 2em;
}

/* About */
.about{
    padding-left: 10%;
}
.about > div{
    position: relative;
    width: 100%;
    background-color: #4171B1;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    padding-left: 27.5%;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #fff;
    box-shadow: 0 10px 30px 0 #45628284;
}
.about h2{
    padding-top: 10%;
    width: 42%;
    margin-left: auto;
    margin-right: 11%;
    margin-bottom: -.5%;
}
.img_kanda{
    position: absolute;
    left: -1%;
    bottom: 0%;
    width: 22.5%;
}
.sub_profile{
    display: none;
}
dl{
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}
dt {
    width: 10%;
}
dd {
    width: 87.5%;
    margin-left: auto;
}
.viewmore{
    margin-left: 12.5%;
    cursor: pointer;
    margin-bottom: 3%;
    max-width: 208px;
}

/* SERVICE */
.service{
    margin-top: 30%;
    position: relative;
    padding-top: 5%;
    color:#707070;
}
.service h2{
    position: absolute;
    width: 50%;
    left:10%;
    bottom:97.5%
}
.service_img{
    width: 100%;
    padding-right: 10%;
    margin-bottom: 5%;
}
.service_container{
    margin: 0 auto;
    max-width: 1192px;
    width: 70%;
    display: flex;
}
.service_left{
    display: flex;
    width: 50%;
    align-items: center;
    font-size: 24px;
    gap: 32px;
    cursor: pointer; /* ホバー可能を示す */
    padding: 3% 0;
    border-top: solid 1px #E6EDF5;
    font-weight: bold;
}
.service_count{
    font-size: 36px;
    color: #4171B1;
    font-weight: 100;
}
.service_left img{
    width: 32px;
    margin-left: auto;
}
.service_right{
    width: 50%;
    padding: 3% 0;
    padding-left: 5%;
    opacity: 0;
    border-top: solid 1px #E6EDF5;
    border-bottom: solid 1px #E6EDF5;
    white-space: nowrap;
    -webkit-white-space: nowrap;
}

/* FLOW */
.flow h2{
    padding-top: 15%;
    width: 100%;
    padding-left: 10%;
    margin-bottom: 3%;
}
.flow h2 img{
    width: 100%;
}
.flow_flex{
    display: flex;
    margin-left: 15%;
    margin-right: 10%;
    gap:5%
}
.flow_flex > div{
    width: 50%;
}
.flow_title{
    display: flex;
    font-size: 24px;
    color: #678EC1;
    align-items: center;
    justify-content: space-between;
    padding: 1.75em 1em 1.75em;
    cursor: pointer;
}
.flow_title h3{
    font-size: 1em;
}
.flow_title img{
    width: 32px;
}
.flow_desc{
    display: none;
    padding: 0em 2em 3em;
    color: #707070;
}
.flow_desc img{
    width: 100%;
}
.flow_container{
    border: solid 3px #ABC7EB;
    border-radius: 16px;
    margin-bottom: 4em;
    box-shadow: 0px 10px 30px #cccccc79;
}
.flow_left{
    margin-top: 0;
}
.flow_right{
    margin-top: -12%;
}
/* VOICE */
.voice{
    margin-top: 30%;
    padding-top: 10%;
    position: relative;
    padding-bottom: 10%;
}
.voice h2 img{
    width: 100%;
}
.voice h2{
    width: 35%;
    position: absolute;
    bottom: 98.5%;
    right: 10%;
}
.voice_p{
    text-align: center;
    font-size: 32px;
    color: #678EC1;
    font-weight: bold;
}
.voice_list{
    background-color: #F7F7F9;
    width: 70%;
    margin: 0 auto;
    padding: 3% 0 2%;
    margin-top: 3%;
    border-radius: 24px;
}
.tabs{
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}
.tab-button{
    background-color: #fff;
    padding:.75em 2em;
    color:#5282C3;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
}
.content {
    max-width: 900px;
    margin: 5% auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    justify-items: center;
    gap: 20px;
}
.content-item {
    background-color: #fff;
    padding: 2em;
    border-radius: 16px;
    margin-bottom: 20px;
    max-width: 400px;
    padding-bottom: 2em;
}
.item1 { grid-row: span 1;}
.item2 { grid-row: span 2;}
.item3 { grid-row: span 3;}
.item4 { grid-row: span 4;}
.item5 { grid-row: span 5;}
.item6 { grid-row: span 5;}
.item7 { grid-row: span 5;}
.item8 { grid-row: span 5;}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .content {
        max-width: 100%;
        padding: 10px;
    }
    .content-item {
        margin: 0 auto;
    }
}
.tab_cate{
    margin-bottom: .75em;
    padding: .2em 1em;
    border-radius: 16px;
    background-color: #678EC1;
    color:#fff;
    display: inline-block;
    font-weight: bold;
}
.tab_bottom{
    display: block;
    text-align: right;
}

/* contact */
.contact{
    width: 100%;
    margin-top: 30%;
    padding-top: 10%;
    position: relative;
    padding-bottom: 10%;
}
.contact h2{
    width: 60%;
    position: absolute;
    bottom: 97.5%;
    left: 10%;
}
.form-container{
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
}
.form-flex{
    display: flex;
    margin-bottom: 3em;
}
.form-flex>label{
    width: 30%;
    color:#678EC1;
    font-weight: bold;
    font-size: 20px;
}
.form-container > p{
    text-align: center;
    font-size: 32px;
    color: #678EC1;
    font-weight: bold;
    margin-bottom: 8%;
}
.services{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    color: #707070;
}
.services label{
    width: 40%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 12px;
}
input[type="text"], input[type="tel"],input[type="email"],textarea{
    border:none;
    background-color: #F1F1F5;
    border-radius: 6px;
    width: 50%;
    height: 2.2em;
}
textarea{
    min-height: 12em;
}
#tel,#email,#address,textarea{
    width: 70%;
    height: 2.2em;
}
select{
    border:none;
    background-color: #F1F1F5;
    border-radius: 6px;
    height: 2.2em;
    width: 7em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%23B7C5D9' stroke-width='2' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
}
.birthdate{
    display: flex;
    color:#678EC1;
    align-items: center;
    font-weight: bold;
}
#year{
    width: 5em;
    margin-right: .5em;
    text-align: right;
    margin-bottom: .1em;
}
#month,#day{
    width: 3em;
    margin-left: 1em;
    margin-right: .5em;
    text-align: right;
}
input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #96AFD4;
    border-radius: 50%;
    width: 60%;
    margin: 0 auto;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #F1F1F5;
    padding: 0;
  }
  input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #96AFD4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
input[type="checkbox"] {
    position: relative;
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: -2.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 20px;
    background-color: #F1F1F5;
}
input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #96AFD4;
    border-bottom: 2px solid #96AFD4;
    content: '';
}
.consent label{
    display: flex;
    color:#707070;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    margin-left: auto;
}
.consent{
    margin: 0 auto;
}
.submit{
    display: block;
    width: 39%;
    max-width: 326px;
    text-align: center;
    padding:1em 0;
    border: 3px solid #678EC1;
    margin: 5% auto;
    color: #678EC1;
    border-radius: 40px;
    font-weight: bold;
}
/* footer */
footer{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding:5% 0;
    max-width: 1366px;
}
footer ul, footer p:not(.copy){
    font-family: "Quicksand", serif;
    font-weight: bold;
}
footer ul,footer div{
    display: flex;
    gap:32px;
    color:#678EC1;
}
.copy{
    color: #7D7D7D;
}
.hum{
    display: none;
}
:where(:focus-visible) {
    outline: 3px solid #5282C3;
    outline-offset: 1px;
}
.simplebar-content{
    display: flex;
    justify-content: space-between;
}
.tab-button.active{
    border:solid 3px #ABC7EB;
}
@media(max-width:900px){
    .h1{
        width: 70%;
    }
    .content {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    #btn01{
        display: block;
        position: fixed;
        top: 2.5%;
        z-index: 11;
        right: 5%;
    }
    nav > ul{
        display: none;
    }
    nav{
        display: flex;
        justify-content: flex-end;
        padding:0 1em;
    }
    .sp-br{
        display: block;
    }
    .mv{
        padding: 0 5%;
    }
    .mv div {
        width: 100%;
    }
    .mv h2 {
        margin: 15% 0 10%;
    }
    .about > div {
        padding-left: 0px;
        flex-direction: column;
        padding-top: 0;
        border-radius: 50px 0px 0px 0px;
    }
    .about > div >dl {
        row-gap: 0px;
        flex-direction: column;
        padding-left: 10%;
        margin-top: 10%;
    }
    dd{
        margin-bottom: 2em;
        margin-right: 12%;
    }
    .img_kanda{
        width: 80%;
        position: relative;
        margin-top: -5%;
    }
    .sp-none{
        display: none;
    }
    .submit{
        max-width: 100%;
        box-sizing: border-box;
    }
    .sub_profile dl{
        row-gap: 0px;
        flex-direction: column;
    }
    dt{
        width: 100%;
    }
    .voice{
        padding-top: 15%;
    }
    .viewmore {
        margin-left: 0%;
        cursor: pointer;
        width: 80%;
    }
    .about h2 {
        width: 60%;
        margin-right: 5%;
    }
    .service {
        margin-top: 50%;
    }
    .services label{
        font-size: 20px;
    }
    .service h2 {
        padding-top: 45%;
        width: 60%;
        margin-left:-5%;
        margin-right: auto;
        margin-bottom: 3%;
    }
    .service_container{
        flex-direction: column;
        width: 85%;
        margin:0 auto
    }
    .service_left {
        display: flex;
        width: 100%;
        align-items: center;
        font-size: 20px;
        gap: 24px;
        cursor: pointer;
        padding: 3% 0;
    }
    .service_right {
        width: 100%;
        padding: 3% 0 10%;
        opacity: 10;
        font-size: 16px;
        display: block !important;
        opacity: 1 !important;
        border-top: none;
        white-space: wrap;
        -webkit-white-space: wrap;
    }
    .flow_flex{
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
    }
    .flow_left{
        width: 100% !important;
    }
    .flow_title h3{
        font-size: 16px;
    }
    .flow_title {
        padding: 1em .8em;
    }
    .flow h2,.about{
        padding-left: 5%;
    }
    .service_img{
        padding-right: 5%;
    }
    .flow_container {
        margin-bottom: 2em;
    }
    .flow h2{
        margin-bottom: 1.5em;
    } 
    .flow_title img {
        width: 24px;
    }
    .flow_right{
        width: 100% !important;
        margin-top: 5%;
    }
    .voice_p {
        font-size: 24px;
        margin-bottom: 10%;
    }
    .voice{
        margin-top: 55%;
        padding-bottom: 20%;
    }
    .voice h2 {
        width: 50%;
        bottom: 99.5%;
        right: 5%;
    }
    .voice_list {
        background-color: #F7F7F9;
        width: 90%;
        padding-top: 5%;
    }
    .tabs{
        padding: 0;
        overflow: scroll;
        scrollbar-color: #678EC1 #678EC1;
        scrollbar-width: thin;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 1.5em;

    }
    .consent label {
        width: 100%;
    }
    .content{
        gap: 32px;
        padding-bottom: 32px;
    }
    .simplebar-content{
        display: flex;
        gap:5%;
    }
    .tabs::-webkit-scrollbar {
        width: 20px;
    }
    .tabs::-webkit-scrollbar-track {
    background-color: #678EC1;
    border-radius: 100px;
    }
    .tabs::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    }
    .tab-button {
        white-space: nowrap;
        -webkit-white-space: nowrap;
    }
    .content {
        justify-content: center;
    }
    .content-item {
        max-width: 95%;
        padding:1.5em
    }
    .tab_bottom{
        margin-top: .3em;
    }
    .form-flex {
        flex-direction: column;
        margin-bottom: 2em;
    }
    select {
        width: 100%;
    }
    .services{
        width: 100%;
        flex-direction: column;
        row-gap: .25em;
        margin-top: .5em;
    }
    .form-flex>label{
        width: 100%;
        margin-bottom: .5em;
        font-weight: bold;
    }
    input[type="text"], input[type="tel"], input[type="email"], textarea {
        border: none;
        background-color: #F1F1F5;
        border-radius: 6px;
        width: 100%;
    }
    input[type="text"], input[type="tel"],input[type="email"],textarea{
        width: 100% !important;
    }
    .contact h2 {
        bottom: 99.5%;
        left: 5%;
        width: 70%;
    }
    .contact{
        margin: 50% 0 0;
        background-color: #F7F7F9;
    }
    .services label {
        width: 100%;
    }
    .viewmore{
        margin-bottom: 15%;
        width: 80%;
        max-width: 80%;
    }
    form{
        background: #fff;
        width: 100%;
        padding:5% 10%;
    }
    .form-container{
        width: 100%;
        padding-top: 1em;
    }
    .form-container p{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 6%;
    }
    footer{
        justify-content: center;
    }
    footer ul, footer p:not(.copy){
        display: none;
    }
    header{
        padding-top: 40%;
        padding-bottom: 40%;
    }
    .hum{
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        gap: 2em;
        font-size: 24px;
        color:#1267A5;
        font-weight: bold;
        background-image: url(../img/logo-hum.png);
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 10;
    }
    .hum.active {
        display: flex;
    }

    .scroll__inner {
        background-color: #ffffff;
        padding: 0 0 20px 0;
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
      }
      .scroll__inner::-webkit-scrollbar {
        /* Chrome, Safari 対応 */
        display: none;
      }
      .simplebar-scrollbar::before {
        background: #678EC1;
        border-radius: 4px;
        height: 5px !important;
        margin-left: 2px;
        margin-top: 0px;
      }
      .simplebar-scrollbar.simplebar-visible::before {
        opacity: 1;
      }
      .simplebar-track {
        background: #EAEAEA;
        height: 10px !important;
        border-radius: 8px;
      }
      .submit{
        width: 100%;
        margin-top: 3em;
      }
}
/* pp */
.p_h1{
    font-family: "Quicksand", serif;
    font-size:64px;
    text-align: center;
    margin:5% 0;
    font-weight: normal;
    color:#1267A5;
}
.p_container{
    background-color: #fff;
    width: 100%;
    line-height: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
}
.p_container > div{
    width: 90%;
    max-width: 993px;
    margin:0 auto
}
.p_container h2, .p_container h1{
    font-size: 1em;
    margin-top: 2em;
    font-weight: normal;
}
.p_container ul{
    margin-top: 2em;
    padding-left: 1em;
}
.p_container ul li{
    list-style:disc;
}
#pp{
    text-decoration: underline;
    margin-left: 8px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

.modal-content p {
    margin-bottom: 20px;
}

#close-modal {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#close-modal:hover {
    background: #0056b3;
}
.error-list,.success{
    margin-bottom: 1em;
    text-align: center;
    color:#93183b
}
.success{
    color: #0056b3;
    font-size: 1em;
    margin-top: 1em;
    display: none;
}