@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 32px;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.parent {
    padding: 40px 5vw;
}

.parent-02 {
    padding: 0 5vw;
}

.child {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.child-02 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.contact-btn {
    text-align: center;
    display: inline-block;
    padding: 16px 0;
    width: 500px;
    font-weight: 600;
    color: #fff;
    border-radius: 100vh;
    line-height: 1;
    font-size: 32px;
    margin: 24px 0;
    background: rgb(255,185,0);
    background: linear-gradient(90deg, rgba(255,185,0,1) 0%, rgba(255,214,105,1) 100%);
}

.back-color {
    background-color: #FFB900;
}

.txt-flex {
    display: flex;
}

.pc-br {
    display: block;
}

.sp-br {
    display: none;
}
/*終わり*/

/*<header class="header">*/
.header {
    position: absolute;
    top: 0;
    left: 0;
}

.logo {
    width: 70%;
    margin-top: 40px;
}
/*終わり*/

/*<div class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    position: relative;
}

.fv-v {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.fv-in {
    color: #fff;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 5vw;
}

.fv-in h1 {
    font-size: 52px;
    line-height: 1.4;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.fv-in h1 span {
    display: inline-block;
    padding: 4px 8px;
    margin: 5px;
    background: rgb(0,131,205);
    background: linear-gradient(45deg, rgba(0,131,205,1) 0%, rgba(86,183,237,1) 100%);
}

.fv-in .txt-01 {
    font-weight: 600;
    font-size: 24px;
    color: #FFB900;
    text-shadow: 2px 2px 0 #57a4e6;
    margin-top: 16px;
}

.fv-flex {
    display: flex;
    flex-direction: column;
}

.fv-flex01,
.fv-flex02 {
    display: flex;
    align-items: center;
    gap: 1%;
}

.fv-flex01 p {
    margin-bottom: 1%;
}

.fv-flex p {
    text-align: center;
    width: 130px;
    font-size: 20px;
    border: solid 2px #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.fv-img {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.fv-img img {
    width: 12%;
}

.fv-img04 {
    position: absolute;
    top: 0%;
    right: -10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20%;
}
/*終わり*/

/*<div class="contact">*/
.contact {
    background-color: #1D8A00;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    text-align: center;
}

.contact-con .txt-01 {
    font-size: 30px;
    font-weight: 600;
}
/*終わり*/

/*<div class="confi">*/
.confi-in {
    text-align: center;
}

.confi-in p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.confi-in .txt-01 {
    font-size: 50px;
}

.confi-in .txt-06 {
    font-size: 32px;
}

.confi-in .txt-06 span {
    font-size: 40px;
}
/*終わり*/

/*<section class="warry">*/
.warry {
    background-color: #E5F2FA;
}

.warry-in h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

.warry-in h2 span {
    font-size: 40px;
    border-bottom: solid 1px #999;
}

.warry-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.warry-flex .flex-l {
    width: 45%;
}

.warry-flex .flex-con {
    display: flex;
    align-items: center;
    gap: 4%;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 24px;
}

.warry-flex .flex-con span {
    color: #0083CD;
}

.check {
    width: 32px;
}

.warry-img01 {
    width: 50%;
}
/*終わり*/

/*<div class="warry-02">*/
.warry-02 {
    background-color: #0083CD;
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: calc(10vw + 10px);
}

.warry-02::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5vw 50vw 0 50vw;
    border-style: solid;
    border-color: #0083CD transparent transparent transparent;  
}
/*終わり*/

/*<div class="strong">*/
.strong {
    text-align: center;
}

.strong-in .txt-01 {
    font-size: 32px;
    font-weight: 600;
}

.strong-in .txt-01 span {
    font-size: 40px;
}

.strong-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.strong-flex .flex-con {
    width: 30%;
    font-weight: 600;
    font-size: 22px;
}
/*終わり*/

/*<section class="merit">*/
.merit {
    background-color: #FFF8E6;
    text-align: center;
}

.merit-in h2 {
    margin-bottom: 40px;
    color: #E89304;
}

.merit-in .txt-01 {
    font-size: 32px;
    font-weight: 600;
}

.merit-in .merit-con span {
    color: #ED1C24;
}

.merit-table {
    width: 50%;
    margin: 40px auto;
}

