/******************************************************************
Theme Name: CREVIA THEME
Theme URI: http://cube096.com
Description:CREVIAウェブデザインテーマ
Author: CREVIA CO.,LTD.
Author URI: https://crevia-ts.com
Version: 1.01
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #000;
}
p {
	overflow-wrap: break-word;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
table {
	border-collapse: collapse;
}
body {
	font-family: "Shippori Mincho", serif;	
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 0;
	color: #222222;
}
body .bg{
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	background-image:url('./library/images/bg.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index: -1;
	overflow: hidden;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.pagination{
	width: 100%;
	margin-top:5rem;
}
.pagination .page-numbers{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.pagination .page-numbers li{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.pagination .page-numbers.current li,
.pagination .page-numbers li:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers li,.prev.page-numbers li{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 65px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #D3B4A0;
}
.single .nav-below #prev {
	padding-left: 65px;
	background-image: url(library/images/single_next.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	background-size: auto 40px;
}
.single .nav-below #next {
	padding-right: 65px;
	background-image: url(library/images/single_prev.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: auto 40px;
}
.single .nav-below img {
	width: 43px;
	height: 43px;
	object-fit: cover;
}
#prev {
	width: 48%;
	float: left;
}
#next {
	width: 48%;
	float: right;
	text-align: right;
}
#next p{
	text-align: right;
}
#next p,
#prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
#prev img {
	float: left;
	margin-right: 0.5rem;
}
#next img {
	float: right;
	margin-left: 0.5rem;
}
#prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
#prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
#prevAndNextLeft {
	width: 50%;
	float: left;
}
#prevAndNextRight {
	width: 50%;
	float: left;
}
#prevAndNextLeft {
	text-align: left;
}
#prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0;
	transition:all ease 2s 0.2s;
	-webkit-transition:all ease 2s 0.2s;
	-moz-transition:all ease 2s 0.2s;
}
.on .fadein {
	opacity:1;
}
.fadeinup {
	opacity:0;
	transition:all ease 1.5s;
	-webkit-transition:all ease 1.5s;
	-moz-transition:all ease 1.5s;
	transform:translateY(1rem);
	overflow:hidden;
}
.on .fadeinup {
	opacity:1;
	transform:translateY(0);
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
#seobox{
	width:100%;
	padding:0.2rem 1rem;
	background:rgba(255,255,255,0.7);
}
#seobox h1{
	font-size:12px;
	color:#000;
	font-weight: normal;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background:rgba(255,255,255,1);
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.navwrap ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap ul li {
	flex-grow:1;
	line-height:53px;
	position:relative;
}
.navwrap ul li:nth-of-type(1) {
	flex-grow:2;
}
.navwrap ul li:nth-of-type(1) img {
	width:150px;
	max-width:100%;
	margin-left:1rem;
}
.navwrap ul li a {
	display: block;
	text-align:center;
	color:#000;
}
.navwrap ul li:nth-of-type(1) a {
	text-align:left;
}
.navwrap ul li ul {
	width:100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
	height:0;
	display:block;
}
.navwrap ul li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
	height:auto;
}
.navwrap ul li ul li {
	width:100%!important;
	flex-grow:1!important;
}
.navwrap ul li ul li a{
	text-align:center!important;	
}
.navwrap * {
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}


/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position:fixed;
	top:30px;
	right:30px;
	z-index:999;
	text-align:center;
	display:block;
	cursor:pointer;
	mix-blend-mode: difference;
}
#spnavbtn p{
	line-height:1.2rem;
}
#spnavbtn p::before{
	content:"MENU";
	font-family: "Cormorant Garamond", serif;
	font-weight: 900;
	font-style: normal;
	color:#999;
	font-size: 12px;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 36px;
	height: 10px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background:#555;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	bottom: 0;
	width: 50%;
}

/* 
 smartphone menu btn click
----------------------------------------------------------- */

#spnavbtn .activete:before {
	content:"CLOSE";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
	width:100%;
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position:relative;
	z-index:998;
}
#spnav .trigger {
	width:100%;
	height:100vh;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
	position:fixed;
	top:0;
	left:0;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter:saturate(140%) blur(20px);
	backdrop-filter:saturate(140%) blur(20px);
	backface-visibility: hidden;
	background:rgba(255,255,255,0.8); 
	will-change: backdrop-filter;
	z-index:-2;
	opacity:0;
	pointer-events: none;
	display:flex;
    justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-end;
	padding:5% 10% 12%;
}
#spnav .open {
	opacity:1;
	pointer-events: inherit;
}

#spnav .trigger .r{
	width:50%;
	display: flex;
	justify-content: flex-end;	
}
#spnav .trigger .r ul{
	width:min(100%,350px);	
}
#spnav .trigger .r li{
	margin-top:2rem;	
}
#spnav .trigger .r a{
	width:100%;
	color:#222222;
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-style: normal;
	font-size:50px;
	line-height:50px;
	position:relative;
	display:block;
	text-align:left;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav .trigger .r a:hover{
	color:#898989;
}
#spnav .trigger .r a::before{
	content:"";
	width:24px;
	height:5px;
	background:#FFF;
	position:absolute;
	top:65%;
	right:0;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:0;
}
#spnav .trigger .r a::after{
	content:"";
	width:5px;
	height:5px;
	background:#FFCEBB;
	position:absolute;
	top:65%;
	right:19px;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:1;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav .trigger .r a:hover::after{
	width:24px;
	right:0;
}
#spnav .trigger .l{
	width:50%;
}
#spnav .trigger .l dl{
	width:min(100%,500px);

}
#spnav .trigger .l dd{
	margin-top:2rem;
	font-size:11px;
	line-height:20px;	
}


