html{
    font-size: 62.5%;
}

body{
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.en{
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

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

a{
	text-decoration: none;
	color: #000;
	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;
}


.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

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


.br_650.marker{
	background: none;
}

.inner{
	width: 86%;
	max-width: 1380px;
	margin: 0 auto;
}

.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: 10;
	width: 100%;
	background: url(../img/bg.jpg);
	background-size: 50px;
	overflow: hidden;
}

main::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: rgb(255, 255, 255,0.8);
	z-index: 1;
}

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

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




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


.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;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 150px 0;
	z-index: 5;
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 100px 0;
	}
}

@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: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.5rem;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */

@media (max-width: 1200px){
	body{
		font-size: 1.4rem;
	}
}

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


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	body{
		font-size: 1.4rem;
	}
	
}


.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.1em;
}

i{
	padding-right: 0.4em;
}



/* btn */

.m_btn{
	width: 140px;
}	

.m_btn a{
	position: relative;
	display: block;
	color: #50af61;
	border-bottom: solid 1px #50af61;
	padding-left: 5px;
	font-size: 1.5rem;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #50af61;
	height: 2px;
	width: 20px;
	top: 50%;
	right: 10px;
}

.m_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #50af61;
	top: 52%;
	right: 25px;
	transform: translateY(-50%);
	transition: all .3s;
}

.m_btn a:hover::after{
	right: 10px;
}


/* font-size (ratio 1.25, base 16px)*/


.king{
	font-size: 4.7776rem;
	line-height: 1;
}
.biggest{
	font-size: 3.9813rem;
	line-height: 1;
}
.big{
	font-size: 3.3178rem;
	line-height: 1;
}
.s_big{
	font-size: 2.7648rem;
	line-height: 1;
}
.f_txt{
	font-size: min(1.8vw,2.304rem);
	line-height: 1;
}
.s_f_txt{
	font-size: 1.92rem;
	line-height: 1;
}
.txt{
	font-size: 1.6rem;
	line-height: 1;
}




/* sub_ttl */


.sub_ttl .en{
	letter-spacing: 0.07em;
}

.sub_ttl::first-letter{
	color: #c12e2e;
}

.sub_ttl .ja{
	position: relative;
	display: block;
	line-height: 1;
	margin-top: 15px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	font-size: 1.5rem;
	color: #c12e2e;
}

.sub_ttl .ja::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	aspect-ratio: 1 / 1;
	background-color: #c12e2e;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}


/* header */

header{
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	z-index: 99;
	opacity: 0;
	transition: all .3s;
	pointer-events: none;
}

h1{
	position: relative;
	z-index: 100;
}

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

.kasou h1 img{
	height: 60px;
}

h1 a{
	display: block;
}

header .hd_inner{
	width: 100%;
	padding-left: 60px;
	padding-right: 30px;
}

.hd_btn a{
	display: block;
	background-color: #fff;
	border: solid 1px #50af61;
	font-size: 1.4rem;
	line-height: 1;
	padding: 7px 20px 5px;
	color: #50af61;
}

.hd_btn a:hover{
	background-color: #50af61;
	color: #fff;
}

.hd_btn+ .hd_btn{
	margin-left: 10px;
}

.main_nav a{
	font-size: 1.5rem;
	display: block;
	padding: 0 12px;
}

header.change_color{
	opacity: 1;
	pointer-events: painted;
}

.main_nav{
	margin-top: 8px;
}


.fv{
	position: relative;
}

.fv::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
	z-index: 3;
}

.top_slider{
	height: 95vh;
	width: 100vw;
}

.top_slider .slider{
	position: relative;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0 0 0 auto;
}
.top_slider .slider li{
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	margin: 0;
}
/* .top_slider .slider li.top01{
	background-image: url(../img/top01.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/top03.jpg);
    background-position: center;
	background-size: cover;
} */

.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/top01.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top02.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top03.jpg);
	background-position: top;
	background-size: cover;
}
.top_slider .slider li.top04{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top04.jpg);
	background-position: top;
	background-size: cover;
}
.top_slider .slider li.top05{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top05.jpg);
	background-position: top;
	background-size: cover;
}
.top_slider .slider li.top06{
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top06.jpg);
	background-position: top;
	background-size: cover;
}


.nav_wrapper{
	position: absolute;
	top: 20px;
	left: 0;
	width: fit-content;
	z-index: 99;
	padding: 0 40px;
	width: 100%;
}


.nav_wrapper li a:hover{
	opacity: 0.8;
}

.nav_wrapper .nav_img img{
	height: 60px;
	object-fit: cover;
}



.catch{
	position: absolute;
	bottom: 80px;
	left: 5vw;
	color: #fff;
}

.catch span{
	display: inline-block;
	line-height: 1.6;
	letter-spacing: 0.2em;
}


.nav_wrapper.ch{
	display: none;
}

.kasou .nav_wrapper.ch{
	display: block;
	width: 100%;
}

.kasou .nav_wrapper.ch .main_nav{
	justify-content: flex-end;
}

.kasou .hamburger_menu{
	display: none;
}


