@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

/*------------------------------------------
base
------------------------------------------*/

img {
	    max-width: 100%;
}

:root {
	--radius: 14px;
	--padding: 14px;
	--maxwidth: 1280px;
	--width: 1024px;
	--color: #393332;
	--bg: #fff;
	--gold: #ba9718;
	--blue: #1442a0;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:var(--bg);
	background-size: cover;
	color: var(--color);
	font-size: 16px;
	line-height: 250%;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}




@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.pc{display: block !important;}
	.sp{display: none !important;}
}

@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%;}
	.sp{display: block !important;}
	.pc{display: none !important;}
}


p{
    margin-bottom: 1.5em;
}

.row{
	padding-left: 0;
	padding-right: 0;
}

small{
	/*display: block;*/
	line-height: 150%;
    font-size: 0.7em;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}


.svg-icon{
	display: none;
}


#container{
    padding: 10em 0;
}

.center{
	text-align: center;
}

.btn_fade{
	transition: 0.2s;
}
.btn_fade:hover{
	opacity: 0.5;
}


/*-------------------------------------
btn_p
-------------------------------------*/
.btn_p{
}

.btn_p a , .btn_p a:visited , .btn_p input{
	display: inline;
	text-align: center;
	/*display: block;*/
    position: relative;

    background: var(--color);
    
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,1) inset;

	border-radius: 26px;
    height: 52px;
    line-height: 52px;
	padding: 0.8em 3em;
    
	color: var(--bg);
	font-weight: bold;
	text-decoration: none;
    
    transition: all .2s;
}

.btn_p input{
	line-height: 0;
}



.btn_p a:hover , .btn_p input:hover{
    background: var(--bg);  
    box-shadow: 0px 0px 0px 2px rgba(41,41,41,1) inset;
    color: var(--color);
}
.btn_p a .glyphicon{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 35%;
    bottom: 50%;
}
.btn_p a:hover .glyphicon {
    color: var(--main-color);
}



.btn_box{
    margin: 1em 0;
    text-align:center;
}


@media all and (max-width: 768px) {
/* 767pxまでの幅の場合に適応される */
    .btn_p{
        width: 90%;
        display: block;
        margin-left:auto;
        margin-right:auto;
    }
    .btn_p a , .btn_p input{
        display: block;
        padding: 0;
        font-size: 1.2em;
    }
    
    .btn_p input{
        width: 100%;
    }
}



/*------------------------------------
link_span
------------------------------------*/
.link_span{
	position: absolute;
	top: -150px;
	left: 0;
}


/*-------------------------------------
line
---------------------------------------*/
hr.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#2ea7e0 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#2ea7e0 50%,transparent 100%);
}



/*-------------------------------------
flexbox
---------------------------------------*/
.flexbox{
    display: flex;
    flex-wrap: wrap;
}




/*-------------------------------------
tablebox
---------------------------------------*/
.tablebox{
	display: table;
}

.tablebox .box{
	display:table-cell;
}
.tablebox .box.vertical_middle {
	vertical-align: middle;
}


/*-------------------------------------
table
---------------------------------------*/

.table1{
	border-collapse:collapse;
	margin:40px auto;
}
.table1 th{
	min-width: 150px;
}

.table1 td,.table1 th{
	border-top:1px solid #666;
	padding:10px;
}
.table1 tr:last-child td,
.table1 tr:last-child th{
	border-bottom:1px solid #666;  
}




/*------------------------------------
dl1
--------------------------------------*/
.dl1 dd{
	margin-bottom: 20px;
}

/*-------------------------------------
box_shadow
-------------------------------------*/


.box_shadow{
    background: #fff;
    border-radius: 10px;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,0.2);
    display:block;
    color: #252525;
    transition: all .5s;
    word-break: break-all;
    margin: 1em auto;
    text-align: center;
}


.box_shadow .thum img{
    border-radius: 10px 10px 0 0;
}

#container a.box_shadow:hover{
    text-decoration: none;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,1);
    opacity: 0.5;
}



/*-------------------------------------
padding_inner
-------------------------------------*/
.padding_inner{
    padding: 1em;
}

.padding_inner ul{
    margin: 0;
    padding-left:1.5em;
}

.small_text{
    font-size: 0.9em;
    line-height: 1.5em;
}


/*-----------------------------------
inner2
------------------------------------*/

