@charset "UTF-8";
/** @font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 400;
  	src: url('fonts/NotoSansJP-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 500;
  	src: url("fonts/NotoSansJP-Medium.woff2") format("woff2");
	font-display: swap;
}
@font-face {
  	font-family: 'Noto Sans JP';
	font-style: normal;
  	font-weight: 700;
  	src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
	font-display: swap;
} **/

body {
  	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  	margin: 0;
  	padding: 0;
  	font-size: 16px;
　	line-height: 1em;
	letter-spacing: 0.1em;
  	position: relative;
  	background: #f2f0ed;
	counter-reset: mycounter;
}
	@media only screen and (max-width: 1024px) {
		body {
		font-size: 14px;
		}
	}

*{
  	box-sizing:border-box; 
}

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  	margin: 0;
  	padding: 0;
}

p{
  	line-height: 2.0em;
  	margin-bottom: 30px;
}

header, section, navi, footer {
  	display: block;
}

address, em, cite, dfn, var {
  	font-style: normal;
}

img {
  	vertical-align: baseline;
  	max-width: 100%;
  	height: auto;
}

img.shadow_left{
	box-shadow: -20px 20px 0px #f2f0ed;
}

img.shadow_right{
	box-shadow: 20px 20px 0px #f2f0ed;
}

a img {
  	border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
blockquote, pre, table, caption, th, td, address {
  	color: #383838;
}

h1, h2, h3, h4 {
  	font-weight: bold;
  	letter-spacing: 0.1em;
}

h2.front_title {
    	font-size: 42px;
    	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	margin: 0 0 15px 0;
}
h2.front_title span{
	display: block;
	font-size: 18px;
	color: #f69494;
}
h2.front_title.center{
	width: 100%;
	margin: 0 auto 60px auto;
	text-align: center;
}

h3{
	font-size: 34px;
	display: inline-block !important;
	padding: 20px 20px !important;
	background: #fff !important;
	margin: 0 0 40px 0;
	border-radius: 10px;
	line-height: 1.6em !important;
}
h3 span{
	color: #f69494;
}
h3.center{
	width: auto;
	margin: 0 auto 40px auto;
	text-align: center;
}

a {
  	color: #383838;
}

a, ins {
  	text-decoration: none;
}

a:hover{
  	color: #f69494;
}

li {
  	list-style: none;
}

a[href^="tel:"] {
  	cursor: default;
  	opacity: 1 !important;
}

br.pcn {
  	display: none; }
  	@media screen and (max-width: 1024px) {
    		br.pcn {
      			display: block; } }

@media screen and (max-width: 1024px) {
  	br.spn {
    		display: none; } }

.tx-green{
  	color: #51a000; }

.border03{
	width: 100%;
	border-bottom: 3px solid #ff3f83;
	position: relative;
	}
.border03::before{
  	content: "";
  	display: block;
  	border-bottom: 3px solid #fff965;
  	width: 33.3333%;
  	position: absolute;
  	left: 0;
  	bottom: -3px;
	}
.border03::after{
  	content: "";
  	display: block;
  	border-bottom: 3px solid #0096ff;
  	width: 33.3333%;
  	position: absolute;
  	right: 0;
  	bottom: -3px;
	}

/** table **/
.container table{
	border-collapse: collapse !important;
	border: none !important;
	margin: 0;
	width: 100% !important;
}

.container table th{
	width: 30% !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #dbd4c9 !important;
	padding: 15px 15px 15px 0px !important;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	color: #F69494;
}

.container table td{
	width: 70% !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #dbd4c9 !important;
	padding: 15px 15px 15px 15px !important;
	line-height: 2.0em;
}

@media only screen and (max-width: 1024px) {
	.container table{
		width: 100% !important;
	}
	.container table th{
		display: block !important;
		width: 100% !important;
		border-bottom: none !important;
		padding: 20px 15px 0px 0px !important;
	}
	.container table td{
		display: block !important;
		width: 100% !important;
		padding: 10px 20px 20px 10px !important;
	}
}

@media screen and (max-width: 1024px) {
  	.onlyPC {
    		display: none;
	}
}

.onlySP {
  	display: none;
}
  	@media screen and (max-width: 1024px) {
    		.onlySP {
      			display: initial;
		}
	}

.anime {
  	opacity: 0;
  	-webkit-transition: 1s;
  	transition: 1s;
}

.move {
  	opacity: 1;
}

.anime-r {
  	overflow: hidden;
  	opacity: 0;
  	-webkit-transform: translateX(20px);
  	transform: translateX(20px);
  	-webkit-transition: all .5s;
  	transition: all .5s;
}

.move-r {
  	overflow: hidden;
  	opacity: 1;
  	-webkit-transform: translateX(0);
  	transform: translateX(0);
}

.anime-l {
  	overflow: hidden;
  	opacity: 0;
  	-webkit-transform: translateX(-20px);
  	transform: translateX(-20px);
  	-webkit-transition: all .5s;
  	transition: all .5s;
}

.move-l {
  	overflow: hidden;
  	opacity: 1;
  	-webkit-transform: translateX(0);
  	transform: translateX(0);
}

.anime-d {
  	opacity: 0;
  	-webkit-transform: translateY(-50px);
  	transform: translateY(-50px);
  	-webkit-transition: 1s;
  	transition: 1s;
  	-webkit-transition-delay: .5s;
  	transition-delay: .5s;
}

.move-d {
  	opacity: 1;
  	-webkit-transform: translateY(0);
  	transform: translateY(0);
}

.anime-b {
  	opacity: 0;
  	-webkit-transform: translateY(30px);
  	transform: translateY(30px);
  	-webkit-transition: 1s;
  	transition: 1s;
}

.move-b {
  	opacity: 1;
  	-webkit-transform: translateY(0);
  	transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s; }
  @media screen and (max-width: 480px) {
    .delay1 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }
  @media screen and (max-width: 480px) {
    .delay2 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay3 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }
  @media screen and (max-width: 480px) {
    .delay3 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay4 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }
  @media screen and (max-width: 480px) {
    .delay4 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

.delay5 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s; }
  @media screen and (max-width: 480px) {
    .delay5 {
      -webkit-transition-delay: 0;
      transition-delay: 0; } }

/* button
------------------------------------------ */
a.button {
	display: inline-block;
	width: auto;
    	max-width: 400px;
	height: 64px;
    	margin: 0 auto;
    	padding: 1.5rem 2.0em;
    	background-color: #f69494 !important;
    	border-radius: 8px;
  	box-sizing: border-box;
	font-weight: bold;
    	text-decoration: none;
    	transition: 0.3s;
	line-height: 1.0em;
}
a.button.left{
    	margin: 0 auto 0 0;
}
a.button.right{
    	margin: 0 0 0 auto;
}
@media screen and (max-width: 1700px) {
	a.button {
		padding: 1.5rem 1.0em;
	}
}
a.button.green{
	background: #62b850 !important;
}
a.button span.text {
    	display: block;
    	position: relative;
    	color: #fff;
    	font-size: 16px;
    	text-align: center;
    	padding-right: 30px;
}
.header a.button span.text {
    	font-size: 0.8vw;
}
a.button span.text:before {
    	content: '';
    	width: 20px;
    	height: 20px;
    	background: #ffffff;
    	border-radius: 50%;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	margin: auto;
}
a.button span.text:after {
    	content: '';
    	width: 8px;
    	height: 8px;
    	border-top: 3px solid #f69494;
    	border-right: 3px solid #f69494;
  	box-sizing: border-box;
    	transform: rotate(45deg);
    	position: absolute;
    	top: 0;
    	right: 7px;
    	bottom: 0;
    	margin: auto;
    	transition: 0.3s;
}
a.button.green span.text:after {
    	border-top: 3px solid #62b850;
    	border-right: 3px solid #62b850;
	background: ;
}
a.button:hover {
    	background-color: #f07b7b !important;
}
a.button.green:hover {
    	background-color: #4bad37 !important;
}
a.button:hover span.text:after {
    	border-top: 3px solid #f07b7b;
    	border-right: 3px solid #f07b7b;
}
a.button.green:hover span.text:after {
    	border-top: 3px solid #4bad37;
    	border-right: 3px solid #4bad37;
}
@media screen and (max-width: 768px) {
    a.button {
        max-width: 280px;
        padding: 1.5rem 2.0rem;
	margin-bottom: 1.0rem;
    }
    a.button span.text {
        font-size: 14px;
    }
}

/* header
------------------------------------------ */
.header {
  	width: auto;
  	height: auto;
  	margin: 0 auto;
	padding: 10px 40px;
	z-index: 10;
	}
  	@media screen and (max-width: 1700px) {
		.header{
			padding: 10px 20px;
		}
	}
  	@media screen and (max-width: 1300px) {
		.header{
			padding: 10px 10px;
		}
	}
  	@media screen and (max-width: 1024px) {
		.header{
		width: auto;
		height: 60px;
  		padding: 0;
		margin: 0;
		}
	}

.header .header-wrap{
	background: url(../img/common/stripe_bg.png) repeat;
	padding: 10px 0;
	}
	@media screen and (max-width: 1024px) {
		.header .header-wrap{
		padding: 0;
		}
	}

.header.scroll-nav {
	width: 100%;
	right: 0;
  	left: 0;
  	height: 100px;
  	padding: 0;
  	margin: 0 auto;
  	vertical-align: middle;
  	background: #fff;
}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav {
      			height: 60px;
	  		padding 0 60px 0 12px !important;
  			background: #fff;
		}
	}

.header .header-description{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
	display: block;
}
  	@media only screen and (max-width: 1024px) {
		.header .header-description{
			display: none;
		}
	}

.header .inner{
  	margin: 0 auto;
  	box-sizing: border-box;
  	transition: 0.2s;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
  	align-items: center;
}
	@media only screen and (max-width: 1024px) {
		.header .inner{
			margin: 0;
			width: 100%;
			justify-content: start;
		}
	}
.header .site-branding{
	flex-basis: 20%;
}
	@media only screen and (max-width: 1024px) {
		.header .site-branding{
			flex-basis: 60%;
		}
	}
.header .site-branding img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
	@media only screen and (max-width: 1024px) {
		.header .site-branding img{
			margin: 5px 0 0 10px;
			max-width: 100%;
			width: auto;
			height: 50px;
		}
	}

.header.scroll-nav .site-branding img{
  	margin: 8px auto 0 0;
	max-width: 230px;
	height: auto;
}
  	@media screen and (max-width: 1024px) {
    		.header.scroll-nav .site-branding img {
			margin: 5px 0 0 12px;
			max-width: 140px;
			height: auto;
			padding: 0 !important;
		}
	}
.g-nav-main{
	height: auto;
	margin: 0;
	flex-basis: 55%;
}
@media screen and (max-width: 1024px) {
	.g-nav-main{
		display: none;
	}
}
.g-nav-main .menu-global-container{
	margin: 0;
	padding: 0;
}

.g-nav-main ul#menu-global{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: no-wrap;
	margin: 0;
	font-size: 1vw;
	font-weight: bold;
}
.g-nav-main ul#menu-global li{
	padding: 0 15px;
}
.header .utility{
	flex-basis: 25%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: no-wrap;
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	line-height: 1.0;
}
  	@media only screen and (max-width: 1024px) {
		.header .utility{
			display: none;
		}
	}