@media (max-width: 1200px){
	.nav_wrapper{
		display: none;
	}
	.fv::before{
		display: none;
	}
	.top_slider{
		height: 86vh;
	}
	.catch span{
		font-size: 3.2rem;
	}
	header{
		opacity: 1;	
		height: 60px;
		pointer-events: painted;
		background-color: #f5f5f5;
	}
	header .hd_inner{
		padding-left: 30px;
	}
	.kasou .nav_wrapper.ch{
		display: none;
	}
	.kasou h1 img{
		height: 50px;
	}
	.kasou .hamburger_menu{
		display: block;
	}
	
}


@media (max-width: 650px){
	.catch span{
		font-size: 2rem;
	}
	.catch{
		bottom: 30px;
	}
	h1 img{
		height: 40px;
	}
	.kasou h1 img{
		height: 40px;
	}
}



/* news */

.news{
	padding: 200px 0;
}


.news .news_list .up_ymd{
	color: #377cc5;
	font-weight: 600;
	display: block;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

.news .news_list .title{
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.news .inner{
	max-width: 1000px;
}

.news .news_list li+li{
	margin-top: 30px;
}

.news .left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 350px;
}

.news .right{
	width: calc(100% - 350px);
}

.news .news_list a:hover{
	opacity: 0.75;
}

.news .sub_ttl{
	margin-bottom: 90px;
}

.news .m_btn{
	margin-top: -30px;
}

.img_area01{
	position: relative;
	z-index: 1;
}

.img_area01 .img_box{
	position: relative;
	background-color: #ccc;
	overflow: hidden;
	height: 600px;
}

.img_area01 .img_box img{
	height: 780px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1200px){
	.news .flex_bet{
		flex-direction: column;
	}
	.news .right{
		margin-top: 40px;
		width: 100%;
	}
	.news .m_btn{
		margin-top: 40px;
	}
	.news{
		padding: 100px 0;
	}
	.img_area01 .img_box{
		height: 400px;
	}
	.img_area01 .img_box img{
		height: 600px;
	}
	.news .left{
		width: 100%;
	}
	.news .sub_ttl{
		margin-bottom: 20px;
	}
}

@media (max-width: 650px){
	.sub_ttl .en{
		font-size: 3.8rem;
	}
	.news{
		padding: 60px 0;
	}
	.img_area01 .img_box{
		height: 300px;
	}
	.img_area01 .img_box img{
		height: 100%;
	}
	.news .sub_ttl{
		width: fit-content;
		margin: 0 auto 30px;
	}
	.news .sub_ttl .ja{
		width: fit-content;
		margin: 15px auto 0;
		padding-right: 15px;
	}
	.news .m_btn{
		width: fit-content;
		margin: 30px auto 0;
		width: 140px;
	}
	.news .right{
		margin-top: 0;
	}
	
}



/* aboutus */




.aboutus .inner{
	position: relative;
	max-width: 1200px;
}

.aboutus .sub_ttl{
	margin-bottom: 100px;
}

.aboutus .txt_box p{
	line-height: 2.4;
}

.aboutus .txt_box .img{
	width: 55%;
}

.aboutus .txt_box .img img{
	object-fit: cover;
	height: 750px;
	max-width: 500px;
	width: 100%;
}

.aboutus .txt_box .txt_wrap{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.aboutus .txt_box .txt_wrap p + p{
	margin-top: 30px;
}


.aboutus .txt_box .img_box{
	position: relative;
	overflow: hidden;
	background-color: #ccc;
	height: 550px;
	max-width: 500px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.aboutus .btn_area{
	margin-top: 60px;
}

.aboutus{
	position: relative;
}

.aboutus .ill_bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	min-width: 300px;
	z-index: -1;
}

.aboutus .wagara_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}

@media (max-width: 1200px){
	.aboutus .txt_box .img{
		width: 50%;
	}
	.aboutus .txt_box .img_box{
		height: 300px;
	}
	.aboutus .txt_box .img img{
		height: 500px;
	}
	.aboutus .btn_area .flex_ar{
		justify-content: space-between;
	}
}

@media (max-width: 650px){
	.top_movie{
		margin-bottom: 70px;
		text-align: center;
	}
	.aboutus .wagara_img{
		width: 130px;
		top: 60px;
	}
	.aboutus .sub_ttl{
		margin-bottom: 70px;
		text-align: center;
	}
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .txt_box .img{
		width: 100%;
	}
	.aboutus .txt_box .img img{
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.aboutus .txt_box .img_box{
		height: 190px;
	}
	.aboutus .txt_box .txt_wrap{
		width: 100%;
		margin-top: 20px;
	}
	.aboutus .txt_box .txt_wrap p + p{
		margin-top: 15px;
	}
	.aboutus .ill_bg{
		transform: translateY(70%);
	}
	.aboutus .btn_area{
		margin-top: 20px;
	}
}




/* worry */



.worry {
	padding-top: 0;
	padding-bottom: 0;
}

.worry .bg{
	position: relative;
	background: url(../img/imgarea03.jpg);
	background-size: cover;
	background-position: center;
	padding: 150px 0;
}

.worry .bg::before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0,0.3);
	top: 0;
	left: 0;
	z-index: 0;
}

.worry .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
}

.worry .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}

