@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;
}

h2 {
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
}

.parent {
    padding: 0 5vw;
    margin: 80px 0;
}

.child {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.tb-br,
.sp-br,
.tb-img {
    display: none;
}

.txt-flex {
    display: flex;
}
/*終わり*/

/*<header class="header">*/
.header {
    width: 100%;
    height: 80px;
    padding: 0 5vw;
}

.header-inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-logo {
    width: 40%;
}

.header-logo h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo {
    max-width: 320px;
    width: 100%;
}

.header-site-menu {
    width: 60%;
}

.header-ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 24px;
    color: #4D4D4D;
}

.header-ul li a:hover {
    color: #7EBF46;
}
/*終わり*/

/*white-back*/
.white-back {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*終わり*/

/*<div class="fv">*/
.fv {
    position: relative;
    width: 100%;
    height: calc(90vh - 80px);
}

.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-txt {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 0.15em;
    white-space: nowrap;
}

.fv-txt .txt-01 {
    color: #00466E;
    font-size: 32px;
    margin-bottom: 8px;
}

.fv-txt .no1 {
    margin-bottom: 8px;
}

.fv-txt .txt-02 {
    font-size: 18px;
}
/*終わり*/

/*<section class="btn-area">*/
.btn-area-01 {
    padding: 0 5vw;
    margin: 30px 0;
}

.btn-area h2 {
    color: #00466E;
    margin-bottom: 8px;
}

.btn-area-lead {
    text-align: center;
    color: #00466E;
    margin-bottom: 24px;
}

.btn-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.btn-0102 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}

.btn-01 {
    text-align: center;
    width: 49%;
    background-color: #FBB03B;
    border-radius: 6px;
    padding: 8px 0;
    box-shadow: 3px 3px 0 rgba(200,199,198,0.5);
}

.btn-02 {
    text-align: center;
    width: 49%;
    background-color: #F7881E;
    border-radius: 6px;
    padding: 8px 0;
    box-shadow: 3px 3px 0 rgba(200,199,198,0.5);
}

.btn-03 {
    text-align: center;
    width: 49%;
    background-color: #7CC356;
    border-radius: 6px;
    padding: 8px 0;
    box-shadow: 3px 3px 0 rgba(200,199,198,0.5);
}
/*終わり*/

/*<section class="intro">*/
.intro {
    padding: 0 5vw 80px 5vw;
}

.intro-in {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro h2 {
    color: #00466E;
}

.intro-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 5%;
}

.intro-img {
    width: 45%;
}

.intro-txt {
    width: 45%;
}

.intro-txt .txt-01,
.intro-txt .txt-02 {
    margin-bottom: 16px;
}
/*終わり*/

/*<div class="blue-wrap">*/
.blue-wrap {
    background-color: #A6CDE2;
    padding: 0 5vw;
}
/*終わり*/

/*<div class="gray-back">*/
.gray-back {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    background-color: #FAFAF5;
}
/*終わり*/

/*<section class="feature">*/
.feature {
    padding: 80px 0 8px 0;
}

.feature-in {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.feature .title-box {
    text-align: center;
    margin: 0 auto 40px auto;
    color: #00466E;
}

.feature .title-box h2 {
    font-size: 32px;
}

.feature-con {
    margin-bottom: 40px;
}

.feature-con h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #00466E;
    margin-bottom: 24px;
}

.feature-con h3 span {
    margin-right: 8px;
}

.feature-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.feature-flex-r {
    flex-direction: row-reverse;
}

.feature-img {
    width: 35%;
}

.feature-txt {
    width: 60%;
}
/*終わり*/

/*<section class="btn-area btn-area-03">*/
.btn-area-03 {
    position: relative;
}

.btn-area-03-in {
    position: relative;
    z-index: 2;
}

.white-back-02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100vw;
    height: 120%;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*終わり*/

/*<div class="gray-space">*/
.gray-space01 {
    background-color: #FAFAF5;
    width: 100%;
    height: 40px;
}

.gray-space02 {
    background-color: #FAFAF5;
    width: 100%;
    height: 80px;
}
/*終わり*/

