@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

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 {
    overflow: clip;
}

.parent {
    padding: 0 5vw;
}

.child {
    max-width: 1200px;
    margin: 0 auto;
}

.tb-br,
.sp-br {
    display: none;
}

.pc-br {
    display: block;
}

.grecaptcha-badge { 
    visibility: hidden;
}
/*終わり*/

/*アニメーション*/
    /*スクロールふわっと表示*/
    .scroll {
        opacity: 0;
        transform: translateY(10px);
    }
    .scroll.is-active {
        opacity: 1;
        transform: translateY(0);
        transition: 0.8s;
    }
    /*終わり*/

    /*js表示 一個ずつ出てくる*/
    .scr-target {
        opacity: 0;
        transform: translateY(10px);
    }
    .scr-target.is-active {
        opacity: 1;
        transform: translateY(0);
        transition: 0.8s;
    }
/*終わり*/


/*<header class="header">*/
.header {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 10;
    transition: 0.3s;
}

.header-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.header-logo:hover {
    opacity: 0.7;
}

.h-logo {
    display: block;
    max-width: 160px;
    width: 100%;
}

.h-logo-02 {
    display: none;
}

.header-ul {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 600;
}

.header-ul li {
    position: relative;
}

.header-ul a {
    transition: 0.2s;
}

.header-ul a:hover {
    color: #f9f9f9;
}

.h-contact {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #111111;
    padding: 4px 16px;
    border-radius: 100vh;
    gap: 8px;
}

.mail-icon {
    width: 20px;
}
/*終わり*/

/*ドロップダウンヘッダーメニュー*/
.drop-menu-in,
.drop-menu-in02 {
    position: relative;
}

.drop-menu-in::before{
    content:'';
    position: absolute;
    top: 40%;
    left: -20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    width:6px;
    height:6px;
    border-bottom: 2px solid #222;
    border-right:2px solid #222;
    transform: rotate(45deg);
}

.drop-a:hover {
    cursor: pointer;
}

.drop-con {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #222;
    color: #fff;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
}

.drop-con02 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: absolute;
    width: 180px;
    top: 40px;
    left: 0;
    background-color: #222;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    padding: 16px;
    font-size: 14px;
}

.drop-con li {
    width: 100%;
    padding: 8px 4px;
    font-size: 12px;
}

.drop-con .last-li {
    padding-bottom: 0;
}

.drop-con a {
    transition: all 0.2s;
}
  
.drop-con a:hover {
    opacity: 0.8;
}

/*hoverしたら表示*/
.has-child:hover > ul,
.has-child ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
/*終わり*/

/*<header class="t-header">*/
.t-header {
    color: #fff;
}

.t-header .h-contact {
    color: #222;
    background-color: #fff;
}

.t-header picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t-header .drop-menu-in::before{
    border-bottom: 2px solid #fff;
    border-right:2px solid #fff;
}
/*終わり*/

/*<header class="u-header">*/
.u-header {
    position: fixed;
    background-color: #fff;
    z-index: 10;
}

.u-header .header-ul a:hover {
    color: #999;
}
/*終わり*/

/*<div class="breadcrumb">*/
.breadcrumb {
    font-size: 12px;
    padding: 8px 5vw;
}
/*終わり*/

/*<section class="contact-btn-area">*/
.contact-btn-area {
    background-image: url(../img/common/contact.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding: 60px 5vw;  
    text-align: center;
    color: #fff;
    margin-top: 80px;
}

.contact-btn-area h2 {
    font-size: 32px;
}

.contact-btn-area h2 span {
    color: #F6254C;
}

.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-top: 40px;
}

.contact-btn-area .contact-btn {
    width: 34%;
    gap: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 4px #5B5B5B;
    color: #111;
    padding: 8px 16px 8px 64px;
    position: relative;
}

.con-txt {
    font-weight: 600;
}

.con-txt span {
    font-size: 24px;
}

.arrow {
	position: relative;
}

.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
    border: solid 2px #111;
    transition: 0.2s;
}

.arrow::after{
	right: 8px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact-icon {
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 14%;
}

.free-txt {
    position: absolute;
    top: -20%;
    left: -5%;
    width: 12%;
}
/*終わり*/

/*<section class="under-fv">*/
.under-fv {
    width: 100%;
    height: 60vh;
    padding-top: 80px;
}

.under-fv-in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.under-fv-h1 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    line-height: 1;
}
/*終わり*/

