/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
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: #292528;
}
p {
	overflow-wrap: break-word;
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"M PLUS Rounded 1c", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #292528;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	background-color: #F6F2F0;
}
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;*/
	
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	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;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.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: #ffe7d6;
}
.single .nav-below #prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below #next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below #prev::before,
.single .nav-below #next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #E86001;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below #prev::before{
	left: 10px;
}
.single .nav-below #next::before{
	right: 10px;
}
.single .nav-below #prev::after,
.single .nav-below #next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below #prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below #next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
#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: 10px;
}
#next img {
	float: right;
	margin-left: 10px;
}
#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.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background-color: #F6F2F0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:998;
	transition:all ease 0.5s;
}
.navwrap p img{
	height: 28px;
	width: auto;
	margin-left: clamp(20px, 2vw, 40px);
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
	align-items: stretch;
}
.navwrap > ul > li{
	margin-right: clamp(20px, 3.4vw, 65px);
	/*position: relative;*/
	text-align: center;
	transition:all ease 0.5s;
	display:flex;
	align-items: center;
}
.navwrap > ul > li:hover > a,
.navwrap > ul > li:hover > p{
	color: #E86001;
}
.navwrap > ul > li:nth-last-child(-n+2){
	margin-right: 0;
}
.navwrap > ul > li:nth-last-child(3){
	margin-right: clamp(15px, 2vw, 40px);
}
.navwrap > ul > li i{
	margin-right: 5px;
}
.navwrap > ul > li:nth-last-child(-n+2) a{
	color: #fff;
	height: 100%;
}
.navwrap > ul > li:nth-last-child(2) a{
	background-color: #7C963F;
	border: 1px solid #7C963F;
	padding: clamp(10px, 1.3vw, 25px) clamp(10px, 1vw, 20px);
	height: 100%;
	display: block;
}
.navwrap > ul > li:nth-last-child(1) a{
	background-color: #E27B33;
	border: 1px solid #E27B33;
	height: 100%;
	padding: clamp(8px, 0.8vw, 15px) clamp(15px, 1.6vw, 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-size: clamp(18px, 1vw, 20px);
}
.navwrap > ul > li:nth-last-child(1) a small{
	display: block;
	font-size: 13px;
}
@media (any-hover: hover) {
	.navwrap > ul > li:nth-last-child(2):hover a{
		background-color: transparent;
		color: #7C963F;
	}
	.navwrap > ul > li:nth-last-child(1):hover a{
		background-color: transparent;
		color: #E27B33;
	}
}
.navwrap * {
	transition:all ease 0.5s;
}
#top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #E86001;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
#top_back.view{
	opacity: 1;
}
#top_back img{
	height: 13px;
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb__list {
    display: flex;
	width: min(90%,1200px);
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
	justify-content: flex-end;
}
.breadcrumb__item:not(:last-child)::after {
    content: '／';
    margin: 0 0.3rem;
}
.breadcrumb__item:last-child {
    color: #E86001;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
.more_btn{
	transition:all ease 0.5s;
	position: relative;
	color: #E86001;
	display: flex;
	align-items: center;
	font-size: clamp(16px, 1vw, 20px);
	text-decoration: underline;
	font-family: "Figtree", sans-serif;
	width: fit-content;
	letter-spacing: 0.1em;
}
.more_btn .btn_maru{
	margin-left: clamp(5px, 1.3vw, 25px);
}
.btn_maru{
	width: clamp(40px, 3.6vw, 70px);
	height: clamp(40px, 3.6vw, 70px);
	display: block;
	position: relative;
	border-radius: 35px;
	border: 1px solid #E86001;
}
.btn_maru::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #E86001;
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	z-index: 1;
}
.btn_maru::after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	width: clamp(40px, 3.6vw, 70px);
	height: clamp(40px, 3.6vw, 70px);
	border-radius: 35px;
	background-color: #E86001;
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
a:hover > .btn_maru::after{
	transform: translate(-50%,-50%) scale(1,1);
}
a:hover > .btn_maru::before{
	background-color: #fff;
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.taj{
	text-align: justify;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
/* 
 TOP
----------------------------------------------------------- */ 
.home #main{
	overflow: hidden;
}
.home .box > .inner{
	width: min(85%,1200px);
	padding: clamp(30px, 6.8vw, 130px) 0;
}
.top_h2{
	color: #E86001;
	font-size: clamp(25px, 2.6vw, 50px);
	padding-bottom: clamp(10px, 1vw, 20px);
	margin-bottom: clamp(25px, 2.6vw, 50px);
	position: relative;
}
.top_h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: clamp(40px, 3.4vw, 65px);
	background-image: linear-gradient(to right, #E86001 50%, #F6CBAE 50%, #F6CBAE 100%);
}
.top_h2.tac{
	text-align: center;
}
.top_h2.tac::before{
	left: 50%;
	transform: translateX(-50%);
}
.top_h2 span{
	font-size: clamp(16px, 1vw, 20px);
	color: #292528;
	font-family: "Figtree", sans-serif;
	display: block;
	letter-spacing: 0.1em;
}
#fv{
	width:100%;
	padding: clamp(80px, 7.8vw, 150px) 5% clamp(35px, 3.9vw, 75px);
	position: relative;
	z-index: 1;
}
#fv::before{
	content: "";
	position: absolute;
	top: clamp(60px, 5.7vw, 110px);
	left: 0;
	width: 50%;
	height: 105%; 
	background-image: url("./library/images/fv_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: -2;
}
#fv .txt{
	position: absolute;
	left: 15px;
	bottom: calc(clamp(25px, 2.6vw, 50px) * -1);
	height: clamp(250px, 25.3vw, 485px);
	width: clamp(350px, 30.5vw, 585px);
	z-index: 1;
	display: grid;
	place-content: center;
	place-items: center center;
	animation: cloud 3s ease-in-out infinite alternate-reverse;
}
@keyframes cloud {
  0% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(-5%);
  }
}
#fv .txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(243,138,1,.8);
	-webkit-mask-image:url("./library/images/fv_txt_bg.svg");
	mask-image:url("./library/images/fv_txt_bg.svg");
	-webkit-backdrop-filter:blur(15px);
	mask-repeat: no-repeat;
	mask-position: center center;
	backdrop-filter:blur(15px);
	z-index: -1;
}
#fv .txt h1 img {
	height: clamp(70px, 6.8vw, 130px);
}
#fv .scroll_down{
	position: absolute;
	left: 8%;
	bottom: 35%;
	z-index: 2;
}
.scroll_down{
	position:absolute;
	bottom: 0px;
	left: 50%;
}
.scroll_down a{
	position: absolute;
	left: 5px;
	bottom: 92px;
	color: #fff;
	font-size: 14px;
	letter-spacing: .2em;
	writing-mode: vertical-lr;
	text-decoration: none;
	text-transform: uppercase;
}
.scroll_down:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background:#fff;
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom:160px;}
	100%{bottom:0px;}
}
@keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
}
.scroll_down:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 160px;
	background:#FFE1CB;
}
.fv_slider{
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-bottom: 0 !important;
	position: relative;
	z-index: -1;
}
.fv_slider .slick-slide{
	overflow: hidden;
	border-radius: 10px;
}
.fv_slider .slick-slide img{
	width: 100%;
	height: auto;
}
#top_news{
	position: relative;
	z-index: 3;
}
#top_news .box{
	width: 90%;
	margin: 0 auto;
	-webkit-backdrop-filter: blur(50px) brightness(105%);
	backdrop-filter: blur(50px) brightness(105%);
	background: rgba(255,255,255,0.75);
	background-image: url("./library/images/top_news_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
#top_news .box::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: clamp(60px, 7.8vw, 150px);
	width: 100%;
	background-image: url("./library/images/top_news_txt.png");
	background-position: center right;
	background-repeat: repeat-x;
	background-size: auto 100%;
	animation: move_txt 60s infinite linear;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
#top_news .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_news .inner ul{
	width: 67%;
}
#top_news .inner ul li:not(:last-child){
	margin-bottom: clamp(15px, 1vw, 20px);
}
#top_news .inner ul li{
	position: relative;
	-webkit-backdrop-filter: blur(10px) brightness(105%);
	backdrop-filter: blur(10px) brightness(105%);
	background: rgba(255,255,255,0);
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.05);
	padding: clamp(15px, 1.3vw, 25px) clamp(20px, 1.6vw, 30px);
	padding-right: clamp(50px, 3.1vw, 60px);
	border-radius: 5px;
	transition: all ease 0.5s;
}
#top_news .inner ul li:hover{
	background: rgba(255,255,255,0.8);
}
#top_news .inner ul li::before{
	content: "→";
	position: absolute;
	right: clamp(20px, 1.6vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	color: #E86001;
	font-size: clamp(16px, 1vw, 20px);
	transition: all ease 0.5s;
}
#top_news .inner ul li:hover::before{
	right: calc(clamp(20px, 1.6vw, 30px) - 10px);
}
#top_news .inner ul li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top_news .inner ul li h3{
	font-size: 18px;
}
#top_topics{
	position: relative;
}
#top_topics::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -10vw;
	transform: translateY(-50%);
	width: 143vw;
	height: 211vw; 
	background-image: url("./library/images/top_topics_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -5;
}
#top_topics .top_h2,
#top_topics .top_h2 span{
	color: #fff;
}
#top_topics ul{
	display: grid;
	gap: clamp(20px, 2vw, 40px);
	grid-template-columns: repeat(3, 1fr);
}
#top_topics ul li {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
#top_topics ul li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top_topics ul li .img img{
	aspect-ratio: 5/3.5;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#top_topics ul li .box{
	height: 100%;
	background-color: #fff;
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 1.3vw, 25px) clamp(8px, 0.8vw, 15px);
	display: flex;
	flex-direction: column;
	transition: all ease 0.5s;
}
#top_topics ul li:hover .box{
	background-color: #ffe7d6;
}
#top_topics ul li .box span:not(.cat){
	color: #918A90;
	font-size: 16px;
	margin-bottom: 10px;
}
#top_topics ul li .box h3{
	font-size: 18px;
}
#top_topics ul li .box p:not(.more){
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.5;
}
#top_topics ul li .box .cat{
	margin-bottom: 10px;
	display: block;
}
#top_topics ul li .box .cat a{
	background-color: #7C963F;
}
#top_topics ul li .box .more{
	text-align: center;
	margin-top: auto;
	padding-top: clamp(8px, 0.8vw, 15px);
	border-top: 1px solid #CECECE;
}
#top_topics ul li .box .more i{
	font-size: 0.7em;
	padding-left: clamp(8px, 0.8vw, 15px);
}
#top_fees{
	margin-bottom: clamp(25px, 3.4vw, 65px);
}
#top_fees .box{
	width: 90%;
	margin: 0 auto;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background: rgba(246,242,240,0.8);
	border-radius: 30px;
}
#top_fees .flex{
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: flex-start;
}
#top_fees .flex > div{
	width: 65%;
}
#top_fees .flex > div h3{
	color: #E86001;
	font-size: clamp(20px, 1.5vw, 28px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.fee_box{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(15px, 1.7vw, 33px) clamp(20px, 3.1vw, 60px) clamp(20px, 2.6vw, 50px);
}
.fee_box h3{
	color: #E86001;
	font-size: clamp(20px, 1.1vw, 22px);
	padding-bottom: clamp(15px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px dotted #CBBBB3;
	text-align: center;
}
.fee_box .img{
	overflow-x: auto;
	margin-bottom: clamp(10px, 1vw, 20px);
}
.fee_box .img img{
	min-width: 830px;
	width: 100%;
	height: auto;
}
#top_fees .scroll-hint {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}
#top_fees .scroll-hint-icon {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
}
.fee_box .hyo_btm{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fee_box .hyo_btm > div{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 5px;
	border: 5px solid #7C963F;
	background-color: #7C963F;
}
.fee_box .hyo_btm > div span{
	height: 100%;
	padding: 10px clamp(15px, 1.6vw, 30px);
	font-size: clamp(16px, 1vw, 20px);
	color: #fff;
	background-color: #7C963F;
}
.fee_box .hyo_btm > div p{
	padding: 10px clamp(20px, 3.4vw, 65px);
	border-radius: 5px;
	height: 100%;
	background-color: #fff;
}
#top_fees p.tac{
	margin: clamp(25px, 2.6vw, 50px) 0;
}
/* 
 subpage共通
----------------------------------------------------------- */
#sub_fv {
	padding-top: clamp(90px, 10.4vw, 200px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image: linear-gradient(to bottom, #F6F2F0 85%, #FBF9F9 85%, #FBF9F9 100%);
}
#sub_fv .txt {
	width: 20%;
	display: grid;
	place-items: start center;
}
#sub_fv .txt h1{
	font-family: "Noto Serif JP", serif;
	color: #E86001;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: clamp(23px, 1.7vw, 33px);
	position: relative;
	padding-bottom: clamp(40px, 3.1vw, 60px);
	letter-spacing: 0.1em;
}
#sub_fv .txt h1::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	padding: clamp(15px, 1.3vw, 25px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("./library/images/news_icn.png");
}
#sub_fv .img {
	width: 80%;
	border-radius: 5px 0 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("./library/images/news_fv.jpg");
	height: clamp(180px, 31.5vw, 600px);
}
.breadcrumb{
	width: 100%;
	margin-top: clamp(10px, 0.83vw, 16px);
}
.bg_w{
	background-color: #FBF9F9;
}
.sub_h2{
	color: #E86001;
	font-size: clamp(20px, 1.5vw, 28px);
	padding-left: clamp(15px, 1.6vw, 30px);
	border-left: 4px solid;
	border-image: linear-gradient(to bottom, #E86001 50%, #F6CBAE 50%,#F6CBAE 100%) 1;
	margin-bottom: clamp(25px, 2.6vw, 50px);
	height: fit-content;
}
.sub_h2 span{
	display: block;
	color: #483227;
	font-size: 14px;
}
.o_btn{
	display: block;
	background-color: #E86001;
	border: 1px solid #E86001;
	border-radius: 5px;
	transition: all ease 0.5s;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding: clamp(10px, 0.8vw, 15px);
	width: min(100%,300px);
	text-align: center;
}
.o_btn::before{
	content: "→";
	position: absolute;
	right: clamp(5px, 1.6vw, 30px);
	top: 50%;
	transform: translateY(-50%);
	font-size: clamp(16px, 1vw, 20px);
	transition: all ease 0.5s;
}
.o_btn:hover{
	background-color: transparent;
	color: #E86001;
}
.hyo{
	overflow-x: auto;
}
.hyo dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 2.6vw, 50px);
	background-color: #FBF9F9;
	border-radius: 5px;
}
.hyo dl:nth-child(even) {
	background-color: transparent;
}
.hyo dl dt {
    width: clamp(100px, 7.3vw, 140px);
	font-size: 16px;
	color: #E86001;
}
.hyo dl dd {
    width: calc(100% - clamp(100px, 7.3vw, 140px));
}
/* 
 moving
----------------------------------------------------------- */ 
.moving #sub_fv .img{
	background-image: url("./library/images/moving_fv.jpg");
}
.moving #sub_fv .txt h1::before{
	background-image: url("./library/images/moving_icn.png");
}
#moving_applicants{
	overflow: hidden;
}
#moving_applicants .inner{
	position: relative;
	z-index: 1;
}
#moving_applicants .inner::before{
	content: "";
	position: absolute;
	top: clamp(30px, 4.4vw, 85px);
	right: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url("./library/images/moving_applicants_bg.png");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: -1;
}
#moving_applicants .sub_h2{
	margin-bottom: clamp(40px, 3.6vw, 70px);
}
#moving_applicants .box{
	position: relative;
	padding: clamp(20px, 2.6vw, 50px) 0 clamp(30px, 3.4vw, 65px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	z-index: 1;
}
#moving_applicants .box::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 110%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	border-radius: 5px;
	box-shadow: 10px 10px 30px 0px rgba(152, 127, 114, 0.1);
}
#moving_applicants .box .txt{
	width: 45%;
}
#moving_applicants .box .img{
	width: 48%;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: clamp(30px, 3.4vw, 65px);
}
#moving_applicants .box .txt h3{
	font-size: clamp(23px, 1.7vw, 33px);
	color: #E86001;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#moving_applicants .box .b_box{
	border: 1px solid #E86001;
	border-radius: 5px;
	padding: 10px clamp(10px, 1vw, 20px);
	margin-top: clamp(15px, 1.3vw, 25px);
}
#moving_applicants .box .b_box p{
	font-size: 16px;
	color: #E86001;
}
#moving_applicants .box .img img{
	width: 100%;
	height: auto;
}
#moving_steps::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/moving_steps_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#moving_steps .flex{
	align-items: flex-start;
}
#moving_steps .menu{
	width: 350px;
	position: sticky;
	top: 130px;
}
#moving_steps .content{
	width: calc(95% - 350px);
}
#moving_steps .menu > ul > li{
	margin-bottom: 10px;
}
#moving_steps .menu > ul > li a{
	padding-left: 15px;
	position: relative;
	transition: all ease 0.5s;
}
#moving_steps .menu > ul > li.active a,
#moving_steps .menu > ul > li:hover a{
	color: #E86001;
}
#moving_steps .menu > ul > li a::before{
	content: "";
	left: 0;
	top: 11px;
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	background-color: #292528;
	transition: all ease 0.5s;
}
#moving_steps .menu > ul > li.active a::before,
#moving_steps .menu > ul > li:hover a::before{
	height: 8px;
	width: 8px;
	border-radius: 4px;
	top: 9px;
	background-color: #E86001;
}
#moving_steps .content > ul > li{
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
#moving_steps .content > ul > li:last-child{
	margin-bottom: 0;
}
#moving_steps .content > ul > li .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(25px, 2vw, 40px) clamp(20px, 1.6vw, 30px);
	border-radius: 5px;
	-webkit-backdrop-filter:blur(3px) brightness(1.03);
	backdrop-filter: blur(3px) brightness(1.03);
	background-color:rgba(255,255,255,0); 
	will-change: backdrop-filter;
}
#moving_steps .content > ul > li .img{
	width: 150px;
	height: auto;
}
#moving_steps .content > ul > li .txt{
	width: calc(95% - 150px);
}
#moving_steps .content > ul > li .txt > span{
	display: block;
	width: fit-content;
	font-size: 14px;
	padding: 2px clamp(15px, 1vw, 20px);
	background-color: #F4ECE9;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 4px;
}
#moving_steps .content > ul > li .txt > h3{
	font-size: clamp(18px, 1.3vw, 25px);
	margin-bottom: clamp(3px, 1vw, 20px);
	color: #E86001;
}
#moving_steps .content > ul > li .txt > ul > li > a.green{
	border: 1px solid #7C963F;
	background-color: #7C963F;
}
#moving_steps .content > ul > li .txt > ul > li > a.green:hover{
	background-color: transparent;
	color: #7C963F;
}
#moving_steps .content > ul > li .txt > ul > li > a i{
	padding-right: 10px;
}
#moving_steps .content > ul > li:nth-child(1) .txt > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(10px, 1vw, 20px);
}
#moving_steps .content > ul > li:nth-child(1) .txt > ul > li{
	width: 47.5%;
}
#moving_steps .content > ul > li:nth-child(1) .txt .o_btn::before{
	display: none;
}
#moving_steps .content > ul > li:nth-child(2) .txt > p{
	margin-bottom: clamp(10px, 1vw, 20px);
}
#moving_fees {
	overflow: hidden;
}
#moving_fees .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: flex-start;
}
#moving_fees .flex .sub_h2{
	margin-bottom: 0;
}
#moving_fees .flex p{
	width: 70%;
	min-width: 840px;
}
#moving_fees .fee_box{
	box-shadow: 10px 10px 30px 0px rgba(152, 127, 114, 0.1);
}
#moving_fees .box{
	margin-top: clamp(30px, 3.4vw, 65px);
	background-color: #F6F2F0;
	border-radius: 5px;
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 3.1vw, 60px);
}
#moving_fees .box h3{
	color: #E86001;
	font-size: clamp(20px, 1.1vw, 22px);
	padding-bottom: clamp(8px, 0.8vw, 15px);
	margin-bottom: clamp(15px, 1.7vw, 33px);
	border-bottom: 1px solid #D9D1CD;
	text-align: center;
}
#moving_fees .box > div{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 5px;
	border: 5px solid #7C963F;
	background-color: #7C963F;
	margin-top: clamp(15px, 1.7vw, 33px);
}
#moving_fees .box > div span{
	height: 100%;
	padding: 10px;
	font-size: clamp(16px, 1vw, 20px);
	color: #fff;
	background-color: #7C963F;
	text-align: center;
	width: 200px;
}
#moving_fees .box > div .txt{
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 1.7vw, 33px);
	border-radius: 5px;
	height: 100%;
	background-color: #fff;
	width: calc(100% - 200px);
}
#moving_fees .box > div .txt > div{
	background-color: #FDEFE6;
	border-radius: 5px;
	padding: clamp(8px, 0.8vw, 15px) clamp(10px, 1vw, 20px);
	font-size: 16px;
	margin-top: clamp(10px, 1vw, 20px); 
}
/* 
 facilities
----------------------------------------------------------- */ 
.facilities {
	overflow: hidden;
}
.facilities #sub_fv .img{
	background-image: url("./library/images/facilities_fv.jpg");
}
.facilities #sub_fv .txt h1::before{
	background-image: url("./library/images/facilities_icn.png");
}
#facilities_about .inner{
	position: relative;
	z-index: 1;
}
#facilities_about .inner::before{
	content: "";
	position: absolute;
	top: clamp(30px, 4.4vw, 85px);
	right: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url("./library/images/facilities_about_bg.png");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: -1;
}
#facilities_about h3{
	text-align: center;
	font-size: clamp(23px, 1.7vw, 33px);
	color: #E86001;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