.header .header-tel{
	background: url(../img/common/telephone.png) no-repeat left center;
	background-size: 20px auto;
	padding: 0 0 0 30px;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.header .utility .utility_box{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: no-wrap;
	padding: 0 70px 0 0;
}

/* モバイルメニュー
------------------------------------------ */
/*スマートフォン電話ボタン*/
.sp-telephone{
	display: none;
}
@media screen and (max-width: 1024px) {
	.sp-telephone {
		display: block;
  		position: fixed;
  		z-index: 10;
  		top: 0;
  		right: 60px;
  		cursor: pointer;
  		width: 60px;
  		height: 60px;
  		background: #fff;
		border-left: 1px solid #f2f0ed;
		border-right: 1px solid #f2f0ed;
}
	.header.scroll-nav .sp-telephone{
		background: #fff;
	}
	.sp-telephone img{
  		width: 17px;
  		height: auto;
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		margin: auto;
	}
}

/*ボタン外側*/
.openbtn {
  	position: fixed;
  	z-index: 9999; /*ボタンを最前面に*/
  	top: 36px;
  	right: 40px;
  	cursor: pointer;
  	width: 64px;
  	height: 64px;
    	background: #fff;
	border-radius: 10px;
	caret-color:transparent;
}
  	@media screen and (max-width: 1700px) {
		.openbtn {
  			top: 27px;
  			right: 20px;
		}
	}
  	@media screen and (max-width: 1300px) {
		.openbtn {
  			top: 27px;
  			right: 10px;
		}
	}
	@media screen and (max-width: 1024px) {
		.openbtn {
			border-radius: 0;
		}
	}
.scroll-nav .openbtn{
  	width: 64px;
  	height: 64px;
  	top: 46px;
    	background: #fff;
}
	@media screen and (max-width: 1024px) {
		.scroll-nav .openbtn{
		  	top: 0;
		}
	}

.openbtn:hover {
    	background: #f07b7b;
}
/*ボタン内側*/
.openbtn span {
  	display: inline-block;
  	transition: all .4s; /*アニメーションの設定*/
  	position: absolute;
 	right: 18px;
  	height: 2px;
  	background-color: #f69494;
}
.openbtn:hover span{
  	background-color: #fff;
}
.scroll-nav .openbtn span{
  	right: 18px;
}
.openbtn span:nth-of-type(1) {
  	top: 15px;
  	width: 42%;
}
.scroll-nav .openbtn span:nth-of-type(1) {
  	top: 15px;
  	width: 42%;
}
.openbtn span:nth-of-type(2) {
  	top: 24px;
  	width: 42%;
}
.scroll-nav .openbtn span:nth-of-type(2) {
  	top: 24px;
  	width: 42%;
}
.openbtn span:nth-of-type(3) {
  	top: 33px;
  	width: 42%;
}
.scroll-nav .openbtn span:nth-of-type(3) {
  	top: 33px;
  	width: 42%;
}
.openbtn::before {
    	content: "MENU";
    	text-align: center;
    	color: #f69494;
    	font-size: 10px;
    	font-weight: 900;
  	position: absolute;
	left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
	bottom: 10px;
}
.openbtn:hover::before {
    	color: #fff;
}
.openbtn.active span {
  	background-color: #f69494;
}
.openbtn.active:hover span{
  	background-color: #fff;
}
.openbtn.active::before {
  	content: 'CLOSE';
    	color: #f69494;
}
.openbtn.active:hover::before{
  	color: #fff;
}	
/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  	top: 18px;
  	left: 16px;
  	transform: translateY(6px) rotate(-45deg);
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(1) {
  	top: 22px;
  	left: 15px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  	top: 30px;
  	left: 16px;
  	transform: translateY(-6px) rotate(45deg);
  	width: 50%;
}
.scroll-nav .openbtn.active span:nth-of-type(2) {
  	top: 34px;
  	left: 15px;
  	width: 50%;
}
.openbtn.active span:nth-of-type(3) {
  	display: none;
}

@media only screen and (max-width: 1024px) {
  	.openbtn {
    		width: 60px;
    		height: 60px;
		top: 0;
		right: 0;
  	}
	.scroll-nav .openbtn{
	  	width: 60px;
	  	height: 60px;
	}
  	.openbtn span {
    		height: 1px;
    		right: 18px;
  	}
  	.scroll-nav .openbtn span {
    		height: 1px;
    		right: 18px;
  	}
  	.openbtn span:nth-of-type(1) {
    		top: 15px;
    		width: 40%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(1) {
    		top: 15px;
    		width: 40%;
  	}
  	.openbtn span:nth-of-type(2) {
    		top: 24px;
    		width: 40%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(2) {
    		top: 24px;
    		width: 40%;
  	}
  	.openbtn span:nth-of-type(3) {
    		top: 33px;
    		width: 40%;
  	}
  	.scroll-nav .openbtn span:nth-of-type(3) {
    		top: 33px;
    		width: 40%;
  	}
  	.openbtn.active span:nth-of-type(1) {
    		top: 18px;
    		left: 15px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(1) {
    		top: 18px;
    		left: 15px;
  	}
  	.openbtn.active span:nth-of-type(2) {
    		top: 30px;
    		left: 15px;
  	}
  	.scroll-nav .openbtn.active span:nth-of-type(2) {
    		top: 30px;
    		left: 15px;
  	}
	.openbtn::before {
		bottom: 7px;
	}
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    	position:fixed;
    	z-index: 999;
	top:0;
    	right: -120%;
	width:100%;
    	height: 100vh;
	background: #f2f0ed;
  	transition: all 0.6s;
}
#g-nav.panelactive{
    	right: 0;
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#g-nav div.g-nav-group {
	display: none;
}
#g-nav.panelactive div.g-nav-group {
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 30px;
	padding: 5%;
}
	@media screen and (max-width: 1024px) {
		#g-nav.panelactive div.g-nav-group {
			gap: 20px 0;
			padding: 5%;
		}
	}
#g-nav div.g-nav-left, #g-nav div.g-nav-right {
  	width: 35%;
  	padding: 4% 0;
  	font-size: 16px;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left, #g-nav div.g-nav-right {
		  	width: 100%;
		  	padding: 4% 0;
		}
	}