.merit-tb-txt {
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.merit-tb-txt p {
    font-size: 32px;
    color: #222;
}

.merit-tb-txt .red {
    color: #ED1C24;
}

.merit-tb-txt .large {
    font-size: 38px;
}

.merit-tb-txt .small {
    font-size: 24px;
}

.merit-tb-txt .small-02 {
    font-size: 28px;
}

.merit-title h3 {
    display: inline-block;
    border-bottom: solid 2px #999;
    margin-bottom: 8px;
}

.merit-title p {
    font-size: 18px;
    font-weight: 600;
}

.merit-title p span {
    color: #0083CD;
}

.merit-con {
    position: relative;
    margin: 56px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    padding: 32px 3vw;
}

.merit-txt {
    width: 70%;
    text-align: left;
    font-weight: 600;
}

.merit-txt p:first-child {
    margin-bottom: 24px;
}

.merit-txt span {
    color: #ED1C24;
}

.merit-con img {
    width: 25%;
}

.merit-con .merit-img03 {
    width: 12%;
}

.merit-con .merit-num-img {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 30%;
}

.merit-bold {
    font-size: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

.merit-bold .red {
    color: #ED1C24;
}

.merit-bold .yellow {
    color: #D7B604;
}
/*終わり*/

/*<section class="point">*/
.point {
    text-align: center;
}

.point-in h2 {
    line-height: 1.3;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.point-in h2 small {
    font-size: 20px;
    margin-bottom: 8px;
}

.point-con {
    margin: 56px 0;
}

.point-num {
    background-color: #0083CD;
    color: #fff;
    border-radius: 100vh;
    display: inline-block;
    padding: 2px 24px;
}

.point-con h3 {
    margin: 8px 0;
}

.point-blue {
    color: #0083CD;
    font-weight: 600;
    font-size: 22px;
}

.point-video-area {
    margin-top: 100px;
}

.point-video-area h3 {
    position: relative;
    font-size: 40px;
    margin-bottom: 24px;
}

.point-arrow {
    width: 6%;
    margin-bottom: 24px;
}

.point-video {
    width: 100%;
}
/*終わり*/

/*<section class="trouble">*/
.trouble h2 {
    font-size: 40px;
    background-color: #0083CD;
    text-align: center;
    padding: 24px 5vw;
}

.trouble h2 span {
    color: #fff;
}

.trouble-in {
    background-image: url(../img/trouble-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    color: #B39456;
    text-align: center;
    padding: 80px 5vw;
    font-family: 'Noto Serif JP', serif;
}

.trouble-txt-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 32px;
}

.trouble-txt-flex .txt-01 {
    width: 60%;
    margin-bottom: 16px;
}

.trouble-txt-flex .txt-02 {
    width: 40%;
}

.tro-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tro-con p {
    font-weight: 600;
    width: 300px;
    padding: 12px;
    margin: 8px 0;
    background-color: #fff;
    border: solid 2px #B39456;
    border-radius: 4px;
}
/*終わり*/

/*<div class="achive-t">*/
.achive-t {
    background-color: #1D8A00;
    color: #fff;
    text-align: center;
    font-size: 40px;
    position: relative;
    padding: 80px 5vw 0 5vw;
    margin-bottom: calc(10vw + 10px);
}

.achive-t::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 8vw 50vw 0 50vw;
    border-style: solid;
    border-color: #1D8A00 transparent transparent transparent;  
}
/*終わり*/

/*<section class="achive">*/
.achive-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.achive-con {
    width: 31%;
}

.achive-con .flex-l {
    display: flex;
    flex-direction: column;
}

.achive-con .before {
    margin-bottom: 3%;
}

.achive-con .before,
.achive-con .after {
    position: relative;
}

.achive-con .before-txt,
.achive-con .after-txt {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1D8A00;
    color: #fff;
    padding: 4px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.achive-con img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}


.achive-con dl {
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.achive-con dl dt {
    width: 25%;
    padding: 16px 0 8px 0;
    border-bottom: solid 1px #222;
    color: #1D8A00;
    font-weight: 600;
}

.achive-con dl dd {
    width: 75%;
    padding: 16px 0 8px 0;
    border-bottom: solid 1px #222;
}
/*終わり*/

/*<section class="flow">*/
.flow-area h2 {
    position: relative;
    text-align: center;
    background-color: #0083CD;
    padding: 8px 5vw;
    color: #fff;
    font-size: 32px;
}

.flow {
    padding: 80px 5vw 40px 5vw;
}

.flow > li:before, ol.stepflow > li:before {
	background-color:#cccccc;
}

.flow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}

.flow>li:before {
	content: "";
	width: 1px;
	background: #0083CD;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}

.flow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #0083CD;
}

.flow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #333;
	background-color: #333;
}

.flow_label {
	padding: 3px 0px 8px 0px;
	color: #0083CD;
	font-size: 18px;
	font-weight: bold;
}

.flow_label span {
    color: #222;
    margin-right: 8px;
}

.flow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}