.worry .fir{
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}

.worry .inner{
	position: relative;
	max-width: 1080px;
	background-color: rgb(255, 255, 255,0.86);
	backdrop-filter: blur(5px);
	padding: 70px 80px;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.worry .item_box .flex{
	flex-wrap: wrap;
	gap: 30px;
}

.worry .item_box .item{
	width: calc((100% - 60px) / 3);
}

.worry .item_box .item p{
	font-size: 1.4rem;
	margin-top: 10px;
}

.worry .m_btn{
	margin: 60px auto 0;
}

.worry .item_box .img img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.worry .item_box .img {
	position: relative;
}

.worry .item_box .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	width: 30px;
	aspect-ratio: 1 / 1;
}



@media (max-width: 1200px){
	.worry .bg{
		padding: 100px 0;
	}
}

@media (max-width: 650px){
	.worry .bg{
		padding: 60px 0;
	}
	.worry .inner{
		width: 94%;
		padding: 40px 20px;
	}
	.worry .fir{
		text-align: left;
		margin-bottom: 20px;
	}
	.worry .item_box .item{
		width: calc((100% - 20px) / 2);
	}
	.worry .item_box .flex{
		gap: 20px;
	}
	.worry .item_box .item p{
		font-size: 1.3rem;
	}
	.worry .sub_ttl{
		text-align: center;
		margin-bottom: 30px;
	}
	.worry .m_btn{
		margin-top: 25px;
	}
}





/* feature */

.feature{
	background-color: rgb(55, 124, 197,0.2);
}

.feature .sub_ttl{
	margin-bottom: 40px;
}

.feature .inner{
	max-width: none;
	width: 100%;
}

.feature .num{
	font-size: 2.4rem;
	line-height: 1.2;
	padding-right: 20px;
	padding-left: 10px;
	color: #377cc5;
}

.feature ul li{
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}

.feature .content_box{
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: -300px 0 0 auto;
	background-color: #fff;
	padding: 60px 80px;
	border-top-left-radius: 20px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.feature .img{
	width: 70%;
	max-width: 900px;
}

.feature .img_box{
	height: 600px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}

.feature .img img{
	width: 100%;
	object-fit: cover;
	height: 880px;
}

.feature .m_btn{
	margin-top: 40px;
}


@media (max-width: 1200px){
	.feature .img_box{
		height: 420px;
	}
	.feature .content_box{
		width: 80%;
		padding: 60px;
		margin-top: -50px;
	}
	.feature .img img{
		height: 600px;
	}
}


@media (max-width: 650px){
	.feature .img{
		width: 86%;
	}
	.feature .img_box{
		height: 240px;
	}
	.feature .img img{
		height: 100%;
	}
	.feature .content_box{
		width: 94%;
		margin-top: -20px;
		padding: 40px 20px;
	}
	.feature .sub_ttl{
		margin-bottom: 25px;
	}
	.feature .num{
		font-size: 1.8rem;
		padding: 0;
	}
	.feature ul li{
		padding: 14px 0;
	}
	.feature .flex{
		flex-direction: column;
	}
}




/* works */

.works .sub_ttl{
	width: fit-content;
	margin: 0 auto 60px;
}

.works .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}

.works .m_btn{
	margin: 60px auto 0;
}

.works{
	padding: 100px 0;
}


@media (max-width: 650px){
	.works{
		padding: 60px 0;
	}
	.works .sub_ttl{
		margin-bottom: 30px;
	}
	.works .m_btn{
		margin-top: 40px;
	}
}



/* recruit */

.recruit{
	background-color: rgb(55, 124, 197, 0.2);
}


.recruit .txt_area{
	line-height: 2.4;
}

.recruit .txt_area p+p{
	margin-top: 30px;
}

.recruit .inner{
	max-width: 1200px;
}

.recruit .img{
	width: 43%;
}

.recruit .txt_area{
	width: 53%;
	justify-content: center;
}

.recruit .rec_box{
	background-color: #f5f5f5;
	padding: 10px;
}

.recruit .img img{
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.recruit .m_btn{
	margin-top: 30px;
}

.recruit .sub_ttl{
	width: fit-content;
	margin: 0 auto 60px;
}

.recruit .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}

@media (max-width: 1200px){
	.recruit .flex_bet{
		flex-direction: column;
	}
	.recruit .img{
		width: 100%;
	}
	.recruit .img img{
		height: 400px;
	}
	.recruit .txt_area{
		width: 100%;
		padding: 40px 0;
	}
}

@media (max-width: 650px){
	.recruit .sub_ttl{
		margin-bottom: 30px;
	}
	.recruit .img img{
		height: 190px;
	}
	.recruit .inner{
		width: 94%;
	}
	.recruit .txt_area p+p{
		margin-top: 15px;
	}
	.recruit .txt_area{
		padding: 20px 0;
	}
	.recruit .m_btn{
		margin: 20px auto 0;
	}
}



/* footer */



footer{
	background-color: rgb(55, 124, 197, 0.2);
}

.foo_top{
	position: relative;
}

.foo_top .in{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.foo_top .sub_ttl{
	width: fit-content;
	margin: 0 auto 60px;
}

.foo_top .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}

