/*
Theme Name: edit_theme
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

html {
	scroll-behavior: smooth;
}

nav{
	font-family:serif;
}

h3{
	letter-spacing: 3px;
	border-bottom:0px solid red;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	line-height:2em;
}

h3:after{
	border-bottom:0px solid red;
}


h2 {
    border-top: 0px solid var(--vk-color-primary);
    border-bottom: 0px solid #3A9CD9;
    letter-spacing: 2px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color:#21325a;
	font-size:3em;
	position: relative;
}

h2:before{
	content:'';
    display: block;
    width: 1px;
    height: 90px;
    background-color:#21325a;
    position: absolute;
    top: -30%;
    left: 50%;
}

@media (max-width: 781px) {
h2{
	font-size:2em;
	}

h2:before {
		top:-60%;
	}	
	
h3{
		font-size:1.7em;
	}	
}


img{ 
	border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
}

img:before{
	background-color:red;
}

p{
	letter-spacing:1px;
}


/*テーブル*/
table{
	border-top:0px;
}


.wp-block-table td{
	border: 0px dashed;
	border-bottom: 1px dashed #AFA697;
    padding-left: 0em;
}

.wp-block-table .item{
	border-bottom: 1.5px solid #AFA697;
	min-width: 70px;
}

tr{
	border-bottom: 0px dashed #d1ccbf;
    border-left: 0px dashed #d1ccbf;
    border-right: 0px dashed #d1ccbf;
    border-top: 1px
}

.carousel {
    max-width: 1600px;
	margin:auto;
	margin-top:3em;
}

@media (max-width: 781px) {
.carousel {
	width:95%;
	}
}





/*スクロールアニメーション*/
.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}



/*スマホ画面調節*/
@media (max-width: 600px) {
	
/*スマホ画面：文章の左右余白調節*/		
	.wp-block-media-text .wp-block-media-text__content {
    padding: 0 2%;
}
	
/*スマホ画面：画像と文章入れ替え*/	
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 2;
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
}	
	
}





.siteHeader_logo img{
	border-radius:0px;
}



/*ご挨拶*/
.greeting_con{
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
	padding-top: 0px;
}

.greeting_con::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
	background: linear-gradient(90deg, #fff 0%, #fff 70%, #bffbff 70%, #bcd5ef 100%);
    display: flex;
    justify-content: center;
    align-items: center;
	height: 30em;
    top: 30%;
}

@media (max-width: 781px) {
.greeting_con::before {
	 background: linear-gradient(180deg, #fff 0%, #fff 70%, #bffbff 70%, #bcd5ef 100%);
	height: auto;
	transform: skewY(-7deg);
	}
}


.greeting_h2:after{
	content:'Greeting';
	font-size:0.6em;
	display:block;
	line-height:3em;
	color:#21325a;
}


.wp-block-cover .wp-block-cover__image-background{
	opacity:0;	
	object-fit: contain;
}

.greeting_con img{
	border-radius:0px 5em 0px 5em;
}


/*事業内容*/
.business_con{
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
}

.business_con::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fffdf9;
    transform: skewY(-7deg);
	z-index: -1;
	margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}

.business_con::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
    background: linear-gradient(90deg, #a0ceed 0%, #ddfeff 30%, #fffdf9 30%, #fffdf9 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30em;
    top: 40%;
}

.business_h2::after{
	content:'Service';
	font-size:0.6em;
	display:block;
	line-height:3em;
	color:#21325a;
}

.business_con img{
	border-radius:5em 0em 5em 0em;
}

@media (max-width: 781px) {
	.business_con{
		margin-top:0px;
	}	
	
.business_con::after{
	display:none;
}	
	
.business_con::before {
    background: linear-gradient(180deg, #fffdf9 0%, #fffdf9 90%, #bffbff 70%, #bcd5ef 100%);
}
}


/*会社概要*/
.company_con{
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
}

.company_con::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
	    background: linear-gradient(90deg, #fff 0%, #fff 70%, #bffbff 70%, #bcd5ef 100%);
    display: flex;
    justify-content: center;
    align-items: center;
	height: 50em;
    top: 25%;
}


.company_h2::after{
	content:'Access';
	font-size:0.6em;
	display:block;
	line-height:3em;
	color:#21325a;
}



@media (max-width: 781px) {
.company_con::before {
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #bffbff 70%, #bcd5ef 100%);
	 transform: skewY(-7deg);
	height: auto;
}
}

/*アクセス*/

.access_con{
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
	margin-top:200px;
}

.access_con::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#F0F8F8;
    transform: skewY(-7deg);
	z-index: -1;
	margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}

.access_con::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
	
    background: linear-gradient(90deg, #A0E7ED 0%, #DDFFEB 30%, #F0F8F8 30%, #F0F8F8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}

.access_h2::after{
	content:'Access';
	font-size:0.6em;
	display:block;
	line-height:3em;
	color:#21325a;
}

.access_con img{
	border-radius:90em;
}


@media (max-width: 781px) {
#access_top{
    margin-bottom: 0em;
}	
	
	.access_con::after{
		display:none;
	}	
	
.access_con::before {
    background: linear-gradient(180deg, #EFFFFE 0%, #EFFFFE 70%, #DDFFEB 70%, #A0E7ED 100%);
}	
	
.access_con{
	margin-top:0px;
}		
	

	
	
}



/*グループ*/
.siteContent {
    padding: 0rem 0 4rem;
}



.siteFooter{
	border-top:0px;
}



.achievements_h2:after{
	content:'Achievements';
	font-size:0.6em;
	display:block;
	line-height:3em;
	color:#21325a;
}

.achievements_con{
	width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
}


h1{
	font-family: "Shippori Mincho", serif;
}

.page-id-338 h3{
	border-bottom: 2px solid;
}

.page-header{
    background-color: #92c4ef;	
}