#g-nav ul {
  	margin: 0;
}
#g-nav li {
  	margin: 0;
  	list-style-type: none;
}
#g-nav div.g-nav-left{
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5%;
	text-align: center;
	background: #fff;
	border-radius: 20px;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left{
			order: 0;
			padding: 10%;
		}
		#g-nav div.g-nav-left img{
			max-width: 480px;
			height: auto;
		}
	}
#g-nav div.g-nav-left ul{
  	margin: 0 0 50px 0;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left ul{
			width: 100%;
		  	margin: 20px 0 20px 0;
		}
	}
#g-nav div.g-nav-left ul.info li{
  	margin: 0;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left ul.info li{
			font-size: 16px;
		}
	}
#g-nav div.g-nav-left ul.info li a{
	font-size: 30px;
	font-weight: bold;
  	letter-spacing: 0.1em;
	padding: 0 0 0 40px;
  	background: url(../img/common/telephone.png) no-repeat left center;
	background-size: 24px auto;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left ul.info li a{
			font-size: 24px;
			background-size: 18px auto;
		}
	}
#g-nav div.g-nav-left a.button span.text{
	font-size: 20px;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-left a.button{
			display: block;
			margin: 5px;
		}
		#g-nav div.g-nav-left a.button span.text{
			font-size: 18px;
		}
	}
#g-nav div.g-nav-right{
	padding: 5%;
	background: #fff;
	border-radius: 20px;
}
	@media screen and (max-width: 1024px) {
		#g-nav div.g-nav-right{
			order: 2;
			padding: 10%;
		}
	}
#g-nav div.g-nav-right dt{
	display: none;
}
#g-nav div.g-nav-right ul li{
	margin-bottom: 10px;
}
#g-nav div.g-nav-right .menu li a{
  	position: relative;
  	text-decoration: none;
  	display: inline-block;
  	outline: none;
  	transition: ease .2s;
  	padding: 0.5em 1.0em 0.5em 0;
  	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav div.g-nav-right .menu li a:hover{
  	color:#f69494;
}
#g-nav div.g-nav-right .menu li a:before{
    	content: '';
    	width: 20px;
    	height: 20px;
    	background: #f69494;
    	border-radius: 50%;
    	position: absolute;
    	top: 0;
    	right: -20px;
    	bottom: 0;
    	margin: auto;
    	transition: 0.3s;
}
#g-nav div.g-nav-right .menu li a:after{
    	content: '';
    	width: 8px;
    	height: 8px;
    	border-top: 3px solid #fff;
    	border-right: 3px solid #fff;
  	box-sizing: border-box;
    	transform: rotate(45deg);
    	position: absolute;
    	top: 0;
    	right: -13px;
    	bottom: 0;
    	margin: auto;
    	transition: 0.3s;
}
#g-nav div.g-nav-right .menu li a:hover:before{
  	right: -30px;
    	transition: 0.3s;
}
#g-nav div.g-nav-right .menu li a:hover:after{
  	right: -23px;
    	transition: 0.3s;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 10000;
  display: none; }
  @media screen and (max-width: 1140px) {
    .hnavi_btn {
      display: block; } }
  @media screen and (max-width: 640px) {
    .hnavi_btn {
      top: 0;
      right: 0; } }

.menu-button {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  background: #51a000; }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #FFF;
    transition: background 0.5s;
    position: absolute;
    right: 15px;
    top: 25px; }
    .menu-button i:before, .menu-button i:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #FFF;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important; }
    .menu-button i:before {
      transform: translateY(8px); }
    .menu-button i:after {
      transform: translateY(-8px); }

.hnavi_btn.active .menu-button i {
  background: none; }
  .hnavi_btn.active .menu-button i:after {
    transform: translateY(0px) rotate(-45deg); }
  .hnavi_btn.active .menu-button i:before {
    transform: translateY(0px) rotate(45deg); }

/** footer **/

.footer-contact {
  	padding: 100px 0 60px 0;
	background: #fff;
	border-top: 1px solid #f2f0ed;
}
  	@media screen and (max-width: 1024px) {
		.footer-contact {
			padding: 60px 0;
		}
	}

.footer-contact .inner{
	width: 1200px;
	margin: 0 auto;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
	align-items: center;
    	flex-wrap: wrap;
}
  	@media screen and (max-width: 1024px) {
		.footer-contact .inner{
			width: auto;
		}
	}

.footer-contact .inner .contact-box{
  	width: calc(33.3333% - 72px / 3);
}
  	@media screen and (max-width: 1024px) {
		.footer-contact .inner .contact-box{
  			width: calc(100% - 72px / 1);
			text-align: center;
		}
	}

.footer-contact .inner .contact-box a.telephone{
	font-size: 36px;
	font-weight: bold;
	padding: 0 0 0 40px;
  	background: url(../img/common/telephone.png) no-repeat left center;
	background-size: 24px auto;
}

.footer-contact .inner .contact-box.tel p{
	margin: 0 0 0 40px;
}
  	@media screen and (max-width: 1024px) {
		.footer-contact .inner .contact-box.tel{
			margin: 0 0 20px 0;
		}
	}

.footer-contact .inner .contact-box a.button{
	width: 100%;
}

.footer {
	border-top: 3px solid;
        border-image: linear-gradient(to right, 
    	#f69494 0%, #f69494 25%,
    	#62b850 25%, #62b850 50%,
    	#f69494 50%, #f69494 75%,
    	#62b850 75%, #62b850 100%
) 1;
  	padding: 80px 0 60px 0;
	background: #faf8f5;
}
  	@media screen and (max-width: 1024px) {
		.footer {
		  	padding: 40px 20px;
		}
	}

.footer-container{
	width: 1200px;
	margin: 0 auto;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: no-wrap;
}
  	@media screen and (max-width: 1024px) {
		.footer-container{
			width: 100%;
    			flex-wrap: wrap;
		}
	}

.footer .fcompany{
	flex-basis: 40%;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: flex-start;
    	flex-wrap: wrap;
	align-items: flex-end;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany{
			flex-basis: 100%;
    			justify-content: center;
			margin: 10px 0 0 0;
			order: 2;
		}
	}

.footer .fcompany ul li.flogo img{
	max-width: 400px;
	height: auto;
	margin: 0 0 20px 0;
}
  	@media screen and (max-width: 1024px) {
		.footer .fcompany ul li.flogo img{
			max-width: 100%;
			height: auto;
			margin: 0 auto;
		}
	}

.footer .fcompany ul li.faddress{
	font-size: 14px;
}
.footer .copyright {
    	font-size: 14px;
	margin: 40px 0 0 0;
}
  	@media screen and (max-width: 1024px) {
		.footer .copyright {
			order: 3;
		}
	}

.footer .flist{
	flex-basis: 50%;
	margin: 0;
}
  	@media screen and (max-width: 1024px) {
		.footer .flist{
			flex-basis: 100%;
			order: 1;
			margin: 0 0 10px 0;
		}
	}