.foo_top .bg .img_box{
	position: relative;
	background-color: #ccc;
	z-index: -1;
}

.foo_top .bg .img_box img{
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.foo_top .btn {
	width: 250px;
}

.foo_top .btn a{
	display: block;
	background-color: #fff;
	border: solid 1px #50af61;
	color: #50af61;
	text-align: center;
	padding: 10px 0;
}

.foo_top .btn + .btn{
	margin-left: 60px;
}

.foo_top .btn a:hover{
	background-color: #50af61;
	color: #fff;
}

.foo_btm{
	text-align: center;
	padding: 80px 0 50px;
	font-size: 1.4rem;
}

.foo_btm .foo_logo img{
	height: 60px;
	object-fit: cover;
}

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

.copy{
	margin-top: 50px;
}


@media (max-width: 1200px){
	.foo_top .in{
		top: 50%;
	}
	.foo_top .bg .img_box img{
		height: 500px;
	}
}

@media (max-width: 650px){
	.foo_top .flex_center{
		flex-direction: column;
	}
	.foo_top .btn + .btn{
		margin-left: 0;
		margin-top: 20px;
	}
	.foo_btm{
		padding: 50px 0 20px;
	}
	.copy{
		margin-top: 30px;
		font-size: 1.2rem;
	}
	.foo_btm .foo_logo img{
		height: 40px;
	}
	.foo_top .sub_ttl{
		margin-bottom: 30px;
	}
	.foo_top .bg .img_box img{
		height: 350px;
	}
}



/* 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: 5%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    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: solid 1px #c12e2e;
}

.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: #c12e2e;
}

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

@media (max-width: 650px) {
    .page_top {
        width: 45px;
        height: 45px;
		bottom: 25px;
    }
}




/* kasou top */

.kasou_top{
	position: relative;
	padding-top: 180px;
	background: url(../img/top01.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);
	top: 0;
	left: 0;
	backdrop-filter: blur(2px);
}


.kasou_top .inner{
	position: relative;
}

.kasou_top .inner .ac_txt{
	position: absolute;
	line-height: 1;
	bottom: -112px;
	left: 0;
	color: #fff;
	letter-spacing: normal;
}

.kasou_top h2{
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
	line-height: 1.5;
}

.kasou_top h2 .en{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.kasou_top .pan{
	position: relative;
	background-color: #e6e6e6;
	margin-top: 100px;
	padding: 5px 0;
	z-index: 1;
}




/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
	text-align: left;
	max-width: 1380px;
	width: 86%;
	margin: 0 auto;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
    color: #111;
}

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

.kasou header{
	opacity: 1;
	height: 100px;
	pointer-events: painted;
	background-color: #f5f5f5;
}


@media (max-width: 1200px){
	.kasou_top h2 .en{
		font-size: 1.6rem;
	}
	.kasou_top h2{
		font-size: 3.6rem;
	}
	.kasou header{
		height: 60px;
	}
	
}

@media (max-width: 650px){
	.kasou_top h2{
		font-size: 2.8rem;
	}
	.kasou_top{
		padding-top: 140px;
	}
	.kasou_top .pan{
		margin-top: 60px;
	}
}



/* service */



.p_service .img{
	width: 45%;
}

.p_service .right{
	width: 55%;
}

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

.p_service .right .in{
	width: 80%;
	margin: 0 auto;
}

.p_service h3{
	color: #c12e2e;
	border-bottom: solid 1px #c12e2e;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 30px;
}
.p_service .item+.item{
	margin-top: 150px;
}

.p_service h4{
	font-size: 1.8rem;
	margin-top: 15px;
	font-weight: 600;
}

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

.p_service .btm_area .inner{
	max-width: 1200px;
}

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

.p_service .btm_area{
	margin-top: 100px;
}

.p_service .btm_area h4{
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	margin-bottom: 60px;
}

.p_service .btm_area h4 .ja{
	padding-left: 0;
}

.p_service .btm_area .mini_item{
	width: 48%;
}

.p_service .item_list{
	flex-wrap: wrap;
}

.p_service .item_list h5{
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.04em;
	color: #50af61;
	font-weight: 600;
}

.p_service .item_list .bg_w{
	position: relative;
	background-color: #f5f5f5;
	z-index: 2;
	padding: 30px;
	width: 90%;
	margin: -80px auto 0;
}

.p_service .item_list .l_img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.p_service .btm_area .mini_item+.mini_item+.mini_item{
	margin-top: 60px;
}


@media (max-width: 1200px){
	.p_service .item_list .l_img img{
		height: 300px;
	}
	.p_service .item_list .bg_w{
		padding: 20px 15px;
	}
	.p_service .item_list h5{
		font-size: 2rem;
	}
	.p_service h3{
		font-size: 2.4rem;
	}
	.p_service .flex_bet{
		flex-direction: column;
	}
	.p_service .img{
		width: 80%;
		margin: 0 auto 40px;
	}
	.p_service .right{
		width: 100%;
	}
	.p_service .item_list{
		flex-direction: row;
	}
}


@media (max-width: 650px){
	.p_service h3{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.p_service .right .in{
		width: 92%;
	}
	.p_service .img{
		width: 92%;
		margin-bottom: 20px;
	}
	.p_service .item_list{
		flex-direction: column;
	}
	.p_service .item_list .l_img img{
		height: 220px;
	}
	.p_service .btm_area .mini_item{
		width: 100%;
	}
	.p_service .item_list .bg_w{
		margin-top: -20px;
	}
	.p_service .btm_area .mini_item+.mini_item+.mini_item{
		margin-top: 20px;
	}
	.p_service .btm_area .mini_item+.mini_item{
		margin-top: 20px;
	}
	.p_service .item+.item{
		margin-top: 50px;
	}
	.p_service h4{
		font-size: 1.6rem;
	}
	.p_service .btm_area h4{
		margin-bottom: 30px;
	}
	.p_service .btm_area h4 .ja{
		padding-left: 15px;
	}
}



/* repair */


.p_repair .inner{
	max-width: 1080px;
}

.p_repair h3{
	text-align: center;
	margin-bottom: 40px;
	color: #50af61;
}

.p_repair .left{
	width: 43%;
}
.p_repair .right{
	width: 53%;
	justify-content: center;
}

.p_repair .left img{
	height: 330px;
	object-fit: cover;
}

.p_repair h4{
	line-height: 1.8;
	margin-bottom: 15px;
}

.p_repair li{
	position: relative;
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
	padding-left: 28px;
}

.p_repair li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 17px;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}

.p_repair .item{
	background-color: #f5f5f5;
	padding: 40px;
}

.p_repair .item+.item{
	margin-top: 80px;
}


.p_flow{
	background-color: rgb(55, 124, 197, 0.2);
}

.p_flow .inner{
	max-width: 1200px;
	margin: 0 auto;
}

.p_flow .sub_ttl{
	margin-bottom: 60px;
}

.p_flow .item {
	background-color: #f5f5f5;
	padding: 40px;
}

.p_flow .item .num_area{
	width: 10%;
	text-align: center;
	color: #377cc5;
	border-left: solid 2px #377cc5;
}

.p_flow .item .num_area span{
	display: block;
}

.p_flow .item .txt_area{
	width: 50%;
}
.p_flow .item .txt_area .in{
	width: 90%;
	margin: 0 auto;
}

.p_flow .item .img_area{
	width: 35%;
}

.p_flow .item .img_area img{
	width: 100%;
	aspect-ratio: 3 / 2.5;
	object-fit: cover;
}

.p_flow .item h4{
	position: relative;
	line-height: 1.2;
	padding-left: 12px;
	margin-bottom: 15px;
	letter-spacing: 0.04em;
}

.p_flow .item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #50af61;
	height: 100%;
	width: 4px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.p_flow .item .f_btn{
	width: 80%;
	max-width: 300px;
}

.p_flow .item .f_btn a{
	display: block;
	border: solid 1px #50af61;
	text-align: center;
	padding:5px 0;
}
.p_flow .item .f_btn+.f_btn{
	margin-top: 10px;
}
.p_flow .item .f_btn.ch{
	margin-top: 15px;
}

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

.p_flow .item .f_btn a:hover{
	background-color: #50af61;
}


@media (max-width: 1200px){
	.p_repair h3{
		font-size: 3rem;
	}
	.p_flow .item{
		padding: 40px 20px;
	}
	.p_flow .item .num_area span{
		font-size: 3rem;
	}
	.p_flow .item h4{
		font-size: 2rem;
	}
}

@media (max-width: 650px){
	.p_flow .item .flex_bet{
		flex-direction: column;
	}
	.p_flow .item .txt_area{
		width: 100%;
	}
	.p_flow .item .num_area{
		width: 100%;
		border-left: 0px;
	}
	.p_flow .item .img_area{
		width: 100%;
	}
	.p_flow .item .txt_area .in{
		width: 100%;
		margin: 20px 0;
	}
	.p_flow .item{
		padding: 20px;
	}
	.p_flow .item h4{
		font-size: 1.8rem;
	}
	.p_flow .item .num_area .w100 p.f_txt{
		font-size: 1.2rem;
	}
	.p_repair h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.p_repair .item .flex_bet{
		flex-direction: column;
	}
	.p_repair .left img{
		width: 100%;
		height: 190px;
	}
	.p_repair .left{
		width: 100%;
		margin-bottom: 15px;
	}
	.p_repair .item{
		padding: 30px 15px;
	}
	.p_repair h4{
		font-size: 1.6rem;
	}
	.p_repair .right{
		width: 100%;
	}
	.p_repair .item+.item{
		margin-top: 30px;
	}
}



/* feature */



.p_feature{
	background-color: rgb(55, 124, 197,0.2);
}

.p_feature .inner{
	max-width: 1600px;
}

.p_feature .item{
	background-color: #fff;
	padding: 50px 0;
}

.p_feature .item+.item{
	margin-top: 80px;
}

.p_feature .wrapper{
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}

.p_feature .left{
	width: 44%;
}

.p_feature .left .img_box{
	height: 100%;
}

.p_feature .left img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.p_feature .right{
	width: 48%;
}

.p_feature h3{
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 0.04em;
}

.p_feature h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #50af61;
	width: 4px;
	height: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

@media (max-width: 1200px){
	.p_feature h3{
		font-size: 2rem;
	}
	.p_feature .left img{
		aspect-ratio: auto;
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.p_feature .wrapper{
		flex-direction: column;
	}
	.p_feature .left{
		width: 100%;
	}
	.p_feature .right{
		width: 100%;
	}
	.p_feature .left .img_box{
		margin-bottom: 40px;
	}
	.p_feature .item+.item{
		margin-top: 40px;
	}
}

@media (max-width: 650px){
	.p_feature .left img{
		height: 200px;
	}
	.p_feature .item{
		padding: 20px 0;
	}
	.p_feature .left .img_box{
		margin-bottom: 20px;
	}
	.p_feature h3{
		margin-bottom: 15px;
		padding-left: 15px;
	}
}



/* contact */


.greeting{
	background-color: rgb(55, 124, 197, 0.2);
}


.greeting .right{
	width: 48%;
}

.greeting .right .txt_box{
	font-size: 1.5rem;
	max-width: 600px;
	margin: 0 auto;
}
.greeting .right .txt_box p{
	line-height: 2.2;
}

.greeting .right .txt_box .btm{
	text-align: right;
	margin-top: 10px;
}

.greeting .sub_ttl{
	max-width: 600px;
    margin: 0 auto 40px;
}

.greeting .inner{
	margin-left: 0;
	max-width: 1700px;
	width: 96%;
}

.greeting .left{
	height: 100%;
	width: 45%;
}
.greeting .left .img{
	height: 100%;
}

.greeting .left img{
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.overview .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
	text-align: center;
}

.overview .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	orphans: 15px;
}

.m_table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0 10px;
	max-width: 1080px;
	font-size: 1.6rem;
}

