﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap');
.en, .Russo {
    font-family: "Shippori Antique", "Noto Sans JP","Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #8ad312;}
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}
.txt_color3, .hvr_txt_color3:hover{color: #138778;}
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #9feb22;}
/*.bg_color2, .hvr_bg_color2:hover{background-color: #e6e6e6}*/
.bg_color3, .hvr_bg_color3:hover{background-color: #138778;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #9feb22;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
.border_color3, .hvr_border_color3:hover{border-color: #138778;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

.c-btn__back {
    transform: none;
    border-radius: 100px;
}
.c-btn {
    color: #000;
}

/* header */
#header_wrap{
    top: 0;
    left: 0;
    z-index: 10;
}
#header {
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(3px);
}
#header_contact a.btn_back {
    transform: none;
    background-color: rgba(207,207,207,0.6);
}
#logo {width: 200px;}

/* top ----------------*/

/* main img */
/*header span.before, header span.after {*/
/*    display: none;*/
/*}*/
#main_img {
    height: 800px;
    width: 80%;
    border-radius: 50px;
    margin: 100px auto;
}
.main_img_wrap span.before {
    width: 550px;
    height: 900px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX(-26.35deg);
    transform: skewX(-26.35deg);
    left: -330px;
    bottom: 0;
    z-index: -1;
}
.main_img_wrap span.after {
    width: 550px;
    height: 1100px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX(-26.35deg);
    transform: skewX(-26.35deg);
    right: -360px;
    top: -250px;
    z-index: -1;
}
.main_txt{
    bottom: 3%;
    left: 3%;
    z-index: 3;
    max-width: 600px;
    width: 50%;
}

/* main */

/* intro */
#top_message {
    margin-top: 200px;
    /*margin-bottom: 300px;*/
    border-radius: 30px;
    box-shadow: 10px 10px 0 #9feb22;
}
#top_message h2 {
    text-align: center;
}
/*.intro{*/
/*    max-width: 300px;*/
/*    width: 30%;*/
/*    top: -200px;*/
/*    left: -200px;*/
/*    z-index: -1;*/
/*    border-radius: 100%;*/
/*}*/
/*.intro2{*/
/*    max-width: 300px;*/
/*    width: 30%;*/
/*    bottom: -200px;*/
/*    right: -200px;*/
/*    z-index: -1;*/
/*    border-radius: 100%;*/
/*}*/

/* contents */
.top_contents1_box, .top_contents2_box {
    max-width: 650px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}
.top_contents1_box {
    margin: 5% auto 5% 5%;
}
.top_contents2_box {
    margin: 5% 5% 5% auto;
}
#top_contents1 h3, #top_contents2 h3, #top_contents1 p, #top_contents2 p {
    position: relative;
    z-index: 2;
    color: #000;
}
#top_contents1 h3, #top_contents2 h3{
    font-weight: bold;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    top: -120px;
}

/* topcms */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* footer */
#footer_contact, #footer_contact h3, #footer_contact p{
    position: relative;
}
#footer_contact::before{
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    
}
#footer_contact .more:first-child{
    padding-right: 10px;
}
#footer_contact .more:last-child{
    padding-left: 10px;
}


/* under page */
#filter_white {
    background-color: rgba(255,255,255,0.8);
}
.btn_container a{
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}
#page10 .site a{
    width: 350px;
}

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    height: 500px;
    width: 90%;
}
.main_img_wrap span.after {
    right: -500px;
    top: -550px;
}
.l-header__toggle {top: 15px;}
#top_contents1 h3::before, #top_contents2 h3::before {
    top: -50px;
    color: #9feb22;
}
.top_contents1_box, .top_contents2_box {margin: 10% auto 5% auto;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 270px;
    width: 90%;
    margin: 70px auto;
}
.main_img_wrap span.after {
    right: -640px;
    top: -800px;
}
#top_message {margin-top: 150px;}
#top_message h2 {font-size: 17px;}
#top_contents1 h3::before, #top_contents2 h3::before {top: -30px;}
#footer_contact .more:first-child, #footer_contact .more:last-child {padding: 0;}
#filter_white {
    background-color: rgba(255,255,255,0.8);
}
.cate_list li {
    width: 100%;
}
#filter_white h2{
    font-size: 17px;
    letter-spacing: 1px;
}

}





