@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}

a:hover {
    opacity: 0.8;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

.wrap {
    position: relative;
    overflow: hidden;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.parent {
    padding: 80px 5vw;
}

.child {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.red-txt {
    color: #E7340C;
}

.yellow-txt {
    color: #F9F54F;
}

    /*H2タイトル*/
.h2-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    text-align: center;
}

.h2-txt {
    font-family: "Lato", sans-serif;
    color: #0389E7;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
}

.h2-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

.h2-title::before {
    content: "";
    width: 60px;
    height: 2px;
    border-bottom: solid 4px #0389E7;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*終わり*/


/*<header class="header">*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 5vw;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 100;
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-btn {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

.header-logo {
    display: block;
}

.header-ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 24px;
    font-weight: 600;
}

.contact-btn-wrap {
    display: inline-block;
}

.contact-btn {
    display: block;
    max-width: 160px;
    width: 100%;
}
/*終わり*/


/*<section class="fv">*/
.fv {
    padding: 16px 5vw;
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    background-image: url(../img/fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fv-in {
    max-width: 720px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.fv-txt-01-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fv-crown {
    max-width: 16px;
    width: 100%;
}

.fv-txt-01 {
    color: #B69333;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 10px #fff;
}

.fv-h1 {
    font-size: 56px;
    text-shadow: 0 0 10px #fff;
    line-height: 1.4;
    color: #213FA2;
    font-weight: 800;
}

.fv-h1 small {
    font-size: 40px;
}

.fv-txt-02 {
    background-color: #0389E7;
    color: #fff;
    padding: 8px;
    font-size: 18px;
}

.fv-features-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.fv-features-con {
    position: relative;
    background-color: #213FA2;
    border-radius: 8px;
    max-width: 230px;
    width: 100%;
    color: #fff;
    padding: 32px 16px 16px 16px;
}

.fv-features-icon {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 48px;
    width: 100%;
}

.fv-features-txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.fv-features-txt small {
    font-size: 12px;
}

.fv-features-txt-01 small {
    opacity: 0.8;
}
/*終わり*/


/*<section class="cta-01">*/
.cta-01 {
    padding: 40px 5vw;
}

.cta-01-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
/*終わり*/


/*<section class="service">*/
.service {
    position: relative;
}

.service::before {
    content: "";
    width: 100%;
    height: 80%;
    background-color: #F4F7FD;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.service-lead-txt-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 24px;
}

.service-lead-txt-01 {
    color: #213FA2;
    font-weight: 600;
    font-size: 24px;
}

.service-lead-txt-02 span {
    font-weight: 600;
}

.service-flow-flex-01 {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.service-flow-con {
    text-align: center;
}

.service-flow-txt {
    color: #213FA2;
    font-weight: 600;
    font-size: 18px;
}

.service-flex {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-img-wrap {
    width: 48%;
}

.service-txt-wrap {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-txt-01 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
}

.service-bg {
    position: absolute;
    bottom: 80%;
    left: 0;
    z-index: -1;
}
/*終わり*/


/*<section class="cta-02">*/
.cta-02 {
    position: relative;
    background-image: url(../img/cta_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-02-in {
    padding: 32px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.9);
}

.cta-02-wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.cta-02-btn {
    display: inline-block;
}

.cta-02-btn-img {
    display: block;
}

.cta-02-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cta-woman {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
}
/*終わり*/


/*<section class="features">*/
.features-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.features-con {
    background-color: #EAEFFB;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.features-txt-area {
    width: 65%;
}

.features-num {
    display: inline-block;
    background-color: #0389E7;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 14px;
}

.features-num span {
    font-size: 18px;
    padding-left: 8px;
}

.features-h3 {
    font-size: 24px;
    font-weight: 600;
    color: #213FA2;
    margin-top: 8px;
}

.features-txt-wrap {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-txt-02 {
    color: #848484;
    font-size: 14px;
}

.features-img-wrap {
    width: 30%;
    display: flex;
    align-items: center;
}

.features-img {
    max-width: 240px;
    width: 100%;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    background-color: #EAEFFB;
}

.flow-in {
    max-width: 1200px;
}

.flow-flex-01 {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 48px 12px;
}

.flow-con {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 48px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flow-num {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    background-color: #0389E7;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 1;
    border-radius: 50%;
    font-size: 12px;
}

.flow-num span {
    font-size: 20px;
}

.flow-icon-wrap {
    text-align: center;
}

.flow-h3 {
    color: #213FA2;
    font-weight: 500;
    text-align: center;
    font-size: 18px
}

.flow-txt {
    font-size: 14px;
}

.flow-flex-02 {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
}

.flow-img-wrap {
    width: 40%;
    height: auto;
    background-image: url(../img/flow_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 0 0 8px;
}

.flow-txt-wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
}

.flow-txt-01 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #213FA2;
}
/*終わり*/


/*<section class="faq">*/
.faq-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-con {
    background-color: #EAEFFB;
    border-radius: 8px;
    padding: 0 24px;
}

.faq-con:hover {
    cursor: pointer;
}

.nav-open {
    position: relative;
    padding: 16px 0;
}

.q-txt {
    display: flex;
    gap: 8px;
    font-weight: 600;
    padding-right: 40px;
}

.q-txt span {
    color: #0389E7;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.plus-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: solid 1px #213FA2; /* 青色 */
    border-radius: 50%;
    box-shadow: 0 0 0 1px #213FA2 inset; /* 外周リング風 */
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #213FA2;
}

.plus-icon::before {
    width: 40%;
    height: 2px;
}

.plus-icon::after {
    width: 2px;
    height: 40%;
}

.faq-txt {
    display: none;
    padding: 16px 0;
    border-top: dotted 2px #0389E7;
}

.a-txt {
    display: flex;
    gap: 8px;
}

.a-txt span {
    color: #E7340C;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.nav-open.active .plus-icon::after {
    display: none;
}
/*終わり*/


/*<section class="blog">*/
.blog {
    background-color: #EAEFFB;
}

.blog-flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 24px 20px;
}

.blog-con {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.blog-thumb-wrap {
    width: 100%;
    height: 200px;
}

.blog-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.blog-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 8px;
}

.blog-date {
    color: #707070;
    font-size: 12px;
}

.blog-title {
    color: #213FA2;
    font-size: 18px;
    font-weight: 600;
}

.blog-txt {
    font-size: 14px;
}

.blog-read {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 8px;
    font-size: 14px;
    color: #213FA2;
}

.arrow-blue {
    max-width: 6px;
    width: 100%;
}

.archive-btn-wrap {
    margin-top: 40px;
    text-align: center;
}

.archive-btn {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    background-color: #213FA2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 8px;
    border-radius: 8px;
}
/*終わり*/


/*<footer class="footer">*/
.footer {
    padding: 40px 5vw 16px 5vw;
    background-color: #333333;
    color: #fff;
}

.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    max-width: 160px;
    width: 100%;
}

.footer-ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 16px;
    font-size: 14px;
}

.copyright {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }
/*終わり*/  
  

/*<header class="header">*/
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/  
}