.m_table th{
	width: 40%;
	padding: 22px 0;
	border-bottom: solid 2px #50af61;
	padding-left: 5px;
	color: #50af61;
}

.m_table td{
	width: 60%;
	padding: 22px 0;
	border-bottom: solid 2px #ccc;
	padding-left: 10px;
}

.m_table tr:first-child th{
	border-top: solid 2px #50af61;
}
.m_table tr:first-child td{
	border-top: solid 2px #ccc;
}

.access{
	padding: 0;
}

.access .sub_ttl{
    width: fit-content;
    margin: 0 auto 40px;
    text-align: center;
}

.access .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}


.access .inner{
	max-width: 1200px;
	
}

.access .map{
	width: 100%;
}

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


.contact_box .inner{
	max-width: 1200px;
	margin: 0 auto;
}

.contact_box .wrapper{
	background-color: #f5f5f5;
	padding: 80px;
}

.contact_box .wrapper .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
}

.contact_box .wrapper .sub_ttl .ja{
	width: fit-content;
	margin: 15px auto 0;
	padding-right: 15px;
}



input[type="checkbox"]{
	width: 20px;
	height: 40px;
	border: solid 1px #bababa;
	background-color: #fff;
	border: solid 1px #aaa;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
	width: 100% !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}

.postal_btn{
	background-color: #377cc5;
	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 #aaa;
	width: 100% !important;
	height: 120px !important;
}

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




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