#container .inner2 .thum_left{
    float: left;
    width: 20%;
}

#container .inner2 h4,
#container .inner2 .text_box{
    float: right;
    width: 78%;
}
@media all and (max-width: 768px) {
    #container .inner2 .thum_left{width: 30%;}
    #container .inner2 h4{width: 68%;}
    #container .inner2 .text_box{
        width: 100%;
    }
}

/*------------------------------------
span.orange
------------------------------------*/
span.orange{
    color: #d25f3b;
}





/*------------------------------------
radius
------------------------------------*/
img.radius{
	border-radius: var(--radius);
}


/*------------------------------------------
LoadingのためのCSS


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　

#splash {
    /*fixedで全面に固定
	position: fixed;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background:var(--blue);
	text-align:center;
	color:#fff;
	top:0;
	left: 0;
}

/* Loadingバー中央配置　
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Montserrat', serif;
	font-weight: 500;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください
#splash_text svg{
    height: 2px;
}

------------------------------------------*/



/*-------------------------------------
loding
-------------------------------------*/
#loding{
	position: fixed;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background:#fdeec6;
	text-align:center;
	color:#fff;
	top:0;
	left: 0;
}


#loding{
	animation:loding_delet 1s ease-in-out 0.5s 1 normal forwards;
}


@keyframes loding_delet{
	/*0%{ opacity: 1;}
	100%{ opacity: 0; display: none; }*/
	
	0%{ opacity: 1; top: 0; }
	99%{ opacity: 0; top: -1000px;}
	100%{ display: none; }
}



#loding .logo{
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	animation:loding_delet_logo 1s ease-in-out 0.5s 1 normal forwards;
}
#loding .logo img{
	width: 200px;
	height: 200px;
}

@keyframes loding_delet_logo{
	0%{ margin-top: 0px;}
	100%{ margin-top: -100px;}
}


/*#loding .logo img,*/
#loding .logo img{
	/*animation:3s linear infinite rotation;*/
}

@keyframes rotation{
  0%{ transform:rotate(0); fill:#fff;}
  100%{ transform:rotate(360deg); fill:var(--blue);}
}

#loding .dot{
	display: flex;
	justify-content: center;
	gap:20px;
	
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	padding-top: 200px;
	
	animation:loding_delet_pop 1s ease-in-out 0.5s 1 normal forwards;
}

#loding .dot p{
	margin: 0;
	background: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	
	margin-top:10px;
}


#loding .dot p:nth-child(1)	{animation:pop 1s ease-in-out 0s infinite;}
#loding .dot p:nth-child(2)	{animation:pop 1s ease-in-out .2s infinite;}
#loding .dot p:nth-child(3)	{animation:pop 1s ease-in-out .4s infinite;}
#loding .dot p:nth-child(4)	{animation:pop 1s ease-in-out .6s infinite;}
#loding .dot p:nth-child(5)	{animation:pop 1s ease-in-out .8s infinite;}


@keyframes pop{
	0%{ margin-top:10px;}
	20%{ margin-top:0px; }
	30%{ margin-top:10px;}
}


@keyframes loding_delet_pop{
	0%{ margin-top: 0px;}
	100%{ margin-top: -100px;}
}


/*-------------------------------------
header
-------------------------------------*/
header{
	z-index: 50;
}

header .inner h1 img{
	height: 80px;
}

header.content{
	height: 90px;
}
	
header.content nav{
	display: none;
}


@media all and (max-width: 991px) {
	header .inner h1 img{
		height: 40px;
		padding-left: 10px;
	}
}



/*  logo
/--------------------------------- */
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	header {
        /*padding: 0 1em;*/
		position:fixed;
		background: var(--bg);
		top: 0;
		left:0;
		right: 0;
		margin: auto;
        padding: 20px;
		height: 120px;
	}
	
	header .inner{
        float:left;
	}
    
    header .inner h1{
        /*font-size: 0.5em;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 3em;
        left:3em;*/
		padding: 0;
		margin: 0;
    }
	
	header .inner h1 svg{
		height: 80px;
		width: 86px;
		fill:#0000ff;
	}

    
    header#content_header{
        background: #fff;
        /*position:fixed;*/
        height: 90px;
    }

}



@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	header h1{
		margin: 0;
		position:fixed;
		z-index: 1040;
		top: 0;
	
	}
	header h1 svg{
		height: 50px;
		width: 90px;
		padding: 6px 0 0 6px;
		fill:var(--blue);
        zoom:0.8;
	}
}