.footer .flist ul{
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: flex-end;
    	flex-wrap: wrap;
	align-items: center;
}
  	@media screen and (max-width: 1024px) {
		.footer .flist ul{
			margin: 0;
			padding: 0;
    			justify-content: center;
		}
	}

.footer .flist li{
	width: auto;
	text-align: left;
	padding: 0 10px;
	list-style: none;
	position: relative;
	margin: 0 10px 20px 0;
}
  	@media screen and (max-width: 1024px) {
		.footer .flist li{
			font-size: 13px;
			margin: 0 0 10px 0;
		}
	}

.footer .flist li a{
	font-size: 14px;
	font-weight: bold;
}
.pagetop {
	position: fixed;
  	right: 30px;
  	bottom: 30px;
  	z-index: 100;
  	border: none;
  	cursor: pointer;
  	outline: none;
  	appearance: none;
	background: none;
}

.pagetop a{ 
  	padding: 0;
  	width: 48px;
  	height: 48px;
  	border-radius: 0;
  	background-color: #f69494;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	transition: all 0.3s ease;
}

.pagetop a::before {
  	content: "";
  	width: 10px;
  	height: 10px;
  	margin-bottom: -5px;
  	border-top: solid 2px #fff;
  	border-right: solid 2px #fff;
  	transform: rotate(-45deg);
}

.pagetop a:hover {
  	transform: scale(1.1);
	background-color: #f69494;
}

  	@media screen and (max-width: 1024px) {
		.pagetop {
			position: fixed;
		  	right: 10px;
		  	bottom: 15px;
		}
		.pagetop a{ 
		  	padding: 0;
		  	width: 40px;
		  	height: 40px;
		}
	}

.fcontact {
  	padding: 60px 0 60px 0;
  	text-align: center;
}
.fcontact .fcontact_btn {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
}

.fcontact .btn {
    	text-align: center;
	list-style: none;
	margin: 0;
}

.fcontact .btn a {
	background: linear-gradient(180deg, rgb(24, 113, 197), rgb(68, 166, 215));
      	/** background: #01519a; **/
      	width: 500px;
      	height: 60px;
      	display: -webkit-flex;
      	display: -moz-flex;
      	display: -ms-flex;
      	display: -o-flex;
      	display: flex;
      	flex-direction: column;
      	justify-content: center;
      	align-items: center;
      	position: relative;
      	margin: 20px auto 40px auto;
      	font-size: 20px;
      	font-weight: bold;
      	color: #fff;
}

.fcontact h3{
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 0 0;
}

.fcontact dl{
	margin: 0 0 40px 0;
}

.fcontact dl dt{
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
}

.fcontact .map{
	margin: 0;
}
  	@media screen and (max-width: 1024px) {
		.fcontact {
		  	padding: 40px 20px 40px 20px;
		}
		.fcontact .btn a {
		      	width: 350px;
		      	height: 50px;
		      	margin: 10px auto 40px auto;
		      	font-size: 16px;
		}
		.fcontact h3{
			font-size: 16px;
		}
		.fcontact dl{
			margin: 0 0 40px 0;
		}
		.fcontact dl dt{
			font-size: 28px;
			margin: 0 0 10px 0;
		}
		.fcontact .map{
			margin: 0 0 0 0;
		}
	}

/*///////  common  ///////*/
.page_header {
  	width: 100%;
  	height: auto;
  	margin: 0;
	position: relative;
      	display: -webkit-flex;
      	display: -moz-flex;
      	display: -ms-flex;
      	display: -o-flex;
      	display: flex;
      	justify-content: flex-end;
      	align-items: center;
}
	@media only screen and (max-width: 1024px) {
		.page_header {
  			height: auto;
  			margin: 0;
		}
	}
.page_header .title{
	flex-basis: 80%;
    	/** background: url(../img/top/image_1920x1280-01.jpg) no-repeat left 20%; **/
	background-position: center 40%;
  	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0;
	border-radius:  20px 0 0 20px;
	position: relative;
      	display: -webkit-flex;
      	display: -moz-flex;
      	display: -ms-flex;
      	display: -o-flex;
      	display: flex;
      	flex-direction: column;
      	justify-content: flex-start;
      	align-items: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
}
	@media only screen and (max-width: 1024px) {
		.page_header .title{
			padding: 60px 0;
		}
	}
	@media only screen and (max-width: 767px) {
		.page_header .title{
			padding: 30px 0;
		}
	}
.page-recruit .page_header .title{
	background-position: center 30%;
}
.page_header .title .en{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #f69494;
	letter-spacing: 0.2em;
	line-height: 1.0;
	text-transform: uppercase;
	background: #fff;
	padding: 5px 10px;
	margin: 0 0 20px -12%;
	border-radius: 10px;
}
	@media only screen and (max-width: 1024px) {
		.page_header .title .en{
			font-size: 16px;
		}
	}
	@media only screen and (max-width: 767px) {
		.page_header .title .en{
			font-size: 10px;
			margin: 0 0 10px -12%;
		}
	}
.page_header .title  h1{
	display: inline-block;
	font-size: 48px;
	font-weight: 600;
	margin: 0;
	background: #fff;
	padding: 5px 20px;
	margin: 0 0 0 -12%;
	border-radius: 10px;
}
	@media only screen and (max-width: 1024px) {
		.page_header .title  h1{
			font-size: 32px;
		}
	}
	@media only screen and (max-width: 767px) {
		.page_header .title  h1{
			font-size: 18px;
		}
	}

.page_header .title_bg{
	flex-basis: 80%;
    	background: url(../img/top/image_1920x1280-01.jpg) no-repeat left 20%;
  	background-size: 100% auto;
	padding: 160px 0;
	border-radius:  20px 0 0 20px;
}

.breadcrumbs_wrap{
	width: 100%;
	box-shadow: 2px 2px 2px rgba(219,212,201,0.5);
}

.breadcrumbs{
	width: 1140px;
	margin: 0 auto !important;
	padding: 15px 0 !important;
}
	@media only screen and (max-width: 1024px) {
		.breadcrumbs{
			width: 100% !important;
			padding: 10px 20px !important;
			font-size: 12px;
		}
	}

/*///////  top  ///////*/
.main_visual{
	margin: 0 0 100px 0;
	position: relative;
}
	@media only screen and (max-width: 1024px) {
		.main_visual{
			margin: 0 0 40px 0;
		}
	}
	@media only screen and (max-width: 375px) {
		.main_visual{
			margin: 0 0 100px 0;
		}
	}
.main_tagline{
	position: absolute;
	top: 50%;
    	left: 3.2rem;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
	z-index: 50;
}
	@media only screen and (max-width: 1024px) {
		.main_tagline{
			bottom: 10%;
    			left: 1.2rem;
    			right: 3.6rem;
    			transform: translateY(-20%);
    			-webkit-transform: translateY(-20%);
    			-ms-transform: translateY(-20%);
		}
	}
.main_tagline .tagline01{
	display: block;
	background: #fff;
	padding: 10px 15px;
	font-size: 40px;
	font-weight: bold;
	border-radius: 10px;
}
	@media only screen and (max-width: 1024px) {
		.main_tagline .tagline01{
			font-size: 26px;
		}
	}
.main_tagline .tagline01 span{
	font-size: 50px;
	color: #f69494;
	margin: 0 10px 0 0;
}
	@media only screen and (max-width: 1024px) {
		.main_tagline .tagline01 span{
			font-size: 30px;
		}
	}
.main_tagline .tagline02{
	display: inline-block;
	background: #fff;
	padding: 10px 15px;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 40px 0;
	border-radius: 10px;
}
	@media only screen and (max-width: 1024px) {
		.main_tagline .tagline02{
			font-size: 18px;
		}
	}
.main_tagline .tagline02 span{
	color: #62b850;
}
.main_tagline h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8em;
}
	@media only screen and (max-width: 1024px) {
		.main_tagline h2{
			font-size: 18px;
			background: #f2f0ed;
			padding: 10px 10px;
			border-radius: 10px;
		}
	}
	@media only screen and (max-width: 375px) {
		.main_tagline h2{
			font-size: 16px;
		}
	}