.contact_table tr:first-child th{
	padding-bottom: 0;
}
.contact_table th span.ac.nini{
	background-color: #fff;
	border: solid 1px #377cc5;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
	margin-top: -3px;
	margin-right: 20px;
}



.form_box .left{
	position: sticky;
	top: 200px;
	height: fit-content;
}


.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{
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	border-bottom: solid 2px #377cc5;
	color: #377cc5;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.Label::before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2.5px solid #377cc5;
	border-right: 2.5px solid #377cc5;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 5px);
	right: 20px;
	margin-bottom: 1em;
}

.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.45rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 1.8;
}

.form_accordion h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	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:9px;
	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;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #377cc5;
	color: #fff;
	border: solid 2px #377cc5;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

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

.contact_table th span.ac.nini{
	color: #111;
	background-color: #fff;
	border: solid 1px #377cc5;
}

.contact_table th,.contact_table td{
	padding: 15px 0;
	display: block;
}

.contact_table{
	width: 100%;
}

.mail_area{
	background-color: #f5f5f5;
	padding: 100px 0;
}

.contact_table th{
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 1.6rem;
}

.contact_table tr:first-child th{
	vertical-align: top;
}


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

.contact_table th{
	padding-bottom: 14px;
	padding-top: 30px;
}
.contact_table tr:first-child th{
	padding-bottom: 14px;
}

.tel_box{
	text-align: center;
	margin-bottom: 80px;
	background-color: #f5f5f5;
	padding: 60px;
}

.tel_box .sub_ttl{
	width: fit-content;
	margin: 0 auto 20px;
	text-align: center;
}

.tel_box .btn a{
	display: block;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
	color: #50af61;
	border-bottom: solid 1px #50af61;
	width: fit-content;
	margin: 0 auto 10px;
	padding: 0 20px;
}

.tel_box .btn a i{
	font-size: 0.86em;
}

.tel_box .btn a:hover{
	opacity: 0.8;
}