/*  nav
/*--------------------------------- */
header .container-fluid>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
header .navbar{
	background: none;
	border: none;
}
 
header .navbar-nav {
	float: none;
}
 
header .navbar-nav > li {
    text-align: right;
}
 
header.index .navbar-default .navbar-nav>li>a {
	color: var(--color);
	font-weight: bold;
	position: relative;
	transition: 0.5s;
}
header.index .navbar-default .navbar-nav>li>a:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--blue);
	content: "";
	z-index: -1;
	
	width: 0;
	transition: 0.5s;
}

header.index .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

header.index .navbar-default .navbar-nav>li>a:hover:after{
	width: 100%;
}
	
/*
header.content .navbar-default .navbar-nav>li>a {
    color: #000;
	font-weight: bold;
}*/

@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */

	header .navbar {
        float: right;
		margin: 0 auto;
	}
	header .navbar-nav {
		display: table;
		width: 100%;

	}
	header .navbar-nav > li {
		display: table-cell;
		float: none;
	}
	header .navbar-nav > li a{
		/*padding: 1em 1em 0.5em 1.5em;*/
	}
	
	
}


@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	
	header .container-fluid{
		padding: 0;
	}
	header .navbar{
		background: var(--bg);
		border-radius: 0;
	}
	header .navbar-nav{
		margin: 0;
	}

	header nav{
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	header .navbar-fixed-top .navbar-collapse, header .navbar-fixed-bottom .navbar-collapse{
		max-height: none;
	}
	
	header nav button{
		z-index: 1050;
	}
	header .navbar-default .navbar-toggle{
        background: var(--main-color);

        
        border:none;
        margin: 0;
        border-radius: 0;
        height: 50px;
        padding: 0 16px;
	}
	header .navbar-default .navbar-toggle .icon-bar{
		background-color:var(--blue);
	}
	
	
	header .navbar-collapse{
		background: #fff;
	}
	
	header .navbar-collapse li a{
		color: var(--blue) !important;
		text-align: left;
		background-image:none;
		border-bottom: #ebebeb solid 1px;
		padding: 0.5em;
        text-shadow: none;
	}
	
	header .navbar-collapse li:last-child a{
		border-bottom: none;
	}
	
	
	header.index .navbar-default .navbar-nav>li>a {
		background: #fff;
	}

}



@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
    header .navbar-header {
        float: none;
    }
    header .navbar-toggle {
        display: block;
    }
    header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,2    55,255,0.1);
        border:none;
    }
    header .navbar-collapse.collapse {
        display: none!important;
    }
    header .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    header .navbar-nav>li {
        float: none;
    }
    header .navbar-nav>li>a {
        padding: 1.5em 1em;
		font-size: 1.5em;
		font-weight: normal;
    }
    header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    header .navbar-collapse.collapse.in {
        display: block!important;
    }
	
	header .navbar-collapse.collapse.in:after{
		transition: 0.2s;
		display: block;
		position: fixed;
		top: 50px;
		left: 0;
		background: #074173ab;
		width: 100%;
		height: calc(100% - 50px);
		z-index: -1000;
	}
    header .collapsing {
        overflow: hidden!important;
    }

	.navbar .btn_p{
		margin: 0;
		position:fixed;
		z-index: 1040;
		right: 60px;
		top: 8px;
		float: none;
		width: auto;
	}
	.navbar .btn_p a{
		font-size: 0.8em;
		padding: 1em 0em;
		width: 120px;
		letter-spacing: 0.1em;
		border-radius: 40px;
		border: none;
	}
	
	.navbar .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
	.navbar .navbar-nav a .glyphicon{
		float:right;
		color: var(--blue);
		width: 30px;
		height: 30px;
		padding-left: 4px;
		display: block;
		line-height: 30px;
		text-align: center;
		border-radius: 40px;
		font-size: 1.5em;
		zoom:0.6;
	}
}





/*------------------------------------
main_img
------------------------------------*/

/*---main_img------------------------*/
#main_img{
    position: relative;
	margin: 0 auto;
}
#main_img.index{
	width: 0%;
	animation:main_img_open 1s ease-in-out 0.8s 1 normal forwards;
}
#main_img.content{
	width: 90%;
}
@keyframes main_img_open{
	0%{ width:0%;}
	100%{ width:90%;}
}

	

