*{
    margin:0;
    padding:0;
}
html, body {
    overflow-x: hidden;
  }
body{
    font-family: "source-han-sans-japanese", sans-serif;
    background-color: #55657E;
}

a{
    text-decoration: none;
}

/*共通パーツ*/
.br_768,.br_425{
    display: none;
}
@media(max-width:768px){
    .br_768{
        display: block;
    }
}
@media(max-width:425px){
    .br_425{
        display: block;
    }
}

/*コンテンツ幅*/
.container{
    width:1150px;
    margin:0 auto;
}
.container:not(.news .container){
    padding:3.75rem 0;
}

@media(max-width:1440px){
    .container{
        width:clamp(800px,79.86vw,1150px);
    }
}
@media(max-width:1024px){
    .container{
        width:clamp(700px,87.89vw,900px);
    }
}
@media(max-width:768px){
    .container{
        width: 95%;
        padding: 1.875rem 0;
    }
}

/*ページヘッダー*/
.page_header{
    width:100vw;
    height:330px;
    margin-top:98px;
    position: relative;
}
.page_header::after{
    content:"";
    display: block;
    width:100%;
    height:100%;
    background-color: rgba(39, 50, 67,.62);
    position: absolute;
    top:0;
    left:0;
}
.page_header img{
	width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.page_header .page_ttl{
    color:white;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.page_header .page_ttl span{
    font-size: 2rem;
    letter-spacing:20px;
    margin-right: -20px;
}
.page_header .page_ttl h2{
    font-size: 2rem;
    font-weight: bold;
}


.pan{
    display: flex;
    justify-content:start;
    align-items: center;
    position: absolute;
    bottom:20px;
    left:11%;
    z-index: 2;
}
.pan div a,
.pan p,
.pan_list div a,
.pan_list p{
    color:white;
}
.pan div a,
.pan_list div a{
    transition: .3s;
}
.pan div a:hover,
.pan_list div a:hover{
    color:#FFC400;
}
.pan p,
.pan_list p{
    margin:0 0.625rem;
}

@media(max-width:1440px){
    .page_header{
        margin-top: 6.81vw;
    }
    .pan{
        left:10%;
    }
}
@media(max-width:1024px){
    .page_header{
        margin-top: 7.81vw;
        height: 250px;
    }
    .pan {
        left: 6%;
    }
}
@media(max-width:768px){
    .page_header{
        margin-top: 80px;
        height: 230px;
    }
    .pan {
        left: 2.5%;
        bottom:10px;
    }
}
@media(max-width:425px){
    .page_header{
        margin-top: 60px;
    }
    .page_header .page_ttl span{
        letter-spacing: 20px;
        margin-right: -20px;
    }
}

/*パーツ（問い合わせエリア）*/
.contact_area{
    width:100vw;
    background-image: url(../img/contact_bg.jpg);
    height:100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contact_area::after{
    content:"";
    display: block;
    width:100%;
    height:100%;
    background-color: rgba(19, 47, 92,.77);
    position: absolute;
    top:0;
    left:0;
}
.contact_area .container{
    position: relative;
    z-index: 2;
}
.contact_area .section_ttl{
    color:white;
    text-align: center;
}
.contact_area .section_ttl span{
    font-size: 1.25rem;
    letter-spacing: 10px;
}
.contact_area .section_ttl h3{
    font-size: 1.75rem;
    letter-spacing: 10px;
    margin-top:.25rem;
}

.contact_wrapper{
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top:2.188rem;
}
.contact_wrapper .contact_content{
    width:calc(100% / 3);
    display: flex;
    flex-flow: column;
    align-items: center;
    padding:2.5rem 0;
}
.contact_wrapper .contact_content:nth-of-type(2){
    border-right: solid 1px white;
    border-left:solid 1px white;
}
.contact_content .contact_icon{
    width:120px;
    height:120px;
    background-color: white;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content .contact_icon img{
    width:62px;
    height:auto;
}

.contact_method{
    color:white;
    font-size: 1.125rem;
    font-weight: bold;
    margin:1.875rem 0;
}
.link_btn a{
    display: inline-block;
    background: linear-gradient(115deg,#FFC400,#A37E00);
    padding:1.25rem 4.44vw;
    color:white;
    transition: .3s;
}
.link_btn a:hover{
    opacity: .8;
}
.tel_btn a{
    color:white;
    pointer-events: none;
}
.tel_btn a p span{
    font-size: 1.75rem;
    font-weight: bold;
}

@media(max-width:1024px){
    .contact_content .contact_icon {
        width: 100px;
        height: 100px;
    }
    .contact_content .contact_icon img{
        width: 50px;
    }
}
@media(max-width:768px){
    .contact_area .section_ttl span{
        margin-left:10px;
    }
    .contact_wrapper{
        flex-flow: column;
        width: 70%;
        margin:0 auto;
    }
    .contact_wrapper .contact_content {
        width: 100%;
    }
    .contact_wrapper .contact_content:nth-of-type(2){
        border-right: none;
        border-left: none;
        border-top: solid 1px white;
        border-bottom: solid 1px white;
    }
    .link_btn a{
        padding: 1.25rem 4rem;
    }
}
@media(max-width:425px){
    .contact_wrapper{
        width:100%;
    }
}


/*view_moreボタン*/
.view_btn a{
    display: inline-block;
    color:white;
    border-bottom: solid 1px white;
    padding:0.625rem 1.25rem;
}
.view_btn a div span{
    display: inline-block;
    width:10px;
    height:10px;
    position: relative;
    right:0;
    transition: .3s;
}
.view_btn:hover span{
    right:-10px;
}
.view_btn a div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.view_btn a div p{
    margin-right:1.25rem;
}
.view_btn a div span::before{
    content:"";
    display: block;
    width:10px;
    height:2px;
    background-color: white;
    transform: rotate(-45deg);
    position: absolute;
    top:70%;
    left:0;
}

.view_btn a div span::after{
    content:"";
    display: block;
    width:10px;
    height:2px;
    background-color: white;
    transform: rotate(45deg);
    position: absolute;
    bottom:70%;
    left:0;
}




/*----------------------------------------------------------------
                             ヘッダー
------------------------------------------------------------------*/

header{
    width:100vw;
    height:98px;
    position: fixed;
    top:0;
    left:0;
    background-color: #F4F4F4;
    z-index: 99;
}
.header_container{
    height:100%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
h1{
    width:270px;
    height:auto;
    margin-left:30px;
}
h1 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
h1 img{
	width:100%;
    height:100%;
    object-fit: cover;
}

.hamburger{
    display: none;
}

.header_right{
    height:98px;
    display: flex;
    align-items: center;
}
nav ul{
    display: flex;
    align-items: center;
}
nav ul li{
    list-style: none;
    font-weight: 700;
    font-size: 1.125rem;
    margin-right:2.78vw;
}
nav ul li a{
    text-decoration: none;
    color:#3B4A60;
    transition: .3s;
}
nav ul li a:hover{
    color:#FFC400;
}

.cta{
    display: flex;
    height:100%;
}
.cta.sp_cta{
    display: none;
}
.cta_content{
    width:148px;
    height:100%;
    background-color: #273243;
    transition: .3s;
}
.cta_content:nth-of-type(2){
    border-right:solid 3px white;
    border-left:solid 3px white;
}
.cta_content:hover{
    background-color: #3B4A60;
}
.cta_content a div{
    height:100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.cta_content a div img{
    width:27px;
    height:auto;
}
.cta_content a div p{
    font-size: 1.125rem;
    font-weight: 700;
    color:white;
    margin-top:10px;
}


/*----------------------------------------------------------------
                             フッター
------------------------------------------------------------------*/
.footer_container{
    background-color: #273243;
}

.footer_container .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_left{
    width:60%;
}
.footer_left nav li{
	font-size:1rem;
}
.footer_left nav li a{
    color:white;
}

.address{
    margin:3.75rem 0 2.5rem 0;
}
.address p{
    color:white;
}

.sns_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sns_wrapper div{
    width:25px;
    height:auto;
}
.sns_wrapper div:first-of-type{
    width:36px;
}
.sns_wrapper div:nth-of-type(2){
    margin:0 1.625rem;
}
.sns_wrapper div a{
    transition: .3s;
}
.sns_wrapper div a:hover{
    opacity: .8;
}
.sns_wrapper div img{
    width:100%;
    height:100%;
}


.footer_right .contact_btn a{
    display: inline-block;
    background: linear-gradient(115deg,#B78C00,#3B4A60);
    padding:1.875rem 0;
    width:100%;
    color:white;
    transition: .3s;
}
.footer_right .contact_btn a:hover{
    opacity: .8;
}
.footer_right .contact_btn a div{
    padding:0 1.875rem;
    width:calc(100% - 3.75rem);
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_right .contact_btn a div p:first-of-type{
    margin-right:4.17vw;
}

.tel_number{
    margin-top:2.5rem;
}
.tel_number a{
    pointer-events: none;
    color:white;
    font-size: 1.125rem;
}
.tel_number a span{
    font-size: 2rem;
    font-weight: 700;
    margin-left:.5rem;
}



/*コピーライト*/
.copy_right{
    text-align: center;
    padding:1.25rem 0;
    color:white;
    font-size: 0.875rem;
}

/*-------------------------------------------------------------
                            レスポンシブ
---------------------------------------------------------------*/

@media(max-width:1440px){
    /*ヘッダー*/
    header{
        height: 6.81vw;
    }
	h1 img{
		width:auto;
	}

    .header_right{
        height:6.81vw;
    }
    h1{
        width: clamp(200px, 18.75vw, 270px);
        height: 6.81vw;
    }
    .cta_content{
        width: clamp(90px, 8.33vw, 120px);
        height:6.81vw;
    }
    .cta_content a div img{
        width: clamp(20px, 1.88vw, 27px);
    }
    .cta_content a div p{
        font-size: 1rem;
    }
}



@media(max-width:1024px){
    /*ヘッダー*/
    header{
        height: 7.81vw;
    }
    h1{
        width: clamp(160px, 19.53vw, 200px);
        height: 7.81vw;
        margin-left: 10px;
    }

    .header_right{
        height: 7.81vw;
    }
    nav ul li{
        font-size: 0.85rem;
    }
    .cta_content {
        width: clamp(60px, 7.81vw, 80px);
        height: 7.81vw;
    }
    .cta_content a div p{
        margin-top: 5px;
		font-size: 0.75rem;
    }
	
	
	
	/*--------------------------------------------------------
	 * フッター
	 * -----------------------------------------------------*/
	.footer_left{
    	width:65%;
	}
	.footer_left nav li{
    	font-size:.85rem;
	}
	.footer_right .contact_btn a div p {
    	font-size: .85rem;
	}
	.footer_right .contact_btn a div p:first-of-type {
    	margin-right: 2.17vw;
	}
}



@media(max-width:768px){
    /*ヘッダー*/
    header{
        height:80px;
    }
    h1{
        width:auto;
        height:80px;
    }
    .hamburger{
        display: block;
        width:80px;
        height:80px;
        background-color: #3B4A60;
        border:none;
        position: relative;
    }
    .hamburger span{
        display: block;
        width:40px;
        height:1px;
        background-color: white;
        position: absolute;
        left:50%;
        transition: .3s;
    }
    .hamburger span:first-of-type{
        top:28px;
        transform: translateX(-50%);
    }
    .hamburger span:nth-of-type(2){
        transform: translateX(-50%);
    }
    .hamburger span:last-of-type{
        bottom:28px;
        transform: translateX(-50%);
    }

    .header_right{
        position: fixed;
    }
    .header_right nav{
        position: fixed;
        top:80px;
        left:0;
        z-index: 99;
        transform:scaleY(0);
        transition: .3s;
        transform-origin: top ;
    }
    .header_right nav ul{
        flex-flow: column;
        align-items: flex-start;
        width:100vw;
    }
    .header_right nav ul li{
        border-bottom:solid 1px white;
    }
    .header_right nav ul li:last-of-type{
        border:none;
    }
    .header_right nav ul li a{
        color:white;
        display: block;
        width:100vw;
        padding:1.875rem 0 1.875rem 1.875rem;
        background-color: #3B4A60;

    }
    .header_right .cta{
        position: fixed;
        bottom:-300px;
        left:0;
        z-index: 99;
    }

    /*ハンバーガーメニューopen時*/
    .header_right nav.open{
        transform: scaleY(1);
    }
    .hamburger.open span:first-of-type{
        top:40px;
        transform: translateX(-50%)rotate(45deg);
    }
    .hamburger.open span:nth-of-type(2){
        opacity: 0;
    }
    .hamburger.open span:last-of-type{
        bottom:40px;
        transform: translateX(-50%)rotate(-45deg);
    }

    .cta.pc_cta{
        display: none;
    }
    .cta.sp_cta{
        height: 100px;
        display: flex;
        position: fixed;
        bottom:0;
        left:0;
        width: 100vw;
        justify-content: space-evenly;
        align-items: flex-end;
    }

	nav ul li {
        font-size: 1rem;
    }
    .cta_content {
        width: calc(100%);
        height: 100px;
    }
    .cta_content:nth-of-type(2) {
        border-right: solid 2px white;
        border-left: solid 2px white;
    }
    .cta_content a div img {
        width: 27px;
    }
    .cta_content a div p {
        margin-top:10px;
    }


    /*----------------------------------------------------------------
                             フッター
    ------------------------------------------------------------------*/
    .footer_container .container{
        flex-flow: column-reverse;
        padding: 1.875rem 0 !important;
    }
    .footer_left , .footer_right{
        width:100%;
    }

    .footer_left nav{
        display: none;
    }
    .footer_left .address{
        margin:1.875rem 0 1.25rem 0;
    }

    .footer_right .contact_btn a{
        width:100%;
    }
    .tel_number {
        margin-top: 1.875rem;
    }
    .tel_number a{
        pointer-events: all;
        text-decoration: underline;
    }

    .copy_right{
        margin-bottom:100px;
    }
    
}





@media(max-width:425px){
    /*ヘッダー*/
    header{
        height:60px;
    }
    h1 {
        height: 60px;
    }
    .hamburger{
        width:60px;
        height:60px;
    }
    .hamburger span{
        width:30px;
    }
    .hamburger span:first-of-type {
        top: 23px;
    }
    .hamburger span:last-of-type {
        bottom: 22px;
    }
    .header_right nav{
        top:60px;
    }
    /*ハンバーガーメニューopen時*/
    .hamburger.open span:first-of-type{
        top:30px;
    }
    .hamburger.open span:last-of-type{
        bottom:30px;
    }


    .cta.sp_cta , .cta_content{
        height:90px;
    }
    .cta_content a div p {
        font-size: 0.875rem;
    }


    /*----------------------------------------------------------------
                             フッター
    ------------------------------------------------------------------*/

    .copy_right{
        margin-bottom:90px;
    }
}