.container{
	width: 100%;
	margin: 0 auto;
}

.container.column{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	background: #fff;
}

.container.column .contents{
	width: 1140px;
	margin: 0 auto;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
}

.container.column .column_content{
	flex-basis: 780px;
	margin: 0 0 60px 0;
}

.container.column .column_content h1{
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 40px 0;
}

.container.column .sidebar{
	flex-basis: 300px;
}

.container ul li{
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.container.news{
	width: 990px;
	margin: 115px auto;
}

.container.single_news{
	width: 1140px;
	margin: 76px auto 100px auto;
}

.container.notfound{
	padding: 60px 0;
	background: #fff;
}

.container.single_column{
	margin: 76px auto 100px auto;
}
	@media only screen and (max-width: 1024px) {
		.container{
			width: 100%;
			margin: 0 auto;
		}
		.container.news{
			width: 100%;
			margin: 60px auto;
			padding: 0 20px;
		}

		.container.single_news{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		}

		.container.works{
			margin: 40px auto;
			padding: 0 20px;
		}

		.container.works h1{
			font-size: 20px;
			margin: 0 0 20px 0;
		}

		.container.single_works{
			width: 100%;
			margin: 40px auto;
			padding: 0 20px;
		}
		.container.column{
			width: 100%;
			margin: 0 auto;
			padding: 40px 20px;
		  	flex-wrap: wrap;
		}

		.container.column .contents{
			width: 100%;
  			flex-wrap: wrap;
		}

		.container.column .column_content{
			flex-basis: 100%;
			margin: 0 0 60px 0;
		}

		.container.column .column_content h1{
			font-size: 20px;
		}

		.container.column .sidebar{
			flex-basis: 100%;
			padding: 0 10px 60px 10px;
		}
		.container.instagram{
			width: 100%;
			margin: 20px auto 0 auto;
			padding: 0 20px;
		}
		.container.notfound{
			margin: 0 auto;
			padding: 40px 20px;
			background: #fff;
		}
	}

/* top news */
.top_news {
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
  	width: 1000px;
  	margin: 60px auto;
  	padding: 30px 0px 50px 0px;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_news {
      			width: auto;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}

.top_news .top_news_title{
	flex-basis: 30%;
}
.top_news .top_news_box{
	flex-basis: 70%;
}

.top_news ul.news_list{
	display: block;
	margin: 0 0 40px 0;
}

.top_news ul.news_list li{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #aba9a6;
}
.top_news ul.news_list li span.update{
	display: block;
	font-size: 14px;
	color: #aba9a6;
	margin: 0 0 10px 0;
}
    	@media screen and (max-width: 1024px) {
		.top_news ul.news_list li{
        	font-size: 14px;
		}
		.top_news ul.news_list li span.update{
		font-size: 12px;
		margin: 0 10px 0 0;
		}
	}
.top_news .button{
	max-width: 240px;
	margin: 0 0 0 auto;
}

/* top facilities */
.top_facilities {
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
	align-items: center;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 60px auto;
  	padding: 80px 0 160px 0;
	background: #faf8f5;
  }
  	@media screen and (max-width: 1024px) {
    		.top_facilities {
      			width: auto;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
.top_facilities .facilities{
	flex-basis: 34%;
	margin: 0 8%;
}
.top_facilities .facilities p{
	margin: 0 0 60px 0;
}
.top_facilities .facilities_image{
	position: relative;
	flex-basis: 50%;
}
.top_facilities .facilities_image img{
	border-radius: 20px 0 0 20px;
}
.top_facilities .facilities_image img.second {
	position: absolute;
	left: -100px;
	bottom: -40px;
	max-width: 460px;
	height: auto;
	z-index: 10;
	border-radius: 20px;
}

/* top about */
.top_about {
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
	align-items: center;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 60px auto;
  	padding: 30px 0px 50px 0px;
  }
  	@media screen and (max-width: 1024px) {
    		.top_about {
      			width: auto;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
.top_about .about{
	width: 1000px;
	margin: 0 auto;
}
.button_area02{
	width: 500px;
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
	align-items: center;
  	flex-wrap: wrap;
	margin: 40px auto 0 auto;
}

.vertical-r {
        writing-mode: vertical-rl;
}
/** .vertical-r::first-letter{
	color: #F07B7B;
} **/
.vertical-l {
        writing-mode: vertical-lr;
}
/** .vertical-l::first-letter{
	color: #F07B7B;
} **/

/* top voice */
.top_voice {
  	width: 100%;
	background: #faf8f5;
  	margin: 60px auto;
  	padding: 80px 0px 80px 0px;
}
.top_voice .inner {
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
	align-items: flex-end;
  	flex-wrap: nowrap;
  	width: 1200px;
  	margin: 0 auto;
  	}
  	@media screen and (max-width: 1024px) {
    		.top_voice .inner {
      			width: auto;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}

.top_voice .top_voice_title{
	flex-basis: 40%;
}
.top_voice .top_voice_title img{
	max-width: 80%;
	height: auto;
	margin: 40px 0 0 0;
	border-radius: 20px;
}
.top_voice .top_voice_box{
	flex-basis: 60%;
}
.top_voice_box ul{
	margin: 40px 0;
	background: #fff;
	border: 3px solid #f2f0ed;
	border-radius: 20px;
}
.top_voice_box ul li a{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #f2f0ed;
}
.top_voice_box ul li a span.text {
    	display: block;
    	position: relative;
    	font-size: 16px;
    	padding-right: 30px;
}
.top_voice_box ul li a span.text:before {
    	content: '';
    	width: 20px;
    	height: 20px;
    	background: #f69494;
    	border-radius: 50%;
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	margin: auto;
}
.top_voice_box ul li a  span.text:after {
    	content: '';
    	width: 8px;
    	height: 8px;
    	border-top: 3px solid #fff;
    	border-right: 3px solid #fff;
  	box-sizing: border-box;
    	transform: rotate(45deg);
    	position: absolute;
    	top: 0;
    	right: 7px;
    	bottom: 0;
    	margin: auto;
    	transition: 0.3s;
}

/* top recruit */
.top_recruit {
	display: block;
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
	align-items: center;
  	flex-wrap: wrap;
  	width: 100%;
  	margin: 60px auto;
  	padding: 30px 0 80px 0;
  }
  	@media screen and (max-width: 1024px) {
    		.top_recruit {
      			width: auto;
      			display: block;
      			padding: 40px 20px 0 20px;
      			box-sizing: border-box;
      			margin: 0 0 40px 0;
		}
	}
.top_recruit .recruit_image{
	position: relative;
	flex-basis: 50%;
}
.top_recruit .recruit_image img{
	border-radius: 0 20px 20px 0;
}
.top_recruit .recruit_image img.second {
	position: absolute;
	right: -100px;
	bottom: -40px;
	max-width: 460px;
	height: auto;
	z-index: 10;
	border-radius: 20px;
}
.top_recruit .recruit{
	flex-basis: 34%;
	margin: 0 6%;
}
.top_recruit .recruit p{
	margin: 0 0 60px 0;
}

/** top regarden **/

.top_regarden{
	padding: 100px 0 40px 0;
	background: #F2F2F2;
}

.regarden_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
}

.regarden_inner h3{
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	letter-spacing: -0.2em;
	padding: 15px;
	background: #fff;
	margin: -40px 0 0 0;
}

.regarden_inner .left_box{
	flex-basis: 4%;
	text-align: left;
}

.regarden_inner .right_box{
	flex-basis: 89%;
	padding: 20px 0 0 0;
}

.regarden_inner .right_box ul.regarden_item{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	margin: 115px 0 0 0;
	text-align: center;
}

.regarden_inner .right_box ul.regarden_item li{
	width: 24%;
}

.regarden_inner .right_box ul.regarden_item li .effect{
  	position: relative;
  	text-align: center;
  	line-height: 1.4;
  	font-size: 17px;
}

.regarden_inner .right_box ul.regarden_item li .effect:before,
.regarden_inner .right_box ul.regarden_item li .effect:after {
  	position: relative;
  	display: inline-block;
  	content: "";
  	background: #01519a;
  	width: 1px;
  	height: 1.2em;
  	margin: 0 0.5em;
  	margin-top: -.2em;
  	vertical-align: middle;
}
 
.regarden_inner .right_box ul.regarden_item li .effect:before {
  	transform: rotate(-25deg);
}
 
.regarden_inner .right_box ul.regarden_item li .effect:after {
  	transform: rotate(25deg);
}

.regarden_inner .right_box ul.regarden_item li h4{
	display: block;
	margin: 16px 0 20px 0;
	font-size: 25px;
	font-weight: 500;
}

.regarden_inner .right_box ul.regarden_item li img{
	max-width: 40%;
	height: auto;
}
    	@media screen and (max-width: 1024px) {
		.top_regarden{
			padding: 40px 20px;
		}

		.regarden_inner h3{
			display: inline-block;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: -0.2em;
			line-height: 1.0em;
			padding: 7px;
			background: #fff;
			margin: 0 0 0 0;
		}

		.regarden_inner .left_box{
			flex-basis: 5%;
			text-align: left;
		}

		.regarden_inner .right_box{
			flex-basis: 87%;
			padding: 0 0 0 20px;
		}

		.regarden_inner .right_box ul.regarden_item{
			margin: 60px 0 0 0;
		  	flex-wrap: wrap;
			text-align: center;
			margin: 0 0 0 -25% !important;
			z-index: 1;
		}

		.regarden_inner .right_box ul.regarden_item li{
			width: 49% !important;
			margin: 0 0 20px 0;
		}

		.regarden_inner .right_box ul.regarden_item li .effect{
		  	position: relative;
		  	text-align: center;
		  	line-height: 1.4;
		  	font-size: 14px;
		}

		.regarden_inner .right_box ul.regarden_item li h4{
			display: block;
			margin: 16px 0 20px 0;
			font-size: 25px;
			font-weight: 500;
		}

		.regarden_inner .right_box ul.regarden_item li img{
			max-width: 40%;
			height: auto;
		}
	}

/** top exterior **/

.top_exterior{
	padding: 0 0 100px 0;
	background: #F2F2F2;
}

.exterior_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	padding: 0 0 70px 0;
}

.exterior_inner h3{
	display: inline-block;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.2em;
	line-height: 1.0em;
	padding: 15px;
	background: #fff;
	margin: -40px 0 0 0;
}

.exterior_inner .left_box{
	flex-basis: 89%;
	padding: 20px 0 0 0;
	text-align: left;
}

.exterior_inner .right_box{
	flex-basis: 4%;
}

.exterior_inner .left_box ul.exterior_item{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: nowrap;
	margin: 115px 0 0 0;
	text-align: center;
}

.exterior_inner .left_box ul.exterior_item li{
	width: 31%;
}

.exterior_inner .left_box ul.exterior_item li .en{
	font-family: "Abel", sans-serif;
  	position: relative;
  	text-align: center;
  	line-height: 1.4;
	letter-spacing: 0.15em;
  	font-size: 32px;
}

.exterior_inner .left_box ul.exterior_item li h4{
	display: block;
	margin: 10px 0 50px 0;
	font-size: 14px;
}

.exterior_inner .left_box ul.exterior_item li img{
	max-width: 35%;
	height: auto;
}

.exterior_inner .left_box ul.exterior_item li p{
	text-align: left;
	margin: 40px 0 30px 0;
}
    	@media screen and (max-width: 1024px) {
		.top_exterior{
			padding: 0 20px 40px 20px;
		}

		.exterior_inner{
			padding: 0 0 0 0;
		}

		.exterior_inner h3{
			display: inline-block;
			font-size: 18px;
			font-weight: 500;
			letter-spacing: -0.2em;
			line-height: 1.0em;
			padding: 7px;
			background: #fff;
			margin: 0 0 0 0;
		}

		.exterior_inner .left_box{
			flex-basis: 87%;
			padding: 0 0 0 0;
			text-align: left;
		}

		.exterior_inner .right_box{
			flex-basis: 5%;
		}

		.exterior_inner .left_box ul.exterior_item{
		  	flex-wrap: wrap;
			margin: 160px -40px 0 0;
			text-align: center;
		}

		.exterior_inner .left_box ul.exterior_item li{
			width: 90%;
			margin: 0 auto;
			border-top: 1px solid #ccc;
			padding: 30px 0 10px 0;
		}

		.exterior_inner .left_box ul.exterior_item li .en{
			font-family: "Abel", sans-serif;
		  	position: relative;
		  	text-align: center;
		  	line-height: 1.4;
			letter-spacing: 0.15em;
		  	font-size: 32px;
		}

		.exterior_inner .left_box ul.exterior_item li h4{
			display: block;
			margin: 10px 0 30px 0;
			font-size: 14px;
		}

		.exterior_inner .left_box ul.exterior_item li img{
			max-width: 35%;
			height: auto;
		}

		.exterior_inner .left_box ul.exterior_item li p{
			text-align: left;
			margin: 40px 0 30px 0;
		}
	}

/** works / column **/
.clearfix {
  	zoom: 1;
}

.clearfix:after, .clearfix:before {
  	content: '';
  	display: table;
}

.clearfix:after {
  	clear: both;
}

.linkcard_inner{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
	margin: 0 0 80px 0;
}

.linkcard_inner::after{
  	content:"";
  	display: block;
  	width: calc(33.3333% - 72px / 3);
}

.linkcard_inner.column{
	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	flex-wrap: wrap;
	align-items: top;
	margin: 0 0 80px 0;
}

.linkcard_inner.column::after{
  	content:"";
  	display: block;
  	width: 100%;
}

.linkcard{
  	width: calc(33.3333% - 72px / 3);
	padding: 0 0 10px 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
	border-bottom: 1px dotted #f69494;
}

.linkcard.column{
  	width: 100%;
	padding: 0 0 10px 0;
  	margin: 0 0 20px 0;
  	background: #fff;
	position: relative;
	z-index: 1;
}

    	@media screen and (max-width: 1024px) {
		.linkcard_inner{
		margin: 40px 0 0 0;
		}

		.linkcard_inner::after{
	  	width: 100%
		}

		.linkcard_inner.column{
		margin: 0 0 0 0;
		}

		.linkcard_inner.column::after{
	  	width: 100%
		}

		.linkcard{
	  	width: calc(100% - 0px / 1);
		padding: 0 0;
		}

		.linkcard.column{
	  	width: calc(100% - 0px / 1);
		padding: 0 0;
		}
	}

.linkcard-link {
    	position: absolute;
    	top: 0;
    	left: 0;
    	height:100%;
    	width: 100%;
	z-index: 2;
}	

.linkcard:after {
    	content: "";
    	display: block;
    	width: 32%;
    	height: 0;
}

.linkcard.column:after {
    	content: "";
    	display: block;
    	width: 50%;
    	height: 0;
}

.linkcard .main_image{
  	width: 100%;
	overflow: hidden;
}

.linkcard .main_image img{
  	max-width: 100%;
  	height: auto;
	transform: scale(1);
	transition:0.3s ease-in-out;;
}

.linkcard:hover .main_image img{
	opacity:0.7;
	transform:scale(1.06);
}

.linkcard .details{
	margin: 15px 0;
}

.linkcard .category{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #308fc7;
}

.linkcard .category a{
	color: #01519a;
}

.linkcard .update{
	font-size: 13px;
	color: #8F8F8F;
	display: inline-block;
	margin: 0;
}

.linkcard h2{
	display: block;
  	font-size: 18px;
	font-weight: bold;
  	line-height: 1.6em;
  	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

.linkcard:hover h2{
	color: #f69494;
}

.linkcard .excerpt{
	font-size: 13px;
	line-height: 1.6em;
	margin: 0;
}

.linkcard .read-more{
	display: none;
}

.linkcard .btnarrow-bottom{
  	position: relative;
    	display: block;
	margin: 0;
  	padding: 0 72px 0 0;
	font-size: 14px;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	text-align: right;
}

.linkcard .btnarrow-bottom::before{
    	content: '';
  	position: absolute;
    	bottom:13%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.linkcard .btnarrow-bottom::after{
    	content: '';
  	position: absolute;
    	bottom:28%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.linkcard:hover .btnarrow-bottom::before{
    	right:-5%;
  	background: #01519a;
}

.linkcard:hover .btnarrow-bottom::after{
    	right:-5%;
  	background: #01519a;
}
    	@media screen and (max-width: 1024px) {
		.linkcard .btnarrow-bottom{
		  	padding: 0 72px 0 0;
			font-size: 12px;
		}
	}

.linkcard .btnarrow-bottom a{
  	position: relative;
    	display: block;
	margin: 0;
  	padding: 0 72px 0 0;
	font-size: 14px;
    	color: #333;
    	text-decoration: none;
    	outline: none;
	text-align: right;
}

.linkcard .btnarrow-bottom a:hover{
	color: #01519a;
}

.linkcard .btnarrow-bottom a::before{
    	content: '';
  	position: absolute;
    	bottom:35%;
    	right:0;
    	width: 66px;
    	height: 0.5px;
  	background:#333;
    	transition: all .3s;
}

.linkcard .btnarrow-bottom a::after{
    	content: '';
  	position: absolute;
    	bottom:45%;
    	right:0;
    	width: 10px;
    	height:0.5px;
  	background:#333;
    	transform: rotate(35deg);
    	transition: all .3s;
}

.linkcard .btnarrow-bottom a:hover::before{
    	right:-5%;
  	background:#01519a;
}

.linkcard .btnarrow-bottom a:hover::after{
    	right:-5%;
  	background:#01519a;
}

    	@media screen and (max-width: 1024px) {
		.linkcard:after {
		    	width: 100%;
		}

		.linkcard.column:after {
		    	width: 100%;
		}
	}

/** top company **/

.top_company{
	padding: 100px 0 100px 0;
}

.top_company .company_table{
	margin: 120px 0 0 0;
}
    	@media screen and (max-width: 1024px) {
		.top_company{
		padding: 60px 20px;
		}
		.top_company .company_table{
			margin: 60px 0 0 0;
		}
	}

/** page news **/

ul.page_news_list{
	display: block;
}

ul.page_news_list li{
	font-size: 16px;
	margin: 20px 0;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

ul.page_news_list li::before{
    	content: '';
  	position: absolute;
    	bottom:60%;
    	right:15px;
    	width: 66px;
    	height: 0.5px;
  	background:#01519a;
    	transition: all .3s;
}

ul.page_news_list li::after{
    	content: '';
  	position: absolute;
    	bottom:65%;
    	right:15px;
    	width: 10px;
    	height:0.5px;
  	background:#01519a;
    	transform: rotate(35deg);
    	transition: all .3s;
}

ul.page_news_list li:hover::before, ul.page_news_list li:hover::after{
  	background:#44A6D7;
}

ul.page_news_list li a{
	position:absolute;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
}
	
ul.page_news_list li span.update{
	color: #01519a;
	margin: 0 30px 0 0;
}

    	@media screen and (max-width: 1024px) {
		ul.page_news_list li{
			font-size: 13px;
			margin: 20px 0;
			padding: 20px 0 65px 0;
			border-bottom: 1px solid #ccc;
			position: relative;
		}

		ul.page_news_list li::before{
		    	bottom:20%;
		    	right:15px;
		}

		ul.page_news_list li::after{
		    	bottom:23%;
		    	right:15px;
		}
		ul.page_news_list li span.update{
			display: block;
			margin: 0 0 10px 0;
		}
	}

/*///////  single news / column ///////*/

.news_entry .entry_ttl {
    	font-size: 30px;
    	font-weight: bold;
    	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f69494;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_ttl {
		    	font-size: 16px;
		    	margin-bottom: 20px;
		}
	}

.news_entry .data {
	font-size: 14px;
	color: #8F8F8F;
	display: inline-block;
	margin-bottom: 10px;
}

.news_entry .cat {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #308fc7;
}

.news_entry .entry_body {
    	padding-bottom: 100px;
}
    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body {
		    	padding-bottom: 40px;
		}
	}

.single_works .news_entry .entry_body {
	padding-bottom: 40px;
}

.news_entry .entry_body h3{
	font-size: 25px;
}

.single_works .news_entry .entry_body p{
	margin: 0 0 60px 0;
	line-height: 1.4em;
}

.news_entry .column_body {
    	padding-bottom: 100px;
}

.news_entry .column_body .main_image{
    	margin-bottom: 40px;
}

.news_entry .column_body h2{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

.news_entry .column_body h2::before {
  	counter-increment: mycounter;
  	content: counter(mycounter, decimal-leading-zero);
	color: #01519a;
	margin-right: 20px;
}

.news_entry .column_body h3{
	margin: 60px 0 20px 0;
	font-weight: 500;
}

    	@media screen and (max-width: 1024px) {
		.news_entry .entry_body h3{
			font-size: 18px;
		}
		.single_works .news_entry .entry_body p{
			margin: 0 0 20px 0;
		}
	}

/** Table of contents **/
#toc_container {
	width: 100%;
	margin: 60px auto 0 auto;
	border-radius: 0;
	padding: 20px 40px 0 40px;
  	background: #fff;
  	border: 1px solid #ccc;
  	border-radius: 0;
}

#toc_container .toc_title {
  	text-align: left !important;
  	margin: 0 0 15px 0;
  	padding: 0;
	color:#333;
  	font-size: 24px !important;
	font-weight: 500;
  	border: none;
}

#toc_container ul.toc_list {
  	list-style-type: none !important;
  	counter-reset: li;
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li {
  	position: relative;
  	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	line-height: 1.6em;
}

#toc_container .toc_list > li a{
  	margin: 0;
	padding: 0;
}

#toc_container .toc_list > li:after {
  	counter-increment: li;
  	content: counter(li, decimal-leading-zero) ;
  	position: absolute;
  	left: -10px!important;
  	top: 0px;
  	background: none;
  	font-size: 20px !important;
	font-weight: 500;
  	letter-spacing: 0px;
  	color: #01519a;
}

#toc_container .toc_list > li a {
  	text-decoration: underline !important;
}

#toc_container .toc_list > li a:hover {
  	text-decoration: none !important;
	color: #01519a;
}
@media only screen and (max-width: 1024px) {
  	#toc_container {
    		padding: 15px;
	}
	#toc_container .toc_title {
	  	margin: 0 0 15px 0;
	  	font-size: 14px !important;
	}
  	#toc_container .toc_list > li {
		margin-bottom: 10px;
		margin-left: 15px;
		padding: 0 0 0 15px;
		font-size: 12px;
	}
  	#toc_container .toc_list > li:after {
		left: -14px !important;
		top: 0px;
		font-size: 14px !important;
	}
	.type-post h2 span {
		margin-left: -10px !important;
	}
}