@keyframes main_img_open_sp{
	0%{ width:0%;}
	100%{ width:100%;}
}


#main_img.content,
#main_img.content #main_img2{
    height: 350px;
}

#main_img #main_img2{
    background: url(../../images/header.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
    width: 100%;
    height: 100%;
	border-radius: var(--radius);
	left: 0%;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}



#main_img.index #main_img2{
    background-image: url(../../images/header.jpg);
}


#main_img.content_main_img{
    margin-top: 50px;
    height: 190px;
}



/*---main_img inner-----------------*/


#main_img.content_main_img .inner{    
    padding-top: 120px;
}

#main_img .inner{
    position:absolute;
    z-index: 2;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	color: #fff;
	text-align: center;
}

#main_img.index .inner{
	opacity:0; padding-top: 20px;	
	animation:main_text_open 1s ease-in-out 1.5s 1 normal forwards;

}
#main_img.content .inner{
	opacity:1; padding-top: 0;
	width: 100%;
	bottom: 0;
	top: auto;
}

@keyframes main_text_open{
	0%{ opacity:0; padding-top: 20px;}
	100%{ opacity:1; padding-top: 0px;}
}



#main_img .inner p{
	margin: 0;
	text-align: center;
	color: var(--bg);
	font-weight: 800;
	font-size: 4rem;
    line-height: 5rem;
}

#main_img.content .inner h2{
	margin: 0;
	text-align: left;
	font-weight: 800;
	font-size: 5rem;
	letter-spacing: 10px;
	padding-left: 50px;
}


#main_img.content .inner h2 span{
	font-size: 40%;
	letter-spacing: 0;
}


#main_img{
	margin-top: 120px;
	height: 640px;
}
	
@media all and (min-width: 992px) {
	
	

}


@media all and (max-width: 991px) {
	#main_img.content{
		margin-top: 50px;
	}
	
	#main_img.index,
	#main_img.content{
		width: 100%;
	}
	#main_img.index{
		animation:main_img_open_sp 1s ease-in-out 0.8s 1 normal forwards;
	}

	#main_img.index{
		margin-top: 0;
		height: 100vh !important;
	}
    #main_img.content_main_img .inner{
        padding-top:5em;
    }
	
	#main_img #main_img2{
		width: 100%;
		border-radius: 0;
	}
	
	#main_img .inner{
		width: 100%;
	}
	
	#main_img.content, #main_img.content #main_img2{
		height: 200px;
	}
	
	
	#main_img.content .inner h2{
		font-size: 3rem;
	}
}






/*------------------------------------
container
------------------------------------*/
#container {
    position: relative;
    z-index: 10;
}

#container.content {
   /* background: #fbfbfb;*/
	padding-top: 0;
}

#container .container{
	padding: 5em 1em;
	max-width: var(--maxwidth);
}


#container .container:last-child{
	padding-bottom: 0;
}

#container section article{
	padding: 0.5em;
}



#container section article.box{
	padding-top: 5em;
}

#container section article em{
	font-weight: bold;
	color: #e09b57;
	font-style:normal;
}




#container .link{
    font-size: 1.1em;
    color: #196ac5;
    font-weight: bold
}

#container .link a:hover{
    text-decoration: none;
}


#container section{
    padding-bottom: 5em;
}

#container section:last-child{
	padding-bottom: 0;
}



@media all and (max-width: 768px) {
/* 767pxまでの幅の場合に適応される */
	#container.content .container{
		padding-top: 0;
	}
	
	#container .container{
		width: 100%;
	}
}



/* h
---------------------------------------*/


.section_h2{
    font-weight: bold;
    font-size: 2em;
	line-height: 1em;
	font-weight: 900;
	margin-bottom: 3em;
	text-align: center;
	color: var(--blue);
}


.section_h3{
	font-weight: bold;
    font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 2em;
}


.section_h2 span,
.section_h3 span{
	font-size: 0.5em;	
}

ection .section_h4{
    font-weight: bold;
}
#container section .section_h4 img{
    vertical-align:bottom;
    padding-right: 0.5em;
}


#container h4 .small{
    font-weight: bold;
    color: #252525;
    font-style: normal;
}