.contact_line{
	position: relative;
	background: url(../img/top05.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	margin-top: 100px;
	z-index: 10;
}

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

.contact_line h3{
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 150px 0;
	letter-spacing: 0.05em;
}

.contact_line h3 span{
	font-size: 0.8em;
	display: block;
	margin-top: 15px;
}


@media (max-width: 1200px){
	.contact_box .wrapper{
		padding: 50px 40px;
	}
	.contact_box .wrapper .sub_ttl{
		margin-bottom: 0;
	}
	.tel_box{
		margin-bottom: 40px;
	}
	.tel_box{
		padding: 50px 0;
	}
	.greeting .left{
		width: 100%;
	}
	.greeting .right{
		width: 100%;
		margin-top: 40px;
	}
	.greeting .flex_bet{
		flex-direction: column;
	}

	.greeting .inner{
		width: 86%;
		margin: 0 auto;
	}
	.greeting .right .txt_box{
		max-width: none;
	}
	.greeting .left img{
		height: 400px;
	}
	.greeting .right .sub_ttl{
		max-width: none;
	}
	.contact_line h3{
		font-size: 3.6rem;
		padding: 100px 0;
	}
}

@media (max-width: 650px){
	.contact_box .wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.form_attention{
		font-size: 1.4rem;
	}
	.access .map iframe{
		height: 250px;
	}
	.m_table{
		font-size: 1.4rem;
	}
	.m_table th{
		width: 30%;
	}
	.m_table tr:first-child td{
		width: 70%;
	}
	.greeting .left img{
		height: 220px;
	}
	.greeting .sub_ttl{
		margin-bottom: 30px;
		width: fit-content;
		margin: 0 auto 30px;
	}
	.sub_ttl .ja{
		width: fit-content;
		margin: 15px auto;
		padding-right: 15px;
	}
	.contact_line h3{
		font-size: 2.4rem;
		padding: 80px 0;
	}
}




/* お知らせ一覧 */

.k_blog main{
	overflow: visible;
}


.blog_list{
	overflow: visible;
}

.blog_list .side_list{
	position: sticky;
	width: 300px;
	top: 200px;
	height: fit-content;
}

.blog_list .blog_item_list{
	width: calc(94% - 300px);
}

.blog_list .main_list{
	flex-wrap: wrap;
	gap: 30px;
}

.blog_list .main_list li{
	width: 100%;
	background-color: #fff;
	
}

.blog_list .main_list li a{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid 1px #ccc;
}

.blog_list .main_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	border: solid 1px #111;
	aspect-ratio: 3 / 2;
	width: 30px;
	bottom: 10px;
	right: 10px;
	transition:  all.2s;
}

.blog_list .main_list li a .arrow{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	transition:  all.2s;
}
.blog_list .main_list li a .arrow02{
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 20px;
	bottom: 10px;
	right: 10px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transform: translateX(-25%);
	opacity: 0;
	transition:  all.2s;
}

.blog_list .up_ymd{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
	color: #c12e2e;
}

.new_mark{
	display: inline-block;
	background-color: #c12e2e;
	color: #fff;
	font-size: 1.4rem;
	margin-left: 5px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 7px;
}

.blog_list .title{
	display: block;
	color: #333;
	padding: 0 8px;
}

.blog_list .main_list li a .left{
	width: 170px;
}
.blog_list .main_list li a .right{
	width: calc(92% - 170px);
	padding-top: 20px;
}

.blog_list .main_list li a img{
	display: inline;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
}


.blog_list .side_list h3{
	position: relative;
	letter-spacing: 0.03em;
	margin-bottom: 50px;
	line-height: 1.2;
	padding-left: 16px;
}

.blog_list .side_list h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 90%;
	left: 0;
	width: 3px;
	background-color: #377cc5;
	top: 54%;
	transform: translateY(-50%);
}

.blog_list .side_list h3::first-letter{
	color: #377cc5;
}

.blog_list .side_list li{
	letter-spacing: 0.05em;
	font-weight: 600;
}

.blog_list .side_list li a{
	position: relative;
	display: block;
	width: fit-content;
	padding: 10px 30px 10px 30px;
	border-top: solid 1px #ccc;
}
.blog_list .side_list li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #377cc5;
	aspect-ratio: 1 / 1;
	width: 7px;
	top: 52%;
	transform: translateY(-50%);
	left: 10px;
}
.blog_list .side_list li a:hover{
	color: #377cc5;
}

.blog_list .side_list li+li{
	margin-top: 10px;
}

.blog_list .main_list li a:hover::before{
	background-color: #111;
}

.blog_list .main_list li a:hover .arrow{
	opacity: 0;
}
.blog_list .main_list li a:hover .arrow02{
	opacity: 1;
}