#spnav h1 {
	width:100%;
	padding:2rem 5%;
	text-align:center;
}
#spnav h1 img {
	width:160px;
	margin:0 auto;
}
#spnav ul li {
	line-height:3em;
	text-align:center;
}
#spnav .navleft {
	width:88%;
	float:left;
	display:block;
}
#spnav .navright {
	width:12%;
	display:block;
	float:left;
	text-align:center;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav ul li dl {
	overflow:hidden;
}
#spnav ul li dd {
	display:none;
}
#spnav ul li .subnav {
	padding:0 30px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.2);
	opacity:0;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
}
#spnav ul li .drop1, #spnav ul li .drop2, #spnav ul li .drop3 {
	opacity:1;
}


/* 
 共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
.sp {
	display:none;
}
.linkbox{
	width:100%;
	display: flex;
	justify-content:flex-end;
	align-items: center;
	margin-top:3rem;
}
.linkbox a{
	display:inline-block;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px solid #222222;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-family: "Cormorant", serif;
}
.linkbox a::after{
	content:"";
	position: absolute;
	top:55%;
	right: 0;
	transform: translateY(-50%);
	background-image:url('./library/images/arrow.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:3.325px 6.502px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.linkbox a:hover{
	opacity: 0.4;
}
.linkbox a:hover::after{
	right: -5px;
}

.h2mid{
	width:100%;
	margin-bottom: 3rem;
	font-size: 26px;
	font-weight: normal;
	line-height: 35px;
}
.h2mid span{
	font-size:12px;
	display: block;
	font-family: 'Noto Serif JP', serif;
}

/* 
 TOP
----------------------------------------------------------- */ 
#hero{
	width:100%;
	height: 100vh;
	padding:0 5%;
	position: relative;
}
#hero .inner{
	width:min(90%,1200px);
	margin:0 auto;
	display: flex;
	justify-content: center;/*左右*/
	align-items: center;/*上下*/
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	animation: fadeIn 2s ease-in 0.2s forwards;
}
#hero .inner .l{
	width:650px;
}
#hero .inner .r{
	width:calc(100% - 650px);
}
#hero .inner .l h1{
	margin-bottom:8rem;
}
#hero .inner .l p:nth-of-type(1){
	font-size:36px;
	line-height:50px;
	margin-bottom:8rem;
}
#hero .inner .l p:nth-of-type(1) span{
	opacity: 0;
}
#hero .inner .l p:nth-of-type(1) span:nth-of-type(1){
	animation: fadeIn 1s ease-in 1.5s forwards;
}
#hero .inner .l p:nth-of-type(1) span:nth-of-type(2){
	animation: fadeIn 1s ease-in 2s forwards;
}
#hero .inner .l p:nth-of-type(1) span:nth-of-type(3){
	animation: fadeIn 1s ease-in 2.5s forwards;
}
#hero .inner .l p:nth-of-type(1) span:nth-of-type(4){
	animation: fadeIn 1s ease-in 3s forwards;
}
#hero .inner .l p:nth-of-type(2){
	font-size:14px;
	line-height:28px;
	font-family: "Cormorant", serif;
	opacity: 0;
	animation: fadeIn 2s ease-in 4s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

#top_cons{
	width:100%;
	padding:8rem 5%;
	position: relative;
}
#top_cons::before{
	content:"";
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	background-image:url('./library/images/top_cons.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:11% 24%;
	z-index: 0;
	opacity: 0;
}
.on#top_cons::before {
	opacity:1;
	transition:all ease 2s 0.2s;
	-webkit-transition:all ease 2s 0.2s;
	-moz-transition:all ease 2s 0.2s;
}
#top_cons .inner{
	width:min(100%,1200px);
	margin:0 auto;
	display: flex;
	justify-content:flex-end;
	align-items: center;/*上下*/
	position: relative;
	z-index: 1;
}
#top_cons .inner .box{
	width:573px;
}

#top_style{
	width:100%;
	padding:8rem 5%;
}
#top_style .inner{
	width:min(100%, 1200px);
	margin:0 auto;
}
#top_style .inner dl{
	display: flex;
	justify-content: center;/*左右*/
	align-items: center;/*上下*/
	margin:4rem auto;
}
#top_style .inner dt{
	width:40%;
	position: relative;
	font-size: 20px;
	padding-left:36px;
}
#top_style .inner dl dt::before{
	font-size:29px;
	position: absolute;
	top: 44%;
	left: 0;
	transform: translateY(-50%);
}
#top_style .inner dl:nth-of-type(1) dt::before{
	content:"1";
}
#top_style .inner dl:nth-of-type(2) dt::before{
	content:"2";
}
#top_style .inner dl:nth-of-type(3) dt::before{
	content:"3";
}
#top_style .inner dd{
	width:60%;
}