/*<div class="blue-back">*/
.blue-back {
    background-color: #A6CDE2;
    border-radius: 12px;
    padding: 40px 1vw;
}

.blue-back h2 {
    background-color: #fff;
    color: #00466E;
}
/*終わり*/

/*<section class="voice">*/
.voice {
    margin-bottom: 56px;
}

.voice-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
}

.voice-con {
    width: 47%;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

.voice-title {
    font-size: 15px;
}

.voice-name {
    border-bottom: solid 2px #A6CDE2;
    margin-bottom: 8px;
    padding-bottom: 4px;
    font-size: 12px;
}
/*終わり*/

/*<section class="flow">*/
.flow-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 0;
}

.flow-con {
    width: 24%;
    display: flex;
    flex-direction: column;
}

.flow-step {
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
}

.flow-step span {
    background-color: #00466E;
    color: #fff;
    padding: 0 16px;
    border-radius: 4px;
    margin-right: 8px;
}

.flow-wrap {
    border: solid 1px #00466E;
    border-radius: 4px;
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.flow-h3 {
    font-size: 16px;
    font-weight: 400;
    color: #00466E;
    text-align: center;
}

.flow-img {
    margin: 8px 0;
    height: 100px;
}

.flow-txt {
    font-size: 12px;
}
/*終わり*/

/*<section class="company">*/
.company {
    padding: 40px 0;
    text-align: center;
}

.company h2 {
    display: inline-block;
    background: linear-gradient(transparent 70%, #FFFF00 30%);
}

.company-btn-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

.company-btn-txt p {
    background-color: #58CDE1;
    color: #fff;
    padding: 16px;
    width: 24%;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.company-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 32px;
}

.company-img {
    width: 50%;
}

.company-txt {
    width: 45%;
}

.company-txt-area {
    padding: 8px 0;
    margin: 8px 0;
    border-top: solid 2px #d9d9d9;
    text-align: left;
}
/*終わり*/

/*<section class="support">*/
.support {
    padding: 40px 0 80px 0;
    text-align: center;
}

.support h2 {
    display: inline-block;
    background: linear-gradient(transparent 70%, #FFFF00 30%);
}

.support-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.support-con {
    width: 24%;
    line-height: 1.2;
}

.support-con .txt-01 {
    font-size: 12px;
    margin-top: 8px;
}

.support-con .txt-02 {
    font-size: 22px;
    margin-top: 2px;
}
/*終わり*/

/*<section class="q-a">*/
.q-a h2 {
    color: #00466E;
}

.nav-open {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    position: relative;
    font-weight: 400;
    margin-top: 24px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    line-height: 1;
}

.nav-open span,
.faq-txt span {
    margin-right: 8px;
    font-size: 18px;
}

.nav-open span {
    color: #58CDE1;
}

.faq-txt span {
    color: #00466E;
}

.nav-open:hover {
    cursor: pointer;
}

.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 16px;
    color: #58CDE1;
}

.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.faq-txt {
    display: none;
    padding: 16px 24px;
    margin-top: 10px;
    background-color: #B8D7E8;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
/*終わり*/

/*<section class="btn-area btn-area-02">*/
.btn-area-02 {
    padding: 64px 0 40px 0;
}

.fukidashi {
	background: #FFF;
	border: solid 2px #00466E;
	color: #000;
	padding: 8px 5vw;
	position: relative;
    text-align: center;
    color: #00466E;
    font-size: 20px;
}

.fukidashi::before,
.fukidashi::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #00466E;
	bottom: -15px;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
}

.fukidashi::after {
	border-top-color: #FFF;
	bottom: -10px;
}

.btn-area-02 .txt-01 {
    text-align: center;
    margin: 24px 0;
    font-size: 24px;
}
/*終わり*/

/*<div class="footer-top">*/
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top p {
    text-align: right;
    padding-bottom: 8px;
}
/*終わり*/

/*<footer class="footer">*/
.footer {
    padding: 24px 5vw 56px 5vw;
    font-size: 12px;
    background-color: #00466E;
    color: #fff;
    text-align: center;
}
/*終わり*/

/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br,
    .pc-img {
        display: none;
    }

    .tb-br,
    .tb-img {
        display: block;
    }
/*終わり*/  

/*<header class="header">*/
    .header {
        position: fixed;
        background-color: #fff;
        z-index: 10;
    }

    .header-site-menu {
        position: relative;
    }

    /*ハンバーガーボタン*/
    .hamburger {
        display : block;
        z-index : 999;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);      
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 40px;
        height  : 1px ;
        left    : 6px;
        background : #2A1C00;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition   : 0.5s ease-in-out;
        transition        : 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top : 20px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform   : rotate(315deg);
        transform        : rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform   : rotate(-315deg);
        transform        : rotate(-315deg);
    }

    .header-nav {
        position: fixed;
        z-index : 20;
        top  : 80px;
        right: 0;
        color: #fff;
        background-color: #fff;
        text-align: center;
        transform: translateX(130%);
        transition: all 0.5s;
        width: 50%;
        height: calc(100vh - 80px);
        opacity: 0;
    }

    .header-nav ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5vw;
        z-index: 15;
    }

    .header-nav ul li {
        list-style-type: none;
        padding: 12px 0;
        display: inline-block;
        width: 100%;
        margin: 12px 0;
        border-left: none;
    }

    .header-nav ul a:hover{
        opacity: 0.8;
    }

    .header-nav ul li a {
        display: inline-block;
        font-size: 20px;
        padding: 8px;
    }
    
    /* このクラスを、jQueryで付与・削除する */
    .header-nav.active {
        transform: translateX(0%);
        opacity: 1;
    }
    /*終わり*/

