/*
/*
Theme Name: blankslate-child
Version: 1.6
Template: blankslate
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Noto+Serif+JP:wght@400;600;900&display=swap');





:root {
    --color1: #fff;
    --color2: #3D749F;
    --color3: #006934;
    --color4: #231815;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

html{scroll-behavior:smooth;}

body{
    line-height: 1.2em;;
    color: var(--color4);
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    font-family: 'Noto Sans JP', serif;
    font-size: 16px;
    height: auto;
    background: var(--color1);
}

.font1{
    font-family: 'Noto Serif JP', sans-serif;
}

.font2{
    font-family: 'Noto Sans JP', serif;
}

.pc{display: block;}
.sp{display: none;}

a{
    text-decoration: none;
    color: var(--color4);
}
a[href^="tel"]{
    text-decoration:none;
}

button{outline:0;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
q{display:inline;font-style:italic;}
q:before{content:'"';font-style:normal;}
q:after{content:'"';font-style:normal;}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0;}
input[type="search"]{-webkit-appearance:textfield;}

table{border-collapse:collapse;border-spacing:0;}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}

/*dd{margin-left:20px}*/
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{}
.alignleft{}
.aligncenter{}
.screen-reader-text{
    border:0;
    clip:rect(1px,1px,1px,1px);
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute!important;
    width:1px;
    word-wrap:normal!important;
    word-break:normal;
}
.screen-reader-text:focus{
    background-color:#f7f7f7;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    -webkit-clip-path:none;
    clip-path:none;
    color:#007acc;
    display:block;
    font-size:14px;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    right:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000;
}
.skip-link{
    left:-9999rem;
    top:2.5rem;
    z-index:999999999;
    text-decoration:underline;
}
.skip-link:focus{
    display:block;
    left:6px;
    top:7px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    line-height:normal;
    padding:15px 23px 14px;
    z-index:100000;
    right:auto;
}
.visually-hidden:not(:focus):not(:active), 
.form-allowed-tags:not(:focus):not(:active){
    position:absolute !important;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px, 1px, 1px, 1px);
    white-space:nowrap;
}

#content{
    min-height: 70vh;
}

.showbox1{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.m-t--50{margin-top: -50px;}
.m-t-10{margin-top: 10px;}
.m-t-20{margin-top: 20px;}
.m-t-30{margin-top: 30px;}
.m-t-40{margin-top: 40px;}
.m-t-50{margin-top: 50px;}
.m-t-70{margin-top: 70px;}
.m-t-100{margin-top: 100px;}
.m-b-10{margin-bottom: 10px;}
.m-b-20{margin-bottom: 20px;}
.m-b-30{margin-bottom: 30px;}
.m-b-40{margin-bottom: 40px;}
.m-b-50{margin-bottom: 50px;}
.m-b-100{margin-bottom: 100px;}

.m-l-10{margin-left: 10px;}
.m-l-20{margin-left: 20px;}
.p-l-10{padding-left: 10px;}
.p-l-20{padding-left: 20px;}
.p-r-20{padding-right: 20px;}
.p-t-50{padding-top: 50px;}
.p-t-30{padding-top: 30px;}
.p-t-25{padding-top: 25px;}
.p-t-20{padding-top: 20px;}

.p-30{padding: 30px 0;}
.p-20{padding: 20px 0;}
.p-100{padding: 100px 0;}

.bk-color1{background: var(--color1);}

.b-b-d{border-bottom: 1px dotted var(--color2);}

.showbox2{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.showbox3{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

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


header{
	padding: 30px 0;
}

#branding{
    display: flex;
	justify-content: flex-start;
}


#branding h1 a{
	display: block;
	background: no-repeat left center url(./images/header/logo1.png);
	background-size: 60px auto;
	padding: 7px 0 7px 65px;
}

#branding h1 a p:first-child{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 7px;
}

#branding h1 a p:last-child{
	font-size: 12px;
}


#site-title{
	margin-left: auto;
	display: inline-block;
}

#site-title p{
	width: 100%;
}



#site-title div{
	display: flex;
	margin-top: 5px;
}

#site-title div p:first-child{
	width: 40%;
	background: no-repeat left top url(./images/header/tel-icon1.png);
	font-weight: bold;
	background-size: 20px auto;
	padding: 0 0 3px 25px;
}
#site-title div p:first-child a{
	color: var(--color2);
}

#site-title div p:last-child{
	width: 40%;
	background: no-repeat left top 2px url(./images/header/fax-icon1.png);
	background-size: 20px auto;
	color: var(--color2);
	font-weight: bold;
	padding-left: 25px;
}




.header2{
    
}

.header2 img{
    height: 100%;
    width: auto;
    /*width: 320px;
    height: auto;*/
}