#top_works{
	width:100%;
	padding:8rem 5%;
}
#top_works .inner{
	width:min(100%, 1200px);
	margin:0 auto;
}
#top_works .inner ul{
	display: grid;
	gap:3rem;
	grid-template-columns: repeat(3, 1fr);
}
#top_works .inner li{
	position: relative;
}
#top_works .inner dt{
	margin-bottom: 1rem;
}
.works-card__title{
	font-size: 16px;
	font-weight: normal;
}
#top_ser{
	width:100%;
	padding:8rem 5%;
}
#top_ser .inner{
	width:min(100%, 1200px);
	margin:0 auto;
}
#top_ser .inner li{
	position: relative;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	padding:3.5rem 1rem 3.5rem 3rem;
	border-top:1px solid #222222;
}
#top_ser .inner li:last-of-type{
	border-bottom:1px solid #222222;
}
#top_ser .inner li:hover{
	opacity: 0.4;
}
#top_ser .inner li::before{
	position: absolute;
	top:3.3rem;
	left: 0;
	font-size:32px;
	line-height: 32px;
}
#top_ser .inner li:nth-of-type(1)::before{
	content:"1";
}
#top_ser .inner li:nth-of-type(2)::before{
	content:"2";
}
#top_ser .inner li:nth-of-type(3)::before{
	content:"3";
}
#top_ser .inner li:nth-of-type(4)::before{
	content:"4";
}
#top_ser .inner li:nth-of-type(5)::before{
	content:"5";
}

#top_ser .inner li a{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
#top_ser .inner dt h3{
	font-weight: normal;
	position: relative;
	padding-right:30px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-family: "Cormorant", serif;
}
#top_ser .inner dt h3::after{
	content:"";
	position: absolute;
	top:55%;
	right: 0;
	transform: translateY(-50%);
	background-image:url('./library/images/arrow.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:3.325px 6.502px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#top_ser .inner li:hover dt h3::after{
	right: -5px;
}
#top_ser .inner dt{
	margin-bottom: 2rem;
}

#top_issue{
	width:100%;
	padding:8rem 5%;
}
#top_issue .inner{
	width:min(100%, 1200px);
	margin:0 auto;
}
#top_issue .inner ul{
	display: grid;
	gap:30px;
	grid-template-columns: repeat(3, 1fr);
}
#top_issue .inner li{
	background-image:url('./library/images/top_issue.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding: 31px;
}
#top_issue .inner p{
	margin-top: 3rem;
	text-align: center;
}

#top_cont{
	width:100%;
	padding:8rem 5%;
}
#top_cont .inner{
	width:min(100%, 1200px);
	margin:0 auto;
	display: flex;
	justify-content: center;/*左右*/
	align-items: center;/*上下*/
}
#top_cont .inner .l{
	width:60%;
}
#top_cont .inner .r{
	width:40%;
}
#top_cont .inner .r a{
	display: inline-block;
	margin:0 auto;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#top_cont .inner .r a:hover{
	opacity: 0.5;
}

/* 
 subpage共通
----------------------------------------------------------- */ 
#sub_fv {
	width:min(100%,1400px);
	padding:7rem 5%;
	position:relative;
	margin:0 auto 3rem;
}
#sub_fv h1 {
	font-size:100px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing:0.1rem;
	position:relative;
	overflow:hidden;
	line-height:120px;
}
#sub_fv h1 span{
	transform:translateY(30%);
	display:inline-block;
	opacity:0;
}
#sub_fv h1 span:nth-of-type(1){
	animation: h2_mid 0.9s ease 0s both;
	-webkit-animation: h2_mid 0.9s ease 0s both;
}
#sub_fv h1 span:nth-of-type(2){
	animation: h2_mid 0.9s ease 0.05s both;
	-webkit-animation: h2_mid 0.9s ease 0.05s both;
}
#sub_fv h1 span:nth-of-type(3){
	animation: h2_mid 0.9s ease 0.1s both;
	-webkit-animation: h2_mid 0.9s ease 0.1s both;
}
#sub_fv h1 span:nth-of-type(4){
	animation: h2_mid 0.9s ease 0.15s both;
	-webkit-animation: h2_mid 0.9s ease 0.15s both;
}
#sub_fv h1 span:nth-of-type(5){
	animation: h2_mid 0.9s ease 0.2s both;
	-webkit-animation: h2_mid 0.9s ease 0.2s both;
}
#sub_fv h1 span:nth-of-type(6){
	animation: h2_mid 0.9s ease 0.25s both;
	-webkit-animation: h2_mid 0.9s ease 0.25s both;
}
#sub_fv h1 span:nth-of-type(7){
	animation: h2_mid 0.9s ease 0.3s both;
	-webkit-animation: h2_mid 0.9s ease 0.3s both;
}
#sub_fv h1 span:nth-of-type(8){
	animation: h2_mid 0.9s ease 0.35s both;
	-webkit-animation: h2_mid 0.9s ease 0.35s both;
}
#sub_fv h1 span:nth-of-type(9){
	animation: h2_mid 0.9s ease 0.4s both;
	-webkit-animation: h2_mid 0.9s ease 0.4s both;
}
#sub_fv h1 span:nth-of-type(10){
	animation: h2_mid 0.9s ease 0.45s both;
	-webkit-animation: h2_mid 0.9s ease 0.45s both;
}
@keyframes h2_mid {
	0% {
	transform:translateY(30%);
	opacity:0;
	}

	100% {
	transform:translateY(0%);
	opacity:1;
	}
}

@-webkit-keyframes h2_mid {
	0% {
	transform:translateY(30%);
	opacity:0;
	}

	100% {
	transform:translateY(0%);
	opacity:1;
	}
}
#sub_fv h1 p{
	font-size:1rem;
	display:inline-block;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	animation: sub_fv_p 1s ease 0.5s both;
	-webkit-animation: sub_fv_p 1s ease 0.5s both;
	opacity:0;
}
@keyframes sub_fv_p {
	0% {
	opacity:0;
	}
	100% {
	opacity:1;
	}
}