/*終わり*/  

/*<div class="fv">*/
    .fv {
        height: calc(50vh - 80px);
        padding-top: 80px;
    }

    .fv-txt {
        left: 72%;
        white-space: nowrap;
    }

    .fv-txt .txt-01 {
        font-size: 24px;
    }

    .fv-txt .no1 {
        width: 80%;
    }   
    
    .fv-txt .txt-02 {
        font-size: 16px;
    }    
/*終わり*/ 

/*<section class="intro">*/
    .intro-in {
        justify-content: center;
    }

    .intro-flex {
        display: block;
        text-align: center;
    }

    .intro-img {
        width: 50%;
        margin-bottom: 24px;
    }

    .intro-txt {
        width: 100%;
        font-size: 18px;
    }

    .left-line,
    .right-line {
        height: 660px;       
    }
/*終わり*/ 

/*<div class="blue-back">*/
    .blue-back {
        padding: 40px 3vw;
    }
/*終わり*/

/*<section class="voice">*/
    .voice-flex {
        display: block;
    }

    .voice-con {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .voice-title {
        text-align: center;
        font-size: 16px;
    }

    .voice-name {
        text-align: center;
    }
/*終わり*/

/*<section class="flow">*/
    .flow-con {
        width: 49%;
        margin-bottom: 32px;
    }

    .flow-con:nth-child(3),
    .flow-con:nth-child(4) {
        margin-bottom: 0px;
    }

    .flow-step {
        text-align: center;
        font-size: 20px;
    }

    .flow-step span {
        margin-right: 16px;
    }

    .flow-wrap {
        padding: 12px;
    }

    .flow-txt {
        font-size: 16px;
    }

    .triangle {
        transform: rotate(90deg);
    }
/*終わり*/

/*<section class="company">*/
    .company-btn-txt {
        gap: 0;
        justify-content: space-between;
    }

    .company-btn-txt p {
        width: 30%;
        margin: 0 auto 8px auto;
    }

    .company-flex {
        display: block;
    }

    .company-img {
        width: 80%;
    }

    .company-txt {
        width: 70%;
        margin: 0 auto;
    }

    .company-txt-area {
        text-align: center;
    }

    .company-txt-area:last-child {
        border-bottom: solid 2px #d9d9d9;
    }
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 20px;
    }

    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/ 