/*<section class="flow">*/
.flow {
    margin-top: 80px;
}

.flow-in {
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    padding: 60px 40px;
}

.flow-h2 {
    font-size: 32px;
    text-align: center;
}

.flow-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.flow-con {
    width: 100%;
    background-color: #F4F4F4;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 8px 16px;
}

.flow-num {
    color: #F6254C;
    font-size: 32px;
    font-weight: 600;
}

.flow-icon {
    width: 6%;
    height: 80px;
}

.triangle-img {
    width: 4%;
}
/*終わり*/  

/*<footer class="footer">*/
.footer {
    background-color: #111;
    color: #fff;
}

.footer-in {
    padding: 40px 0;
    border-bottom: solid 1px #fff;
}

.f-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.f-logo {
    max-width: 160px;
    width: 100%;
    margin-top: 16px;
}

.f-nav {
    display: flex;
    align-items: center;
    gap: 80px;
}

.f-nav-li {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.f-nav-li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.f-nav-li a::before {
    content: "";
    border-bottom: solid 1px #fff;
    width: 16px;
    height: 1px;
    background-color: #fff;
}

.f-com-flex {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}

.f-com {
    width: 32%;
}

.com-name {
    font-weight: 600;
}

.com-address {
    font-size: 12px;
    margin: 16px 0;
}

.map-btn {
    background-color: #fff;
    padding: 12px;
    display: inline-block;
    color: #111;
    font-weight: 600;
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    border-radius: 100vh;
    box-shadow: 0 0 30px rgba(20, 255, 0, 0.15);
}

.copyright {
    text-align: right;
    padding: 16px 0;
    font-size: 12px;
}
/*終わり*/


/*1401px以上*/
@media (min-width: 1401px) {
/*<section class="contact-btn-area">*/
    .contact-icon {
        width: 10%;
    }

    .free-txt {
        top: -30%;
        left: -4%;
        width: 8%;
    }    
/*終わり*/  
}
/*終わり*/  



/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
    .pc-br,
    .sp-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

/*終わり*/  
  

/*<header class="header">*/
    .header {
        position: fixed;
        z-index: 10;
        height: 90px;
    }

    .header.change-color {
        background-color: #fff;
    }   
    
    .header.change-color .h-logo-01 {
        display: none;
    }

    .header.change-color .h-logo-02 {
        display: block;
    }

    .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::after {
        content: "";
        position: absolute;
        background-color: #111;
        width: 60px;
        height: 60px;
        line-height: 70px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -1;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 2px ;
        left    : 6px;
        background : #fff;
        -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: 12px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 28px;
    }

    /* ナビ開いてる時のボタン */
    .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  : 0px;
        right: 0;
        color: #fff;
        background-color: #fff;
        text-align: center;
        transform: translateX(130%);
        transition: all 0.5s;
        width: 60%;
        height: 100vh;
        opacity: 0;
    }

    .header-nav ul {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5vw;
        z-index: 15;
        gap: 0;
    }

    .header-nav ul li {
        list-style-type: none;
        padding: 0;
        display: block;
        width: 100%;
        border-left: none;
        padding: 24px 0;
        border-bottom: solid 1px #f9f9f9;
        color: #111;
    }

    .header-nav ul li:first-child {
        border-top: solid 1px #f9f9f9;
    }

    .header-nav ul a:hover{
        opacity: 0.8;
        color: initial;
    }

    .header-nav ul li a {
        width: 100%;
        display: block;
        font-size: 16px;
    }

    .header-nav ul li .h-contact {
        color: #fff;
        background-color: #111;
        width: 60%;
        justify-content: center;
        gap: 16px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    /* このクラスを、jQueryで付与・削除する */
    .header-nav.active {
        transform: translateX(0%);
        opacity: 1;
    }
    /*終わり*/
/*終わり*/ 

/*ドロップダウンヘッダーメニュー*/
    .drop-menu-in {
        position: relative;
    }

    .drop-menu-in::before{
        content:'';
        position: absolute;
        top: 45%;
        left: 90%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);    
        width:6px;
        height:6px;
        border-bottom: 2px solid #222;
        border-right:2px solid #222;
        transform: rotate(45deg);
    }  
    
    .header-nav .drop-con {
        padding: 0;
        display: none;
    }

    .header-nav .drop-con01 {
        margin-top: 12px;
    }

    .drop-con {
        position: relative;
        left:0;
        top:0;
        width: 100%;
        visibility: visible;/*JSで制御するため一旦表示*/
        opacity:1;/*JSで制御するため一旦表示*/
        display: none;/*JSのslidetoggleで表示させるため非表示に*/
        transition: none;/*JSで制御するためCSSのアニメーションを切る*/
        background-color: #fff;
    }

    .header-nav .drop-con li {
        padding: 12px 4px;
        background-color: rgba(249, 249, 249, 0.5);
    }    

    .header-nav .drop-con li a {
        font-size: 14px;
    }