@-webkit-keyframes sub_fv_p {
	0% {
	opacity:0;
	}
	100% {
	opacity:1;
	}
}
#sub_fv h1 p::before{
	content:"";
	width:32px;
	height:1px;
	transform: translateY(-5px);
	background: #9D643E;
	display: inline-block;
	margin-right:1.5rem;
}

.h2_sub{
	width:100%;
	border-top:1px solid #CCCCCC;
	position: relative;
	margin-bottom:3rem;
	display: flex;
	justify-content:space-between;
	align-items: center;/*上下*/
	font-weight: normal;
}
.h2_sub::before{
	content:"";
	position: absolute;
	top:-0.5px;
	left:0;
	width:80px;
	height:1px;
	background:#9D643E;
}
.h2_sub span:nth-of-type(1){
	font-size:36px;
	color:#9D643E;
	font-family: "Cormorant", serif;
}
.h2_sub span:nth-of-type(2){
	font-size:20px;
}

/* 
 about
----------------------------------------------------------- */ 
#about_fi{
	width:100%;
	padding:6rem 5%;
}
#about_fi .inner{
	width:min(100%,1400px);
	margin:0 auto;
}
#about_fi .box{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items: center;/*上下*/
}
#about_fi .box .l{
	width:58%;
}
#about_fi .box .r{
	width:37%;
}

#about_se{
	width:100%;
	padding:6rem 5%;
}
#about_se .inner{
	width:min(100%,1400px);
	margin:0 auto;
}
#about_se .box{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items: center;/*上下*/
}
#about_se .box .l{
	width:37%;
}
#about_se .box .r{
	width:58%;
}
#about_se .box dl{
	display: flex;
	justify-content: center;/*左右*/
	align-items:flex-start;
	padding: 0.5rem 0;
}
#about_se .box dt{
	width:100px;
}
#about_se .box dd{
	width:calc(100% - 100px);
}


/* 
 services
----------------------------------------------------------- */ 
#ser_fi{
	width:100%;
	padding:6rem 5%;
}
#ser_fi .inner{
	width:min(100%,1400px);
	margin:0 auto;
}
#ser_fi .box{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
}
#ser_fi .box .l{
	width:35%;
}
#ser_fi .box .r{
	width:60%;
}
#ser_fi .box .r dl{
	margin-bottom:2rem;
}
#ser_fi .box .r dt{
	position: relative;
	padding-left: 1.2rem;
	font-size: 24px;
}
#ser_fi .box .r dt::before{
	content:"●";
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	font-size:10px;
	color:#9D643E;
}
#ser_fi .box .r dd h3{
	font-size:24px;
	margin:0 auto 1rem;
	font-weight: normal;
	line-height: 33px;
}

#ser_se{
	width:100%;
	padding:6rem 5%;
}
#ser_se .inner{
	width:min(100%,1400px);
	margin:0 auto;
}
#ser_se .box{
	width:100%;
	display: flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:5rem;
}
#ser_se .box:last-of-type{
	margin-bottom:0;
}
#ser_se .box .l{
	width:60%;
}
#ser_se .box .r{
	width:35%;
}
#ser_se .box .l dt h3{
	position: relative;
	font-size: 24px;
	border-bottom: 1px solid #CCCCCC;
	padding:0 0 0.5rem 45px;
	margin-bottom: 1rem;
	line-height: 33px;
}
#ser_se .box .l dt h3::before{
	position: absolute;
	top:45%;
	left:0;
	transform: translateY(-50%);
	font-size: 29px;
	font-weight: normal;
}
#ser_se .box:nth-of-type(1) .l dt h3::before{
	content:"01";
}
#ser_se .box:nth-of-type(2) .l dt h3::before{
	content:"02";
}
#ser_se .box:nth-of-type(3) .l dt h3::before{
	content:"03";
}
#ser_se .box:nth-of-type(4) .l dt h3::before{
	content:"04";
}
#ser_se .box:nth-of-type(5) .l dt h3::before{
	content:"05";
}
#ser_se .box .l p:nth-of-type(2){
	padding:1rem;
	background: #F5E7DE;
	margin-top:1rem;
}



/* 
 group
----------------------------------------------------------- */ 
#group{
	width:100%;
	padding:3rem 5% 6rem;	
}
.setumei{
	width:min(100%,1200px);
	margin:0 auto 5rem;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}
.catmid{
	font-family: "Cormorant Garamond", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 24px;
	width: min(100%,1200px);
  margin: 0 auto 4rem;
}
.catmid span{
	display:inline-block;
	background:#A45C41;
	color:#FFF;
	font-size:1rem;
	padding:0 1rem;
	margin-right:0.5rem;
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:normal;
}
.catmid span a{
	color:#FFF;	
}
#group .list{
	width:min(100%,1200px);
	margin:0 auto;
	display: grid;
	gap:4rem 5rem;
	grid-template-columns: repeat(3, 1fr);
}
#group .list li{
	position:relative;
	z-index:0;
}
#group .list li::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#FFF;
	transition:all ease 0.3s 0.3s;
	-webkit-transition:all ease 0.3s 0.3s;
	-moz-transition:all ease 0.3s 0.3s;
	z-index:1;
}
#group.on .list li::before{
	left:100%;
}
#group .list li::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:100%;
	bottom:0;
	background:#000;
	z-index:2;
}
#group.on .list li::after{
	animation: group 0.6s ease 0s both;
	-webkit-animation: group 0.6s ease 0s both;
}
@keyframes group {
	0% {
	right:100%;
	left:0;
	}
	50% {
	right:0;
	left:0;
	}
	100% {
	right:0;
	left:100%;
	}
}
@-webkit-keyframes group {
	0% {
	right:100%;
	left:0;
	}
	50% {
	right:0;
	left:0;
	}
	100% {
	right:0;
	left:100%;
	}
}

