@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=LINE+Seed+JP:wght@700&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
    position: relative;
}
body {
    font-family: "Google Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    color: #272B3E;
    margin: 0;
    padding: 120px 0 0;
}
a, a:hover, a:focus, a:active {
    color: #918FDB;
	text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #454A83;
}
.container {
    max-width: 1700px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-1,
.col-2,
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12  {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 1720px) {
    body {
        font-size: 18px;
    }
    .container {
        max-width: 1400px;
    }
}
@media only screen and (max-width: 1420px) {
    body {
        font-size: 16px;
    }
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1220px) {
    .container {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1020px) {
    .container {
        max-width: 744px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding: 80px 0 0;
    }
    .container {
        width: 100%;
    }
    .col-1,
    .col-2,
    .col-3, 
    .col-4, 
    .col-5, 
    .col-6, 
    .col-7, 
    .col-8, 
    .col-9, 
    .col-10, 
    .col-11, 
    .col-12  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }   
}



input, 
textarea {
    outline: none;
    border: 0;
    border-radius: 60px;
    width: 100%;
    height: 90px;
    padding: 0 30px;
    background: #fff;
    color: #272B3E;
    font-family: "Google Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.invalid input {
    border: 1px solid #E26767;
    background: #FFEDED;
    
}
.invalid input::placeholder {
    color: #E26767;
}
textarea {
    height: 120px;
}
::placeholder {
    color: #DEDDF4;
}


section {
    margin-bottom: 150px;
}
.title {
    font-family: "LINE Seed JP", sans-serif;
    color: #272B3E;
    font-size: 75px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -3.75px;
}
.title span {
    color: #918FDB;
}
.hidden {
  display: none;
}
.btn {
    width: auto;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 0;
    border-radius: 60px;
    background: #272B3E;
    padding: 0 30px;
    color: #F4F4FB;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
}
.btn:hover {
    background: #918FDB;
}
.die-btn {
    max-width: 426px;
}
.die-btn-mb {
    display: none;
}
.die-btn .die {
    width: 100%;
    height: 63px;
    padding: 0 40px;
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 50px 0;
    background: #F4F4FB;
    font-size: 18px;
    font-weight: 700;
}
.die-btn .btn {
    width: 100%;
}
@media only screen and (max-width: 1720px) {
    .title {
        font-size: 60px;
    }
    .die-btn {
        max-width: 400px;
    }
    input, textarea, .btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1420px) {
    .title {
        font-size: 52px;
        letter-spacing: -1.6px;
    }
    input, textarea {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1220px) {
    .title {
        font-size: 42px;
        
    }
    .die-btn {
        max-width: 330px;
    }
}
@media only screen and (max-width: 767px) {
    section {
        margin-bottom: 80px;
    }
    .title {
        font-size: 32px;
        letter-spacing: -1.3px;
    }
    .die-btn {
        max-width: 100%;
    }
    .die-btn-pc {
        display: none;
    }
    .die-btn-mb {
        display: block;
    }
}

header {
    width: 100%;
    padding: 20px 0;
}
header .logo {
    display: flex;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 140px;
}
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.menu ul li a {
    color: #454A83;
    font-size: 18px;
    font-weight: 700;
}
.menu ul li a:hover {
    color: #272B3E;
}
.header-right {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 5px 5px 5px 30px;
    border-radius: 60px;
    background: #F4F4FB;
}
.header-right .btn {
    height: 70px;
}
.header-right .btn:hover {
    background: #ECEDF3;
    color: #918FDB;
}
.header-right .tel span {
    display: block;
    color: #918FDB;
    font-size: 16px;
    font-weight: 400;
}
.header-right .tel a {
    color: #272B3E;
    font-weight: 700;
}
.menuToggle {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 7.5px;
    background-color: #918FDB;
    background-image: url(../img/icon-nav.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
}
.active .menuToggle {
    transform: rotate(90deg);
}
.popup-menu {
    position: absolute;
    top: 75px;
    z-index: 11;
    width: 100%;
    height: 100vh;
    display: none;
    backdrop-filter: blur(2px);
}
html.active {
    overflow: hidden;
}
.active .popup-menu {
    display: block;
}
.container-menu {
    padding: 60px 20px;
    border-radius: 30px;
    background: #918FDB;
    margin: 5px 10px;
    text-align: center;
}
.container-menu .menu ul {
    gap: 20px;
}
.container-menu .menu ul li {
    width: 100%;
}
.container-menu .menu ul li a {
    color: #fff;
    font-size: 18px;
}
.container-menu .btn {
    width: 100%;
}
.container-menu .tel {
    margin: 60px 0;
}
.container-menu .tel span {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #F4F4FB;
}
.container-menu .tel a {
    color: #F4F4FB;
    font-family: "Google Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1.3px;
}
@media only screen and (max-width: 1720px) {
    .header-left {
        gap: 100px;
    }
    .menu ul {
        gap: 40px;
    }
    .menu ul li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1420px) {
    .header-left {
        gap: 70px;
    }
}
@media only screen and (max-width: 1220px) {
    header .menu {
        display: none;
    }
}
@media only screen and (max-width: 1020px) {
    
}
@media only screen and (max-width: 767px) {
    header {
        padding: 25px 0;
    }
    header .logo {
        width: auto;
        height: 22px;
    }
    .header-left {
        width: 100%;
        justify-content: space-between;
    }
    .header-right {
        display: none;
    }
    .menuToggle {
        display: block;
    }
}













.section-home-first .container {
    position: relative;
    padding-bottom: 200px;
}
.section-home-first .block-bg {
    width: 66%;
    background: url(../img/rectangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px;
    display: flex;
    flex-wrap: wrap;
    gap: 92px;
    border-radius: 150px;
}
.section-home-first .title {
    margin: 0 0 20px;
    max-width: 882px;
}
.section-home-first p {
    margin: 0;
    max-width: 478px;
}
.section-home-first .die-btn .die {
    background: #FFF;
    color: #918FDB;
}
.section-home-first .die-btn .btn {
    background: #918FDB;
}
.section-home-first .die-btn .btn:hover {
    background: #272B3E;
    color: #F4F4FB;
}
.section-home-first .block-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66%;
    height: 678px;
    background-size: cover;
    border-radius: 150px;
}
.section-home-first .block-photo img {
    display: none;
}
.section-home-first .icon {
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 1720px) {
    .section-home-first .container {
        padding-bottom: 150px;
    }
    .section-home-first .block-bg {
        gap: 60px;
    }
    .section-home-first .block-photo {
        width: 62%;
        height: 545px;
    }
    .section-home-first .title {
        max-width: 640px;
    }
}
@media only screen and (max-width: 1420px) {
    .section-home-first .container {
        padding-bottom: 130px;
    }
    .section-home-first .block-bg {
        width: 69%;
        gap: 60px;
        padding: 80px;
        border-radius: 100px;
    }
    .section-home-first .block-photo {
        width: 60%;
        height: 441px;
        border-radius: 100px;
    }
    .section-home-first .title {
        max-width: 600px;
    }
}
@media only screen and (max-width: 1220px) {
    .section-home-first .container {
        padding-bottom: 100px;
    }
    .section-home-first .icon {
        display: none;
    }
    .section-home-first .block-bg {
        padding: 60px;
        width: 78%;
    }
    .section-home-first .title {
        max-width: 460px;
    }
    .section-home-first .block-photo {
        width: 56%;
        height: 378px;
        border-radius: 82px;
    }
    
}
@media only screen and (max-width: 1020px) {
    .section-home-first .container {
        padding-bottom: 0;
    }
    .section-home-first .block-bg {
        background: #F4F4FB;
        width: 100%;
        padding: 20px;
        border-radius: 30px;
        margin: 0 0 20px;
    }
    .section-home-first .block-bg > div {
        width: 100%;
    }
    .section-home-first .block-photo {
        width: 100%;
        height: auto;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
    }
    .section-home-first .block-photo img {
        display: block;
        width: 100%;
        height: auto;
    }
    
}
@media only screen and (max-width: 767px) {
    
}



.section-home-space .title {
    position: relative;
    max-width: 830px;
}
.section-home-space .title span {
    width: 746px;
    position: absolute;
    margin: 0 20px;
}
.section-home-space .space-top {
    margin: 140px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.section-home-space .space-top-text {
    display: flex;
    gap: 40px;
}
.section-home-space .space-top-text b, .section-home-space .space-top-text p {
    max-width: 607px;
    margin: 0;
}
.section-home-space .block {
    padding: 40px;
    border-radius: 30px;
    background: #F4F4FB;
}
.section-home-space .block .post {
    color: #918FDB;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 140px;
    display: flex;
    justify-content: space-between;
}
.section-home-space .block .post img {
    width: 172px;
    height: auto;
}
.section-home-space .block .name {
    font-size: 25px;
    font-weight: 700;
}
.section-home-space .block p {
    margin: 10px 0 0;
}
@media only screen and (max-width: 1720px) {
    .section-home-space .title span {
        max-width: 700px;
    }
    .section-home-space .space-top-text b, 
    .section-home-space .space-top-text p {
        max-width: 444px;
    }
    .section-home-space .space-top img {
        width: 200px;
        height: auto;
    }
    .section-home-space .block .post {
        font-size: 30px;
    }
    .section-home-space .block .name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1420px) {
    .section-home-space .space-top-text b, .section-home-space .space-top-text p {
        max-width: 400px;
    }
    .section-home-space .title {
        max-width: 590px;
    }
    .section-home-space .title span {
        max-width: 500px;
    }
    .section-home-space .block .post {
        font-size: 26px;
        margin: 0 0 100px;
    }
    .section-home-space .block .post img {
        width: 115px;
    }
    .section-home-space .block .name {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1220px) {
    .section-home-space .space-top {
        margin: 100px 0 60px;
    }
    .section-home-space .title {
        max-width: 455px;
    }
    .section-home-space .title span {
        max-width: 420px;
    }
    .section-home-space .space-top img {
        width: 70px;
    }
    .section-home-space .block .post {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .section-home-space .block .post span {
        order: 2;
        width: 100%;
        display: block;
        margin: 60px 0 0;
    }
    .section-home-space .block .post img {
        order: 1;
    }
}
@media only screen and (max-width: 1020px) {
    .section-home-space .space-top {
        margin: 40px 0 60px;
        flex-wrap: wrap;
    }
    .section-home-space .space-top img {
        width: 100px;
        margin-bottom: 40px;
    }
    .section-home-space .row {
        margin-bottom: -20px;
    }
    .section-home-space .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-space .title span {
        position: relative;
    }
    .section-home-space .space-top-text {
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .section-home-space .space-top-text b {
        font-size: 18px;
    }
    .section-home-space .space-top-text b, .section-home-space .space-top-text p {
        max-width: 100%;
    }
    .section-home-space .space-top img {
        width: 148px;
        margin-bottom: 0;
        margin-top: 40px;
        order: 2;
    }
    .section-home-space .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-home-space .block {
        padding: 20px;
    }
}


.section-home-situations .title {
    margin-bottom: 40px;
}
.section-home-situations .name {
    margin: 40px 0 10px;
    font-weight: 700;
}
.section-home-situations p {
    margin: 0;
}
.row-situations {
    margin-bottom: -60px;
}
.row-situations .col-6 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1420px) {
    .section-home-situations .name {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1220px) {
    .row-situations .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-home-situations .title {
        max-width: 400px;
    }
    .situations-left {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .situations-right {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .row-situations {
        margin-bottom: 0;
    }
    .row-situations .col-6 {
        margin-bottom: 40px;
    }
    .situations-left,
    .situations-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section-home-help .block {
    padding: 40px;
    border-radius: 30px;
    background: #F4F4FB;
    
}
.section-home-help .block .title {
    font-size: 60px;
    margin: 0 0 20px;
}
.section-home-help .block b {
    max-width: 624px;
    display: block;
}
.section-home-help .block ul {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    padding: 0;
    margin: 140px 0 0;
    list-style: none;
}
.section-home-help .block ul li {
    border-radius: 60px;
    border: 1px solid #918FDB;
    display: flex;
    height: 90px;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}
.section-home-help form {
    padding: 40px;
    border-radius: 30px;
    background: #918FDB;
    height: 100%;
    color: #F4F4FB;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.section-home-help .wpcf7 {
    height: 100%;
}
.form-top, .form-bottom {
    width: 100%;
}
.section-home-help form .title {
    color: #F4F4FB;
    font-size: 45px;
}
.section-home-help form .btn {
    width: 100%;
    margin: 10px 0 0;
}
.section-home-help form .btn:hover {
    color: #918FDB;
    background: #ECEDF3;
}
@media only screen and (max-width: 1720px) {
    .section-home-help .block .title {
        font-size: 50px;
    }
    .section-home-help form .title {
        font-size: 40px;
    }
    .section-home-help .block ul li {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1420px) {
    .section-home-help .block .title {
        font-size: 42px;
    }
    .section-home-help form .title {
        font-size: 32px;
    }
    .section-home-help .block ul li {
        padding: 0;
    }
}
@media only screen and (max-width: 1220px) {
    .section-home-help .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-home-help .block {
        margin-bottom: 20px;
    }
    .section-home-help .block .title br {
        display: none;
    }
    .section-home-help .block ul {
        margin: 60px 0 0;
    }
    .form-top {
        margin: 0 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-help .block,
    .section-home-help form {
        padding: 20px;
    }
    .section-home-help .block .title {
        font-size: 28px;
    }
    .section-home-help form .title {
        font-size: 26px;
    }
    .section-home-help .block ul {
        flex-wrap: wrap;
    }
    .section-home-help .block ul li {
        width: 100%;
        flex: auto;
        height: 60px;
    }
    .section-home-help form p br {
        display: none;
    }
}

footer {
    border-top: 1px solid #918FDB;
    padding: 40px 0;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer .logo {
    display: flex;
}
footer .logo img {
    width: auto;
    height: 68px;
}
.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 78px;
}
.footer-info .name {
    font-size: 16px;
    color: #918FDB;
}
.footer-info a, .footer-info p {
    font-weight: 700;
    color: #272B3E;
    margin: 0;
}
footer .soc {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer .soc li {
    width: 100%;
}
footer .soc li a {
    color: #918FDB;
    font-weight: 400;
}
footer .soc li a:hover {
    color: #454A83;
}
@media only screen and (max-width: 1720px) {
    footer .logo img {
        height: 60px;
    }
}
@media only screen and (max-width: 1420px) {
    footer .logo img {
        height: 50px;
    }
    .footer-info {
        gap: 48px;
    }
}
@media only screen and (max-width: 1220px) {
    footer .logo {
        margin-bottom: 60px;
    }
    .footer-info {
        width: 100%;
    }
}
@media only screen and (max-width: 1020px) {
    footer .logo img {
        height: 68px;
    }
    footer .container {
        position: relative;
    }
    footer .soc {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-info {
        gap: 20px;
    }
    .footer-info > div {
        width: 100%;
    }
    footer .soc {
        position: relative;
    }
    .footer-info a, .footer-info p {
        font-size: 18px;
    }
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
    display: none;
}
div.fancybox-content.popup {
    max-width: 830px;
    border-radius: 30px;
    background: #918FDB;
    padding: 40px;
}
div.fancybox-content.popup .title {
    font-size: 45px;
    letter-spacing: -2.25px;
    color: #F4F4FB
}
div.fancybox-content.popup p, div.fancybox-content.popup p a {
    color: #F4F4FB
}
div.fancybox-content.popup .form-bottom {
    margin: 60px 0 0;
}
div.fancybox-content.popup .popup-bottom {
    margin: 140px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
div.fancybox-content.popup .form-bottom .btn {
    width: 100%;
    margin: 10px 0 0;
}
div.fancybox-content.popup .form-bottom .btn:hover {
    background: #ECEDF3;
    color: #918FDB;
}
div.fancybox-content.popup .fancybox-button svg {
    color: #F4F4FB;
}
div.fancybox-content.popup .popup-left {
    max-width: 500px;
}
div.fancybox-content.popup#thankyou p {
    margin: 0 0 20px;
}
div.fancybox-content.popup .tel {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 45px;
    letter-spacing: -2.25px;
    color: #F4F4FB;
    line-height: 120%;
    display: block;
}
div.fancybox-content.popup .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-radius: 60px;
    border: 1px solid #F4F4FB;
    padding: 0 30px;
    font-weight: 700;
    color: #F4F4FB
}
div.fancybox-content.popup .link:hover {
    background: #F4F4FB;
    color: #918FDB;
}
@media only screen and (max-width: 767px) {
    div.fancybox-content.popup .popup-bottom {
        margin: 80px 0 0;
    }
    div.fancybox-content.popup {
        max-width: 360px;
        padding: 20px;
    }
    div.fancybox-content.popup .title {
        font-size: 26px;
        letter-spacing: -1.3px;
    }
    div.fancybox-content.popup p br {
        display: none;
    }
    div.fancybox-content.popup .tel {
        font-size: 26px;
        letter-spacing: -1.3px;
    }
    div.fancybox-content.popup .link {
        margin: 20px 0 0;
        width: 100%;
    }
}