@media only screen and (min-width: 1025px) {
  	#toc_container {
    		padding: 25px 40px;
	}

  	#toc_container .toc_title {
    		font-size: 2em;
	}

  	#toc_container .toc_list > li {
		margin-bottom: 18px;
		margin-left: 12px;
		font-size: 1em;
	}

  	#toc_container .toc_list > li:after {
		left: -48px;
		top: 0px;
		font-size: 26px;
	} 
}

.pagenation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .pagenation ul li {
    margin-right: 3px;
    font-weight: bold; }
    .pagenation ul li:last-of-type {
      margin-right: 0; }
    .pagenation ul li a, .pagenation ul li span {
      width: 28px;
      height: 28px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 1px solid #51a000;
      box-sizing: border-box; }
    .pagenation ul li a {
      background: #51a000;
      text-align: center;
      color: #FFF; }
    .pagenation ul li span {
      color: #51a000; }

.pagenationSingle {
  margin-bottom: 40px; }
  @media screen and (max-width: 1140px) {
    .pagenationSingle {
      padding: 0 20px; } }
  .pagenationSingle ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pagenationSingle ul li {
      text-align: center;
      height: 40px;
      width: 68px; }
      .pagenationSingle ul li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 1px solid #ccc; }
      .pagenationSingle ul li:nth-of-type(2) {
        width: 110px; }
        .pagenationSingle ul li:nth-of-type(2) a {
          width: 100%; }

/** pagination **/
.pnavi {
    	text-align: center;
   	margin: 55px 0 0 0;
}
.pagination{
   	margin: 0 0 0 0;
}
.nav-links{
   	display:flex;
}
.pagination .page-numbers{
   	display:inline-block;
   	margin-right:15px;
   	padding:3px 14px 4px 14px;
   	color:#333;
   	background:#fff;
	border: 1px solid #333;
}
.pagination .page-numbers:hover{
	border: 1px solid #01519a;
   	background:#01519a;
   	color:#fff;
}
.pagination .current{
   	padding:3px 14px 4px 14px;
	border: 1px solid #01519a;
   	background:#01519a;
   	color:#fff;
}
.pagination .prev,
.pagination .next{
   	background:transparent;
   	box-shadow:none;
   	color:#333;
	border: 1px solid #fff;
}
.pagination .prev:hover,
.pagination .next:hover{
   	background:transparent;
   	color:#01519a;
	border: 1px solid #fff;
}
.pagination .dots{
   	background:transparent;
   	box-shadow:none;
}

/*///////  page column ///////*/
.sidebar h2, .sidebar h3{
	font-size: 20px !important;
	font-weight: 500;
	padding: 15px 15px 15px 0;
	margin: 40px 0 20px 0;
	border-bottom: 2px dotted #f69494;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.sidebar h2.sidebar_title{
	margin: 0 0 0 0;
}

.sidebar ul.service{
	margin: 20px 0 40px 0;
}

.sidebar ul.service li{
	padding: 5px;
	border-bottom: 1px dotted #636363;
}

.sidebar .sidebar_item{
	margin: 0 0 40px 0;
}

.sidebar .sidebar_item ul.sidebar_list{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.sidebar .sidebar_item ul.sidebar_list li{
	list-style-type: none;
	margin: 0;
}

.sidebar .sidebar_item ul.sidebar_list li a{
	display: block;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #f2f0ed;
	margin: 0;
	color: #333;
}

.sidebar .sidebar_item ul.sidebar_list li a:hover{
	color: #f69494;
}

.sidebar .sidebar_item ul.sidebar_list li .update{
	font-size: 13px;
	color: #8F8F8F;
	display: block;
	margin: 0;
}

.sidebar .sidebar_item select{
	width: 100%;
	margin: 15px 0 0 0;
	padding: 15px;
	border: 1px solid #f2f0ed;
}

.sidebar .author{
	padding: 20px;
	border: 1px solid #f2f0ed;
	margin: 0 0 20px 0;
}

.sidebar .author .circle{
	position: relative;
	border-radius:50%;
	border: 1px solid #f2f0ed;
	width: 120px;
	height: 120px;
	margin: 0 auto 10px auto;
}

.sidebar .author .circle img{
	max-width: 70%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.sidebar .author dl{
	font-size: 14px !important;
}

.sidebar .author dl dt{
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	margin: 10px 0 20px 0;
	font-size: 14px !important;
	color: #62b850;
}

.sidebar .author dl dd{
	font-size: 14px !important;
	line-height: 1.4em;
}

.sidebar .widget_categories{
	margin: 0 0 40px 0;
}

.sidebar .widget_media_image{
	margin: 30px 0 0 0;
}

.sidebar .widget_media_image img{
	max-width: 100%;
	height: auto;
}

.sidebar .sidebar-first-img{
	margin: 40px 0 30px 0;
}

.sidebar .sidebar-second-img{
	margin: 20px 0 0 0;
}

.sidebar .sidebanner{
	margin: 0;
	/** position: -webkit-sticky;
  	position: sticky;
  	top: 50px; **/
}

@media screen and (max-width: 768px){
	.sidebar .sidebanner{
	position: relative;
	top: 0;
	margin: 20px 0 0 0;
	}
}

.sidebar .sidebanner img{
	max-width: 100%;
	height: auto;
	margin: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	.sidebar .widget_media_image img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.container table.inquiry{
	margin: 0 0 20px 0;
}
.container table.inquiry tr{
	padding: 0 !important;
	margin: 0 !important;
}
/*見出し欄*/
.container table.inquiry th{
 	text-align: left;
 	font-size: 14px;
 	color: #444;
 	padding: 30px 0px 0px 0px !important;
 	width: 32% !important;
 	border-top: none !important;
 	border-bottom: solid 1px #e6cda8 !important;
 	vertical-align: top;
 	background: #fff !important;
}
/*通常欄*/
.container table.inquiry td{
 	font-size: 13px;
 	padding: 30px 0px 0px 0px !important;
 	width: 68% !important;
 	border-top: none !important;
 	border-bottom: solid 1px #e6cda8;
 	background: #fff;
}
.container table.inquiry td input,
.container table.inquiry td input:focus,
.container table.inquiry td select,
.container table.inquiry td textarea{
 	/** background: #F1F1F4; **/
	background: #f2f0ed;
 	border: none;
	padding: 15px 10px;
	width: 100%;
	margin: 0px !important;
}
.container table.inquiry td input[type="checkbox"]{
  	margin-right: 8px !important;
	transform: scale(1.8);
  	accent-color: pink;
	border: 1px solid #ccc !important;
}
@media(max-width:1024px){
	.container table.inquiry th,
	.container table.inquiry td {
		 display:block!important;
		 width:100%!important;
		 border-top:none!important;
		 -webkit-box-sizing:border-box!important;
		 -moz-box-sizing:border-box!important;
		 box-sizing:border-box!important;
	}
	.container table.inquiry tr th{
		border-top: none !important;
	}
	.container table.inquiry tr:first-child th{
 		border-top:1px solid #fff!important;
	}
	/* 必須・任意のサイズ調整 */
	.container table.inquiry .haveto,.inquiry .any {
		font-size:10px;
	}
}

/*必須の調整*/
.container table.inquiry .haveto{
 	font-size:10px;
 	padding:2px 10px !important;
	background:#62b850;
 	/** background:#d91a1a; **/
 	color:#fff;
 	border-radius:2px;
 	margin-right:10px;
 	position:relative;
 	bottom:1px;
	display: inline-block !important;
}
/*任意の調整*/
.container table.inquiry .any{
 	font-size:10px;
 	padding:2px 10px !important;
 	background:#68b2fb;
 	color:#fff;
	border-radius:2px;
 	margin-right:10px;
 	position:relative;
 	bottom:1px;
	display: inline-block !important;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 	display: block;
 	padding:1em 0;
 	margin:30px auto 0 auto;
 	width:70%;
	background: #f69494;
 	color:#fff;
 	font-size:18px;
 	font-weight:bold;
	border-radius: 10px;
	border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background: #f07b7b;
 	color:#fff;
	border: none;
}

.privacy{
	padding: 100px 0;
	border-top: 1px solid #ccc;
	font-size: 14px;
	line-height: 2.6em;
}

.privacy p.en{
	font-family: "senobi-gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: #01519a;
}

.privacy h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
	@media screen and (max-width: 1024px){
		.privacy{
			margin: 0 20px;
			padding: 40px 20px;
		}
		.privacy p.en{
			font-size: 14px;
			margin: 0 0 0 0;
		}
		.privacy h3{
			font-size: 18px;
			margin: 0 0 20px 0;
		}
	}

/** サイトマップ　WP Sitemap Page **/
.wsp-container h2{
	margin: 40px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3191cc;
}
.wsp-container ul{
	padding: 20px;
	border: 1px solid #d3cfc2;
	border-radius: 5px;
	background: #fff;
}
.wsp-container ul li{
	margin: 5px 0 5px 20px;
}
/** 404 **/
.not404{
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
	@media screen and (max-width: 1024px){
		.not404{
			width: auto;
			padding: 0 24px;
		}
	}
.not404 h2{
	font-size: 500;
	margin-bottom: 40px;
}
.loader {
  display: none; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(62, 170, 154, 0.2);
  border-right: 0.6em solid rgba(62, 170, 154, 0.2);
  border-bottom: 0.6em solid rgba(62, 170, 154, 0.2);
  border-left: 0.6em solid #3eaa9a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mw_wp_form_confirm .table .t-td span {
  display: none; }

/*# sourceMappingURL=../maps/style.css.map */

/** google reCAPTCHA　**/
.grecaptcha-badge { 
	visibility: hidden;
}