#group .list dt{
	margin-bottom:0.5rem;	
}
#group .list dd h2{
	font-size:1rem;
	font-weight:normal;
	margin-bottom:0.3rem;
}
#group .list dt .imgbox{
	box-shadow:0 0 5px rgba(0,0,0,0.05);
	overflow:hidden;	
}
#group .list dt .imgbox img{
	transform:scale(1,1);
	transition:all ease 0.6s;
	-webkit-transition:all ease 0.6s;
	-moz-transition:all ease 0.6s;
}
#group .list dl:hover img{
	transform:scale(1.1,1.1);
}
#group .list dd .catbox{
	margin-bottom:0.3rem;
	line-height: 22px;
}
.catbox a{
	font-size:12px;
	margin-bottom:0.5rem;
}
#group .list dd p{
	margin:0.1rem auto;	
	font-size:15px;
}
#group .list dd p a{
	color:#000;
	text-decoration:underline;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#group .list dd p a:hover{
	color:#A45C41;
}
#group .list dd p a::before{
	content:"";
	background-image:url('./library/images/link.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:7.5px;
	margin-right:0.5rem;
}


/* 
 contact
----------------------------------------------------------- */ 

#cont_fi {
	width:100%;
	padding:5rem 5% 5rem;
}
.cont_fi_box {
	width:min(100%,1400px);
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
}
.cont_fi_box .l{
	width:40%;
	margin-right:5%;
}
.cont_fi_box .r{
	width:55%;
}

.wpcf7{
	width:800px;
	margin:2em auto 0!important;
	max-width:95%;
}
.wpcf7 dl{
	width:100%;
	margin-bottom:1.5rem;
}
.wpcf7 dt{
	width:100%;
	font-weight:bold;
}
.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.wpcf7 dd{
	width:100%;
}
.wpcf7 dd p{
	font-size:0.8rem;
	margin-top:0.5rem;
}
.wpcf7 .subbtn{
	width:300px;
	max-width:80%;
	margin:2em auto 0;
}
.subbtn input {
	width:100%;
	padding:3%;
	color: #FFF;
	border-style: none;
	background-color:#9D643E;
	border-radius: 5px;
	transition:all ease 0.3s;
}
.subbtn input:hover {
	background-color:#AD856B;
}
.wpcf7-text{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #EEE;
	padding:0.3rem;
	font-size:0.9rem;
}
.wpcf7-text:focus{
	background-color:#fafeff;
}
.wpcf7-textarea{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #EEE;
	padding:0.3rem;
	font-size:0.9rem;
}
.priva {
	margin-top:2em;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 100%;
}
.priva h3 span {
	font-size:0.8em;
	margin-left:1rem;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #EEE;
	background:#FFF;
}
.priva li {
	padding:0 1rem 1rem 1rem;
	font-size:0.9rem;
}
.priva li h4 {
	margin:1.5em auto 0.5em;
	border-bottom:1px solid #000;
	font-size:1em;
}
.privabtn {
	text-align:center;
	margin-top:2em;
	font-weight:bold;
}
.cont_kanryo {
	width:100%;
	text-align:center;
	min-height:420px;
}
.wpcf7-turnstile{
	margin:2rem auto;
}
.wpcf7-turnstile.cf-turnstile div {
  display: grid;		/* グリッド指定 */
  place-items: center;		/* 中央揃え */
}
.shonin p{
  text-align: center;
  margin-top: 1rem;
}

/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
#news_area{
	width:100%;
	padding: 5rem 5%;
}
.archivetitle {
	font-size: 30px;
	font-weight: bold;
	margin:0 auto 1rem;
}
.archivetitle span {
	font-size: 20px;
	padding-right: 15px;
}
.archivetitle a,
.bcontwrap a{
	color: #000;
}
#g_list {
	width:min(100%,1200px);
	margin:0 auto 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0.5rem 1rem 0.5rem 112px;
	background: #fff8f0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	position:relative;
}
#g_list p{
	padding:0.5rem 0;
	position:absolute;
	top:0.5rem;
	left:1rem;
	font-weight:bold;
}
#g_list .box{
	padding:0.4rem 0.3rem;	
}
#g_list .box a{
	color:#000;
	background: #FFF;
	padding: 0.2rem 0.5rem;
	font-size:0.9rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#g_list .box a:hover{
	background: #FA9D2C;
	color:#FFF;	
}
.bcontwrap ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bcontwrap ul li{
	width: 30%;
	margin-bottom: 50px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n){
	margin-right:0;
}
.bcontwrap ul li:before {
	content:"";
	width:100%;
	height:1px;
	background-color:#000;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
 }