/*終わり*/

/*<header class="t-header">*/
    .t-header .drop-menu-in::before{
        border-bottom: 2px solid #222;
        border-right:2px solid #222;
    }
/*終わり*/

/*<section class="contact-btn-area">*/
    .btn-flex {
        justify-content: space-between;
        gap: 0;
    }

    .contact-btn-area .contact-btn {
        width: 48%;
        gap: 0;
        padding: 8px 16px 8px 32px;
    }

    .arrow {
        margin-left: 24px;
    }    
/*終わり*/ 

/*<section class="under-fv">*/
    .under-fv {
        height: 50vh;
        padding-top: 90px;
    }

    .under-fv-h1:before{
        position: absolute;
        top: 65px;
        content: attr(data-text);
        transform: rotateX(180deg);
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #222;
        color: #fff;
    }
/*終わり*/  

/*<section class="flow">*/
    .flow-icon {
        width: 10%;
    }
/*終わり*/  

/*<footer class="footer">*/
    .f-flex {
        display: block;
    }

    .f-logo {
        margin-top: 0;
        margin-bottom: 40px;
    }   

    .f-nav-li {
        gap: 24px;
    } 

    .f-com-flex {
        margin-top: 40px;
    }   
    
    .f-com {
        width: 45%;
    }    
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .pc-br,
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
/*終わり*/ 

/*<header class="header">*/
    /*ハンバーガーボタン*/
    .header-nav {
        width: 100%;
    }

    .header-nav ul li .h-contact {
        width: 70%;
        padding: 8px;
        gap: 8px;
    }
    /*終わり*/ 
/*終わり*/ 

/*<section class="contact-btn-area">*/
    .contact-btn-area {
        padding: 40px 5vw;  
        margin-top: 0;
    }

    .contact-btn-area h2 {
        font-size: 24px;
    }

    .btn-flex {
        display: block;
    }

    .contact-btn-area .contact-btn {
        width: 100%;
        margin: 0 auto 24px auto;
    }

    .con-txt span {
        font-size: 22px;
    }

    .arrow {
        margin-left: 32px;
    }   
    
    .contact-icon {
        position: absolute;
        right: -4px;
        bottom: -4px;
        width: 16%;
    }    
/*終わり*/ 

/*<section class="under-fv">*/
    .under-fv {
        height: 60vh;
    }

    .under-fv-h1 {
        font-size: 56px;
    }  

    .under-fv-h1:before{
        top: 49px;
    }
/*終わり*/  

/*<section class="flow">*/
    .flow {
        padding: 0;
        margin-top: 0;
    }

    .flow-in {
        padding: 40px 5vw;
    }

    .flow-h2 {
        font-size: 28px;
    }  

    .flow-con {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        align-items: center;
        padding: 16px;
    }    

    .flow-icon {
        width: 32%;
    }

    .flow-con h3 {
        margin-bottom: 8px;
    }

    .triangle-img {
        width: 12%;
    }    
/*終わり*/  

/*<footer class="footer">*/
    .footer {
        text-align: center;
    }

    .footer-in {
        padding: 40px 5vw;
    }

    .f-nav {
        display: block;
    }    

    .f-nav-li {
        gap: 0;
    }    

    .f-nav-li a {
        margin-bottom: 16px;
    }

    .f-com {
        width: 100%;
    }  
    
    .f-com:first-child {
        margin-bottom: 40px; 
    }

    .copyright {
        text-align: center;
    }
    
/*終わり*/ 
}