#container h4.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#container h4.cp_h1title::before,
#container h4.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#container h4.cp_h1title:before{
	border-bottom: 4px solid #2ea7e0;
	width: 100%;
}
#container h4.cp_h1title:after{
	border-bottom: 4px solid #a2dcf7;
	width: 100%;
}



@media all and (max-width: 768px) {
/* 767pxまでの幅の場合に適応される */
    #container section .section_h2{
        font-size: 1.5em;
    }
}




/* grid_box
----------------------------------*/


.grid_box{
	display: grid;
    gap: var(--padding);
}


.grid_box.grid_box_1-1{
	grid-template-columns: 1fr 1fr;
}

.grid_box.grid_box_05-1{
	grid-template-columns: 0.5fr 1fr;
}
.grid_box.grid_box_1{
	grid-template-columns: 1fr;
}
.grid_box.grid_box_2{
	grid-template-columns: 1fr 1fr;
}

.grid_box.grid_box_4{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}





/* teble1
--------------------------------------*/

.teble1 table{
	width: 100%;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

.teble1 th,
.teble1 td{
	padding: 10px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	width: 200px;
}

.teble1 td{
	width: calc(100% - 200px);
}

.teble1 th{
	font-weight: 800;
	text-align: center;
	background: #efefef;
}



@media all and (max-width: 768px) {
	
	.teble1 table,
	.teble1 table thead,
	.teble1 table tbody,
	.teble1 table tr,
	.teble1 table th,
	.teble1 table td{
		display: block;
		width: 100%;
	}
	

}





/*----------------------------------
cp_form
----------------------------------*/
.cp_form{
	max-width: var(--width);
    /* width: 100%; */
    margin: 0 auto;
    padding: calc(var(--padding) * 2);
}
.cp_form table{
	width: 100%;
}

.cp_form table th,
.cp_form table td{
	display: block;
	width: 100%;
	text-align: left;
}

.cp_form table td input,
.cp_form table td textarea{
	/*width: calc(100% - 20px);*/
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: #ccc solid 1px;
}

.cp_form table td{
	margin-bottom: 20px;
}

.cp_form table td textarea{
	height: 100px;
}

.cp_form table th span{
	font-size:1.2rem;
	color: red;
}



.btn_prev input{
	background: none;
	border: none;
	text-align: center;
	display: block;
	text-decoration: underline;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	transition: 0.2s;
}

.btn_prev input:hover{
	opacity: 0.5;
}


@media all and (max-width: 768px) {
	.cp_form{
		/*padding: var(--padding);*/
		padding: 0;
	}
}






/* index_works
-----------------------------------*/


#index_works .flexbox{
	margin-bottom: calc(var(--padding) * 10);
}



#index_works .flexbox .thum_box{
	width: 470px;
}

#index_works .flexbox .text_box{	
	width: calc(100% - 470px - calc(var(--padding) * 3));
	position: relative;
}

#index_works .flexbox .text_box .number{
	font-family: 'Montserrat', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 10rem;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
}

#index_works .flexbox .text_box h3{
	font-weight: 900;
	padding-top: calc(var(--padding) * 2);
	padding-left: calc(var(--padding) * 2);
}

#index_works .flexbox .text_box p{
	padding-left: calc(var(--padding) * 2);
}

#index_works .flexbox:nth-child(odd) .text_box{	
	margin-left: calc(var(--padding) * 3);
}
#index_works .flexbox:nth-child(even) .text_box{	
	margin-right: calc(var(--padding) * 3);
}

#index_works .flexbox:nth-child(even) {
    flex-direction: row-reverse;
}


@media all and (max-width: 991px) {
	#index_works .flexbox{
		display: block;
		margin-bottom: calc(var(--padding) * 5);
	}
	
	#index_works .flexbox .box,
	#index_works .flexbox .thum_box img{
		width: 100%;
	}
	
	
	#index_works .flexbox .thum_box{
		margin-bottom: calc(var(--padding) * 3);
	}
	
	#index_works .flexbox:nth-child(odd) .text_box,
	#index_works .flexbox:nth-child(even) .text_box{
		margin: 0;
	}
}



/* works_list
-----------------------------------*/

.works_list{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	grid-gap: var(--padding);
}

.works_list li{
	list-style: none;
}

.works_list li a,
.works_list li a:visited{
	font-weight: 800;
	display: block;
	background: #fff;
	border: var(--blue) solid 1px;
	padding: 0 var(--padding);
	transition: 0.2s;
}