.flow_content {
	font-size: 1.0em;
	line-height: 1.5;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}

.flow_content span {
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
/*終わり*/

/*<section class="faq">*/
.faq h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 40px;
}

.faq h2 span {
    margin: 0 4px;
    padding: 0 12px;
    color: #222;
    background: rgb(255,185,0);
    background: linear-gradient(90deg, rgba(255,185,0,1) 0%, rgba(255,214,105,0.9) 100%);
}

.faq span {
    color: #FFB900;
}

.nav-open {
    padding: 16px;
    position: relative;
    margin-top: 24px;
    background-color: rgba(232,147,4,0.1);
}

.nav-open span,
.faq-txt span {
    margin-right: 8px;
}

.nav-open:hover {
    cursor: pointer;
}

.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 16px;
    color: #FFB900;
}

.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.faq-txt {
    display: none;
    padding: 16px;
}

.a .a-txt-span {
    display: inline-block;
    margin-top: 16px;
}
/*終わり*/

/*<footer class="footer">*/
.footer {
    background-color: #FFFFF0;
}

.footer-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.footer-con {
    width: 23%;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.footer-title:before,
.footer-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.footer-title:before {
    margin-right: 16px;
}
 
.footer-title:after {
    margin-left: 16px;
}

.footer-dl dt {
    margin-bottom: 4px;
    font-weight: 600;
}

.footer-dl dd {
    margin-bottom: 16px;
}

.txt-space {
    margin-top: 24px;
    font-weight: 600;
}

.footer  iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.copyright {
    padding: 16px 0;
    text-align: center;
}
/*終わり*/

/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    h2 {
        font-size: 32px;
    }

    .contact-btn {
        width: 400px;
    }

    .pc-br {
        display: none;
    }
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-img img {
        width: 15%;
    }
    
    .fv-img04 {
        right: 5vw;
        width: 20%;
    }    
/*終わり*/

/*<div class="confi">*/
/*終わり*/ 

/*<div class="strong">*/
    .strong-flex .flex-con {
        font-size: 16px;
    }
/*終わり*/ 

/*<section class="merit">*/
    .merit-table {
        width: 80%;
    }

    .merit-tb-txt img {
        width: 30%;
    }

    .merit-tb-txt p {
        font-size: 24px;
    }

    .merit-tb-txt span {
        font-size: 32px;
    }

    .merit-bold {
        font-size: 40px;
    }    
/*終わり*/

/*<section class="point">*/
    .point-video-area h3 {
        font-size: 32px;
    }
/*終わり*/

/*<section class="trouble">*/
    .trouble-txt-flex .txt-01 {
        width: 100%;
    }

    .trouble-txt-flex .txt-02 {
        width: 70%;
    }
/*終わり*/

/*<section class="achive">*/
    .achive-flex {
        display: block;
    }

    .achive-con {
        width: 100%;
        margin: 20px 0;
        padding: 20px 0;
        border-bottom: solid 1px #f1f1f1;
    }

    .achive-con .flex-l {
        display: flex;
        flex-direction: row;
        justify-content: left;
        gap: 5%;
    }

    .achive-con dl {
        width: 100%;
    }
/*終わり*/

/*<footer class="footer">*/
    .footer-in {
        display: block;
    }

    .footer-con {
        width: 100%;
        margin-bottom: 40px;
    }
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .contact-btn {
        width: 100%;
        font-size: 20px;
    }

    .sp-br {
        display: block;
    }
/*終わり*/ 

/*<header class="header">*/
    .logo {
        width: 50%;
        margin-top: 24px;
    }
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: 80vh;
    }

    .fv-in {
        top: 60%;
    }

    .fv-in h1 {
        font-size: 28px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    }

    .fv-in h1 span {
        margin: 2px;
    }    

    .fv-in .txt-01 {
        font-size: 20px;
    }

    .fv-flex p {
        width: 100px;
        font-size: 16px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    }

    .fv-img img {
        width: 24%;
    }

    .fv-img04 {
        position: absolute;
        top: -20%;
        right: 5vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 30%;
    }