.pages{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.pages a{
	display: block;
	border: solid 1px #111;
	padding: 15px 0;
	font-size: 1.45rem;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 0.03em;
}

.pages .page_next{
	text-align: left;
}
.pages .page_prev{
	text-align: right;
}

.pages div{
	width: 45%;
}

.pages a:hover{
	background-color: #50af61;
}


.blog_list .blog_content{
	padding: 0 2%;
}

.blog_list .blog_content .ttl{
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.blog_list .blog_content .ttl::first-letter{
	color: #c12e2e;
}

.blog_list .blog_content .text{
	padding-top: 20px;
	margin-top: 5px;
	border-top: solid 1px #ccc;
}

.blog_list .blog_content .up_ymd{
	padding-left: 0;
}

.blog_list .blog_item_list.newspt .main_list li a .right{
	width: 100%;
	padding-top: 0;
}

.bl_ttl{
	position: relative;
	text-align: center;
	letter-spacing: 0.05em;
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 20px 15px;
}



.bl_ttl::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #aaa;
	transform: translateX(-50%);
	z-index: 1;
}


.bl_ttl::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #50af61;
	z-index: 2;
}


.blog_list .item_box+.item_box{
	margin-top: 150px;
}



@media (max-width: 1200px){
	.blog_list .flex_bet{
		flex-direction: column-reverse;
	}
	.blog_list .blog_item_list{
		width: 100%;
	}
	.blog_list .side_list{
		margin-top: 60px;
		width: 100%;
	}
	.blog_list .side_list ul{
		display: flex;
	}
	.blog_list .side_list li+li{
		margin-top: 0;
		margin-left: 10px;
	}
	.blog_list .side_list li a{
		border: solid 1px #ccc;
		padding: 10px 10px 10px 35px;
	}
	.blog_list .side_list h3{
		margin-bottom: 30px;
	}
	.blog_list .side_list li a::before{
		left: 15px;
	}
	.blog_list .side_list li{
		letter-spacing: normal;
		font-size: 1.45rem;
	}
	/* .blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	} */
	.blog_list .main_list{
		gap: 20px;
	}
	
}

@media (max-width: 650px){
	.blog_list .side_list ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.blog_list .side_list li+li+li{
		margin-left: 0;
		margin-top: 10px;
	}
	.blog_list .blog_content .ttl{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.blog_list .blog_content .up_ymd{
		font-size: 1.2rem;
	}
	.blog_list .blog_content .text{
		font-size: 1.4rem;
	}
	.pages{
		margin-top: 40px;
		flex-direction: column;
	}
	.pages a{
		padding: 7px 10px;
	}
	.pages div{
		width: 100%;
	}
	.pages .page_next{
		margin-bottom: 10px;
	}
	.blog_list .side_list h3{
		font-size: 1.8rem;
	}
	.blog_list .side_list li a{
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
	.blog_list .side_list li+li{
		margin-left: 0;
	}
	.blog_list .main_list li{
		width: 100%;
	}
	.blog_list .side_list li{
		width: 48%;
	}
	.blog_list .side_list li a{
		display: block;
		width: 100%;
	}
	 .main_list li a .right{
		width: 100%;
	}
	.blog_list .main_list li a .left{
		margin: 0 auto;
	}
}




.blog_item_list.blogpt .main_list li{
	width: calc((100% - 60px) / 3);
}

.blog_item_list.blogpt li a .left{
	width: 100%;
}

.blog_item_list.blogpt li a .right{
	width: 100%;
	padding-top: 10px;
}

.blog_item_list.blogpt li a img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}

.blog_item_list.blogpt li a{
	display: block;
	padding: 10px;
	padding-bottom: 30px;
}

@media (max-width: 1400px){
	.blog_item_list.blogpt .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_item_list.blogpt .main_list{
		gap: 20px;
	}
}



@media (max-width: 1200px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: row;
	}

}



@media (max-width: 650px){
	.blog_list .blog_item_list.blogpt .flex_bet.ch{
		flex-direction: column;
	}
	.blog_list .blog_item_list.blogpt .main_list li{
		width: 100%;
	}
}




.main_blog_list .blog_list .blog_item_list{
	max-width: 1200px;
	margin: 0 auto;
}

.main_blog_list .blog_list .pages{
	max-width: 1200px;
	margin: 80px auto 0;
}

.main_blog_list .blog_item_list{
	width: 100%;
}

.list_btn {
	width: 300px;
	margin: 60px auto 0;
}

.list_btn a{
	display: block;
	background-color: #50af61;
	padding: 12px 0;
	text-align: center;
	border: solid 1px #50af61;
}

.list_btn a:hover{
	background-color: rgb(80, 175, 97,0);
	color: #50af61;
}

@media (max-width: 1400px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 40px) / 3);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 1200px){
	.blog_main .main_blog_list .main_list li{
		width: calc((100% - 20px) / 2);
	}
	.blog_main .main_blog_list .main_list{
		gap: 20px;
	}
}


@media (max-width: 650px){
	.bl_ttl{
		margin-bottom: 30px;
		font-size: 2.6rem;
	}
	.blog_main .blog_list .item_box+.item_box{
		margin-top: 80px;
	}
	.list_btn{
		margin-top: 30px;
	}
}






/*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: #50af61;
	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 #50af61;
    color: #50af61;
    letter-spacing: 2px; 
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #50af61;
	color: #fff;
}

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

.top_movie{
	margin: 30px;
}

.movie_wrap{
	width: 100%;
	aspect-ratio: 16 / 9;
}

.movie_wrap iframe{
	display: block;
	width: 100%;	
	height: 100%;
	object-fit: cover;
}
