html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #202020;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.5rem;
	font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.en{
	font-family: "Plus Jakarta Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #202020;
	transition: .3s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.5s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .5s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}




.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}




span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
    padding-left: 60px;
    padding-right: 60px;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}

.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

.w100{
	width: 100%;
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}

.br_650{
}

.br_none650{
	display: block;
}

section{
	padding: 100px 0;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}

.txt{
	letter-spacing: 0.05em;
	line-height: 2.2;
}


@media (max-width: 960px){
	.none_960{
		display: none;
	}


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	
}


.reverse{
	flex-direction: row-reverse;
}



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
}

body p{
	letter-spacing: 0.03em;
}

/* btn */

.hidden{
	position: relative;
	overflow: hidden;
}

.btn_l{
    position: relative;
    width: 200px;
    margin-top: 30px;
    font-weight: 500;
}




.btn_l span{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.btn_l span::before{
    content: "";
    display: inline-block;
    position: absolute;
    aspect-ratio: 1 / 1;
    width: 24px;
    background-color: #39bdff;
    border-radius: 50%;
    top: 5px;
    right: 15px;
    transform: translateY(-100%);
    transition: all .3s;
}

.btn_l a:hover span::before{
    background-color: #fff;
}

.btn_l a{
    position: relative;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 17px 0;
    border: solid 1px #39bdff;
    border-radius: 40px;
    font-size: 1.5rem;
    padding-left: 20px;
    letter-spacing: 0.05em;
}

.btn_l a::before{
    content: "";
    position: absolute;
    background: url(../img/arrow.png);
    background-size: cover;
    background-position: center;
    width: 18px;
    aspect-ratio: 1 / 1;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 2;
}
.btn_l a::after{
    content: "";
    position: absolute;
    background: url(../img/arrow2.png);
    background-size: cover;
    background-position: center;
    width: 18px;
    aspect-ratio: 1 / 1;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2;
}

.btn_l a:hover::before{
    opacity: 0;
}
.btn_l a:hover::after{
    opacity: 1;
}

.btn_l a:hover{
    background-color: #39bdff;
    color: #fff;
}

.btn_l p{
    display: block;
    width: 100%;
    line-height: 1;
    padding: 17px 0;
    border: solid 1px #39bdff;
    border-radius: 40px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    transition: all .3s;
}

body.index{
    position: relative;
}

body.index::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 0;
    height: 100%;
    background-color: #ebebeb;
    width: 1px;
}
body.index::after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 0;
    height: 100%;
    background-color: #ebebeb;
    width: 1px;
}

body.index section{
    padding: 0;
}


/* sub_ttl */

.sub_ttl{
    position: relative;
    text-align: left;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.6;
    margin-bottom: 100px;
    padding: 40px 0;
    padding-left: 20px;
}

.sub_ttl::first-letter{
    color: #39bdff;
}

.sub_ttl::after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    aspect-ratio: 1 / 1;
    border: solid 1px #39bdff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
}

.sub_ttl .en{
    font-size: 6.8rem;
}


.sub_ttl .ja{
    position: relative;
    padding-left: 40px;
}


.sub_ttl .ja::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #39bdff;
    height: 3px;
    width: 20px;
    left: 10px;
}


/* header */

header{
    position: sticky;
    top: 0;
    border-top: solid 3px rgb(96, 202, 255,0.5);
    background-color: #fff;
    width: 100%;
    z-index: 99;
    border-bottom: solid 1px #ebebeb;
}

.hd_inner{
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
}

h1{
    padding: 20px 0;
}

h1 img{
    height: 75px;
    object-fit: cover;
}

.main_nav li{
    text-align: center;
}
.main_nav li .en{
    font-size: 0.94em;
    letter-spacing: 0.05em;
    color: #39bdff;
}

.main_nav li a{
    display: block;
    width: 100%;
    line-height: 1.7;
}

.main_nav li a:hover{
    opacity: 0.7;
}

.main_nav li{
    padding: 0 20px;
}

.top_area{
    margin-bottom: 20px;
}