/*終わり*/

/*<div class="contact">*/
    .contact {
        text-align: center;
    }

    .contact-con .txt-01 {
        font-size: 20px;
    }
/*終わり*/

/*<div class="confi">*/
    .confi-in p {
        font-size: 16px;
    }

    .confi-in .txt-01 {
        font-size: 28px;
    }

    .confi-in .txt-06 {
        font-size: 20px;
    }
    
    .confi-in .txt-06 span {
        font-size: 28px;
    }    
/*終わり*/

/*<section class="warry">*/
    .warry-in h2 {
        font-size: 24px;
    }

    .warry-in h2 span {
        font-size: 28px;
    }

    .warry-flex {
        display: block;
        text-align: center;
    }
    
    .warry-flex .flex-l {
        width: 100%;
    }
    
    .warry-flex .flex-con {
        font-size: 16px;
    }    

    .warry-img01 {
        width: 50%;
    }    
/*終わり*/

/*<div class="warry-02">*/
    .warry-02 {
        font-size: 26px;
    }

    .warry-02::after {
        border-width: 8vw 50vw 0 50vw;
    }
/*終わり*/

/*<div class="strong">*/
    .strong-in .txt-01 {
        font-size: 24px;
    }

    .strong-in .txt-01 span {
        font-size: 32px;
    }

    .strong-flex {
        display: block;
    }

    .strong-flex .flex-con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: solid 1px #f1f1f1;
    }

    .strong-flex .flex-con:last-child {
        border-bottom: none;
    }

    .strong-flex .flex-con img {
        width: 30%;
    }

    .strong-flex .flex-con p {
        width: 65%;
    }
/*終わり*/

/*<section class="merit">*/
    .merit-in h2 {
        font-size: 32px;
    }

    .merit-in .txt-01 {
        font-size: 20px;
    }

    .merit-table {
        width: 100%;
    }

    .merit-tb-txt {
        display: block;
    }

    .merit-tb-txt img {
        width: 60%;
    }

    .merit-tb-txt .large {
        font-size: 32px;
    }
    
    .merit-tb-txt .small {
        font-size: 20px;
    }
    
    .merit-tb-txt .small-02 {
        font-size: 26px;
    }
    
    .merit-con {
        display: block;
    }  
    
    .merit-txt {
        width: 100%;
    }
    
    .merit-con img {
        width: 80%;
        margin-bottom: 24px;
    }
    
    .merit-con .merit-img03 {
        width: 32%;
    }    

    .merit-con .merit-num-img {
        width: 90%;
    }
    
    .merit-bold {
        font-size: 32px;
    }    
/*終わり*/

/*<section class="point">*/
    .point-in h2 {
        font-size: 24px;
    }

    .point-in h2 small {
        font-size: 16px;
    }

    .point-blue {
        font-size: 16px;
    }

    .point-video-area {
        margin-top: 60px;
    }    

    .point-video-area h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .point-arrow {
        width: 10%;
        margin-bottom: 16px;
    }    
/*終わり*/

/*<section class="trouble">*/
    .trouble h2 {
        font-size: 18px;
    }

    .trouble-txt-flex .txt-02 {
        width: 80%;
    }
/*終わり*/

/*<div class="achive-t">*/
    .achive-t {
        background-color: #1D8A00;
        color: #fff;
        text-align: center;
        font-size: 40px;
        position: relative;
        padding: calc(8vw + 10px) 5vw 0 5vw;
        margin-bottom: calc(10vw + 10px);
    }
/*終わり*/

/*<section class="achive">*/
    .achive-con {
        display: block;
    }

    .achive-con .flex-l {
        width: 100%;
        flex-direction: column;
    }

    .achive-con p {
        width: 40%;
    }

    .achive-con dl {
        width: 100%;
    }
/*終わり*/

/*<section class="flow-area">*/
    .flow {
        padding: 40px 0;
    }

    .flow-area h2 {
        font-size: 24px;
    }
/*終わり*/

/*<section class="faq">*/
    .nav-open {
        padding: 16px 24px 16px 16px;
    }

    .nav-open::before{/* 閉じている時 */
        position: absolute;
        top: 50%;
        left: 94%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .nav-open.active::before{/* 開いている時 */
        content: "－";
    }
/*終わり*/

/*<footer class="footer">*/
    .footer  iframe {
        height: 250px;
    }
/*終わり*/
}