/*<header class="header">*/
    .header {
        height: 70px;
    }

    .header-logo {
        width: 60%;
    }

    .logo {
        max-width: 240px;
        width: 100%;
    } 

    .header-site-menu {
        width: 40%;
    }  
    
    .header-nav {
        width: 100%;
        top: 70px;
        height: calc(100vh - 70px);
    }

    .header-nav ul li {
        padding: 0;
        margin: 0;
    }

    .header-nav ul li a {
        font-size: 16px;
    }
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: calc(70vh - 70px);
        padding-top: 70px;
    }

    .fv-txt {
        top: 60%;
        left: 75%;
        white-space: nowrap;
    }

    .fv-txt .txt-01 {
        font-size: 12px;
    }

    .fv-txt .txt-02 {
        font-size: 12px;
    }    
/*終わり*/ 

/*<section class="btn-area">*/
    .btn-area h2 {
        font-size: 19px;
    }

    .btn-area-lead {
        font-size: 14px;
    }

    .btn-flex {
        font-size: 16px;
    }

    .btn-03 {
        width: 90%;
        padding: 8px 4px;
    }
/*終わり*/

/*<section class="intro">*/
    .intro-in {
        border: solid 1px #00466E;
        box-shadow: 3px 3px 0 rgba(200,199,198,0.5);
        padding: 16px;
    }

    .intro h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .intro-img {
        width: 90%;
    }

    .intro-txt {
        font-size: 14px;
    }

    .left-line,
    .right-line {
        display: none;
    }
/*終わり*/ 

/*<div class="gray-back">*/
    .gray-back {
        padding: 0;
    }
/*終わり*/

/*<section class="feature">*/
    .feature {
        padding: 50px 5vw 8px 5vw;
    }

    .feature .title-box h2 {
        font-size: 22px;
    }

    .feature-con h3 {
        font-size: 18px;
    }  
    
    .feature-flex {
        display: block;
        text-align: center;
    }

    .feature-img {
        width: 90%;
        margin-bottom: 8px;
    }

    .feature-txt {
        text-align: left;
        width: 100%;
    }
/*終わり*/

/*<section class="voice">*/
    .voice-con {
        width: 100%;
    }

    .voice-title {
        margin-bottom: 8px;
    }
/*終わり*/

/*<section class="flow">*/
    .flow-flex {
        padding: 8px 4px;
    }

    .flow-con {
        width: 100%;
        margin-bottom: 32px;
    }

    .flow-con:nth-child(3),
    .flow-con:nth-child(4) {
        margin-bottom: 32px;
    }

    .flow-step {
        font-size: 18px;
    }

    .triangle {
        width: 24px;
    }
/*終わり*/

/*<section class="company">*/
    .company {
        padding: 40px 5vw;
    }

    .company-btn-txt p {
        width: 100%;
    }

    .company .txt-01 {
        font-size: 14px;
    }

    .company-img {
        width: 100%;
    }

    .company-txt {
        width: 100%;
    }

    .company-txt-area {
        text-align: left;
    }
/*終わり*/

/*<section class="support">*/
    .support {
        padding: 40px 0;
    }

    .support-con {
        margin-bottom: 24px;
        width: 49%;
    }

    .support-con .txt-01 {
        font-size: 12px;
    }

    .support-con .txt-02 {
        font-size: 18px;
    }
/*終わり*/

/*<section class="q-a">*/
    .nav-open {
        padding: 8px 24px 8px 10px;
        font-size: 14px;
    }

    .nav-open::before{/* 閉じている時 */
        content: "＋";
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #58CDE1;
    }

    .faq-txt {
        padding: 8px 24px 8px 10px;
        font-size: 14px;
    }
/*終わり*/

/*<section class="btn-area btn-area-02">*/
    .fukidashi {
        font-size: 14px;
    }

    .btn-area-02 .txt-01 {
        margin: 16px 0;
        font-size: 18px;
    }
/*終わり*/

/*<div class="footer-top">*/
    .footer-top {
        display: block;
    }

    .sinmido {
        max-width: 120px;
        width: 100%;
        margin-bottom: 8px;
    }

    .footer-top p {
        text-align: left;
        padding-bottom: 16px;
    }
/*終わり*/

/*<footer class="footer">*/
    .footer {
        padding: 16px 5vw;
    }
/*終わり*/

}