.top_area .item a{
    display: block;
    padding: 8px 20px;
    background-color: rgb(96, 202, 255,0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;
}

.top_area .item a:hover{
    opacity: 0.7;
}

.top_area .item+.item{
    margin-left: 20px;
}

.top_area a i{
    padding-right: 0.4em;
}



/*スライダー*/

.top_slider{
	position: relative;
    z-index: 5;
	top: 0;
	width: 100%;
    height: calc(100vh - 115px);
    padding-left: 60px;
    padding-right: 60px;
    border-bottom: solid 1px #ebebeb;
    min-height: 650px;
}

.top_slider .flex_bet{
    height: 100%;
}

.top_slider .slider{
	position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 60%;
	z-index: 2;
	height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    border-left: solid 1px #ebebeb;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
    border-radius: 10px;
    border-bottom-left-radius: 80px;
}
.top_slider .slider li.top01{
	background-image: url(../img/top1.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
    background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: url(../img/top3.jpg);
    background-position: center;
	background-size: cover;
}

/* .top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top1.jpg);
	background-position: center;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top02.jpg);
	background-position: center;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/top03.jpg);
	background-position: center;
} */


/*キャッチ*/

.top_slider .left{
    width: 40%;
}

.top_slider .catch{
    position: relative;
	object-fit: cover;
	width: 100%;
	animation: apper 2.5s ease-in-out;
    text-align: center;
    height: 60%;
    justify-content: center;
    z-index: 10;
}

.top_slider .catch img{
    width: 90%;
    max-width: 620px;
}

.top_slider .img{
    border-top: solid 1px #ebebeb;
    width: 100%;
    height: 40%;
    text-align: center;
}

.top_slider .img img{
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
}



@media (max-width: 1500px){
    .inner{
        padding-left: 40px;
        padding-right: 40px;
    }
    body.index::before{
        content: "";
        display: inline-block;
        position: absolute;
        left: 40px;
        top: 0;
        height: 100%;
        background-color: #ebebeb;
        width: 1px;
    }
    body.index::after{
        content: "";
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 0;
        height: 100%;
        background-color: #ebebeb;
        width: 1px;
    }
    .top_slider{
        padding-left: 40px;
        padding-right: 40px;
    }
    .hd_inner{
        padding-left: 40px;
        padding-right: 40px;
    }
}



@media (max-width: 1400px){
    header .right{
        display: none;
    }
    h1 img{
        height: 60px;
    }
    .hd_inner{
        padding-right: 0;
        padding-left: 20px;
    }
    .top_slider{
        height: calc(90vh - 100px);
    }
    .top_slider .flex_bet{
        flex-direction: column-reverse;
    }
    .top_slider .slider{
        width: 100%;
        padding: 30px;
        height: 60%;
        padding-bottom: 0;
    }
    .top_slider .left{
        width: 100%;
    }
    .top_slider .left{
        position: relative;
        height: 40%;
    }
    .top_slider .catch img{
        position: relative;
        max-width: 380px;
        z-index: 10;
    }
    .top_slider .img{
        position: absolute;
        border-top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1;
        text-align: right;
    }
    .top_slider .img img{
        max-width: none;
    }
    .top_slider .catch{
        height: 100%;
        display: block;
        text-align: left;
        padding-left: 30px;
        padding-top: 10px;
    }
    .top_slider .img img{
        max-width: 400px;
        margin: 0 0 0 auto;
        width: 50%;
    }
    .sub_ttl .en{
        font-size: 5.8rem;
    }
}

@media (max-width: 740px){
    .inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    body.index::before{
        content: "";
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 0;
        height: 100%;
        background-color: #ebebeb;
        width: 1px;
    }
    body.index::after{
        content: "";
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0;
        height: 100%;
        background-color: #ebebeb;
        width: 1px;
    }
    .sub_ttl .en{
        font-size: 4.2rem;
    }
    .sub_ttl{
        font-size: 1.5rem;
        padding-left: 0;
        padding: 20px 0 25px;
        text-align: center;
    }
    .sub_ttl .ja{
        padding-left: 0;
    }
    .top_slider{
        height: calc(80vh - 74px);
        padding-left: 10px;
        padding-right: 10px;
    }
    h1 img{
        height: 50px;
    }
    h1{
        padding: 10px 0;
    }
    .top_slider .slider{
        padding: 10px;
    }
    .sub_ttl .ja::before{
        left: -30px;
        height: 1px;
    }
    .sub_ttl .ja::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        background-color: #39bdff;
        height: 1px;
        width: 20px;
        right: -30px;
    }
    .top_slider .slider li{
        border-bottom-left-radius: 30px;
    }
    .top_slider .catch{
        padding-left: 0;
        text-align: left;
    }
    .top_slider .img{
        text-align: center;
    }
    .top_slider .img img{
        width: 50%;
    }
    .top_slider .catch img{
        max-width: 260px;
    }
}


/* news */


.news .sub_ttl{
    margin-bottom: 0;
    width: calc(100% / 3);
    border-right: solid 1px #ebebeb;
}

.index #newsList{
    padding: 30px;
}

.index #newsList i{
    padding-right: 0.4em;
}

.index #newsList .up_ymd{
    margin-right: 20px;
    margin-left: 20px;
    background-color: #39bdff;
    color: #fff;
    padding: 7px 14px;
    font-weight: 600;
}

.index #newsList a{
    display: block;
    padding: 30px 0;
    background-color: #f5f5f5;
}

.index #newsList a:hover{
    background-color: #f3ffe6;
}

.index #newsList li+li{
    margin-top: 2px;
}


#newswrap{
    width: calc(100% / 3 * 2);
}



@media (max-width: 1200px){
    .news .sub_ttl{
        width: 100%;
        border-right: 0px;
        border-bottom: solid 1px #ebebeb;
    }
    .news .flex_bet{
        flex-direction: column;
    }
    .index #newsList{
        width: 100%;
    }
    #newswrap{
        width: 100%;
    }
    
}