.bcontwrap li dd:nth-child(1) {
	margin-bottom:10px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
	color: #FFF;
	background: #FA9D2C;
	padding: 0 10px;
	margin:0 0 5px 5px;
	font-size: 14px;
}
.bcontwrap li dt:nth-child(2) {
	margin-bottom: 15px;
}
.bcontwrap li div {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.bcontwrap h2 {
	font-size:20px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
}
.bcontwrap p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
.bcontwrap .more_btn{
	position: relative;
    display: inline-block;
	padding: 0 50px 0 20px;
    text-decoration: none;
    outline: none;
	font-size: 14px;
	font-weight: bold;
}
.bcontwrap .more_btn::before{
    content: '';
	position: absolute;
    top:50%;
    right:10px; 
    width:30px;
    height: 2px;
	background:#111;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn::after{
    content: '';
	position: absolute;
    top:41%;
    right:10px;   
    width: 10px;
    height:1.5px;
	background:#111;
    transform: rotate(35deg);
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn:hover::before{
    right:0;
}
.bcontwrap .more_btn:hover::after{
    right:0;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
.ttl_maru{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom:1rem;
	padding:0 0 0 1rem;
	color:#9D643E;
	position:relative;
}
.ttl_maru::before{
	content: "";
	background: #9D643E;
	position:absolute;
	top:44%;
	left:0;
	transform:translateY(-50%);
	width:8px;
	height:8px;
	border-radius:100%;
}
#wrap{
	width:min(100%,1200px);
	margin:0 auto;
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
#l_cotent{
	width:70%;
	margin-right:5%;
}
#l_cotent > ul{
	margin-bottom: 70px;
}
#l_cotent > ul > li{
	padding: 1.25rem 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#l_cotent li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#l_cotent li dt{
	width:100%;
	margin-bottom:0.5rem;
}
#l_cotent li dt .info span{
	font-size:12px;
	margin-right:0.5rem;
}
#l_cotent li dt .info span a{
	color:#9D643E;
	padding:0 0.5rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#l_cotent li dt .info span a:hover{
	color:#FFF;
	background:#9D643E;
	border:1px solid #9D643E;
}
#l_cotent li dt .info span:nth-of-type(1){
	margin-right:1rem;
}
#l_cotent li dd{
	width:100%;
}
#l_cotent li dd .info{
	padding-top: 1.25rem;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
#l_cotent li dd .info span:first-of-type{
	margin-right: 10px;
}
#l_cotent li dd span a{
	background:#FA9D2C;
	color:#FFF;
	padding:0.1rem 0.3rem;
	font-size:12px;
	white-space: nowrap;
	margin-right: 5px;
}
#l_cotent li dd h2{
	font-size:1rem;
	font-weight:normal;
}
#l_cotent li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
#l_cotent .linkbox{
	display: flex;
	justify-content: flex-end;
	margin-top:1.5rem;
}
#l_cotent .more_btn{
	position: relative;
    display: inline-block;
	padding: 0 50px 0 20px;
    text-decoration: none;
    outline: none;
	font-size: 14px;
	font-weight: 500;
}
#l_cotent .more_btn::before{
    content: '';
	position: absolute;
    top:50%;
    right:10px; 
    width:30px;
    height: 2px;
	background:#FFF;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
#l_cotent .more_btn::after{
    content: '';
	position: absolute;
    top:41%;
    right:10px;   
    width: 10px;
    height:1.5px;
	background:#FFF;
    transform: rotate(35deg);
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
#l_cotent .more_btn:hover::before{
    right:0;
	background:#FA9D2C;
}
#l_cotent .more_btn:hover::after{
    right:0;
	background:#FA9D2C;
}

#sidebar {
	width: 25%;
}
.widgettitle {
	font-size:1rem;
	padding-bottom:0.3rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	color:#9D643E;
}
.widget ul {
  margin-bottom: 2rem;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding:0.3rem 2rem 0.3rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.widget ul li a:hover{
	color: #9D643E;
}
.widget ul li a::before{
	content:"";
	width:24px;
	height:5px;
	background:#DEDEDE;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:0;
}
.widget ul li a::after{
	content:"";
	width:5px;
	height:5px;
	background:#9D643E;
	position:absolute;
	top:50%;
	right:19px;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:1;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.widget ul li a:hover::after{
	right:0;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle{
	width:100%;
	margin-bottom:2rem;
	font-weight:500;
}
/* news single page
----------------------------------------------------------- */
.tca {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}
.tca a {
	color: #9D643E;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
.tca a:after {
	content: " , ";
}
.tca a:last-of-type:after {
	content: "";
}
.stitle {
	font-size:1rem;
	color: #000000;
	padding:0 0 0.3rem 1.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	text-align: justify;
	position:relative;
}
.stitle::before{
	content: "";
	background: #9D643E;
	position:absolute;
	top:44%;
	left:0;
	transform:translateY(-50%);
	width:8px;
	height:8px;
	border-radius:100%;
}
.singlecont {
	overflow:auto;
}
.singlecont h1 {
	font-size:20px;
	line-height: 1.5em;
	color: #9D643E;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.singlecont h1::before{
	content: "";
	height: 1px;
	width: 50px;
	background-color: #9D643E;
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.singlecont h2 {
	font-size:18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #9D643E;
	text-align: justify;
}
.singlecont h3 {
	border-left: 1px solid #9D643E;
	padding: 0 10px;
	margin-bottom:16px;
	color: #9D643E;
	background: none;
}
.singlecont h4 {
	background: #9D643E;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom:16px;
}
.singlecont h5 {
	border-bottom: 1px dashed #9D643E;
	margin-bottom:16px;
	font-size: 16px;
	color: #9D643E;
}
.singlecont h6 {
	margin-bottom:16px;
	font-size: 16px;
	color: #9D643E;
}
.singlecont p{
	text-align: justify;
	font-size: 16px;
}
.singlecont img{
	margin-bottom:16px;
	height: auto;
	max-width: 100%;
}
.singlecont a{
	text-decoration: underline;
}
.singlecont ul {
	list-style: disc;
	list-style-position: inside;
}
.singlecont ol {
	list-style: decimal;
	list-style-position: inside;
}
.singlecont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlecont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.singlecont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/* 
 foot
----------------------------------------------------------- */
#foot{
	width: 100%;
	padding:5% 0;
}
#foot .inner{
	width:min(90%, 1600px);
	margin: 0 auto;
	border-top: 1px solid #222222;
	padding:5% 0;
	display: flex;
	justify-content:center;
	align-items: flex-start;
}
#foot .inner .l{
	width:350px;
}
#foot .inner .l h2{
	width:min(100%,200px);
	margin-bottom:2rem; 
}
#foot .inner .l p{
	font-size: 12px;
}
#foot .inner .r{
	width:calc(100% - 350px);
	display: flex;
	justify-content:flex-end;
	align-items: center;/*上下*/
}
#foot .inner .r ul {
	display: flex;
	gap: 30px;
	width: min(100%,600px);
}
#foot .inner .r a{
	display:inline-block;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px solid #222222;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-family: "Cormorant", serif;
}
#foot .inner .r a::after{
	content:"";
	position: absolute;
	top:55%;
	right: 0;
	transform: translateY(-50%);
	background-image:url('./library/images/arrow.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:3.325px 6.502px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#foot .inner .r a:hover{
	opacity: 0.4;
}
#foot .inner .r a:hover::after{
	right: -5px;
}
#foot .cop{
	width: min(90%,1600px);
	margin:0 auto 0;
	font-size: 12px;
}

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
	/* 
	 contact
	----------------------------------------------------------- */ 
	.cont_area02_box {
		padding: 3.5rem 4rem 4rem;
		position: relative;
		top: -5rem;
		left: 5%;
		right:5%;
		margin-left: 0;
	}
	#cont_area02 {
		padding: 0 5%;
	}
	#cont_area03 {
		padding: 5rem 5%;
	}
}
@media screen and (max-width: 1100px) {
	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
	#cont_list {
		margin-top:0rem;
	}