#facilities_about .icn_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 1.6vw, 30px);
	margin: clamp(25px, 2.6vw, 50px) 0;
}
#facilities_about .icn_list li{
	background-color: #F6F2F0;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#facilities_about .icn_list li > span{
	display: block;
	width: clamp(60px, 4.7vw, 90px);
	height: clamp(60px, 4.7vw, 90px);
	background-color: #fff;
	border-radius: 5px;
	background-image: url("./library/images/facilities_about_icn01.png");
	background-size: 77% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
#facilities_about .icn_list li:nth-child(2) > span{
	background-image: url("./library/images/facilities_about_icn02.png");
}
#facilities_about .icn_list li:nth-child(3) > span{
	background-image: url("./library/images/facilities_about_icn03.png");
}
#facilities_about .icn_list li:nth-child(4) > span{
	background-image: url("./library/images/facilities_about_icn04.png");
}
#facilities_about .icn_list li:nth-child(5) > span{
	background-image: url("./library/images/facilities_about_icn05.png");
}
#facilities_about .icn_list li > p{
	width: calc(100% - clamp(70px, 5.7vw, 110px));
}
#facilities_about .img_list{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: clamp(20px, 1.6vw, 30px);
}
#facilities_about .img_list li:nth-child(1){
	grid-column: 1/4;
	grid-row: 1/2;
}
#facilities_about .img_list li:nth-child(2){
	grid-column: 4/7;
	grid-row: 1/2;
}
#facilities_about .img_list li:nth-child(3){
	grid-column: 1/3;
	grid-row: 2/3;
}
#facilities_about .img_list li:nth-child(4){
	grid-column: 3/5;
	grid-row: 2/3;
}
#facilities_about .img_list li:nth-child(5){
	grid-column: 5/7;
	grid-row: 2/3;
}
#facilities_about .img_list li:nth-child(6){
	grid-column: 1/4;
	grid-row: 3/4;
}
#facilities_about .img_list li:nth-child(7){
	grid-column: 4/7;
	grid-row: 3/4;
}
#facilities_about .img_list li{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
#facilities_about .img_list li::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: clamp(100px, 7.8vw, 150px);
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(109,72,51,0) 0, rgba(109,72,51,0) 35%, rgba(108,81,62,0.45) 63%,rgba(108,81,62,1) 100%);
}
#facilities_about .img_list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#facilities_about .img_list li > p{
	position: absolute;
	left: 50%;
	bottom: clamp(5px, 1vw, 20px);
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-size: clamp(18px, 1.1vw, 22px);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	z-index: 2;
}
#facilities_overview .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#facilities_overview .hyo{
	min-width: 700px;
}
/* 
 service
----------------------------------------------------------- */ 
.service {
	overflow: hidden;
}
.service #sub_fv .img{
	background-image: url("./library/images/service_fv.jpg");
}
.service #sub_fv .txt h1::before{
	background-image: url("./library/images/service_icn.png");
}
#service_philosophy .inner{
	position: relative;
	z-index: 1;
}
#service_philosophy .inner::before{
	content: "";
	position: absolute;
	top: clamp(30px, 4.4vw, 85px);
	right: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url("./library/images/service_philosophy_bg.png");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: -1;
}
#service_philosophy .flex{
	align-items: center;
}
#service_philosophy .img{
	width: 35%;
}
#service_philosophy .txt{
	width: 60%;
}
#service_philosophy .txt li{
	padding-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 1px solid #D1CECF;
}
#service_philosophy .txt li:not(:last-child){
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
#service_philosophy .txt .sub {
	margin-bottom:  clamp(15px, 1.3vw, 25px);
}
#service_philosophy .txt .sub span{
	display: inline-block;
	padding-right: clamp(10px, 1.3vw, 25px);
	margin-right: clamp(10px, 1.3vw, 25px);
	border-right: 1px solid #E6DBD5;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#service_philosophy .txt h3 {
	background-color: #FAEAE0;
	border-radius: 5px;
	padding: 6px clamp(15px, 1vw, 20px);
	font-size: clamp(18px, 1.3vw, 25px);
	color: #E86001;
	position: relative;
	margin-bottom:  clamp(15px, 1.3vw, 25px);
}
#service_philosophy .txt h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 70%;
	width: 4px;
	background-color: #E86001;
}
#service_system {
	position: relative;
	z-index: 1;
}
#service_system::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url("./library/images/service_system_bg.png");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
#service_system .flex {
	margin-bottom: clamp(25px, 2.6vw, 50px);
	align-items: flex-start;
}
#service_system .flex .sub_h2{
	margin-bottom: 0;
}
#service_system .flex p{
	width: 50%;
	min-width: 540px;
}
#service_system ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(20px, 1.6vw, 30px);
}
#service_system ul li{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.08);
	padding: clamp(60px, 4.1vw, 80px) clamp(20px, 2vw, 40px) clamp(25px, 2.6vw, 50px);
	position: relative;
}
#service_system ul li > span{
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px clamp(15px, 1vw, 20px);
	font-size: clamp(25px, 1.7vw, 33px);
	background-color: #E86001;
	border-radius: 5px 0 30px 0;
	color: #fff;
	line-height: 1.5;
}
#service_system ul li h3{
	text-align: center;
	color: #E86001;
	font-size: clamp(20px, 1.3vw, 24px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
#service_system ul li > img{
	margin: 0 auto clamp(15px, 1.6vw, 30px);
	width: clamp(50px, 4.1vw, 80px);
	height: auto;
}
#service_system ul li .o_btn{
	margin: clamp(15px, 1.6vw, 30px) auto 0;
}
#service_system .sub_txt{
	font-size: 14px;
	margin-top: 10px;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact {
	overflow: hidden;
}
.contact #sub_fv .img{
	background-image: url("./library/images/contact_fv.jpg");
}
.contact #sub_fv .txt h1::before{
	background-image: url("./library/images/contact_icn.png");
}
#contact_area .inner{
	position: relative;
	z-index: 1;
	width: min(90%,1000px);
}
#contact_area .inner::before{
	content: "";
	position: absolute;
	top: clamp(30px, 4.4vw, 85px);
	right: 0;
	width:100%;
	height: clamp(100px, 8.3vw, 160px);
	background-image: url("./library/images/contact_area_bg.png");
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: -1;
}
#contact_area .box{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(25px, 3.4vw, 65px);
	box-shadow: 10px 10px 30px 0px rgba(152, 127, 114, 0.1);
}
#contact_area .box .wpcf7{
	width: min(100%,800px);
	margin: 0 auto;
	font-size: 16px;
}
#cont_list {
	display:flex;
    justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 60px;
}
#cont_list li {
	width:32%;
	text-align:center;
	background-color: #BEBEBE;
	color:#FFF;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
}
.cont_page {
	background-color: #E86001 !important;
}
#cont_list li:nth-of-type(2) {
	margin:0 2%;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 1em;
	font-size: 11px;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
	margin-bottom: 5px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:300px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:#E86001;
	border-radius: 5px;
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#ffe7d6;
	color: #222;
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.priva {
	margin-top:30px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
	padding: 15px;
	font-size: 14px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news{
	overflow: hidden;
}
.news_info{
	margin-bottom: 7px;
}
.news_info span:first-of-type{
	margin-right: 10px;
	font-weight: normal;
	font-size: 14px;
}
.cat a{
	background:#fff;
	color:#fff;
	padding:3px 10px;
	font-size:14px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: #E86001;
	border-radius: 20px;
}
.cat a:hover{
	background:#E86001;
	color:#fff;
}
.ttl_maru{
	font-size: 18px;
	margin-bottom: 10px;
	color: #E86001;
	position: relative;
	padding-left: 23px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	padding: 5px;
	border-radius: 10px;
	background-color: #fff;
	border: 4px solid #E86001;
}
#wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
#l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: 45px;
}
.news_list > li{
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-left: 9px solid #E86001;
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: #ffe7d6;
}
.news_list > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_list .news_info{
	margin-bottom: 0;
}
/*アイキャッチなしの場合は削除*/
.news_list > li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.news_list > li dt{
	width:30%;
}
.news_list > li dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
.news_list > li dd{
	width:67%;
	/*▼アイキャッチなしの場合*/
	/*width: 100%;*/
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li dd h3{
	font-size:20px;
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
}
.news_list > li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
}
#sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 5px 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-left: 15px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: #E86001;
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: #E86001;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle{
	width:100%;
	margin-bottom:30px;
	font-weight:500;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:22px;
	line-height: 1.3;
	color: #E86001;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: #E86001;
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 foot
----------------------------------------------------------- */
#footer_links ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#footer_links ul li{
	position: relative;
	overflow: hidden;
}
#footer_links ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	background-color: rgba(36,15,0,0.65);
}
#footer_links ul li:hover::before{
	background-color: rgba(129,53,0,0.55);
}
#footer_links ul li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.5s;
	background-image: url("./library/images/footer_links01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
#footer_links ul li:hover::after{
	transform: scale(1.1);
}
#footer_links ul li:nth-child(2)::after{
	background-image: url("./library/images/footer_links02.jpg");
}
#footer_links ul li:nth-child(3)::after{
	background-image: url("./library/images/footer_links03.jpg");
}
#footer_links ul li a{
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	padding: clamp(25px, 3.1vw, 60px);
	display: grid;
	place-content: center;
	place-items: center left;
	color: #fff;
}
#footer_links ul li a::after{
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid rgba(255,255,255,0.5);
	z-index: -1;
}
#footer_links ul li a > span{
	color: #E86001;
	font-size: 14px;
}
#footer_links ul li a > img{
	width: clamp(50px, 3.6vw, 70px);
	height: auto;
	margin: clamp(10px, 1vw, 20px) 0;
}
#footer_links ul li a > h2{
	font-size: clamp(22px, 1.5vw, 28px);
	padding: 0 clamp(30px, 2vw, 40px) clamp(10px, 1vw, 20px) 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: clamp(10px, 1vw, 20px);
	width: 100%;
}
#footer_links ul li a > h2::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	padding: clamp(10px, 1vw, 20px);
	background-image: url("./library/images/footer_links_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer_contact {
	background-image: url("./library/images/footer_contact_bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #F6F2F0;
}
#footer_contact .inner{
	padding: clamp(40px, 4.9vw, 95px) 0;
}
#footer_contact h2{
	text-align: center;
	font-size: clamp(20px, 1.3vw, 25px);
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
#footer_contact h2 span{
	letter-spacing: 0.1em;
	color: #EDE3DE;
	font-size: clamp(30px, 3.4vw, 65px);
	display: block;
}
#footer_contact ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
#footer_contact ul li{
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
	border-radius: 5px;
	box-shadow: 3px 3px 30px 0px rgba(72, 50, 39, 0.1);
	padding: clamp(25px, 2.6vw, 50px) clamp(30px, 4.7vw, 90px);
	background-image: url("./library/images/footer_contact_bg01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33% auto;
	display: flex;
	flex-direction: column;
}
#footer_contact ul li:nth-child(2){
	background-image: url("./library/images/footer_contact_bg02.png");
}
#footer_contact ul li::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 4px;
	width: 80%;
	background-color: #7C963F;
}
#footer_contact ul li:nth-child(2)::before{
	background-color: #E86001;
}
#footer_contact ul li h3{
	text-align: center;
	font-size: clamp(20px, 1.3vw, 25px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
#footer_contact ul li h3 small{
	font-size: 14px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: #7C963F;
	position: relative;
	padding-left: 20px;
}
#footer_contact ul li h3 small::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	background-image: url("./library/images/footer_contact_h301.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer_contact ul li:nth-child(2) h3 small{
	color: #E86001;
}
#footer_contact ul li:nth-child(2) h3 small::before{
	background-image: url("./library/images/footer_contact_h302.png");
}
#footer_contact ul li p{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
#footer_contact ul li a{
	display: block;
	width: min(100%,300px);
	border-radius: 5px;
	border: 1px solid #7C963F;
	background-color: #7C963F;
	color: #fff;
	transition: all ease 0.5s;
	text-align: center;
	font-size: 16px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto auto 0;
	position: relative;
}
#footer_contact ul li a:hover{
	background-color: transparent;
	color: #7C963F;
}
#footer_contact ul li:nth-child(1) a::before{
	content: "→";
	position: absolute;
	top: 50%;
	right: clamp(15px, 1.6vw, 30px);
	transform: translateY(-50%);
}
#footer_contact ul li:nth-child(2) a{
	background-color: #E86001;
	border: 1px solid #E86001;
	font-size: clamp(20px, 1.3vw, 25px);
}
#footer_contact ul li:nth-child(2) a:hover{
	background-color: transparent;
	color: #E86001;
}
#footer_contact ul li a i{
	padding-right: 10px;
}
#footer{
	margin-top: calc(clamp(25px, 2.6vw, 50px) * -1);
	padding-bottom: clamp(15px, 1.7vw, 33px);
}
#footer .box{
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #F6F2F0;
	box-shadow: 3px 3px 30px 0px rgba(72, 50, 39, 0.1);
}
#footer a{
	transition:all ease 0.5s;
}
#footer a:hover{
	opacity: 0.7;
}
#footer .inner {
	padding:clamp(30px, 4.9vw, 95px) 0 10px;
}
#footer .flex{
	align-items: stretch;
}
#footer .info{
	width: 340px;
}
#footer .map{
	width: calc(90% - 690px) !important;
}
#footer .link{
	width: 350px;
}
#footer .info img{
	height: 28px;
	width: auto;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#footer .info p{
	font-size: 14px;
}
#footer .info p:not(:last-child){
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#footer .info p:first-of-type{
	font-size: 16px;
}
#footer .info p:first-of-type a{
	color: #E86001;
	text-decoration: underline;
}
#footer .info p:first-of-type i{
	color: #E86001;
	padding-right: 5px;
	font-size: 1.2em;
}
#footer .link h2{
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DED8D4;
}
#footer .link .flex{
	justify-content: flex-start;
	align-items: center;
}
#footer .link .flex img{
	width: 38px;
	height: auto;
	margin-right: 10px;
}
#footer .link .flex p{
	font-size: 14px;
}
#footer .link a{
	display: block;
	padding: 10px;
	background-color: #EBE1DC;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
	font-size: clamp(16px, 0.93vw, 18px);
	position: relative;
	width: 100%;
}
#footer .link a::before{
	content: "→";
	position: absolute;
	top: 50%;
	right: clamp(10px, 1.3vw, 25px);
	transform: translateY(-50%);
}
#footer .copy {
	text-align: center;
	font-size: 12px;
	margin-top: clamp(30px, 4.1vw, 80px);
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
	background:#E86001;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