.works_list li a:hover{
	background: var(--blue);
	color: #fff;
	text-decoration: none;
}



@media all and (max-width: 991px) {
	
	.works_list{
		display: block;
	}
	
	.works_list li{
		margin-bottom: var(--padding);
	}
	
	.works_list li:last-child{
		margin-bottom: 0;
	}
}




/* map
-----------------------------------*/
.map iframe{
	width: 100%;
	height: 500px;
}



/* white_box
-----------------------------------*/
section.white_box{
	background: #fff;
	color: #171717;
	padding: 40px;
	margin-bottom: 80px;
}

.white_box h3{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 40px;
}

.white_box h3 span{
	font-size: 0.8em;
}


.white_box .thum_box{
	text-align: center;
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
}

.white_box .thum_box p{
	margin: 0;
	padding: var(--main-padding);
}

.white_box .thum_box p img{
	/*max-width: 50%;*/
}


.white_box .infolist_box img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.white_box .infolist_box .box{
	padding-bottom: calc(var(--main-padding) * 2);
}
.white_box .infolist_box p{
	margin: 0;
	line-height: 1em;
}
.white_box .infolist_box .thum{
	padding-bottom: var(--main-padding);
}
.white_box .infolist_box .date{
	font-size: 0.8em;
}


@media all and (max-width: 768px) {
	.white_box .thum_box{
		display: block;
	}
	.white_box .thum_box p img{
		max-width: 100%;
	}
}




/* concept
---------------------------------*/

#concept{
	max-width: 994px !important;
}

#concept section .flexbox{
	justify-content: center;
	align-items: center;
}
#concept section .thum_box p {
	margin: 0;
	width: 360px;
}
#concept section .thum_box p img{
	object-fit: cover;
	height: 100%;
}

#concept section .text_box{
	padding-left: calc(var(--padding) * 2);
}

#concept section .text_box p{
	font-size: 2.5rem;
	font-weight: 900;
	margin: 0;
}

#concept section .text_box p span{
	font-size: 50%;
	color: var(--blue);
}


@media all and (max-width: 991px) {
	#concept section .flexbox{
		display: block;
	}
	
	#concept section .flexbox .box,
	#concept section .flexbox .box.thum_box img{
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	
	#concept section .thum_box p{
		
		width: 100%;
		aspect-ratio: 4 / 3;
	}
	#concept section .flexbox .box.thum_box{
		margin-bottom: calc(var(--padding) * 3);
	}
}



/*-------------------------------
philosophy
------------------------------*/

#philosophy .text{
	text-align: center;
	font-weight: 800;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*-----------stroke-anime-----------*/
#philosophy .stroke-anime {
    width: 366px;
    margin: 0 auto -50px;
}
#philosophy .stroke-anime svg {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#philosophy .stroke-anime text {
	width: 100%;
	stroke: #000;
	stroke-width: 0.5px;
	fill: #000;
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
	animation: textAnime 5s linear;
	font-size: 9rem;
	
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@keyframes textAnime {
  0% {
    stroke-dashoffset: 600;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
	stroke-dashoffset: 0;
	fill:#000;
  }
}



/*---------------------------------
profile
----------------------------------*/

#profile .thum img{
	margin: 0 auto;
	height: 500px;
}

#profile .text_box{
	max-width: 600px;
	margin: 0 auto;
}

#profile .text_box .header_box{
	text-align:center;
	font-weight: 800;
	line-height: 2em;
}

#profile .text_box .header_box span{
	font-size: 180%;
}

#profile .text_box .body_box {
	margin-top: 80px;
}

#profile .text_box .body_box h3{
	text-align:center;
	font-size: 1.8rem;
}





/*----------------------------------
service
-----------------------------------*/

#service .works_list{
	padding-bottom: 100px;
}


#service .service_content{
	margin-bottom: 100px;
	
}

#service .service_content:last-child{
	margin-bottom: 0;
}

#service .service_content h2{
	background: #f2f4f9;
	padding: 20px;
}

#service .service_content article {
	display: flex;
	padding: 0;
}

#service .service_content article .thum_box{
	width: 30%;
}

#service .service_content article .text_box{
	padding-left: 20px;
	width: 70%;
	font-size: 90%;
	line-height: 1.5em;
}


