/******************************************************************
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
*/
:root {
	--main-color: #313346;
	--mainsub-color: #fff8f0;
	--sub-color: #D6D6DA;
	--font-color: #20212B;
	--bg-color: #FFFFFF;
	--font-ja: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	--font-ja-head: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--padding-130: clamp(50px, 6.8vw, 130px);
	--padding-95: clamp(40px, 4.9vw, 95px);
	--padding-80: clamp(40px, 4.1vw, 80px);
	--padding-65: clamp(40px, 3.4vw, 65px);
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: 16px;
	--fontsize-15: 15px;
}
*,
*::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: var(--font-color);
	position: relative;
	z-index: 2;
}
p,
li,
dd {
	overflow-wrap: break-word;
	text-align: justify;
}
body {
	font-family: var(--font-ja);
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: var(--font-color);
	font-weight: 400;
	font-style: normal;
	font-size: var(--fontsize-16);
	background-color: var(--bg-color);
}
body img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-ja-head);
	font-weight: 400;
	line-height: 1.3;
	font-style: normal;
}
table {
	border-collapse: collapse;
}
input,
textarea {
	outline: none;
}
/* 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.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: var(--mainsub-color);
}
.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: var(--main-color);
	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;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p {
	text-align: right;
}
.next p,
.prev p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}
.on .totop,
.on.totop {
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity: 0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity: 0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2 {
	transition-delay: .3s;
}
.no3 {
	transition-delay: 0.6s;
}
.no4 {
	transition-delay: 0.9s;
}
.no5 {
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */
.header {
	width: 100%;
}
/* 
 gNavi
----------------------------------------------------------- */
.navwrap {
	width: 98vw;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(40px);
	/* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); */
	position: fixed;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	top: 24px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	z-index: 998;
	transition: all ease 0.5s;
	padding: 5px;
}
.navwrap p img,
.navwrap h1 img {
	height: 40px;
	width: auto;
	margin-left: clamp(15px, 1.5vw, 40px);
}
.navwrap > ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(20px, 2vw, 54px);
	gap: clamp(20px, 2.9vw, 54px);
}
.navwrap > ul > li {
	text-align: center;
	transition: all ease 0.5s;
	position: relative;
}
.navwrap > ul > li a,
.navwrap > ul > li p {
	display: inline-block;
	padding: 10px;
	font-family: var(--font-ja-head);
}
.navwrap > ul > li:not([class]) a {
	position: relative;
	overflow: visible;
}
/* 中央から横方向に広がる下線 */
.navwrap > ul > li:not([class]) a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	width: 60%;
	height: 1.3px;
	background: var(--main-color);
	opacity: 0;
	transition: transform .32s cubic-bezier(.2, .8, .2, 1), opacity .32s;
}
.navwrap > ul > li:not([class]):hover > a::after,
.navwrap > ul > li:not([class]) a:hover::after {
	transform: translateX(-50%) scaleX(1);
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.navwrap > ul > li:not([class]) a::after {
		transition: none;
	}
}
.navwrap ul li ul {
	position: absolute;
	top: 68px;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: center top;
	z-index: 8999;
	display: block;
	background-color: #fff;
	width: 190px;
	transition: all ease 0.5s;
}
.navwrap ul li:hover ul {
	transform: translateX(-50%) scaleY(1);
}
.navwrap ul li ul {
	border: 1px solid var(--main-color);
	box-sizing: border-box;
}
.navwrap ul li ul li {
	font-size: 14px;
	transition: all ease 0.5s;
}
.navwrap ul li ul li:not(:last-child) {
	border-bottom: 1px dashed var(--main-color);
}
.navwrap ul li ul li:hover {
	background-color: var(--mainsub-color);
}
.navwrap ul li ul li a {
	padding: 10px;
	width: 100%;
}
.navwrap * {
	transition: all ease 0.5s;
}
.top_back {
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: #484a5d;
	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;
}
.lang_btn a,
.navwrap > ul > .lang_btn a {
	padding: 1px 20px;
	border-radius: 50vh;
	border: solid 1px var(--main-color);
	display: flex;
	align-items: center;
	background: transparent;
	color: var(--font-color);
	transition: background .25s ease, color .25s ease, border-color .25s ease;
	line-height: 1.5;
}
.lang_btn a::before {
	content: "";
	padding: 0.5em;
	background: url(library/images/globe.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 4px;
	transition: filter .25s ease, opacity .25s ease;
}
.lang_btn a:hover,
.lang_btn a:focus,
.navwrap > ul > .lang_btn a:hover,
.navwrap > ul > .lang_btn a:focus {
	background: var(--main-color);
	color: var(--mainsub-color);
	border-color: var(--mainsub-color);
}
.lang_btn a:hover::before,
.lang_btn a:focus::before,
.navwrap > ul > .lang_btn a:hover::before,
.navwrap > ul > .lang_btn a:focus::before {
	filter: invert(1) grayscale(1);
	-webkit-filter: invert(1) grayscale(1);
}
.contact_btn a,
.navwrap > ul > .contact_btn a {
	background: linear-gradient(to right, #5CB0C4, #162B53);
	color: #fff;
	padding: 19px 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	/* font-size: 18px; */
	font-size: clamp(16px, 1.1vw, 18px);
	transition: all ease 0.3s;
}
.toppage_en .contact_btn a,
.toppage_en.navwrap > ul > .contact_btn a {
	letter-spacing: 0.09em;
}
.contact_btn a:hover {
	opacity: 0.8;
}
.contact_btn a::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 8px;
	font-size: 1em;
	line-height: 1;
	vertical-align: middle;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb__list {
	display: flex;
	width: min(90%, 1200px);
	margin-inline: auto;
	flex-wrap: wrap;
	font-size: 14px;
}
.breadcrumb__item:not(:last-child)::after {
	content: '/';
	margin: 0 0.3rem;
}
.breadcrumb__item a {
	color: #9D9D9D;
}
.breadcrumb__item:last-child a {
	color: var(--font-color);
}
/* 
共通
----------------------------------------------------------- */
.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%, 1440px);
	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;
}
#main {
	overflow: hidden;
}
#container {
	position: relative;
}
.more_btn {
	display: block;
	background-color: var(--main-color);
	width: min(100%, 250px);
	color: #fff;
	transition: all ease 0.5s;
	text-align: center;
	padding: 15px;
	position: relative;
	margin: 0 5px 5px 0;
}
.more_btn::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0px 0px 10px 10px;
	position: absolute;
	inset: auto 5px 5px auto;
	transition: all ease 0.5s;
}
.more_btn::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	border: 1px solid var(--main-color);
	position: absolute;
	transition: all ease 0.5s;
	z-index: -1;
}
.more_btn:hover::before {
	inset: auto 2px 2px auto;
}
.more_btn:hover::after {
	top: 0;
	left: 0;
}
.anchor {
	padding-top: 0;
	margin-top: 0;
}
.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;
}
.txt_only {
	width: 100% !important;
}
.txt_link {
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover {
	opacity: 0.7;
}
.js-accordion > li {
	position: relative;
}
.js-accordion .ttl {
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
}
.js-accordion .ttl::before,
.js-accordion .ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(20px, 1.3vw, 25px);
	height: 2px;
	transition: all ease 0.5s;
	background-color: var(--font-color);
}
.js-accordion .ttl::after {
	transform: rotate(-90deg);
}
.js-accordion .open .ttl::after {
	transform: rotate(0);
}
.js-accordion > li .btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.js-accordion .box {
	display: none;
}
.js-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10005;
	backface-visibility: hidden;
}
.js-modal .wrap {
	width: 100%;
	height: 100%;
}
.js-modal .wrap_box {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(57, 53, 42, 0.7);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
	width: 100%;
	height: auto;
	max-height: 85vh;
	padding: clamp(20px, 1.6vw, 30px);
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.js-modal .js-sclollarea {
	width: auto;
	height: auto;
	max-width: 95%;
	margin: clamp(15px, 1.6vw, 30px);
	max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
	cursor: pointer;
	z-index: 100000;
	position: absolute;
	top: calc(clamp(25px, 1.8vw, 35px) * -1);
	right: 0;
	width: clamp(20px, 1.5vw, 28px);
	height: clamp(20px, 1.5vw, 28px);
	background-image: url('./library/images/modal_close.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.js-modal .js-modalclose:hover {
	transform: rotate(90deg);
}
.js-tabcontent {
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */
.fv {
	width: 100%;
	height: 100svh;
	background: url('./library/images/top_fv.jpg') no-repeat center center/cover;
	position: relative;
}
.fv::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(library/images/top_fv_pa.png) no-repeat left/contain;
}
.fv_read {
	position: absolute;
	width: fit-content;
	color: #FFF;
	font-size: clamp(24px, 8vw, 48px);
	font-weight: 500;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	bottom: clamp(10px, 7vw, 128px);
	left: clamp(10px, 5vw, 95px);
}
.fv_read h2 {
	font-size: 1em;
}
.fv_read p {
	font-size: 0.375em;
	margin-top: 1.2em;
	font-weight: 400;
}
.top_philosophy {
	background: #F3F3F4;
	position: relative;
	z-index: 1;
}
.top_philosophy::before {
	content: 'Our Philosophy';
	color: #F8F8F8;
	font-family: var(--font-ja-head);
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: clip;
	font-size: clamp(14px, 14.5vw, 280px);
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: 3.5vw;
	z-index: -1;
}
.mid01 {
	font-size: clamp(32px, 9vw, 80px);
	font-family: var(--font-ja-head);
	margin-bottom: 1.2em;
}
.mid01_en {
	font-size: 1em;
	color: #D6D6DA;
}
.mid01_ja {
	font-size: clamp(18px, 0.3125em, 24px);
	color: var(--font-color);
}
.white_mid01_ja {
	color: #fff;
}
.top_philosophy_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_philosophy_wrapper_read {
	width: min(440px, 35%);
}
.toppage_en .top_philosophy_wrapper_read {
	width: min(600px, 45%);
}
.toppage_en .top_philosophy_wrapper_read img {
	width: min(440px, 100%);
}
.top_philosophy_wrapper_read h3 {
	font-size: clamp(20px, 2.8vw, 40px);
	margin-bottom: 0.8em;
	font-family: var(--font-ja-head);
	line-height: 1.5em;
}
.top_philosophy_wrapper_read img {
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.top_philosophy_wrapper_detail {
	width: min(640px, 60%);
}
.toppage_en .top_philosophy_wrapper_detail {
	width: min(640px, 50%);
}
.top_service {
	background: #fff;
	position: relative;
	z-index: 1;
}
.top_service::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: url(library/images/top_service_bg.jpg) no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.top_service::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: linear-gradient(135deg, #5F89C3, #162B53);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0.8;
}
.top_service_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	gap: 1px;
	background: #D9DADD;
}
.top_service_list::after {
	content: '';
	display: block;
	background: #fff;
	display: grid;
	grid-row: span 2;
}
.top_service_list_item {
	padding: clamp(16px, 2.6vw, 50px);
	background: #fff;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	font-size: clamp(16px, 1.9vw, 24px);
}
.top_service_list_item_title {
	padding-bottom: 1em;
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #313346;
}
.top_service_list_item_title h3 {
	font-size: 1em;
	font-family: var(--font-ja-head);
	color: var(--main-color);
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px rgba(49, 51, 70, 0.5);
	overflow-wrap: normal;
	text-align: left;
	font-weight: 600;
}
.top_service_list_item_title h3 span {
	display: block;
	font-size: clamp(12px, 0.65em, 16px);
	margin-top: 5px;
	color: #9798A2;
	font-weight: 400;
}
.top_service_list_item_title h3 em {
	font-style: normal;
	font-size: 0.625em;
	display: inline-block;
}
.top_service_list_item_title::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 1.25em;
}
.top_service_list_item_title.adviser::before {
	background-image: url(library/images/top_service_adviser.png);
}
.top_service_list_item_title.lens::before {
	background-image: url(library/images/top_service_lens.png);
}
.top_service_list_item_title.tax::before {
	background-image: url(library/images/top_service_tax.png);
}
.top_service_list_item_title.group::before {
	background-image: url(library/images/top_service_group.png);
}
.top_service_list_item_title.support::before {
	background-image: url(library/images/top_service_support.png);
}
.top_service_list_item_title.international::before {
	background-image: url(library/images/top_service_international.png);
}
.top_service_list_item_title.ele::before {
	background-image: url(library/images/top_service_ele.png);
}
.top_service_list_item p {
	font-size: 16px;
}
.top_profile {
	background: #F3F3F4 url(library/images/top_profile_bg.png) no-repeat left bottom/cover;
}
.center_mid01 {
	text-align: center;
}
.top_profile .center_mid01 {
	padding-top: 0.1em;
	border-top: solid 1px rgba(49, 51, 70, 0.15);
	padding-bottom: 0.3em;
	border-bottom: solid 1px rgba(49, 51, 70, 0.15);
}
.top_profile_wrapper {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	padding: clamp(16px, 5.5vw, 80px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(100%, 1200px);
	margin: 0 auto;
}
.top_profile_wrapper_img {
	width: clamp(200px, 30vw, 350px);
}
.top_profile_wrapper_read {
	width: calc(100% - clamp(200px, 30vw, 350px) - 0px - 2.1vw);
}
.top_profile_wrapper_read h3 {
	font-size: 28px;
	font-family: var(--font-ja-head);
	line-height: 1.2em;
}
.top_profile_wrapper_read h3 span {
	font-size: 16px;
	display: block;
	font-family: var(--font-ja);
}
.top_profile_wrapper_read h3 em {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
}
.top_profile_wrapper_read_num {
	background: #E7E7EA;
	text-align: center;
	padding: 0em 0.5em;
	width: fit-content;
	margin-top: 0.5em;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.top_profile_wrapper_read_histrory {
	margin-top: 2em;
}
.mid02 {
	padding-left: 0.9em;
	font-size: 20px;
	position: relative;
	font-weight: 600;
}
.mid02::before {
	content: '';
	width: 3px;
	height: 100%;
	background: linear-gradient(to bottom, #5CB0C4, #162B53);
	position: absolute;
	left: 0;
	top: 0;
}
.top_profile_wrapper_read_histrory ol {
	margin-top: 22px;
	padding-top: 20px;
	border-top: solid 1px rgba(49, 51, 70, 0.1);
}
.top_profile_wrapper_read_histrory ol {
	list-style: none;
	/* margin: 0; */
	padding-left: 0;
}
.top_profile_wrapper_read_histrory ol li {
	position: relative;
	padding-left: 20px;
	position: relative;
}
.top_profile_wrapper_read_histrory ol li:not(:last-of-type) {
	padding-bottom: 1em;
}
.top_profile_wrapper_read_histrory ol li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: linear-gradient(to bottom, #5CB0C4, #162B53);
	z-index: 1;
}
.top_profile_wrapper_read_histrory ol li:not(:last-of-type):after {
	content: '';
	position: absolute;
	left: 3px;
	top: 10px;
	width: 2px;
	height: 100%;
	background-image: repeating-linear-gradient(to bottom, #CFCFCF 0 3px, transparent 3px 5px);
	z-index: 0;
	pointer-events: none;
}
.top_profile_wrapper_read_histrory ol li span {
	font-family: var(--font-ja-head);
	display: block;
	color: var(--font-color);
	font-size: 16px;
}
.top_profile_wrapper_read_histrory ol li p {
	color: #4C4D55;
}
.hyo01 dl {
	display: flex;
	flex-wrap: wrap;
}
.hyo01 dl dt {
	width: 30%;
	width: clamp(110px, 20%, 200px);
	border-bottom: solid 1px rgba(49, 51, 70, 0.5);
}
.hyo01 dl dt:first-of-type {
	border-top: solid 1px rgba(49, 51, 70, 0.5);
}
.hyo01 dl dd {
	width: 70%;
	width: calc(100% - clamp(110px, 20%, 200px) - 0px);
	border-bottom: solid 1px rgba(49, 51, 70, 0.1);
}
.hyo01 dl dd:first-of-type {
	border-top: solid 1px rgba(49, 51, 70, 0.1);
}
.hyo01 dl dt,
.hyo01 dl dd {
	padding: 24px 16px;
}
.top_office .hyo01 {
	width: min(100%, 800px);
	margin-left: auto;
}
.top_contact {
	background: #F3F3F4;
	position: relative;
	z-index: 1;
}
.top_contact::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: url(library/images/top_contact_bg.jpg) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.top_contact::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: linear-gradient(135deg, #5F89C3, #162B53);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0.8;
}
.top_contact .mid01 {
	width: min(100%, 1000px);
	margin: 0 auto 1.2em;
}
.top_contact_box {
	background: #FFFFFF;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	padding: clamp(16px, 8vw, 80px) clamp(16px, 9vw, 100px);
	width: min(100%, 1000px);
	margin: 0 auto;
	font-family: var(--font-ja-head);
}
.toppage_en p,
.toppage_en li,
.toppage_en dd {
	text-align: unset;
}
.toppage_en .wpcf7 dt span {
	background: unset;
	color: #C4322C;
	font-size: 13px;
	margin-left: 5px;
	padding: 0;
	border-radius: 0;
	font-weight: 900;
}
.shonin {
	font-family: var(--font-ja-head);
}
/* 
 contact
----------------------------------------------------------- */
.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: var(--main-color) !important;
}
.cont_list li:nth-of-type(2) {
	margin: 0 2%;
}
.wpcf7 dl,
.mw_wrap dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 24px 0;
	border-bottom: solid 1px #EDEDED;
}
.wpcf7 dl:first-of-type,
.mw_wrap dl:first-of-type {
	border-top: solid 1px #EDEDED;
}
.wpcf7 dt,
.mw_wrap dt {
	width: clamp(170px, 30%, 200px);
	margin-bottom: 3px;
}
.wpcf7 dt span,
.mw_wrap dt span {
	background: #C4322C;
	color: #FFF;
	border-radius: 3px;
	font-size: 13px;
	padding: 1px 6px;
	margin-left: 10px;
}
.wpcf7 dd,
.mw_wrap dd {
	width: calc(100% - clamp(170px, 30%, 200px) - 0px);
	max-width: 520px;
}
.required_txt {
	color: #C84545;
	font-family: var(--font-ja-head);
}
.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;
	display: block;
	margin-bottom: 5px;
}
.wpcf7-date {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn,
.mw_wrap .subbtn {
	width: fit-content;
	margin: clamp(20px, 1.6vw, 30px) auto 0;
	font-family: var(--font-ja-head);
}
.wpcf7 .flex,
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn,
.mw_wrap .flex .subbtn {
	margin: clamp(20px, 1.6vw, 30px) 15px 0;
}
.subbtn input {
	width: 300px;
	padding: 10px;
	color: #FFF;
	border-style: none;
	background: linear-gradient(to right, #5CB0C4, #162B53);
	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: var(--mainsub-color);
	color: var(--font-color);
}
.wpcf7-text,
.mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7-select,
.mw_select,
.wpcf7-file,
.me_file {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	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 #ccc;
	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: clamp(20px, 1.6vw, 30px) 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input,
.mw_wrap .flex .subbtn:first-of-type input {
	background-color: #cccccc;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.wpcf7-spinner {
	display: none;
}
.priva {
	font-size: 14px;
}
.priva p {
	text-align: left;
}
.priva h3 {
	font-size: 16px;
	font-weight: 600;
	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 #ccc;
	background: #FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2B1A02;
	font-size: 14px;
	font-weight: 500;
}
.privabtn {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control-wrap:not(:first-of-type) {
	margin-top: 10px;
}
.midbox {
	margin-top: 24px;
}
/* 
 foot
----------------------------------------------------------- */
.footer {
	background-color: #313346;
	color: #A4A5BC;
}
.footer a {
	transition: all ease 0.5s;
	font-family: var(--font-ja-head);
}
.footer a:hover {
	opacity: 0.7;
}
.footer .inner {
	padding: 65px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
	width: min(90%, 1000px);
}
.footer .inner p {
	line-height: 1.5;
}
.footer .info .logo_box {
	padding: 1.5rem 2rem;
	background-color: #404257;
	width: fit-content;
	margin-bottom: 1.5rem;
}
.footer .info .logo_box img {
	width: clamp(180px, 30vw, 250px);
}
.footer .info address {
	font-style: normal;
	margin-bottom: 1.5rem;
	line-height: 1.8;
}
.footer .info .map_link {
	display: inline-block;
	margin-top: 10px;
	color: #D3D4EF;
	text-decoration: underline;
}
.footer .info .map_link::before {
	content: "\f041";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 6px;
	font-size: 1.1em;
	vertical-align: middle;
}
.footer .sitemap {
	display: flex;
	flex-direction: column;
}
.footer .sitemap a {
	color: #A4A5BC;
	font-family: var(--font-ja-head);
}
.footer .sitemap ul {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: fit-content;
	margin-left: auto;
}
.footer .sitemap ul li a::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: radial-gradient(circle at center, #20212B 0%, #9798A2 100%);
	margin-right: 10px;
}
.cop {
	width: 100%;
	padding: 5px;
	background-color: #313346;
	color: #A4A5BC;
	font-size: 14px;
	text-align: center;
	font-family: var(--font-ja-head);
	letter-spacing: 0.09em;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 999;
	text-align: center;
	cursor: pointer;
	display: none;
	border: none;
	transition: all ease 0.5s;
	background-color: transparent;
	width: 50px;
	height: 50px;
}
.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: var(--main-color);
	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: 1001;
}
.sp_close {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 1001;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}
.sp_close.open {
	display: inherit;
}
.spnav .trigger {
	width: 300px;
	height: 100%;
	transition: all ease 0.5s;
	position: fixed;
	top: 0;
	left: -300px;
	overflow-y: scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: linear-gradient(to left, #5CB0C4, #162B53);
}
.spnav .open {
	width: 300px;
	max-width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
.spnav .trigger > p {
	width: 100%;
	padding: 15px;
	text-align: center;
}
.spnav .trigger > p img {
	height: 40px;
	width: auto;
	margin: 0 auto;
}
.spnav .trigger > ul > li:first-child {
	border-top: 1px solid #fff;
}
.spnav .trigger > ul > li {
	border-bottom: 1px solid #fff;
	font-size: 0.9rem;
	transition: all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul > li a,
.spnav .trigger > ul > li p {
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
	color: #fff;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px #fff;
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a {
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span {
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--main-color);
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--main-color);
}
.spnav .trigger > ul > li:last-child {
	border-bottom: 1px solid #fff;
}
.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;
}
.sp_accordionbox {
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	display: none;
}
.sp_accordionbox li a {
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1200px) {
	.navwrap > ul {
		gap: clamp(20px, 2vw, 54px);
	}
}
@media screen and (max-width: 1100px) {
	.pc1100 {
		display: none;
	}
	br.pc1100 {
		display: none;
	}
	.sp1100 {
		display: block;
	}
	br.sp1100 {
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap {
		height: 60px;
		top: 10px;
	}
	.navwrap ul {
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		display: grid;
		place-content: center;
		place-items: center start;
		top: 14px;
		right: 15px;
	}
	.lang_btn.sp1100 {
		position: fixed;
		top: 85px;
		right: 1vw;
		z-index: 1000;
	}
	.lang_btn.sp1100 a {
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(20px);
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-16: 0.9rem;
		--fontsize-15: 14px;
	}
	.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 {
		background: url(library/images/top_fv.jpg) no-repeat 77% center / cover;
	}
	.fv::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(270deg) scaleY(-1);
		transform-origin: center center;
		width: 100vh;
		height: 100vw;
		background: url(library/images/top_fv_pa.png) no-repeat left / contain;
	}
	.mid01 {
		margin-bottom: 2rem;
	}
	.top_philosophy_wrapper {
		flex-direction: column;
		gap: 2rem;
	}
	.top_philosophy_wrapper_read,
	.toppage_en .top_philosophy_wrapper_read {
		width: 100%;
	}
	.toppage_en .top_philosophy_wrapper_read img {
		width: 100%;
	}
	.top_philosophy_wrapper_read img {
		width: 100%;
	}
	.toppage_en .top_philosophy_wrapper_detail {
		width: 100%;
	}
	.top_philosophy_wrapper_read h3 {
		font-size: clamp(20px, 4vw, 40px);
		margin-bottom: 0.3em;
	}
	.top_philosophy_wrapper_detail {
		width: 100%;
	}
	.top_service_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.top_service_list_item {
		font-size: clamp(16px, 3vw, 24px);
	}
	.top_service_list_item p {
		font-size: 14px;
	}
	.top_service_list::after {
		content: none;
	}
	.top_profile_wrapper {
		flex-direction: column;
		gap: 1rem;
	}
	.top_profile_wrapper_img {
		width: 100%;
	}
	.top_profile_wrapper_img img {
		width: 100%;
	}
	.top_profile_wrapper_read {
		width: 100%;
	}
	.top_profile_wrapper_read_histrory ol li span {
		font-size: 14px;
	}
	.top_contact_box {
		padding: clamp(16px, 5vw, 80px) clamp(16px, 5vw, 100px);
	}
	.hyo01 dl dt,
	.hyo01 dl dd {
		padding: 14px 10px;
	}
	.wpcf7 dl,
	.mw_wrap dl {
		padding: 15px 0;
	}
	.wpcf7 dd,
	.mw_wrap dd {
		width: 100%;
		max-width: 100%;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.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;
	}
	.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;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */
	.entry_area .inner {
		padding: 50px 0;
	}
	.entry_fi {
		padding: 30px;
	}
	.entry_fi .birth > p .wpcf7-select {
		width: 130px;
	}
}
@media screen and (max-width:640px) {
	.pc640 {
		display: none;
	}
	br.pc640 {
		display: none;
	}
	.sp640 {
		display: block;
	}
	br.sp640 {
		display: inherit;
	}
	.top_back {
		/* display: none; */
		bottom: 30px;
	}
	.anchor {
		padding-top: 20px;
		margin-top: -20px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.toppage_en .fv_read {
		width: 85%;
	}
	.toppage_en .fv::before {
		background: url(library/images/top_fv_pa.png) no-repeat left / 50svh 100%;
	}
	.hyo01 dl dt,
	.hyo01 dl dd {
		width: 100%;
	}
	.hyo01 dl dt {
		border-bottom: 0;
		padding-bottom: 0;
		font-weight: 600;
	}
	.hyo01 dl dd {
		border-top: 0 !important;
		border-bottom: solid 1px rgba(49, 51, 70, 0.5);
		padding-top: 0;
	}
	.top_service_list_item_title h3 {
		margin-left: 0.5em;
		padding-left: 0.5em;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */
	/* 
	 エントリー
	----------------------------------------------------------- */
	.entry_area .inner {
		padding: 40px 0;
	}
	.entry_fi {
		padding: 20px;
	}
	.entry_fi .birth > p small {
		padding: 0 5px;
	}
	.entry_fi .birth > p .wpcf7-select {
		width: 75px;
	}
	.entry_fi .check .wpcf7-list-item {
		width: 100%;
	}
	/* 
フッター
----------------------------------------------------------- */
	.footer .inner {
		padding: 40px 0;
	}
	.footer .info {
		width: 100%;
	}
	.footer .info .logo_box {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.footer .info .logo_box img {
		width: clamp(180px, 30vw, 250px);
		margin: 0 auto;
	}
	.footer .info address {
		width: fit-content;
		margin-bottom: 0.3rem;
	}
	.footer .sitemap {
		display: none;
	}
}
 #container {
 	background: linear-gradient(135deg, #f8fafc, #eef2f7);
 }
 #main.sub.err {
 	display: flex;
 	align-items: center;
 	justify-content: left;
 	min-height: 80vh;
 	padding: 48px 20px;
 	color: #0f172a;
 	font-family: var(--font-ja-head);
 }
 #main.sub.err .inner {
 	width: 100%;
 	text-align: center;
 	padding: 56px 40px;
 }
 #main.sub.err h2 {
 	font-size: clamp(28px, 5.5vw, 44px);
 	margin: 0 0 12px;
 	color: #0f172a;
 	line-height: 1.05;
 }
 #main.sub.err h2 span {
 	display: inline-block;
 	color: #7c2d12;
 	font-weight: 700;
 	letter-spacing: -0.01em;
 }
 #main.sub.err p {
 	font-size: clamp(15px, 2.4vw, 18px);
 	color: #475569;
 	margin: 12px 0 22px;
 }
 .txt_link {
	margin-top: 10px;
	display: block;
 }
 @media (max-width:600px) {
 	#main.sub.err .inner {
 		padding: 28px 18px;
 	}
 	a.txt_link {
 		font-size: 15px;
 	}
 }