#spnavbtn {
    top: 13px;
    right: 15px;
  }
#top_se .inner {
  background-attachment: inherit;
}
#footer .r dd a{
	color:#FFF;	
}

/* 
 group
----------------------------------------------------------- */ 
#group .list {
  gap: 3rem;
}

/* 
 news
----------------------------------------------------------- */ 

#news_area {
  padding: 5rem 5% 5rem 290px;
}

}
@media screen and (max-width:820px) {
body .bg {
  background-size: contain;
}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}

#spnavbtn p {
  line-height: 1rem;
}
.h2_mid {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 3rem;
  text-align: left;
}

.linkbox dd {
  width: 65px;
}

/* 
top
----------------------------------------------------------- */
#hero .inner .r{
	opacity: 0;
	animation: fadeIn 2s ease-in 4s forwards;
}
#hero .inner {
  display: block;
}
#hero .inner .l {
  width: 100%;
}
#hero .inner .l h1 {
  margin-bottom: 3rem;
  width: 250px;
}
#hero .inner .l p:nth-of-type(1) {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 3rem;
}
#hero .inner .r {
  width: min(100%,400px);
  margin: 3rem auto 0;
}
#top_cons::before {
  top: 75%;
  padding: 15% 25%;
}

#top_style .inner dt {
  width: 100%;
margin-bottom: 1rem;
}
#top_style .inner dl {
  display: block;
}
#top_style .inner dd {
  width: 100%;
}
#top_issue .inner ul {
  grid-template-columns: repeat(2, 1fr);
}
#top_cont .inner .l {
  width: 55%;
  margin: 0 5% 0 0;
}
#foot .inner .r ul {
  display: block;
  width: min(100%,95px);
}

	
/* 
 サブ共通
----------------------------------------------------------- */
#sub_fv {
	padding:5rem 5%;
	margin-bottom: 0;
}
#sub_fv h1 {
  font-size: 60px;
}

/* 
 group
----------------------------------------------------------- */ 
#group .list {
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}