@media (max-width: 650px){
    .index #newsList{
        padding: 10px;
    }
    .index #newsList .up_ymd{
        display: block;
        width: fit-content;
        padding: 0px 8px;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .index #newsList .title{
        display: block;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.5rem;
    }
    .index #newsList a{
        padding: 14px 0;
    }
    .index #newsList .up_ymd{
        font-size: 1.3rem;
    }
}


/* greeting */

.greeting{
    position: relative;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.greeting .txt_box{
    position: relative;
}

.greeting .img{
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #ebebeb;
    text-align: center;
}

.greeting .img img{
    width: 92%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

.greeting::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ebebeb;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}

.greeting .sub_ttl{
    position: relative;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 0;
    width: 50%;
}

.greeting .color_box{
    width: 50%;
    background-color: rgb(96, 202, 255,0.1);
    border-bottom: solid 1px #ebebeb;
    justify-content: center;
}

.greeting .color_box img{
    width: 90%;
    object-fit: cover;
}

/* .greeting .sub_ttl::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(50% - 1px);
    height: 100%;
    background-color: #60caff;
    opacity: 0.1;
    right: 1px;
    top: 0;
} */

/* .line{
    position: relative;
}

.line span{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ebebeb;
    width: 100%;
    height: 1px;
} */

.greeting .txt_box{
    width: 50%;
    padding-bottom: 30px;
    margin-top: 30px;
}

.greeting .imgarea{
    width: 50%;
    padding-bottom: 30px;
    margin-top: 30px;
}

.greeting .imgarea img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.greeting .txt_box .in{
    position: relative;
    width: 92%;
    margin: 0 auto;
}

.greeting .ac_img{
    position: absolute;
    width: 130px;
    bottom: -40px;
    right: 0;
    transform: rotate(7deg);
}


.greeting .imgarea .img01{
    width: 92%;
    height: 100%;
    margin: 0 auto;
}

.greeting .imgarea .img01 img{
    object-fit: cover;
    object-position: left;
    width: 100%;
    height: 100%;
}




@media (max-width: 1200px){
    .greeting .flex_bet.ch{
        flex-direction: column;
    }
    .greeting .flex_bet.rela{
        position: relative;
    }
    .greeting .txt_box{
        width: 100%;
        border-bottom: solid 1px #ebebeb;
    }
    .greeting .img{
        padding-left: 30px;
        padding-right: 30px;
    }
    .greeting .img img{
        width: 100%;
        height: 230px;
    }
    .greeting::before{
        display: none;
    }
    .greeting .color_box{
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgb(255, 255, 255,0);
        width: 65%;
    }
    .greeting .sub_ttl{
        width: 100%;
    }
    .greeting .imgarea{
        width: 100%;
        margin: 0;
        padding: 30px;
    }
    .greeting .imgarea .img01{
        width: 100%;
    }
    .greeting .imgarea .img01 img{
        height: 326px;
    }
}

@media (max-width: 650px){
    .greeting .txt_box{
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .greeting .ac_img{
        width: 100px;
    }
    .greeting .img img{
        height: 170px;
    }
    .greeting .img{
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .greeting .imgarea{
        padding: 10px;
    }
    .greeting .imgarea .img01 img{
        height: 240px;
    }
}


/* service */


.service .sub_ttl{
    margin-bottom: 0;
}

.service .item .btn_l{
    text-align: left;
    margin: 10px auto 0;
}


.service .item_list{
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #ebebeb;
}

.service .item_list .item{
    width: calc(100% / 3);
    border-bottom: solid 1px #ebebeb;
    text-align: center;
    
}

.service .item_list .item+.item{
    border-left: solid 1px #ebebeb;
}

.service .item_list .item a{
    padding: 40px 0;
    display: block;
    width: 100%;
    height: 100%;
}

.service .item_list .item a:hover{
    background-color: #f3ffe6;
}

.service .item_list .item a:hover img{
    transform: scale(1.1);
}

.service .item_list .item a:hover .btn_l p{
    color: #fff;
    background-color: #39bdff;
}

.service .item img{
    width: 140px;
}


.service .item h3{
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.service .sub_ttl{
    width: calc(100% / 3);
}
.service .txt_box{
    position: relative;
    width: calc(100% / 3 * 2);
    border-left: solid 1px #ebebeb;
}

.service .txt_box .ac_img{
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 130px;
}

.service .txt_box .in{
    width: 92%;
    margin: 0 auto;
    padding: 30px 0;
}



.sec_imgarea{
    width: 100%;
    background: url(../img/top3.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1200px){
    .service .flex_bet{
        flex-direction: column;
    }
    .service .sub_ttl{
        width: 100%;
        border-bottom: solid 1px #ebebeb;
    }
    .service .txt_box{
        width: 100%;
    }
    .service .item_list .item{
        width: calc(100% / 2);
    }
    .sec_imgarea{
        height: 55vh;
    }
}

@media (max-width: 650px){
    .service .txt_box .in{
        padding: 10px 0;
        padding-bottom: 30px;
    }

    .service .item h3{
        font-size: 1.5rem;
    }
    .service .item img{
        width: 60px;
    }
    .service .item_list .item a{
        padding: 20px 0;
    }
    .service .item_list .btn_l{
        width: 140px;
    }
    .btn_l p{
        padding: 10px 0;
        font-size: 1.3rem;
    }
    .service .item_list .btn_l::before{
        width: 18px;
    }
    .sec_imgarea{
        margin: 10px 0;
    }
    .service .txt_box .ac_img{
        width: 100px;
        bottom: 0;
    }
}


/* feature */

.feature{
    position: relative;
    overflow: visible;
    border-top: solid 1px #ebebeb;
}



.feature .sticky_area{
    position: sticky;
    top: 130px;
    width: 30%;
    height: fit-content;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
}

.feature .content_box{
    width: 70%;
    border-left: solid 1px #ebebeb;
}

.feature .sub_ttl{
}

.feature h3{
    font-size: 2.4rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.feature .item{
    border-radius: 10px;
}

.feature .ac_txt{
    font-weight: 700;
    color: #39bdff;
    margin-bottom: 10px;
}



.feature .item .img{
    width: 35%;
    border-right: solid 1px #ebebeb;
    text-align: center;
    padding: 20px 0;
}



.feature .item .img img{
    width: 92%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
}

.feature .item .right{
    width: 65%;
    padding: 20px 30px;
}

.feature .btn_l{
    padding-left: 30px;
}

.feature .in{
    border-bottom: solid 1px #ebebeb;
}

@media (max-width: 1200px){
    .feature .flex_bet.ch{
        flex-direction: column;
    }
    .feature .sticky_area{
        position: relative;
        width: 100%;
        top: 0;
    }
    .feature .sub_ttl{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .feature .content_box{
        width: 100%;
    }
    .feature .item .img img{
        width: 100%;
    }
    .feature .item .img{
        padding-left: 20px;
        padding-right: 20px;
        width: 40%;
    }
    .feature .item .right{
        width: 60%;
    }
}


@media (max-width: 650px){
    .feature .btn_l{
        padding-left: 0;
        margin: 0 auto;
    }
    .feature .in{
        flex-direction: column;
    }
    .feature .item .img{
        border-right: 0px;
    }
    .feature .item .right{
        width: 100%;
        padding: 10px;
        padding-bottom: 20px;
    }
    .feature .item .img{
        width: 100%;
        padding: 10px;
    }
    .feature h3{
        font-size: 2.2rem;
    }
}


/* works */

.works{
    margin-top: 40px;
    border-top: solid 1px #ebebeb;
}

.works .left{
    width: 50%;
    position: relative;
    border-bottom: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding-bottom: 30px;
}

.works .sub_ttl{
    padding-bottom: 0;
    margin-bottom: 50px;
}

.works .btn_l{
    padding-left: 30px;
    
}


.works .color_box{
    width: 50%;
    background-color: rgb(96, 202, 255,0.1);
    border-bottom: solid 1px #ebebeb;
    justify-content: center;
}

.works .color_box img{
    width: 90%;
    object-fit: cover;
}


.works ul{
    margin-top: 30px;
}


@media (max-width: 1200px){
    .works .color_box {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgb(255, 255, 255, 0);
        width: 65%;
    }
    .works .left{
        width: 100%;
        border-right: 0px;
    }
    .works .flex_bet.rela{
        position: relative;
    }
    .works{
        margin-top: 0;
        border-top: 0px;
    }
    
}

@media (max-width: 650px){
    .works .sub_ttl{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .works .btn_l{
        padding-left: 0;
        margin: 0 auto;
    }
}



/* area */


.area{
    position: relative;
    margin-top: 30px;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.area .sub_ttl{
    margin-bottom: 40px;
    padding: 0;
}

.area .sub_ttl::after{
    display: none;
}

.area .left{
    position: relative;
    width: calc(100% / 3 * 2);
    border-right: solid 1px #ebebeb;
    padding: 30px 0 40px;
}

.area .left::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    aspect-ratio: 1 / 1;
    border: solid 1px #39bdff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.area .right{
    width: calc(100% / 3);
}

.area .right .ac_img{
    height: 100%;
    width: 100%;
    justify-content: center;
}

.area .right img{
    width: 80%;
    object-fit: cover;
}

.area .left .txt_box{
    width: 50%;
}
.area .left .img{
    width: 30%;
}

.area .left .img img{
    width: 90%;
}

.area .left .g_img{
    position: absolute;
    bottom: -40px;
    left: -10px;
    width: 100px;
}


@media (max-width: 1200px){
    .area .flex_bet{
        flex-direction: column;
    }
    .area .left{
        border-right: 0px;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .area .left .img{
        width: 40%;
        text-align: center;
        padding-top: 40px;
    }
    .area .left .img img{
        max-width: 260px;
    }
    .area .left .txt_box{
        width: 60%;
        display: block;
    }
    .area .sub_ttl{
        padding-top: 40px;
        padding-left: 20px;
    }
    .area p{
        padding-left: 20px;
    }
    .area .right{
        position: relative;
        width: 100%;
    }

    .area .right .ac_img{
        position: absolute;
        bottom: 0;
        width: 100%;
        
        opacity: 0.1;
        z-index: -1;
    }
    .area .left .g_img{
        width: 120px;
        left: 0;
    }
}

@media (max-width: 650px){
    .area .flex_center{
        flex-direction: column;
    }
    .area .left .txt_box{
        width: 100%;
    }
    .area .sub_ttl{
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 25px;
        margin-bottom: 10px;
        border-bottom: solid 1px #ebebeb;
    }
    .area p{
        padding-left: 10px;
        padding-right: 10px;
    }
    .area .left .img{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .area .left .img img{
        width: 50%;
    }
    .area .left{
        padding-bottom: 0;
    }
    .area .left .g_img{
        width: 100px;
    }
    .area .right .ac_img{
        height: auto;
    }
}


/* recruit */

.recruit{
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    margin-top: 30px;
}

.recruit .sub_ttl{
    padding-left: 0;
    margin-bottom: 0px;
    padding-top: 0;
}

.recruit .sub_ttl::after{
    display: none;
}

.recruit .bg{
    position: relative;
    background: url(../img/rec_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
}

::-webkit-full-page-media, :future, :root .recruit .bg{
    background-attachment: scroll;
}

.recruit .box{
    position: relative;
    z-index: 1;
    display: flex;
    width: 50%;
    justify-content: center;
}


@media (max-width: 1200px){
    .recruit .bg{
        padding: 60px 0;
    }
    .recruit .box{
        padding-left: 60px;
        width: 100%;
        justify-content: flex-start;
    }
    .recruit .bg::before{
        content: "";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255,0.6);
        backdrop-filter: blur(3px);
        top: 0;
        left: 0;
        z-index: 0;
    }
}

@media (max-width: 650px){
    .recruit .box{
        padding-left: 0;
        justify-content: center;
    }
    .recruit .bg{
        padding: 40px 0;
    }
    .recruit .box{
        width: 92%;
        margin: 0 auto;
    }
    .recruit .btn_l{
        margin: 30px auto 0;
    }
}


/* footer */

footer{
    text-align: center;
    padding-top: 60px;
}

.foo_inner{
    padding-left: 60px;
    padding-right: 60px;
}

footer .foo_logo{
    margin-bottom: 20px;
}

footer .item{
    width: calc((100% - 10px) / 2);
}

footer .item a{
    display: block;
    width: 100%;
    max-width: 330px;
    padding: 8px 0;
    background-color: #ffc16b;
    border-radius: 30px;
    margin: 0 15px 0 auto;
}

footer .item:nth-child(even) a{
    margin: 0;
    margin-left: 15px;
}

footer .item:nth-child(n+3){
    margin-top: 15px;
}

footer .item a i{
    padding-right: 0.4em;
}

footer .item a:hover{
    opacity: 0.7;
}

/* footer .item+.item{
    margin-left: 30px;
} */

footer .flex_center{
    margin-top: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.copy{
    position: relative;
    font-size: 1.4rem;
    margin-top: 60px;
    z-index: 10;
}

.copy p{
    background-color: #f3ffe6;
    padding: 2px 0;
}


footer .item+.item{
    margin-left: 0;
}


@media (max-width: 650px){
    footer .foo_logo img{
        height: 60px;
    }
    footer{
        padding-top: 40px;
    }
    .copy{
        margin-top: 40px;
        font-size: 1.2rem;
    }
    footer .flex_center{
        flex-direction: column;
    }
    footer .item{
        width: 100%;
    }
    footer .item a{
        margin: 0 auto;
    }
    footer .item:nth-child(even) a{
        margin: 0 auto;
    }
    footer .item+.item{
        margin-top: 20px;
    }
    .foo_inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 4%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #39bdff;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0
}
.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 750px) {
    .page_top {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 10px;
    }
}




/* 下層ページ */

.kasou{
    position: relative;
}

.kasou::before{
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ebebeb;
    width: 1px;
    height: 100%;
    left: 60px;
    top: 0;
}
.kasou::after{
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ebebeb;
    width: 1px;
    height: 100%;
    right: 60px;
    top: 0;
    z-index: -1;
}

.kasou .inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    width: 86%;
}

.kasou .sub_ttl{
    padding-left: 0;
    border-bottom: solid 1px #ebebeb;
    text-align: center;
    background-color: rgb(255, 193, 107,0.15);
    margin-bottom: 50px;
}

.kasou .sub_ttl::after{
    display: none;
}

.kasou footer{
    border-top: solid 1px #ebebeb;
}

.kasou section{
    padding: 0;
}

.kasou_top .k_inner{
    max-width: 1400px;
    margin: 0 auto;
}

.kasou_top{
    position: relative;
    padding: 100px 0;
    border-bottom: solid 1px #ededed;
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
}

.kasou_top::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.5);
    backdrop-filter: blur(3px);
    top: 0;
    left: 0;
    z-index: 0;
}

.kasou_top h2{
    font-size: 5.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 0.1em;
}

.kasou_top .k_inner{
    position: relative;
    z-index: 1;
}


@media (max-width: 1400px){
    .kasou::before{
        left: 20px;
    }
    .kasou::after{
        right: 20px;
    }
}


@media (max-width: 650px){
    .kasou::before{
        left: 10px;
    }
    .kasou::after{
        right: 10px;
    }
    .kasou .sub_ttl{
        margin-bottom: 30px;
    }
    .kasou .inner{
        width: 90%;
    }
    .kasou_top h2{
        font-size: 4rem;
        margin-bottom: 5px;
    }
    .kasou_top{
        padding: 60px 0;
    }
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
    text-align: center;
    padding-left: 10px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
    color: #fff;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;color: #fff;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
    color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}



/* 下層 特徴ページ */


.p_feature{
    margin-top: 80px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ededed;
}


.p_feature .left{
    width: 46%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
}

.p_feature .right{
    position: relative;
    width: 46%;
}

.p_feature .right::before{
    
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/cir.png);
    background-size: cover;
    background-position: center;
    aspect-ratio: 1 / 1;
    width: 70px;
    top: 50%;
    right: 0;
    transform: translate(50%,-50%) rotate(90deg);
    z-index: 1;
}

.p_feature .right img{
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.p_feature .left p:first-child{
    font-size: 6.8rem;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
    color: #39bdff;
}

.p_feature .left h3{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.p_feature .item:first-child{
    position: relative;
    border-top: solid 1px #ccc;
    padding-top: 40px;
}

.p_feature .item{
    padding: 20px 0;
}

.p_feature .item:first-child::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #39bdff;
    transform: translateY(-50%);
}

.p_feature .item:last-child{
    margin-bottom: 60px;
}

.k_feature .btm_img{
    text-align: center;
    margin-bottom: 40px;
    background-color: rgb(255, 193, 107,0.2);
    padding: 40px 0;
}

.k_feature .btm_img img{
    width: 80%;
    max-width: 500px;
}

@media (max-width: 1200px){
    .p_feature .flex_bet{
        flex-direction: column-reverse;
    }
    .p_feature .inner{
        width: 75%;
    }
    .p_feature .left{
        width: 100%;
        margin-top: -50px;
    }
    .p_feature .right{
        width: 100%;
        justify-content: flex-end;
    }
    .p_feature .right img{
        height: 300px;
    }
    .p_feature .left p:first-child{
        font-size: 5rem;
    }
    .p_feature .left h3{
        font-size: 2.6rem;
        margin-bottom: 15px;
    }
    .p_feature{
        margin-top: 50px;
    }
}

@media (max-width: 650px){
    .p_feature .inner{
        width: 86%;
    }
    .p_feature .right img{
        height: 200px;
        object-fit: cover;
        width: 100%;
        border-radius: 10px;
    }
    .p_feature .right::before{
        width: 50px;
    }
    .p_feature .left{
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .p_feature .left p:first-child{
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
    .p_feature .left h3{
        font-size: 2rem;
    }
    .p_feature .item:last-child{
        margin-bottom: 20px;
    }
    .p_feature{
        margin-top: 40px;
    }
    .p_feature .item:first-child{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .p_feature .item{
        padding: 10px 0;
    }
    
}



/*　下層ページ　取扱業務*/

.p_service{
    margin: 80px 0;
    margin-bottom: 0;
}



.p_service .item .color_box{
    padding: 40px;
    padding-right: 60px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: #f5f5f5;
    position: relative;
}

.p_service .item .img_area{
    width: 30%;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
}
.p_service .item .img_area img{
    width: 190px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.p_service .item .txt_box{
    width: 67%;
    line-height: 1.9;
    margin-top: 10px}

.p_service .item .txt_box p{
    letter-spacing: 0.1em;
}

.p_service .item .txt_box h3{
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: rgb(57, 189, 255,0.5);
    width: fit-content;
    padding: 0 15px;
}

.p_service .item p.en{
    position: absolute;
    font-size: 6.5rem;
    line-height: 1;
    top: 0;
    left: 20px;
    font-weight: 600;
    color: #ffc16b;
    transform: translateY(-50%);
    opacity: 0.6;
}

.p_service .item:first-child{
    padding-top: 40px;
}

.p_service .item+.item{
    margin-top: 40px;
    padding-top: 40px;
}

.p_service .item p.en .sm{
    font-size: 0.7em;
}

.p_service .btm_img{
    text-align: center;
    padding: 80px 0;
    background-color: rgb(255, 193, 107,0.2);
    border-top: solid 1px #ededed;
}

.p_service .btm_img img{
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    object-fit: cover;
}

.k_service .inner{
    margin-bottom: 80px;
}

.p_service .top_img{
    margin-bottom: 70px;
}

.p_service .top_img img{
    display: block;
    width: 18%;
    aspect-ratio: 3 / 2.5;
    object-fit: cover;
    border-radius: 10px;
}

.p_service .top_img img+img{
    margin-left: 40px;
}

.p_service .item p.btm{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 500;
}

.p_service .item ul{
    display: flex;
    flex-wrap: wrap;
}

.p_service .item ul li{
    margin-right: 20px;
}

@media (max-width: 1200px){
    .p_service .item .flex_bet{
        flex-direction: column;
    }
    .p_service .item .txt_box{
        width: 100%;
    }
    .p_service .item .img_area{
        margin: 0 auto 20px;
    }
    .p_service .item .color_box{
        padding: 40px;
    }
    .p_service .top_img img{
        width: 25%;
    }
    .p_service .item+.item{
        margin-top: 20px;
    }
}

@media (max-width: 650px){
    .p_service .item p.en{
        font-size: 4rem;
    }
    .p_service .item .color_box{
        padding: 15px;
        border-radius: 5px;
    }
    .p_service .item .img_area{
        width: 38%;
    }
    .p_service .item .txt_box h3{
        font-size: 2rem;
    }
    .p_service .item+.item{
        margin-top: 10px;
    }
    .p_service .top_img img{
        width: 30%;
    }
    .p_service .top_img img+img{
        margin-left: 10px;
    }

    .p_service .top_img img:nth-child(2){
        margin-top: -10px;
    }

    .p_service .top_img{
        margin-bottom: 50px;
    }
    .p_service{
        margin: 40px 0;
    }
    .k_service .inner{
        margin-bottom: 30px;
    }
    .p_service .btm_img{
        padding: 20px 0;
    }
    .p_service .top_img img{
        aspect-ratio: auto;
        height: 120px;
        object-fit: cover;
    }
}




/* 下層ページ　会社概要 */

section.p_greeting{
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 60px;
    margin-top: 60px;
}

.p_greeting .sub_ttl{
    text-align: left;
    background-color: rgb(255, 255, 255 ,0);
    border-bottom: none;
    padding: 0;
    width: 45%;
}

.p_greeting .ac_img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    max-width: 1200px;
    z-index: -1;
    opacity: 0.9;
}

.p_greeting .ac_img img{
    width: 100%;
    object-fit: cover;
}

.p_greeting p+p{
    margin-top: 25px;
}

.p_greeting .txt_box{
    width: 100%;
    /* margin: 80px 0 0 auto; */
    background-color: rgb(255, 255, 255,0.8);
    padding: 20px;
}

.p_greeting .txt_box p:first-child{
    font-size: 2.6rem;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: -5px;
    letter-spacing: 0.05em;
}

.p_greeting .right{
    width: 52%;
    margin-top: 20px;
}

.p_greeting .img_box{
    width:37%;
    margin-top: -280px;
    margin-left: 60px;
}

.p_greeting .img_box img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    border-top-right-radius: 40px;
}

.p_greeting .img{
    text-align: right;
}

.p_greeting .img img{
    height: 300px;
    border-radius: 15px;
}

.p_greeting .txt_box .btm{
    text-align: right;
}

.overview{
    margin-bottom: 50px;
}

.overview .sub_ttl .ja{
    padding-left: 0;
}

.overview .sub_ttl .ja::before {
    left: -30px;
    height: 1px;
}

.overview .sub_ttl .ja::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    background-color: #39bdff;
    height: 1px;
    width: 20px;
    right: -30px;
}

.access{
    margin-top: 50px;
    border-top: solid 1px #ededed;
    padding-top: 40px;
}

.access iframe{
    height: 420px;
    width: 100%;
}

.access h4{
    position: relative;
    font-size: 3.2rem;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1;
}

.access h4::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    width: 5px;
    background-color: #39bdff;
    border-radius: 10px;
}



/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.info_table tr{
	border: 1px solid #ddd;
}
.info_table th,
.info_table td{
	padding: 20px 0;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
}
.info_table th{
	width: 20%;
	border-right: 1px solid #ddd;
	font-weight: bold;
	padding-left: 17px;	
	background-color: #39bdff;
	color: #fff;
    font-size: 1.8rem;
}
.info_table td{
	padding-left: 10px;
	width: 80%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
    font-size: 1.8rem;
}


@media (max-width: 1200px){
    .p_greeting .txt_box{
        width: 100%;
        flex-direction: column;
    }
    .p_greeting .right{
        width: 100%;
        margin-bottom: 30px;
    }
    .p_greeting .sub_ttl{
        margin-bottom: 20px;
    }
    /* .p_greeting .txt_box p:first-child{
        font-size: 2.2rem;
    } */
    .p_greeting .img_box{
        margin-top: 0;
        margin-left: 0;
        width: 38%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .p_greeting .ac_img{
        width: 100%;
    }
    .p_greeting .img_box img{
        border-radius: 0;
    }
}

@media (max-width: 650px){
    .p_greeting .txt_box{
        padding: 0;
    }
    .info_table th{
        font-size: 1.5rem;
    }
    .info_table td{
        font-size: 1.5rem;
    }
    .info_table th, .info_table td{
        padding: 12px 0;
        padding-left: 8px;
    }
    .access h4{
        font-size: 2.4rem;
    }
    .p_greeting .txt_box p:first-child{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .p_greeting p+p{
        margin-top: 15px;
    }
    .access{
        margin-top: 30px;
    }
    section.p_greeting{
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .p_greeting .sub_ttl{
        margin-bottom: 60px;
    }
    .p_greeting .img_box{
        width: 100%;
        margin-top: 120px;
    }
    .p_greeting .img_box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .p_greeting .sub_ttl{
        width: 100%;
        margin-bottom: 260px;
        text-align: center;
    }
    .p_greeting .img_box img{
        aspect-ratio: auto;
        height: 222px;
        width: 100%;
        object-fit: cover;
    }
    .info_table th{
        width: 30%;
    }
    .info_table td{
        width: 70%;
    }
}




/* 下層ページ　お問い合わせ */


.k_contact .f_txt{
    font-size: 2.6rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}


.tel_box{
    background-color: #f5f5f5;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    width: 86%;
}

.tel_box .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.tel_box a{
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: #39bdff;
    line-height: 1;
    margin-bottom: 15px;
}

.tel_box a i{
    padding-right: 0.4em;
    font-size: 3.4rem;
}

.tel_box a:hover{
    opacity: 0.7;
}

.tel_box h3{
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 1px;
}

.tel_box h3::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #39bdff;
}

.tel_box p{
    font-weight: 500;
    font-size: 2rem;
}
.tel_box p .en{
    font-size: 1.2em;
}

input[type="checkbox"]{
	font-size: 1.6rem;
	width: 20px;
	height: 35px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #ccc;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 50px;
	font-size: 1.6rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
	width: 100% !important;
}

input[type="email"]{
	height: 50px;
	font-size: 1.6rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
}

.postal_btn{
	background-color: #39bdff;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

.contact_table td .flex{
	margin-bottom: 10px;
}


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #ccc;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th span,.form_attention span{
	color: #666;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	color: #fff;
	background-color: #39bdff;
	padding: 4px 8px 3px;
}

.contact_table th span.ac.nini{
	color: #39bdff;
	background-color: #fff;
	border: solid 1px #39bdff;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
}

.mailform .contact_table .ib div{
	margin-right: 20px;
}



.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 1.8rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	color: #39bdff;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align: center;
    border-radius: 30px;
    margin-bottom: 40px;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #39bdff;
	border-right: 2.5px solid #39bdff;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 2px;
    padding: 5px 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h4{
	margin-top: 20px;
	font-size: 1.8rem;
    line-height: 1;
	position: relative;
    padding: 10px 0;
    padding-left: 26px;
	border-bottom: dashed 1px #333;
}

.form_accordion h4::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
}

.co_open{
	height: 0;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 10px 0;
	border-radius: 40px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #ffc16b;
	border: solid 2px #ffc16b;
	font-size: 1.6rem;
	margin-top: 40px;
}

.form_btn button:hover{
	background-color: #fff;
}

.contact_table th span.ac.nini{
	color: #39bdff;
	background-color: #fff;
	border: solid 1px #39bdff;
}

.contact_table th,.contact_table td{
	padding: 20px 0;
}

.contact_table{
	width: 100%;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	font-weight: 500;
	font-size: 1.7rem;
}

.mail_area{
    border-top: solid 1px #ebebeb;
}

.mail_area .inner{
    max-width: 1000px;
    margin-bottom: 80px;
}

.mail_area .sub_ttl .ja{
    padding-left: 0;
}

.mail_area .sub_ttl .ja::before {
    left: -30px;
    height: 1px;
}

.mail_area .sub_ttl .ja::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    background-color: #39bdff;
    height: 1px;
    width: 20px;
    right: -30px;
}



@media (max-width: 1200px){

	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	
	.tel_box{
		background-size: 500px;
	}
	.tel_box::before{
		min-width: 720px;
	}
    .mail_area .inner{
        margin-bottom: 40px;
    }
    .form_btn button{
        margin-top: 25px;
    }
}



@media (max-width: 650px){
	.form_attention{
		font-size: 1.5rem;
	}
	.Label{
		font-size: 1.6rem;
		padding: 3% 1%;
        margin-bottom: 0;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box h4{
		margin-bottom: 20px;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 20px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.mailform .contact_table .ib div:first-child{
		margin-left: 0;
	}
	.mailform .contact_table .ib div{
		margin-right: 20px;
	}
	.mailform .contact_table .ib div+div{
		margin-left: 0;
	}
	.mail_area{
		padding: 50px 0;
	}

    .mail_area .inner{
        width: 92%;
    }
    .k_contact .f_txt{
        font-size: 2rem;
        max-width: 260px;
        margin: 40px auto;
    }
    .tel_box h3{
        font-size: 2rem;
    }
    .tel_box a{
        font-size: 3rem;
    }
    .tel_box a i{
        font-size: 2.6rem;
    }
    .tel_box p{
        font-size: 1.6rem;
    }
    .tel_box{
        margin-bottom: 40px;
    }
	.access iframe{
        height: 240px;
    }
}




/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
    margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #ffc16b;
	line-height: 1;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #ffc16b;
    background-color: #ffc16b;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
}

.sbtn a:hover{
    opacity: 0.7;
}

.kasou .thanks{
    padding: 80px 0;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}