@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: 44px;
}

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;
    background-color: #E9202D;
    color: #fff;
    border-radius: 100vh;
    line-height: 1;
    font-size: 32px;
    margin: 24px 0;
    border-bottom: solid 6px #ad1620;
    transition: 0.3s;
}

.contact-btn:hover {
    margin: 28px 0 24px 0;
    border-bottom: solid 2px #ad1620;
}

.txt-flex {
    display: flex;
}

.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: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 5vw;
}

.fv-in h1 {
    font-size: 56px;
    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;
    gap: 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-01">*/
.contact-01 {
    background-image: url(../img/contact-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.contact-01-in {
    position: relative;
    text-align: center;
}
/*終わり*/

/*<div class="warry">*/
.warry {
    background-image: url(../img/warry-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.warry-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.warry h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 35%;
    left: 15%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.warry h2 span {
    border-bottom: solid 1px #fff;
}

.balloon {
    width: 30%;
}
/*終わり*/

/*<div class="contact-lead">*/
.contact-lead-in {
    position: relative;
}

.contact-lead .txt-01 {
    font-size: 40px;
    color: #E89304;
    margin-bottom: 16px;
}

.contact-lead-in .txt-02 {
    font-size: 18px;
}

.contact-lead-in img {
    position: absolute;
    right: 0;
    top: 50%;
    width: 20%;
}
/*終わり*/

/*<div class="contact-02">*/
.contact-02 {
    background-image: url(../img/contact-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.contact-02-in {
    position: relative;
    text-align: center;
    border-radius: 16px;
}

.contact-02-txt .txt-01 {
    font-size: 32px;
    font-weight: 600;
}

.contact-img03 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.contact-img04 {
    position: absolute;
    top: 75%;
    left: 92%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*終わり*/

/*<section class="about">*/
.about {
    position: relative;
}

.about-in {
    text-align: center;
}

.about h2 {
    margin-bottom: 32px;
}

.about-con01 p span {
    color: #E89304;
}

.about-img01 {
    margin: 32px 0;
}

.about-con02 {
    font-weight: 600;
}

.about-con02 .txt-01 {
    font-size: 22px;
    margin-bottom: 24px;
}

.about-con02 .txt-02 {
    font-size: 32px;
}

.about-line {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}

.about-video-area {
    margin-top: 100px;
}

.about h3 {
    position: relative;
    color: #E89304;
    font-size: 40px;
    margin-bottom: 24px;
}
 
.about h3:before {
    transform: rotate(-35deg);
}
 
.about h3:after {
    transform: rotate(35deg);
}

.about-arrow {
    width: 6%;
    margin-bottom: 24px;
}

.about-video {
    width: 100%;
}
/*終わり*/

/*<section class="strong">*/
.strong {
    margin-top: 40px;
    color: #fff;
    position: relative;
    margin-bottom: calc(10vw + 10px);
}

.strong h2 {
    padding: 16px 5vw;
    text-align: center;
    background-color: #57A4E6;
}

.strong h2 small {
    font-size: 20px;
    font-family: "M PLUS Rounded 1c";
    font-weight: 400;
}

.strong .num-large {
    font-size: 50px;
}

.strong-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 40px auto;
}

.strong-con {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: #222;
    background-color: #fff;
    padding: 24px;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.strong-con h3 {
    width: 30%;
    text-align: center;
}

.strong-span {
    text-align: center;
}

.strong-05img {
    width: 50%;
    margin-bottom: 24px;
}

.strong-04img {
    width: 60%;
}
/*終わり*/

/*<section class="merit">*/
.merit {
    background-color: #FFB900;
    position: relative;
    padding-top: calc(10vw + 10px);
    margin-bottom: calc(10vw + 10px);
}

.merit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 5vw 50vw 0 50vw;
    border-style: solid;
    border-color: #fff transparent transparent transparent;  
}


.merit::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: #FFB900 transparent transparent transparent;  
}

.merit h2 {
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}

.merit-h2img {
    width: 12%;
    position: absolute;
    top: 20%;
    left: 32%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.merit-flex {
    display: flex;
    justify-content: space-between;
}

.merit-con {
    width: 32%;
    padding: 16px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.25);
}

.merit-num {
    font-family: "Nico Moji";
    color: #888;
    font-size: 32px;
}

.merit-con p {
    text-align: left;
}

.merit-con img {
    height: 130px;
}

.merit-con h3 {
    font-size: 24px;
    margin: 16px 0;
}
/*終わり*/

/*<section class="reason">*/
.reason {
    text-align: center;
}

.reason h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reason h2 span {
    font-size: 24px;
}

.reason-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.reason-txt {
    position: relative;
    border: solid 3px #FFB900;
    border-radius: 8px;
    padding: 60px 5vw;
    font-weight: 600;
    font-size: 18px;
}

.reason-txt span {
    color: #FFB900;
}

.reason-txt .txt-02 {
    margin: 24px 0;
}

.reason-title {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*終わり*/

/*<section class="safe">*/
.safe {
    background-color: #BAD7F0;
    padding-bottom: 40px;
}

.safe h2 {
    position: relative;
    text-align: center;
    background-color: #57A4E6;
    padding: 8px 5vw;
    color: #fff;
    font-size: 32px;
}

.safe h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #57A4E6;
    width: 0;
    height: 0;
}

.safe h2 span {
    color: #FFB900;
}

.safe-in {
    padding: 0 5vw;
}

.safe-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
}

.safe-img img {
    width: 48%;
}

.safe-txt {
    background-color: #fff;
    border-radius: 8px;
    margin: 40px 0;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.safe-img03 {
    width: 16%;
}

.safe-txt .txt-0102 {
    width: 75%;
}

.safe-txt p  span {
    color: #FFB900;
    font-weight: 600;
}

.safe-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.safe-con {
    width: 48%;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.25);
}

.safe-con h3 {
    text-align: center;
    font-size: 24px;
}

.safe-con img {
    margin: 16px 0;
}

.safe-con span {
    color: #FFB900;
}
/*終わり*/

/*<section class="work">*/
.work-in {
    text-align: center;
}

.work h2 {
    margin-bottom: 32px;
}

.work-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 32px auto 0 auto;
}

.work-con {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5%;
    margin-bottom: 32px;
}

.work-con p {
    font-size: 20px;
    font-weight: 600;
}
/*終わり*/

/*<section class="question">*/
.question {
    text-align: center;
}

.q-back {
    text-align: left;
    position: relative;
    padding: 60px 5vw;
    background: rgb(87,164,230);
    background: linear-gradient(90deg, rgba(87,164,230,1) 33%, rgba(216,237,255,1) 100%);
}

.question h2 {
    font-size: 40px;
    display: flex;
    flex-direction: column;
}

.question h2 small {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.question h2 small::after {
    content: "";
    margin-left: 8px;
    width: 300px;
    border-bottom: solid 1px #fff;
}

.triangle-02 {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: -1;
}

.question-table {
    padding: 0 5vw;
    margin: 100px 0;
}
/*終わり*/

/*<section class="achive">*/
.achive h2 {
    margin-bottom: 32px;
    text-align: center;
}

.achive-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.achive-con {
    width: 32%;
}

.achive-con p {
    width: 40%;
    margin: 0 auto 16px auto;
    text-align: center;
    border-radius: 100vh;
    padding: 4px;
    background-color: #57A4E6;
    color: #fff;
}

.achive-con img {
    width: 100%;
    height: 250px;
    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: 30%;
    padding: 16px 0 8px 0;
    border-bottom: solid 1px #222;
}

.achive-con dl dd {
    width: 70%;
    padding: 16px 0 8px 0;
    border-bottom: solid 1px #222;
}
/*終わり*/

/*<section class="flow">*/
.flow-area-in {
    border: solid 3px #57A4E6;
}

.flow-area h2 {
    position: relative;
    text-align: center;
    background-color: #57A4E6;
    padding: 8px 5vw;
    color: #fff;
    font-size: 32px;
}

.flow-area h2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 20px solid transparent;
    border-top: 20px solid #57A4E6;
    width: 0;
    height: 0;
}

.flow {
	padding: 80px 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: #57A4E6;
	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 #57A4E6;
}

.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: #57A4E6;
	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;
}

.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;
    }
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 

/*<div class="fv">*/
    .fv {
        height: 60vh;
    }

    .fv-img img {
        width: 15%;
    }
    
    .fv-img04 {
        right: 5vw;
        width: 20%;
    }    
/*終わり*/

/*<div class="contact-01">*/
    .contact-01 {
        background-image: url(../img/contact-back-sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;      
    }

    .contact-img01 {
        width: 15%;
    }

    .contact-img02 {
        width: 20%;
    }
/*終わり*/

/*<div class="warry">*/
    .warry h2 {
        font-size: 28px;
        left: 13%;
    }

    .balloon {
        width: 40%;
    }

    .warry-img01 {
        width: 20%;
    }
/*終わり*/

/*<div class="contact-lead">*/
    .contact-lead .txt-01 {
        font-size: 28px;
    }

    .contact-lead-in img {
        position: absolute;
        right: -3%;
        top: 72%;
        width: 15%;
    }
/*終わり*/

/*<div class="contact-02">*/
    .contact-02 {
        background-image: url(../img/contact-back-sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;      
    }

    .contact-img03 {
        width: 13%;
        top: 70%;
    }

    .contact-img04 {
        width: 20%;
        top: 85%;
    }
/*終わり*/

/*<section class="about">*/
    .about h3 {
        font-size: 32px;
    }
/*終わり*/

/*<section class="strong">*/
    .strong h2 img {
        width: 60%;
    }

    .strong-con {
        flex-direction: column;
    }

    .strong-con h3 {
        margin-bottom: 16px;
    }

    .strong-span {
        font-size: 28px;
    }

    .strong-05img {
        width: 70%;
    }    

    .strong-04img{
        width: 90%;
    }    
/*終わり*/

/*<section class="merit">*/
    .merit-h2img  {
        width: 24%;
        top: 0%;
        left: 20%;
    }

    .merit-flex {
        display: block;
    }

    .merit-con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .merit-con .flex-l {
        width: 40%;
    }

    .merit-con .flex-r {
        width: 55%;
    }

    .merit-con h3 {
        font-size: 24px;
    }    
/*終わり*/

/*<section class="reason">*/
    .reason-txt {
        padding: 40px 8vw;
    }


    .reason-img03 {
        width: 12%;
        right: -3%;
    }

    .reason-title {
        width: 60%;
    }    
/*終わり*/

/*<section class="safe">*/
/*終わり*/

/*<section class="work">*/
    .work-flex {
        width: 100%;
    }
/*終わり*/

/*<section class="question">*/
    .question h2 {
        font-size: 28px;
    }

    .triangle-02 {
        width: 20%;
    }
/*終わり*/

/*<section class="achive">*/
    .achive-flex {
        display: block;
    }

    .achive-con {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px 0;
        padding: 20px 0;
        border-bottom: solid 1px #f1f1f1;
    }

    .achive-con .flex-l {
        width: 40%;
    }

    .achive-con p {
        width: 100%;
    }

    .achive-con dl {
        width: 50%;
    }
/*終わり*/

/*<footer class="footer">*/
    .footer-in {
        display: block;
    }

    .footer-con {
        width: 100%;
        margin-bottom: 40px;
    }
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    h2 {
        font-size: 24px;
    }

    .contact-btn {
        width: 100%;
        font-size: 20px;
        border-bottom: solid 4px #ad1620;
    }

    .contact-btn:hover {
        margin: 27px 0 24px 0;
        border-bottom: solid 1px #ad1620;
    }    

    .pc-br {
        display: none;
    }

    .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-01">*/
/*終わり*/

/*<div class="warry">*/
    .warry {
        background-image: url(../img/warry-back-sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;  
        padding-top: 150px;
    }

    .warry-in {
        display: block;
        text-align: center;
    }    

    .warry h2 {
        font-size: 24px;
        width: 52%;
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }    

    .balloon {
        width: 80%;
    }

    .warry-img01 {
        width: 40%;
    }
/*終わり*/

/*<div class="contact-lead">*/
    .contact-lead {
        padding: 40px 5vw 80px 5vw;
    }

    .contact-lead .txt-01 {
        font-size: 24px;
    }

    .contact-lead-in img {
        position: absolute;
        right: -3%;
        top: 90%;
        width: 44%;
    }
/*終わり*/

/*<div class="contact-02">*/
    .contact-02-txt .txt-01 {
        font-size: 20px;
        font-weight: 600;
    }
/*終わり*/

/*<section class="about">*/
    .about-con02 .txt-01 {
        font-size: 18px;
    }

    .about-con02 .txt-02 {
        font-size: 22px;
    }

    .about-video-area {
        margin-top: 60px;
    }    

    .about h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .about-arrow {
        width: 10%;
        margin-bottom: 16px;
    }    
/*終わり*/

/*<section class="strong">*/
    .strong h2 img {
        width: 80%;
    }

    .strong-flex {
        display: block;
    }

    .strong-con {
        width: 100%;
        margin-bottom: 16px;
    }

    .strong-con h3 {
        width: 40%;
    }

    .red-underline {
        width: 30%;
    }

    .strong-05img {
        width: 84%;
        margin-bottom: 8px;
    }    

    .strong-04img {
        width: 100%;
        margin-bottom: 0;
    }
/*終わり*/

/*<section class="merit">*/
    .merit-h2img-02 {
        width: 70%;
    }

    .merit-h2img  {
        width: 28%;
        top: 0%;
        left: 14%;
    }

    .merit-con {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }

    .merit-con .flex-l {
        width: 100%;
    }

    .merit-con .flex-r {
        width: 100%;
    }
/*終わり*/

/*<section class="reason">*/
    .reason h2 span {
        font-size: 18px;
    }

    .reason h2 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .reason-logo img {
        width: 45%;
    }

    .reason-title {
        width: 90%;
    }

    .reason-txt {
        padding: 40px 5vw;
        font-size: 16px;
    }
/*終わり*/

/*<section class="safe">*/
    .safe h2 {
        font-size: 24px;
    }

    .safe-txt {
        position: relative;
        padding: 24px 8vw;
    }

    .safe-img03 {
        position: absolute;
        top: 80%;
        left: 88%;
        width: 16%;
    }

    .safe-txt .txt-0102 {
        width: 100%;
    }

    .safe-flex {
        display: block;
    }

    .safe-con {
        width: 100%;
        margin-bottom: 24px;
    }

    .safe-con h3 {
        font-size: 20px;
    }
/*終わり*/

/*<section class="work">*/
    .work h2 {
        font-size: 32px;
    }

    .work-flex {
        display: block;
        width: 80%;
        margin: 32px auto 0 auto;
    }

    .work-con {
        width: 100%;
    }

    .check {
        width: 30px;
    }
/*終わり*/

/*<section class="question">*/
    .question h2 {
        font-size: 20px;
    }

    .triangle-02 {
        width: 40%;
        left: 5%;
    }

    .question-table {
        margin: 80px 0;
    }
/*終わり*/

/*<section class="achive">*/
    .achive-con {
        display: block;
    }

    .achive-con .flex-l {
        width: 100%;
    }

    .achive-con p {
        width: 40%;
    }

    .achive-con dl {
        width: 100%;
    }
/*終わり*/

/*<section class="flow">*/
    .flow-area h2 {
        font-size: 24px;
    }

    .flow {
        padding: 60px 5vw;
    }
/*終わり*/

/*<section class="faq">*/
    .nav-open::before{/* 閉じている時 */
        position: absolute;
        top: 50%;
        left: 93%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .nav-open.active::before{/* 開いている時 */
        content: "－";
    }
/*終わり*/

/*<footer class="footer">*/
    .footer  iframe {
        height: 250px;
    }
/*終わり*/








}