@media all and (max-width: 991px) {
	
	
	#service .service_content article {
		display: block;
	}
	#service .service_content article .thum_box,
	#service .service_content article .text_box{
		width: 100%;
		padding: 0;
	}
	
	#service .service_content{
		margin-bottom: 50px;

	}
}






/* sdgs
--------------------------------*/

#sdgs .header_box{
	text-align: center;
}

#sdgs .header_box .thum img{
	margin: 0 auto;
}

/*
#sdgs section{
	border: #ccc solid 1px;
	width: 840px;
	margin: 0 auto;
	padding: 20px;
	
	border-radius: var(--radius);
}*/

#sdgs .flex{
	display: flex;
	border-bottom: #ccc solid 1px;
	padding: 50px 0;
}


#sdgs .flex:last-child{
	border-bottom: none;
}


#sdgs .flex .thum_box{
	width: 150px;
}

#sdgs .flex .text_box{
	width: calc(100% - 150px);
	margin-left: calc(var(--padding)* 3);
	position: relative;
}


@media all and (max-width: 991px) {
	#sdgs .header_box .text_box{
		text-align: left;
	}
	
	
	#sdgs .flex .text_box{
		margin-left: calc(var(--padding)* 1);
	}

}




/* pagination
-----------------------------------*/
.pagination-container{
	margin: 0 auto;
	text-align: center;
}



	


/* contact_box
------------------------------------*/

#contact_box .container{
	border: #000 solid 1px;
	padding-top: 2em;
	padding-bottom: 2em;
}


#contact_box .container section{
	padding-bottom: 0;
}

#contact_box .tel_p{
	font-size: 3em;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 0 !important;
}


/* link
-----------------------------------*/
#container .link{
	position: relative;
	top: -200px;
	display: block;
}




/* text_grow
-----------------------------------*/

.text_grow{
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 6px #fff;
}








/*----------------------------------
js-animation
------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*------------------------------------
footer
------------------------------------*/
footer{
	position: relative;
	margin: 0 auto;
	background: #fdeec6;

	padding: var(--padding) 0;
	text-align: center;
}
footer address{
    position: absolute;
    width: 100%;
    top: 1em;
}

footer .footer_link{
	margin: 0;
	display: flex;
	justify-content: center;
	grid-gap: calc(var(--padding) * 3 );
	margin-bottom: calc(var(--padding) * 3 );
}

footer .footer_link li{
	list-style: none;
}

footer .footer_link li a,
footer .footer_link li a:visited{

	transition: 0.2s;
}

footer .footer_link li a:hover{
	opacity: 0.5;
}


footer #copy{
	display: block;
	text-align: center;
	font-size: 0.5em;
	margin: 0;
    letter-spacing: 0.2em;
    margin: 1em 0;
}

/*
footer .logo svg{
	fill:#fff;
}
*/

footer .logo img{
	height: 100px;
}
@media all and (max-width: 991px) {
	footer .footer_link{
		display: block;
		text-align: left;
	}
	
	footer .logo{
		/*width: 50%;*/
		margin: 0 auto;
	}
	
	
	footer .logo img{
		height: auto;
		max-width:300px;
		width: 80%;
	}
}





/*-----pageup----------*/
#pageup {
    letter-spacing: 0;
    display: block;
    position: fixed;
	z-index: 1200;
    bottom: 10px;
    right: 10px;
	z-index: 100;
}

#pageup a {
    position: relative;
    display: block;
    border-radius: 80px;
    font-size: 0.5em;
    text-align: center;
    font-weight: normal;
    line-height: 112px;
    width: 80px;
    height: 80px;

    background: var(--main-color);
    
    color: #fff;
	cursor:pointer;
	
	text-decoration:none;
	letter-spacing:0.2em;
	padding: 0;
	
	transition: 0.5s;
}

#pageup a:before{
	content:"";
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	left:27px;
	top:26px;
	margin-top:-6px;

	border-top:6px solid #fff;
	border-right:6px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#pageup a:hover , #pageup a:visited{
	text-decoration: none;
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */


	#pageup a:hover {
		opacity: 0.5;
	}
	#pageup a:hover:before{
		border-color:#fff;
	}

}
@media all and (max-width: 768px) {
/* 767pxまでの幅の場合に適応される */
    #pageup{
        bottom:1em;
    }
}


/*-----------------------
loading
--------------------------*/
#loading{
    background: #a8f8db;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    
    display: none;
}