#menu{

    /*height: 50px;*/
    position: sticky;
    top: 0;
    z-index: 99;
}


.hamburger-menu{
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 15px 0;
	background:var(--color1);
}


ul.menu{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.menu li{
    width: calc(100% / 8);
    text-align: center;
	font-weight: 600;
    
}

ul.menu li a{
    display: block;
    padding-top: 55px;
    padding-bottom: 5px;
	color: var(--color2);
}

ul.menu li:first-child a{
	background: no-repeat center top url(./images/header/menu-icon1.png);
	background-size: auto 50px;

}

ul.menu li:nth-child(2) a{	
	background: no-repeat center top url(./images/header/menu-icon2.png);
	background-size: auto 50px;
}

ul.menu li:nth-child(3) a{	
	background: no-repeat center top url(./images/header/menu-icon3.png);
	background-size: auto 50px;
}

ul.menu li:nth-child(4) a{	
	background: no-repeat center top url(./images/header/menu-icon4.png);
	background-size: auto 50px;
}

ul.menu li:nth-child(5) a{	
	background: no-repeat center top url(./images/header/menu-icon5.png);
	background-size: auto 50px;
}

ul.menu li:nth-child(6) a{	
	background: no-repeat center top url(./images/header/menu-icon6.png);
	background-size: auto 50px;
}

ul.menu li:nth-child(7) a{	
	background: no-repeat center top url(./images/header/menu-icon7.png);
	background-size: auto 50px;
}

ul.menu li:last-child a{	
	background: no-repeat center top url(./images/header/menu-icon8.png);
	background-size: auto 50px;
}



.main-img{
    width: 100%;
    background: no-repeat center top url(./images/index/main-img1.jpg);
    background-size: 100% auto;
	padding-top: 60%;
	padding-bottom: 100px;
}

.float1 p{
	width: 23%;
	height: auto;
}

.float1 p img{
	width: 100%;
	height: auto;
}

/*.main-img p:last-child{
}

.main-img p:last-child img{
    width: 170px;
    height: auto;
}*/


.index-title1{
	font-size: 24px;
	color: var(--color2);
	padding: 15px 55px;
	font-weight: bold;
}

.icon1{
	background: no-repeat left center url(./images/header/menu-icon2.png);
	background-size: auto 50px;
	
}

.icon2{
	background: no-repeat left center url(./images/header/menu-icon3.png);
	background-size: auto 50px;	
}

.icon3{
	background: no-repeat left center url(./images/header/menu-icon4.png);
	background-size: auto 50px;	
}

.icon4{
	background: no-repeat left center url(./images/header/menu-icon6.png);
	background-size: auto 50px;	
}

.icon5{
	background: no-repeat left center url(./images/header/menu-icon7.png);
	background-size: auto 50px;	
}

.icon6{
	background: no-repeat left center url(./images/header/menu-icon8.png);
	background-size: 45px auto;	
}


.index-title2{
    border: 1px solid var(--color4);
	border-radius: 20px;
	position: relative;
	height: 35px;
	margin-top: 50px;
}

.index-title2 p{
	position: absolute;
	display: inline-block;
	font-size: 36px;
	background: #fff no-repeat right top url(./images/index/index-img12.png);
	left: 30px;
	top: -50px;
	padding: 50px 120px 0 5px;
	font-weight: bold;
}

.index-title2 p span{
	font-size: 20px;
}


.index-title3{
    border: 1px solid var(--color4);
	border-radius: 20px;
	position: relative;
	height: 35px;
	margin-top: 50px;
}

.index-title3 p{
	position: absolute;
	display: inline-block;
	font-size: 36px;
	background: #fff no-repeat right top url(./images/index/index-img13.png);
	left: 30px;
	top: -50px;
	padding: 50px 110px 0 5px;
	font-weight: bold;
}

.index-title3 p span{
	font-size: 20px;
}

.text-color1{color: var(--color3);}
.text-color2{color: #0069a6;}
.text-color3{color: #ea5514;}



.sec1{
    padding: 50px 0;
}

.sec1 dl{
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border-top: 1px solid var(--color4);
    font-size: 14px;
}

.sec1 dl:last-child{
    border-bottom: 1px solid var(--color4);
}


.sec1 dl dt{
    width: 12%;
    padding-left: 25px;
    font-weight: normal;
}

.sec1 dl dt::before{
    /*content: url(./images/index/icon1.png);
    margin-right: 20px;
    position: absolute;
    top: 2px;
    left: 0;*/
	
	font-family: FontAwesome;
    content: "\f138";
    margin-right: 5px;
	color: var(--color2);
}


.sec1 dl dd{
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec1-1{
    margin-top: 20px;
    padding-left: 30px;
    font-size: 14px;
}

.sec1-1 a{
	color: var(--color2);
}

.sec1-1 a::after{
    font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
}



.text-center{
    text-align: center;
}

.sec2{
    background: no-repeat center bottom url(./images/index/index-img5.png);
	background-size: 270px auto;
	padding-bottom: 100px;
	color: var(--color3);
	font-size: 2.5em;
}




.sec3{
    background: #8fc31f;
	border-bottom: 30px solid #006934;
	
	margin: 70px 0 30px 0;
	padding: 30px 0;
}

.sec3 .sec3-1{
	position: relative;
}

.sec3 .sec3-1 div:first-child{
	position: absolute;
	left: 0;
	top: -60px;
}

.sec3 .sec3-1 div:nth-child(2){
	text-align: center;	
}

.sec3 .sec3-1 div:nth-child(3){
	position: absolute;
	right: 80px;
	top: 20px;
}

.sec3 .sec3-2{
	position: absolute;
	width: 220px;
	text-align: center;
	background: #00a0e9;
	border-radius: 20px;
	right: 50px;
	bottom: -45px;
	font-size: 16px;
}



.sec3 .sec3-2{
	width: 180px;
	text-align: center;
	background: #00a0e9;
	margin-left: auto;
	margin-right: 50px;
	border-radius: 20px;
}

.sec3 .sec3-2 a{
	display: block;
	color: var(--color1);
	padding-top: 5px;
	padding-bottom: 5px;
}

.sec3 .sec3-2 a::before{
	font-family: FontAwesome;
    content: "\f101";
    margin-left: 5px;
}




.sec4{
    background: #8fc31f;
	
}


.sec4-1{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color1);
	padding: 20px 0;
}

.sec4-1 a{
	color: var(--color1);
}

.sec4-1 .sec4-1-2{
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

.sec4-1 .sec4-1-2 div:first-child{
	width: 100%;
}

.sec4-1 .sec4-1-2 div:nth-child(2){
	width: 35%;
	background: no-repeat left center url(./images/index/tel-icon2.png);
	padding: 10px 0  10px 40px;
	font-size: 24px;
	font-weight: bold;
}

.sec4-1 .sec4-1-2 div:nth-child(3){
	width: 35%;
	background: no-repeat left center url(./images/index/fax-icon2.png);
	padding: 10px 0  10px 40px;
	font-size: 24px;
	font-weight: bold;
}

.sec4-1 .sec4-1-2 div:last-child{
	width: 100%;
	background: no-repeat left center url(./images/index/index-img11.png);
	background-size: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 7px;
}

.sec4-1 .sec4-1-2 div:last-child a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sec4-1 .sec4-1-2 div:last-child a::before{
	font-family: FontAwesome;
    content: "\f138";
	font-size: 16px;
    margin-right: 15px;
}

.sec4-1 .sec4-1-2 div:last-child a::after{
	font-family: FontAwesome;
    content: "\f0e0";
    margin-left: 10px;
}




.sec5{
	padding: 100px 0 50px 0;
}

.sec5-1-1{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.sec5-1-1 div:first-child{
	width: 45%;
	font-size: 18px;
	line-height: 2em;
}

.sec5-1-1 div:last-child{
	width: 52%;
}


.sec5-1-1 div:last-child img{
	width: 100%;
	height: auto;
}


.sec5-2-1{
	font-size: 18px;
	line-height: 2em;
	padding: 30px 0 50px 0;
}

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

.sec5-3 .sec5-3-1,
.sec5-3 .sec5-3-2{
	width: 48%;
	border-radius: 20px;
}

.sec5-3 .sec5-3-1 div,
.sec5-3 .sec5-3-2 div{
	padding: 0 20px 20px 20px;
}

.sec5-3 .sec5-3-1 div:first-child,
.sec5-3 .sec5-3-2 div:first-child{
	color: #fff;
	font-size: 32px;
	border-radius: 16px 16px 0 0;
	padding: 15px 20px;
	font-weight: 600;
}

.sec5-3 .sec5-3-1 div:nth-child(2) p:first-child,
.sec5-3 .sec5-3-1 div:nth-child(3) p:first-child,
.sec5-3 .sec5-3-1 div:last-child p:first-child,
.sec5-3 .sec5-3-2 div:nth-child(2) p:first-child,
.sec5-3 .sec5-3-2 div:nth-child(3) p:first-child,
.sec5-3 .sec5-3-2 div:last-child p:first-child{
	font-size: 24px;
	margin-top: 15px;
	font-weight: bold;
}


.sec5-3 .sec5-3-1 div:nth-child(2) p:last-child,
.sec5-3 .sec5-3-1 div:nth-child(3) p:last-child,
.sec5-3 .sec5-3-2 div:nth-child(2) p:last-child,
.sec5-3 .sec5-3-2 div:nth-child(3) p:last-child{
	font-size: 18px;
	border-bottom: 1px dotted var(--color4);
	padding: 20px 0;
	line-height: 1.4em;
}


.sec5-3 .sec5-3-1 div:last-child ul,
.sec5-3 .sec5-3-2 div:last-child ul{
	padding: 20px 0;
}

.sec5-3 .sec5-3-1 div:last-child ul li,
.sec5-3 .sec5-3-2 div:last-child ul li{
	padding-left: 1em;
    text-indent: -1em;
}

.sec5-3 .sec5-3-1 div:last-child ul li::before,
.sec5-3 .sec5-3-2 div:last-child ul li::before{
	font-family: FontAwesome;
    content: "\f111";
    margin-right: 5px;
}


.sec5-3 .sec5-3-1{
	border: 3px solid #00a0e9;
}

.sec5-3 .sec5-3-1 div:first-child{
	background: #00a0e9;	
}
.sec5-3 .sec5-3-1 div:last-child ul li::before{
	color: #00a0e9;
}


.sec5-3 .sec5-3-2{
	border: 3px solid #f8b62d;
}
.sec5-3 .sec5-3-2 div:first-child{
	background: #f8b62d;
}

.sec5-3 .sec5-3-2 div:last-child ul li::before{
	color: #f8b62d;
}





.sec6{
	padding: 100px 0 70px 0;
}

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

.sec6-1 p{
	width: 23%;
}

.sec6-1 p img{
	width: 100%;
	height: auto;
}

.sec6-2-1{
	background: no-repeat right center url(./images/index/index-img19.png);
}

.sec6-2-1 div{
	width: 70%;
	font-size: 18px;
	line-height: 2em;
}


.sec6-3{
	border: 3px solid var(--color2);
	border-radius: 20px;
	color: var(--color2);
	padding: 20px;
}

.sec6-3 p{
	font-size: 18px;
	line-height: 1.4em;
}






.sec7{
    padding: 100px 0 70px 0;
}


.sec7-1-1{
	margin-top: 30px;
	font-size: 18px;
	line-height: 2em;
}

.sec7-2{
	background-image: url(./images/index/index-img21.png), url(./images/index/index-img22.png);
	background-position: left top, right bottom;
	text-align: right;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	margin-top: 20px;
}

.sec7-2 img{
	width: 90%;
	height: auto;
}

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

.sec7-3-1{
	width: 38%;
}

.sec7-3-1 img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.sec7-3-2{
	width: 58%;
}


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

.sec7-4 p{
	width: 22%;
}

.sec7-4 p img{
	width: 100%;
	height: auto;
}



.sec8{
	padding: 100px 0 70px 0;
}

.sec8-1{
	text-align: right;
	font-size: 13px;
	margin-top: 30px;
}

.sec8-1 span{
	color: #e60012;
	margin-right: 15px;
}





.sec9{
	padding: 100px 0 70px 0;
}




.form1{
    margin-top: 10px;
    border: 1px solid var(--color4);
    border-radius: 15px;
    padding: 15px 20px 45px 20px;
}

.form1 dl{
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid var(--color4);
}

.form1 dl dt{
    background: #d3edfb;
    font-size: 16px;
    font-weight: normal;
    color: #00a0e9;
    padding: 10px;
    width: 30%;
}

.form1 dl dt span{
    font-size: 11px;
    color: #e60012;
    text-align: right;
    margin-left: 20px;
}

.form1 dl dd{
    width: 70%;
    padding-left: 10px;
     display: flex;
    justify-content: space-between;
}

.form1 dl dd p{
    width: 100% !important;
}

.form1 dl dd.input2 p{
    width: 49% !important;
}


.form1 dl dd input{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: none;
    border: 1px solid var(--color4);
}



.form1-1{
    border-top: 1px solid var(--color4);
    padding-top: 25px;
}

.form1-1 div:first-child{
    border-bottom: 1px solid var(--color4);
    font-size: 18px;
    color: #00a0e9;
    padding-bottom: 5px;
}

.form1-1 div:first-child span{
    font-size: 11px;
    color: #E60012;
    margin-left: 20px;
}

.form1-1 textarea{
    width: 100%;
    height: 250px;
    margin-top: 10px;
}

.form1-2{
    margin-top: 20px;
    font-size: 16px;
}

.form1-2 a{
    text-decoration: underline;
    color: #00a0e9;
}




.btn1{
    text-align: center;
    margin-top: 100px;
}

.btn1 .submit_button{
    width: 175px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    background: #00a0e9;
    border: none;
    color: var(--color1);
    border-radius: 20px;
}

.btn1 .submit_button:hover{
    cursor: pointer;
}

.wpcf7-submit:disabled {
    background-color: #999;
}


/*Page*/
.page{
}

article{
    
}


.page1{
    padding: 30px 0 50px 0;
    background: var(--color1);
}

.entry-title{
    background: #00a0e9;
    font-size: 22px;
    margin-top: 35px;
    border-radius: 30px;
    padding: 10px;
    color: var(--color1);
}

.entry-title::before{
    font-family: FontAwesome;
    content: "\f111";
    margin-left: 5px;
    color: #d3edfb;
}


.entry-title2{
    background: #00a0e9;
    font-size: 18px;
    margin: 35px 0 50px 0;
    border-radius: 30px;
    padding: 10px;
    color: var(--color1);
}

.entry-title2 a{
    color: var(--color1);
}

.entry-title2::before{
    font-family: FontAwesome;
    content: "\f111";
    margin-left: 5px;
    color: #d3edfb;
}

.entry-meta{
    font-size: 16px;
}


.entry-title3{
    background: #3C2222;
    font-size: 18px;
    margin: 35px 0 50px 0;
    padding: 10px;
    color: var(--color1);
}


.contents-header{
    padding: 50px 0 20px 0;
}

.nav-links{
    display: flex;
    justify-content: space-around;

}

.nav-previous,
.nav-next{
    width: 200px;
    height: auto;
    background: #144811;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.nav-previous a,
.nav-next a{
    display: block;
    color: var(--color1);
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav-previous a::before{
    font-family: FontAwesome;
    content: "\f060";
    margin-right: 10px;
}

.nav-next a::after{
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 10px;
}


.page1{
    padding-top: 35px;
    line-height: 2em;
}

.page1-1{
    margin-bottom: 35px;
    font-size: 19px;
}

.page1-1 div:first-child{
    font-weight: 600;
    margin-bottom: 15px;
}

.page1-1 div:nth-child(3){
    margin-top: 15px;
}

.page1-1 ul{
    text-indent: 1em;
}

.page1-1 ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.page1-2{text-align: right;}

.page1-3{
    width: 157px;
    text-align: center;
    background: var(--color2);
    border-radius: 30px;
    font-size: 18px;
    margin-left: auto;
    margin-top: 80px;
}

.page1-3 a{
    display: block;
    color: var(--color1);
    padding-top: 3px;
    padding-bottom: 3px;
}


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

.tel1 div:first-child{
	background: no-repeat left center url(./images/header/tel-icon1.png);
	font-weight: bold;
	background-size: 20px auto;
	padding: 0 0 3px 25px;
	margin-bottom: 0;
}

.tel1 div:first-child a{
	color: var(--color2);
}

.tel1 div:last-child{
	background: no-repeat left center url(./images/header/fax-icon1.png);
	font-weight: bold;
	background-size: 20px auto;
	padding: 0 0 3px 25px;
	color: var(--color2);
	margin-left: 20px;
}


.news-page{
    min-height: 700px;
    padding-bottom: 50px;
}

.news-page p{
    line-height: 1.6em;
}

.page-set1{
    margin-top: -50px;
    padding-top: 70px;
}



.member1{
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	grid-template-rows: 157px 157px 157px;
	gap: calc(4% / 3);
}

.member1 div img{
	width: 100%;
	height: 157px;
	object-fit: cover;
	border-radius: 10px;
}

.member-grid1{
	grid-column: 1 / 2;
 	grid-row: 1 / 2;
}

.member-grid2{
	grid-column: 2 / 3;
 	grid-row: 1 / 2;
}

.member-grid3{
	grid-column: 3 / 4;
 	grid-row: 1 / 2;
}

.member-grid4{
	grid-column: 4 / 5;
 	grid-row: 1 / 2;
}

.member-grid5{
	grid-column: 1 / 2;
 	grid-row: 2 / 3;
}

.member-grid6{
	font-size: 30px;
	color: var(--color2);
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}

.member-grid6::after{
	content: url(./images/index/index-img12.png);
	vertical-align: middle;
	margin-left: 10%;
}



.member-grid6{
	grid-column: 2 / 4;
 	grid-row: 2 / 3;
}

.member-grid7{
	grid-column: 4 / 5;
 	grid-row: 2 / 3;
}

.member-grid8{
	grid-column: 1 / 2;
 	grid-row: 3 / 4;
}

.member-grid9{
	grid-column: 2 / 3;
 	grid-row: 3 / 4;
}

.member-grid10{
	grid-column: 3 / 4;
 	grid-row: 3 / 4;
}

.member-grid11{
	grid-column: 4 / 5;
 	grid-row: 3 / 4;
}


.member2{
	padding: 70px 0;
}

.member2 p:first-child{
	font-size: 32px;
	color: #006934;
	margin-bottom: 20px;
}

.member2 p:last-child{
	font-size: 18px;
	line-height: 2em;
}

.member3{
	width: 100%;
}

.member-lists{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.member-list{
	width: 31%;
	padding: 7px 7px 10px 7px;
	margin-bottom: 30px;
	color: var(--color1);
	text-align: center;
	
}

.member-list a{
	color: var(--color1);
}

.member-list .photo1 img{
	width: 100%;
	height: 162px;
	object-fit: cover;
}

.member-list .photo2 img{
	width: 100%;
	height: 329px;
	object-fit: cover;
}




.member-list div:nth-child(2){
	padding: 10px 0;
	font-size: 12px;
	border-bottom: 1px dotted var(--color1);
}

.member-list div:last-child{
	font-size: 18px;
	padding: 10px 0;
}

.member-list div:last-child a::before{
	font-family: FontAwesome;
    content: "\f138";
    margin-right: 5px;
}


.member-list:first-child,
.member-list:nth-child(5),
.member-list:nth-child(9),
.member-list:last-child{
	background: #40220f;
}

.member-list:nth-child(2),
.member-list:nth-child(6),
.member-list:nth-child(7){
	background: #006934;
}

.member-list:nth-child(3),
.member-list:nth-child(4),
.member-list:nth-child(8){
	background: #c30d23;
}




.member-details{
	
}


.member-detail{
	background: #40220f;
	color: var(--color1);
}

.member-detail::before{
	content: "";
	height: 5px;
	width: 100%;
	top: -10px;
	background: #40220f;
}


.detail1{
	display: flex;
	align-items: center;
	padding: 20px 0;
}


#id700 .detail1 div:first-child,
#id702 .detail1 div:first-child{
	width: 65%;
}

#id703 .detail1 div:first-child{
	width: 85%;
	
}


.detail1 div:first-child p:first-child{
	font-size: 42px;
	font-weight: bold;
	line-height: 1.4em;
}

.detail1 div:last-child{
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
}

.detail1 div:last-child p:first-child{
	width: 100%;
}

.detail1 div:last-child p:nth-child(2){
	width: 100%;
}

.detail1 div:last-child p:nth-child(3){
	
}

.detail1 div:last-child p:last-child{
	
}


.detail2{
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: 250px 250px;
	margin-bottom: 30px;
}

.detail2 .photo3 img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.detail2 .photo4 img,
.detail2 .photo5 img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.photo3{
	grid-column: 1 / 2;
 	grid-row: 1 / 3;
}
.photo4{
	grid-column: 2 / 3;
 	grid-row: 1 / 2;
}
.photo5{
	grid-column: 2 / 3;
 	grid-row: 2 / 3;
}


.detail3{
	display: grid;
	grid-template-columns: 60% 40%;
	grid-template-rows: 500px;
	margin-bottom: 30px;
}

.detail3 .photo6 img,
.detail3 .photo7 img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.photo6{
	grid-column: 1 / 2;
 	grid-row: 1 / 2;
}
.photo7{
	grid-column: 2 / 3;
 	grid-row: 1 / 2;
}


.detail4{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 500px;
	margin-bottom: 30px;
}

.detail4 .photo8 img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.photo8{
	grid-column: 1 / 2;
 	grid-row: 1 / 2;
}



.detail5{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.detail5 div:first-child{
	width: 30%;
}
.detail5 div:last-child{
	width: 68%;
}

.detail5 div:first-child img{
	width: 100%;
	height: auto;
}


.detail5 div:last-child p:first-child{
	color: #c30d23;
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.detail5 div:last-child p:last-child{
	line-height: 1.4em;
}


.detail6{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.detail6 div:first-child{
	width: 55%;
}
.detail6 div:first-child p:first-child{
	color: #c30d23;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 15px;
	
}

.detail6 div:first-child p:last-child{
	line-height: 1.4em;
}


.detail6 div:last-child{
	width: 43%;
}
.detail6 div:last-child img{
	width: 100%;
	height: auto;
}




/*footer*/
#footer{
    background: var(--color1);
}


#copyright{
    text-align: right;
    background: var(--color2);
    color: var(--color1);
    padding: 7px 50px 7px 0;;
	font-size: 8px;
}

.footer1{
	padding: 20px 0 50px 0;
}


.footer1-1{
    display: flex;
	justify-content: flex-start;
}


.footer1-1-1 a{
	display: block;
	background: no-repeat left center url(./images/header/logo1.png);
	background-size: 60px auto;
	padding: 7px 0 7px 65px;
}

.footer1-1-1 a p:first-child{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 7px;
}

.footer1-1-1 a p:last-child{
	font-size: 12px;
}


.footer1-1-2{
	margin-left: auto;
	display: inline-block;
}

.footer1-1-2 p{
	width: 100%;
}



.footer1-1-2 div{
	display: flex;
	margin-top: 5px;
}

.footer1-1-2 div p:first-child{
	width: 40%;
	background: no-repeat left top url(./images/header/tel-icon1.png);
	font-weight: bold;
	background-size: 20px auto;
	padding: 0 0 3px 25px;
}
.footer1-1-2 div p:first-child a{
	color: var(--color2);
}

.footer1-1-2 div p:last-child{
	width: 40%;
	background: no-repeat left top 2px url(./images/header/fax-icon1.png);
	background-size: 20px auto;
	color: var(--color2);
	font-weight: bold;
	padding-left: 25px;
}


.footer2{
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
	color: var(--color1);
	background: var(--color2);
}



#scrollTop{
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 40px;
	color: #604c3f;
	
}

#scrollTop:hover{
	cursor: pointer;
}





@media screen and (max-width: 768px) {
    
    .pc{display: none;}
    .sp{display: block;}
    .entry-content{
        width: 100%;
        overflow-x: hidden;
    }
    .mp-b-350{padding-bottom: 350px;}
    
    .m-l-20{margin-left: 0px;}
    .p-l-20{padding-left: 0px;}
    .p-t-25{padding-left: 0px;}
    
    
    .showbox1{
        padding: 0 10px;
    }
    .showbox2{
        /*padding: 0 10px;*/
    }
    
    /*.hamburger-menu{
        padding-bottom: 0px;
    }
    
    ul.menu{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    ul.menu li{
        width: 100%;
        text-align: center;
    }
    
    ul.menu li:not(:last-child){
        border: none;
    }
    
    ul.menu li br{
        display: none;
    }*/
    
    
    header{
		padding: 10px 0;
    }

    
    #branding{
        flex-direction: column;
        padding: 0px 10px
    }
    
    	
	#branding h1 a{
		background-size: 40px auto;
		padding: 7px 0 7px 45px;
	}

	#branding h1 a p:first-child{
		font-size: 26px;
	}

	#branding h1 a p:last-child{
		font-size: 12px;
	}

	#site-title{
		margin-left: 0;
	}
	
	#site-title p{
		font-size: 14px;
	}
	
	
    
    .main-img{
		padding-top: 40%;
	}

	
	.sec2{
		font-size: 1.5rem;
		line-height: 1.4em;
	}

	
	.sec3{
		margin: 70px 0 30px 0;
		padding: 30px 0 110px 0;
	}

	.sec3 .sec3-1{
		position: relative;
	}

	.sec3 .sec3-1 div:first-child{
		left: 0;
		top: 100%;
		bottom: 0;
	}
	.sec3 .sec3-1 div:first-child img{
		width: 150px;
		height: auto;
	}

	.sec3 .sec3-1 div:nth-child(2) img{
		width: 80%;
		height: auto;
	}

	.sec3 .sec3-1 div:nth-child(3){
		position: absolute;
		right: 0;
		top: 100%;
	}
	.sec3 .sec3-1 div:nth-child(3) img{
		width: 150px;
		height: auto;
	}

	.sec3 .sec3-2{
		right: 0;
		left: 0;
		margin: auto;
		bottom: -120px;
	}



	.sec3 .sec3-2{
		width: 180px;
		text-align: center;
		background: #00a0e9;
		margin-left: auto;
		margin-right: 50px;
		border-radius: 20px;
	}

	.sec3 .sec3-2 a{
		display: block;
		color: var(--color1);
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.sec3 .sec3-2 a::before{
		font-family: FontAwesome;
		content: "\f101";
		margin-left: 5px;
	}

	.sec1{
		padding: 30px 10px;
	}
	.sec1 dl{
		flex-direction: column;
		padding: 15px;
	}


	.sec1 dl dt{
		width: 100%;
		padding-left: 0;
	}


	.sec1 dl dd{
		width: 100%;
	}
	
	
	.sec4-1{
		flex-direction: column-reverse;
	}
	
	.sec4-1 .sec4-1-2{
		padding: 0 10px;
	}
	
	.sec4-1 .sec4-1-2 div:nth-child(2){
		width: 100%;
	}

	.sec4-1 .sec4-1-2 div:nth-child(3){
		width: 100%;
	}
	
	.sec5{
		padding: 50px 10px;
	}
	
	.sec5-1-1{
		flex-direction: column;
	}

	.sec5-1-1 div:first-child{
		width: 100%;
		line-height: 1.6em;
		margin-bottom: 15px;
	}

	.sec5-1-1 div:last-child{
		width: 100%;
		text-align: center;
	}


	.sec5-1-1 div:last-child img{
		width: 80%;
		height: auto;
	}
	
	.index-title2 p{
		font-size: 30px;
	}
	
	
	.index-title3 p{
		font-size: 30px !important;
	}
	
	.sec5-3{
		flex-direction: column;
	}

	.sec5-3 .sec5-3-1,
	.sec5-3 .sec5-3-2{
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.sec6{
		padding: 50px 10px;
	}
	
	.sec6-2-1{
		background: no-repeat right bottom url(./images/index/index-img19.png);
		background-size: 60%;
		padding-bottom: 120px;
	}

	.sec6-2-1 div{
		width: 100%;
		font-size: 18px;
		line-height: 1.6em;
	}
	
	.sec7{
		padding: 50px 10px;
	}
	
	.sec7-1-1{
		line-height: 1.6em;
	}
	
	.sec7-2{
		background-size: 50% auto;
		padding-top: 50px;
	}

	.sec7-2 img{
		width: 100%;
	}
	
	
	
	
	
	.sec7-3{
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	.sec7-3-1{
		width: 100%;
		text-align: center;
	}

	.sec7-3-1 img{
		width: 80%;
		height: auto;
	}

	.sec7-3-2{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.sec7-4{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.sec7-4 p{
		width: 48%;
		margin-bottom: 20px;
	}

	.sec9{
		padding: 50px 10px;
	}
	
	
	.sec8{
		padding: 50px 10px;
	}

	
	
    
    .form1{
        
    }

    .form1 dl{
        display: flex;
        align-items: center;
        padding: 7px 0;
        border-top: 1px solid #231815;
        
        flex-direction: column;
    }

    .form1 dl dt{
        padding: 10px;
        width: 100%;
    }


    .form1 dl dd{
        width: 100%;
        padding: 10px 0;
        display: flex;
        margin: 0;
    }

    
    .page1{
		padding: 30px 10px;
		background: var(--color1);
		line-height: 1.8em;
	}
	
	
	
	.member-grid6{
		font-size: 24px;
		padding-top: 30px;
	}

	.member-grid6::after{
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.member2{
		padding: 50px 10px;
	}

	.member2 p:first-child{
		font-size: 28px;
		line-height: 1.4em;
	}

	.member2 p:last-child{
		line-height: 1.6em;
	}
	
	
	.member3{
		padding: 0 10px
	}
	

	.member-list{
		width: 48%;
		margin-bottom: 20px;
	}

	.member-list div:nth-child(2){
		text-align: left;
	}

	.member-list div:last-child{
		font-size: 13px;
		font-weight: 600;
	}
	
	
	.detail1{
		padding: 20px 10px;
		flex-direction: column;
	}

	#id700 .detail1 div:first-child,
	#id702 .detail1 div:first-child{
		width: 100%;
	}

	#id703 .detail1 div:first-child{
		width: 100%;

	}
	
	.detail1 div:first-child{
		width: 100%;
		text-align: left;
	}
	
	.detail1 div:first-child p:first-child{
		font-size: 32px;
	}

	.detail1 div:last-child{
		width: 100%;
		padding-left: 0px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}


	.detail1 div:last-child p:first-child{
		width: 100%;
	}

	.detail1 div:last-child p:nth-child(2){
		width: 100%;
		text-align: left;
	}

	.m-l-10{margin-left: 0;}
	
	
	.detail2{
		display: grid;
		grid-template-rows: 120px 120px;
	}

	.detail2 .photo3 img{
		height: 240px;
	}

	.detail2 .photo4 img,
	.detail2 .photo5 img{
		height: 120px;
	}
	
	.detail3{
		grid-template-rows: 240px;
	}

	.detail3 .photo6 img,
	.detail3 .photo7 img{
		height: 240px;
	}
	
	.detail4{
		grid-template-rows: 240px;
	}

	.detail4 .photo8 img{
		height: 240px;
	}
	
	
	
	.detail5{
		flex-direction: column-reverse;
		padding: 0 10px;
	}

	.detail5 div:first-child{
		width: 100%;
	}
	.detail5 div:last-child{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.detail5 div:last-child p:first-child{
		font-size: 22px;
	}
	
	
	.detail6{
		flex-direction: column;
		padding: 0 10px;
	}

	.detail6 div:first-child{
		width: 100%;
		margin-bottom: 15px;
	}
	.detail6 div:first-child p:first-child{
		font-size: 20px;
	}



	.detail6 div:last-child{
		width: 100%;
	}

	
	
	
	.footer1-1{
		flex-direction: column;
	}


	.footer1-1-1{
		margin-bottom: 10px;
	}	
	
	.footer1-1-1 a{
		padding: 10px 0 7px 65px;
	}


	.footer1-1-1 a p:last-child{
		font-size: 12px;
	}

	.footer1-1-2{
		margin-left: 0;
	}
	
	.footer1-1-2 p{
		font-size: 14px;
	}
	
    
    .footer1{
        padding: 30px 10px;
    }

	
    #copyright{
        text-align: center;
    }
	
	.footer2{
		font-size: 16px;
	}
    
}



@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }



}