#spnavbtn .activete:before {
	content:"";
}
.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) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position:relative;
	z-index:999;
}
#container{
	position: relative;
}
#sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
#sp_close.open{
	display: inherit;
}
#spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	color:rgba(255,255,255,0);
	overflow-y:scroll;
}
#spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	color:rgba(150,150,150,1);
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.7);
}
#spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
#spnav .trigger > p img {
	height: 30px;
	width: auto;
	margin:0 auto;
}
#spnav .trigger > ul > li {
	border-bottom:1px solid rgba(250,157,44,0.5);
	text-align:center;
	color: #231815;
	font-size:0.9rem;
	transition:all ease 0.5s;
}
#spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(250,157,44,0.5);
}
#spnav ul li a {
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	padding:0 10px;
	height:48px;
	transition:all ease 0.5s;
	line-height: 1.2;
}
#spnav ul li a:hover, #spnav .navright:hover {
	background:#fff;
	color:#969696;
}
#spnav ul li.open_btn p{
	cursor:pointer;
	padding: 12px 0;
	text-align: center;
	font-size: 0.9rem;
}
#spnav ul li.open_btn span{
	font-size: 0.7em;
	position: relative;
	top: -1px;
	padding: 1em 0 1em 1em;
	color: #E86001;
}
#spnav ul li ul {
	display: none;
}
#spnav ul li ul li {
	border-top:1px solid rgba(250,157,44,0.2);
}
#spnav ul li ul li:last-child {
	border-bottom:none;
}
@media screen and (max-width: 1600px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul > li{
		margin-right: 10px;
		font-size: 16px;
	}
	.navwrap > ul > li:nth-last-child(1) a{
		padding: 5px 10px;
	}
	.scroll_down a{
		bottom: 32px;
	}
	@keyframes circlemove{
		0%{bottom:100px;}
		100%{bottom:0px;}
	}
	.scroll_down:after{
		height: 100px;
	}
	/* 
	 moving
	----------------------------------------------------------- */
	#moving_steps .menu{
		width: 250px;
	}
	#moving_steps .content{
		width: calc(95% - 250px);
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#footer .map{
		width: calc(94% - 610px) !important;
	}
	#footer .link{
		width: 270px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	body{
		font-size: 16px;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
	}
	.navwrap ul li:not(:nth-last-child(-n+2)) {
		display: none;
	}
	.navwrap ul li:last-child{
		margin-right: 70px;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	#top_news .inner ul li h3,
	#top_topics ul li .box h3{
		font-size: 16px;
	}
	#top_topics ul li .box span:not(.cat){
		color: #918A90;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.fee_box .hyo_btm > p{
		width: 100%;
		margin-bottom: 15px;
	}
	.fee_box .hyo_btm > div{
		margin-left: auto;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	/* 
	 moving
	----------------------------------------------------------- */ 
	#moving_steps .menu{
		width: 190px;
	}
	#moving_steps .content{
		width: calc(95% - 190px);
	}
	#moving_steps .content > ul > li .img{
		width: 120px;
	}
	#moving_steps .content > ul > li .txt{
		width: calc(95% - 120px);
	}
	#moving_steps .content > ul > li:nth-child(1) .txt > ul > li{
		width: 100%;
	}
	#moving_steps .content > ul > li:nth-child(1) .txt > ul > li:not(:last-child){
		margin-bottom: 15px;
	}
	#moving_fees .flex .sub_h2{
		margin-bottom: 25px;
	}
	#moving_fees .flex p{
		width: 100%;
		min-width: 0;
	}
	#moving_fees .box > div span{
		width: 160px;
	}
	#moving_fees .box > div .txt{
		width: calc(100% - 160px);
	}
	/* 
	 facilities
	----------------------------------------------------------- */ 
	#facilities_overview .hyo{
		min-width: 600px;
	}
	/* 
	 service
	----------------------------------------------------------- */ 
	#service_system .flex p{
		width: calc(95% - 260px);
		min-width: 0;
	}
	/* 
	 news
	----------------------------------------------------------- */ 
	.news_list > li dd h3{
		font-size:18px;
	}
	.news_list > li dd p{
		margin-bottom: 15px;
	}
	.news_list > li dd .info{
		padding-top: 15px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	#spnavbtn {
		top:7px;
		right:10px;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#footer .map{
		width: calc(94% - 340px) !important;
	}
	#footer .link{
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#fv::before{
		width: 90%;
	}
	#top_topics::before{
		left: -60vw;
		width: 253vw;
	}
	#top_topics ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	/* 
	 moving
	----------------------------------------------------------- */
	#moving_applicants .box .txt{
		width: 100%;
		margin-bottom: 30px;
	}
	#moving_applicants .box .img{
		width: 100%;
		position: relative;
		bottom: auto;
		right: auto;
	}
	#moving_steps .content > ul > li .img{
		margin: 0 auto;
	}
	#moving_steps .content > ul > li .txt{
		width: 100%;
		margin-top: 10px;
	}
	#moving_fees .box > div span{
		width: 100%;
	}
	#moving_fees .box > div .txt{
		width: 100%;
	}
	#moving_fees .box .tac{
		text-align: justify;
	}
	/* 
	 facilities
	----------------------------------------------------------- */ 
	#facilities_about .icn_list{
		grid-template-columns: repeat(2, 1fr);
	}
	#facilities_about .img_list li:nth-child(3){
		grid-column: 1/4;
		grid-row: 2/3;
	}
	#facilities_about .img_list li:nth-child(4){
		grid-column: 4/7;
		grid-row: 2/3;
	}
	#facilities_about .img_list li:nth-child(5){
		grid-column: 1/4;
		grid-row: 3/4;
	}
	#facilities_about .img_list li:nth-child(6){
		grid-column: 4/7;
		grid-row: 3/4;
	}
	#facilities_about .img_list li:nth-child(7){
		grid-column: 1/4;
		grid-row: 4/5;
	}
	#facilities_overview .hyo{
		min-width: 0;
		width: 100%;
	}
	/* 
	 service
	----------------------------------------------------------- */ 
	#service_philosophy .img{
		width: 100%;
		margin-bottom: 30px;
	}
	#service_philosophy .img img{
		width: 400px;
		margin: 0 auto;
		height: auto;
	}
	#service_philosophy .txt{
		width: 100%;
	}
	#service_system .flex p{
		width: 100%;
		margin-top: clamp(25px, 2.6vw, 50px);
	}
	#service_system ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 news index-archives page
	----------------------------------------------------------- */
	.archivetitle {
	  font-size: 25px;
	  margin: 0 auto 15px;
	}
	.archivetitle span {
	  font-size: 15px;
	  padding-right: 5px;
	}
	.cate_list {
	  background-color: #291F12;
	  padding: 5px 10px 10px;
	  font-size: 15px;
	  line-height: 1.3;
	  margin-bottom: 30px;
	}
	.cate_list a {
	  margin-right:5px;
	  padding: 0 5px 2px;
	  font-size: 0.8rem;
	}
	.bcontwrap ul::before,
	.bcontwrap ul::after{
		width: 47.5% !important;
	}
	.bcontwrap ul li {
	  width: 47.5%;
	  margin-bottom: 30px;
	}
	.bcontwrap li .news_info {
	  font-size: 15px;
	}
	.bcontwrap li .news_info a {
	  padding: 1px 10px;
	  margin: 0 0 0 5px;
	  font-size: 12px;
	}
	/* news single page
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar {
		width: 100%;
		margin-top: 40px;
	}
	.news_list{
		margin-bottom: 30px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 5px;
	}
	#next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	#cont_list {
		margin-bottom: 30px;
	}
	#cont_list li {
		font-size: 0.9rem;
		padding: 5px;
		line-height: 25px;
	}
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
		margin-bottom:15px;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.priva ul {
		font-size:0.9rem;
	}
	.priva li p,
	.priva li h4{
		font-size:0.9rem !important;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#footer_links ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#footer .info{
		width: 260px;
	}
	#footer .map{
		width: calc(95% - 260px) !important;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	#top_back{
		display: none;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul {
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.navwrap > ul > li{
		width: 50vw;
		margin: 0 !important;
	}
	.navwrap > ul > li a{
		width: 100%;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#fv{
		padding-bottom: 150px;
	}
	#fv::before{
		width: 120%;
		background-position: left top;
	}
	.scroll_down{
		display: none;
	}
	.fv_slider{
		width: 100%;
	}
	#fv .txt{
		left: -45px;
		bottom: -40px;
	}
	#fv .txt::before {
		top: -30px;
		width: 100%;
		height: 130%;
	}
	#top_news .txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}
	#top_news .txt .top_h2{
		margin-bottom: 0;
	}
	#top_news .inner ul{
		width: 100%;
	}
	#top_news .inner ul{
		width: 100%;
	}
	#top_topics ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#top_topics::before{
		top: 0;
		transform: translateY(0%); 
	}
	#top_fees{
		position: relative;
	}
	#top_fees::before{
		content: "";
		position: absolute;
		top: -10%;
		left: -60vw;
		width: 253vw;
		height: 211vw; 
		background-image: url("./library/images/top_topics_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		z-index: -5;
	}
	#top_fees .flex > div{
		width: 100%;
	}
	#top_fees p.tac{
		text-align: justify;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	#sub_fv .txt {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 0 5%;
	}
	#sub_fv .txt h1{
		writing-mode: inherit;
		text-orientation: inherit;
		padding-bottom: 0;
		padding-right: clamp(40px, 3.1vw, 60px);
		width: fit-content;
	}
	#sub_fv .txt h1::before{
		left: auto;
		right: 0;
		top: 50%;
		bottom: auto;
		transform: translate(0,-50%);
	}
	#sub_fv .img {
		width: 95%;
		margin-left: auto;
	}
	.hyo dl dt {
		width: 100%;
	}
	.hyo dl dd {
		width: 100%;
	}
	/* 
	 moving
	----------------------------------------------------------- */ 
	#moving_steps .menu{
		width: 100%;
		position: inherit;
		top: auto;
	}
	#moving_steps .menu ul{
		display: none;
	}
	#moving_steps .content{
		width: 100%;
	}
	#top_process .content > ul > li .img{
		width: 150px;
	}
	#moving_steps .content > ul > li .txt > ul > li > a,
	#moving_steps .content > ul > li .o_btn{
		margin: 0 auto;
	}
	/* 
	 facilities
	----------------------------------------------------------- */ 
	#facilities_about p.tac{
		text-align: justify;
	}
	#facilities_about .icn_list{
		grid-template-columns: repeat(1, 1fr);
	}
	#facilities_about .img_list li:nth-child(1){
		grid-column: 1/7;
		grid-row: 1/2;
	}
	#facilities_about .img_list li:nth-child(2){
		grid-column: 1/7;
		grid-row: 2/3;
	}
	#facilities_about .img_list li:nth-child(3){
		grid-column: 1/7;
		grid-row: 3/4;
	}
	#facilities_about .img_list li:nth-child(4){
		grid-column: 1/7;
		grid-row: 4/5;
	}
	#facilities_about .img_list li:nth-child(5){
		grid-column: 1/7;
		grid-row: 5/6;
	}
	#facilities_about .img_list li:nth-child(6){
		grid-column: 1/7;
		grid-row: 6/7;
	}
	#facilities_about .img_list li:nth-child(7){
		grid-column: 1/7;
		grid-row: 7/8;
	}
	/* 
	 service
	----------------------------------------------------------- */ 
	#service_system ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 news
	----------------------------------------------------------- */
	.news_list > li dd h3 {
	  font-size: 17px;
	}
	.news_list > li{
		padding: 15px;
	}
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	.news_list > li dd p{
		margin-bottom: 10px;
	}
	.news_list > li dd .info{
		padding-top: 10px;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#footer{
		padding-bottom: 70px;
	}
	#footer_contact ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#footer .info{
		width: 100%;
		margin-bottom: 20px;
	}
	#footer .map{
		width: 100% !important;
	}
	#footer .copy {
		font-size: 11px;
		margin-top: 20px;
	}
}