/* 
 contact
----------------------------------------------------------- */
wpcf7 dl{
	width:100%;
	display:block;
	border-top:0px dashed #CCC;
	margin-bottom:1em;
}
.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.priva ul {
	font-size:0.9em;
}
#cont_fi {
  padding:3rem 5%;
}
.cont_fi_box .l {
  width: 30%;
}
.cont_fi_box .r {
  width: 65%;
}
	/* 
	 news index-archives page（サイドバー無し）
	----------------------------------------------------------- */
	.archivetitle {
	  font-size: 1.5rem;
	  margin: 0 auto 1rem;
	}
	.archivetitle span {
	  font-size: 1rem;
	  padding-right: 5px;
	}
	.cate_list {
	  background-color: #291F12;
	  padding: 0.3rem 0.5rem 0.6rem;
	  font-size: 1rem;
	  line-height: 1.7rem;
	  margin-bottom: 2rem;
	}
	.cate_list a {
	  margin-right:5px;
	  padding: 0 5px 2px;
	  font-size: 0.8rem;
	}
	.bcontwrap ul li {
	  width: 100%;
	  margin-bottom: 2rem;
	  padding-bottom: 4.5rem;
	  margin-right: 0;
	}
	.bcontwrap li dd:nth-child(1) {
	  font-size: 1rem;
	}
	.bcontwrap li dd:nth-child(1) a {
	  padding: 1px 10px;
	  margin: 0 0 0 5px;
	  font-size: 12px;
	}
	.bcontwrap li dd:nth-child(1) {
	  margin-bottom: 1rem;
	}
	/* news single page（サイドバー無し）
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar {
		width: 100%;
		margin-top: 40px;
	}
	#news_area {
		padding: 3rem 5%;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 0.4rem;
	}
	#next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 0.4rem;
	}
	#next {
		float:right;
	}
}
@media screen and (max-width:640px) {
.h2_mid {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 2rem;
}

#spnav .trigger {
  padding:9rem 30px 0;
  display: block;
  overflow:auto;
}
#spnav .trigger .l {
  display: none;
}
#spnav .trigger .r {
  width: 100%;
}
#spnav .trigger .r a {
  font-size: 24px;
  line-height: 24px;
}
#seobox{
	display:none;
}

body .bg {
    background-size: 200%;
}	
#hero .inner .l h1 {
    width: 180px;
}
#hero .inner .l p:nth-of-type(1) {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 3rem;
}
#top_cons {
  padding: 5rem 5%;
}
#top_cons::before {
    display: none;
}
#top_cons .inner .box {
  width: 100%;
}
#top_style {
  width: 100%;
  padding: 3rem 5%;
}

.h2mid {
  margin-bottom: 2rem;
  font-size: 22px;
  line-height: 30px;
}
#top_style .inner dl {
  margin: 4rem auto;
}
#top_style .inner dt {
  font-size: 16px;
  padding-left: 25px;
}
#top_style .inner dl dt::before {
  font-size: 24px;
}
#top_style .inner dd {
    font-size: 14px;
}

#top_works {
  padding: 5rem 5%;
}
#top_works .inner ul {
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
#top_ser {
  padding: 5rem 5%;
}
#top_ser .inner li {
  padding: 3rem 1rem 3rem 2rem;
}
#top_ser .inner li::before {
  top: 3rem;
  font-size: 20px;
  line-height: 20px;
}
#top_ser .inner dt h3 {
  font-size: 16px;
  line-height: 25px;
}
#top_ser .inner dt {
  margin-bottom: 1rem;
}
#top_ser .inner dd{
	font-size:14px;
}
#top_issue {
  padding: 5rem 5%;
}
#top_issue .inner ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
#top_issue .inner li {
  font-size: 14px;
}
#top_issue .inner p {
  margin-top: 2rem;
  font-size: 14px;
}
#top_cont {
  padding: 5rem 5%;
}
#top_cont .inner {
  display: block;
}
#top_cont .inner .l {
    width: 100%;
    margin: 0 auto 1rem;
}
#top_cont .inner .r {
  width: min(100%,250px);
  margin: 0 auto;
}
#top_issue .inner li {
  background-size: 100%;
  padding: 45px 31px;
  font-size: 14px;
}

#foot .inner {
  padding: 3rem 0;
  display: block;
}
#foot .inner .l h2 {
  width: min(100%,150px);
  margin-bottom: 2rem;
}
#foot .inner .l {
  width: 100%;
  margin-bottom: 2rem;
}
#foot .inner .r {
  width: 100%;
}
#foot .inner .r ul {
    display: block;
    width: 100%;
}
#foot .inner .r a {
  display: block;
}
#foot .cop {
  text-align: center;
}


/* 
 サブ共通
----------------------------------------------------------- */
#sub_fv {
	padding:4rem 5% 0rem;
}
#sub_fv h1 {
	font-size: 2rem;
}
#sub_fv h1 p {
	font-size: 0.8rem;
}
#sub_fv h1 p::before {
	width: 16px;
	margin-right: 0.5rem;
}
.h2_sub {
  margin-bottom: 2rem;
}
.h2_sub span:nth-of-type(1) {
  font-size: 25px;
}
.h2_sub span:nth-of-type(2) {
  font-size: 16px;
}

/* 
 about
----------------------------------------------------------- */
#about_fi,#about_se {
  width: 100%;
  padding: 3rem 5%;
}
#about_fi .box,#about_se .box{
  display: block;
}
#about_fi .box .l,#about_se .box .l {
  width: 100%;
}
#about_fi .box .r,#about_se .box .r {
  width: 100%;
  margin-top: 2rem;
}

/* 
 services
----------------------------------------------------------- */
#ser_fi {
  padding: 3rem 5%;
}
#ser_fi .box {
  display: block;
}
#ser_fi .box .l {
  width: 100%;
  margin-bottom: 1rem;
}
#ser_fi .box .r {
  width: 100%;
}
#ser_fi .box .r dt {
  padding-left: 1rem;
  font-size: 20px;
}
#ser_fi .box .r dt::before {
  font-size: 8px;
}
#ser_fi .box .r dd h3 {
  font-size: 20px;
  line-height: 30px;
}
#ser_se {
  padding: 3rem 5%;
}
#ser_se .box {
  display: block;
  margin-bottom: 3rem;
}
#ser_se .box .l {
  width: 100%;
  margin-bottom: 1.5rem;
}
#ser_se .box .r {
  width: 100%;
}
#ser_se .box .l dt h3 {
  font-size: 20px;
  padding: 0 0 0.5rem 40px;
  line-height: 27px;
}
#ser_se .box .l dt h3::before {
  font-size: 25px;
}

/* 
 group
----------------------------------------------------------- */ 
#group .list {
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
#group {
  width: 100%;
  padding: 3rem 5%;
}
/* 
 news
----------------------------------------------------------- */
#l_cotent > ul {
	margin-bottom: 0;
}

/* 
 contact
----------------------------------------------------------- */
#cont_fi {
    padding: 3rem 5%;
}
.cont_fi_box {
  display: block;
}
.cont_fi_box .l {
  display: none;
}
.cont_fi_box .r {
  width: 100%;
}

}