@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap');
/*
Theme Name: AI
Theme URI: null
Description: Description
Author: 81bridge - QP
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	opacity: 0.6;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
}
#main {
	padding-top: 140px;
	display: block;
	position: relative;
	z-index: 2;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	body.fixed {
		overflow-y: scroll;
	}
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#main {
		padding-top: 50px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 21px 104px 13px 76px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#gHeader.on {
	transform: translateY(-95px);
	opacity: 0;
}
#gHeader h1 {
	width: 39px;
}
#gHeader h1 a {
	opacity: 1;
}
#gHeader h1 .blue {
	display: none;
}
#gHeader .hBtnBox {
	padding-bottom: 8px;
	display: flex;
	align-items: center;
}
#gHeader .hBtnBox .hShoppingBtn {
	margin-left: 26px;
	width: 26px;
}
#gHeader .hBtnBox .hShoppingBtn a {
	display: block;
}
#gHeader .hBtnBox .hShoppingBtn a .blue {
	display: none;
}
.langList {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}
.langList li {
	margin-right: 9px;
	transition: ease 0.3s;
}
.langList li:first-child {
	margin-right: 18px;
}
.langList li:last-child {
	margin-right: 0;
}
.langList li a {
	padding-bottom: 1px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	transition: ease 0.3s;
}
.langList li .ja {
	font-size: 1.1rem;
}
.langList li .en {
	font-size: 1rem;
}
.langList li.current a {
	color: #001650;
	background-color: #fff;
}
#gHeader .hBtnBox .langList {
	margin-bottom: 2px;
}
.menu {
	width: 35px;
	height: 21px;
	position: fixed;
	top: 33px;
	right: 39px;
	z-index: 105;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.menu.hide {
	transform: translateY(-95px);
	opacity: 0;
}
.menu:hover {
	opacity: 0.6;
}
.menu span {
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
	position: absolute;
	background: #fff;
	transition: ease 0.3s;
}
.menu span:nth-child(2) {
	width: 75%;
	top: 10px;
}
.menu span:nth-child(3) {
	width: 50%;
	top: 20px;
}
.menu.on span {
	width: 100%;
	background: #001650;
}
.menu.on span:nth-child(1) {
	transform: translateX(0) translateY(10px) rotate(33deg);
}
.menu.on span:nth-child(2) {
	opacity: 0;
}
.menu.on span:nth-child(3) {
	transform: translateX(0) translateY(-10px) rotate(-33deg);
}
.menuBox {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	overflow-y: auto;
	z-index: 100;
	transition: all 0.6s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.menuBox.on {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.scroll #gHeader {
	background: #fff;
}
.scroll #gHeader h1 .blue {
	display: block;
}
.scroll #gHeader h1 .white {
	display: none;
}
.scroll #gHeader .hBtnBox .hShoppingBtn a .blue {
	display: block;
}
.scroll #gHeader .hBtnBox .hShoppingBtn a .white {
	display: none;
}
.scroll .langList li {
	color: #001650;
}
.scroll .langList li a {
	color: #001650;
	border-color: #001650;
}
.scroll .langList li.current a {
	color: #fff;
	background-color: #001650;
}
.scroll .menu span {
	background-color: #001650;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 18px 89px 12px 25px;
	}
	#gHeader h1 {
		width: 28px;
	}
	#gHeader .hBtnBox {
		padding-bottom: 0;
		display: block;
	}
	#gHeader .hBtnBox .hShoppingBtn {
		margin-left: 0;
		width: 36px;
	}
	.menu {
		top: 27px;
		right: 25px;
	}
	.menu:hover {
		opacity: 1;
	}
	#gNavi .langList {
		color: #001650;
	}
	.langList {
		margin-right: -10px;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
		color: #001650;
		font-size: 1.3rem;
	}
	.langList li {
		margin-right: 13px;
	}
	.langList li:first-child {
		margin: 0 0 7px;
		width: 100%;
	}
	.langList li:last-child {
		margin-right: 0;
	}
	.langList li a {
		width: 39px;
		height: 39px;
		color: #001650;
		font-size: 1.3rem;
		border-color: #001650;
	}
	.langList li .ja {
		font-size: 1.5rem;
	}
	.langList li .en {
		font-size: 1.4rem;
	}
	.langList li.current a {
		color: #fff;
		background-color: #001650;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-left: auto;
	padding: 100px 118px 100px 136px;
	width: 812px;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
}
#gNavi .logo {
	margin: 0 auto 97px;
	padding-right: 19px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
#gNavi .logo img {
	width: 76px;
}
#gNavi .naviList {
	width: 40.6%;
}
#gNavi .naviList li {
	margin-bottom: 48px;
}
#gNavi .naviList li:last-child {
	margin-bottom: 0;
}
#gNavi .naviList li a {
	display: block;
	color: #001650;
	letter-spacing: 0.02em;
}
#gNavi .naviList li a .txt {
	display: block;
	background: url("img/common/icon03.png") no-repeat right bottom 4px / 5px;
}
#gNavi .naviList li a .en {
	display: block;
	font-size: 1.4rem;
}
#gNavi .naviList li a.blank .txt::after {
	margin-left: 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: -1px;
	background: url("img/common/icon04.png") no-repeat center center / 100%;
	content: "";
}
#gNavi .naviList li.line {
	margin-top: 135px;
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 72px 40px;
		width: 272px;
		display: block;
		border: 0;
	}
	#gNavi .logo {
		display: none;
	}
	#gNavi .naviList {
		margin-bottom: 13px;
		width: auto;
	}
	#gNavi .naviList li {
		margin-bottom: 11px;
	}
	#gNavi .naviList li:last-child {
		margin-bottom: 0;
	}
	#gNavi .naviList li a .txt {
		padding-right: 15px;
		background-size: 4px;
		background-position: right 6px bottom 5px;
	}
	#gNavi .naviList li a .en {
		font-size: 1.1rem;
	}
	#gNavi .naviList li a.blank {
		padding-top: 7px;
	}
	#gNavi .naviList li a.blank .txt::after {
		margin-left: 3px;
		width: 13px;
		height: 13px;
		vertical-align: -1px;
	}
	#gNavi .naviList li.link01 {
		margin-top: 47px;
	}
	#gNavi .naviList li.line {
		margin-top: 18px;
	}
}
@media all and (max-width: 359px) {
	#gNavi {
		padding-left: 23px;
		padding-right: 23px;
		width: 242px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 2px 5px 5px;
	border-top: 1px solid #DBD8D8;
	border-bottom: 1px solid #DBD8D8;
}
#pagePath ul {
	margin: 0 auto;
	width: 1150px;
}
#pagePath li {
	margin-right: 6px;
	padding-right: 17px;
	display: inline-block;
	position: relative;
	color: #707070;
	font-size: 1.4rem;
	line-height: 1.3;
}
#pagePath li::after {
	content: '';
	margin-top: 1px;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("img/common/icon08.png") no-repeat right center / 6px;
}
#pagePath li:last-child::after {
	display: none;
}
#pagePath li a {
	color: #707070;
}
#pagePath li:first-child a img {
	vertical-align: -2px;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 3px 22px 6px;
	}
	#pagePath ul {
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	z-index: 1;
	background: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 73px 0 34px;
	width: 1110px;
}
#gFooter .fNaviBox {
	margin-bottom: 56px;
	align-items: center;
}
#gFooter .fLogo {
	width: 231px;
}
#gFooter .fLogo a {
	opacity: 1;
}
#gFooter .fNavi {
	flex: 1;
}
#gFooter .fNavi .fNaviList {
	margin-right: 104px;
	width: 226px;
}
#gFooter .fNavi .fNaviList li {
	margin-bottom: 29px;
}
#gFooter .fNavi .fNaviList li:last-child {
	margin-bottom: 0;
}
#gFooter .fNavi .fNaviList li a {
	display: block;
	color: #001650;
	letter-spacing: 0.02em;
	background: url("img/common/icon03.png") no-repeat right bottom 4px / 5px;
}
#gFooter .fNavi .fNaviList li a .en {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
#gFooter .fNavi .fNaviList li a.blank .txt {
	display: block;
}
#gFooter .fNavi .fNaviList li a.blank .txt::after {
	margin-left: 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat center center / 100%;
	content: "";
}
#gFooter .fLinkList {
	margin: 0 5px;
	justify-content: flex-end;
	align-items: center;
}
#gFooter .fLinkList li {
	margin-right: 41px;
}
#gFooter .fLinkList li:last-child {
	margin-right: 0;
}
#gFooter .fLinkList li a {
	display: block;
}
#gFooter .fLinkList li a span {
	margin-top: 6px;
	padding-right: 18px;
	display: block;
	color: #001650;
	letter-spacing: 0.02em;
	background: url("img/common/icon03.png") no-repeat right center / 5px;
}
#gFooter address {
	padding: 20px 120px 27px 20px;
	color: #fff;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.02em;
	background: #000C2C;
}
@media all and (max-width: 896px) {
	#gFooter .fBox {
		padding: 23px 20px 18px;
		width: auto;
	}
	#gFooter .fNaviBox {
		margin-bottom: 19px;
		padding-bottom: 30px;
		border-bottom: 1px solid #001650;
	}
	#gFooter .fLogo {
		padding: 1px 23px 0 0;
		width: 41.6%;
		text-align: center;
		box-sizing: border-box;
	}
	#gFooter .fLogo img {
		width: 50px;
	}
	#gFooter .fNavi {
		display: block;
	}
	#gFooter .fNavi .fNaviList {
		margin: 0 0 11px;
		width: auto;
	}
	#gFooter .fNavi .fNaviList:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi .fNaviList li {
		margin-bottom: 10px;
	}
	#gFooter .fNavi .fNaviList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fNavi .fNaviList li a {
		font-size: 1.3rem;
		background-size: 4px;
		background-position: right 4px bottom 3px;
	}
	#gFooter .fNavi .fNaviList li a .en {
		margin-bottom: 1px;
		font-size: 1.1rem;
	}
	#gFooter .fNavi .fNaviList li a.blank .txt::after {
		margin-left: 12px;
		width: 13px;
		height: 13px;
		vertical-align: -1px;
	}
	#gFooter .fLinkList {
		margin: -11px 0 0;
		min-height: 60px;
		padding-right: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		box-sizing: border-box;
	}
	#gFooter .fLinkList li {
		margin: 11px 38px 0 0;
	}
	#gFooter .fLinkList li:last-child {
		margin-right: 0;
	}
	#gFooter .fLinkList .line {
		margin: 0;
		width: auto;
		position: absolute;
		right: 13px;
		top: 11px;
	}
	#gFooter .fLinkList li a span {
		margin-top: 0;
		padding-right: 16px;
		font-size: 1.3rem;
		background-size: 4px;
	}
	#gFooter address {
		padding: 16px 10px 19px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fLogo {
		width: 35%;
		padding-right: 15px;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/* font */
.notoserif {
	font-family: 'Noto Serif JP', serif;
}
.notosans {
	font-family: 'Noto Sans JP', sans-serif;
}
.cinzel {
	font-family: 'Cinzel', serif;
}
/* fade*/
.fadeUp {
	opacity: 0;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.fadeUp.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1150px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 20px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 a {
	box-sizing: border-box;
	padding: 5px 0;
	min-width: 138px;
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	overflow: hidden;
	opacity: 1;
}
.comBtn01 a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	content: "";
}
.comBtn01 a .txt {
	margin-right: 19px;
	display: block;
	position: relative;
}
.comBtn01 a .txt::before {
	content: attr(data-text);
	position: absolute;
	top: 130%;
	left: 0;
	opacity: 0;
	display: block;
	transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comBtn01 a .txt span {
	display: block;
	transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comBtn01 a .arrow {
	margin: 4px 2px 0 0;
	width: 5px;
	font-size: 0;
}
.comBtn01.blue a {
	color: #001650;
}
.comBtn01.blue a::before {
	background: #001F7A;
}
@keyframes mo_arrow {
	40%, 50% {
		opacity: 0
	}
	43% {
		transform: translateX(105%) scaleY(0.1)
	}
	44%, 50% {
		transform: translateX(-145%) scaleY(0.1)
	}
	100% {
		transform: translateX(0) scaleY(1)
	}
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover .txt::before {
		opacity: 1;
		transform: translate3d(0, -130%, 0)
	}
	.comBtn01 a:hover .txt span {
		opacity: 0;
		transform: translate3d(0, -130%, 0)
	}
	.comBtn01 a:hover .arrow {
		animation: mo_arrow 800ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 a {
		font-size: 1.3rem;
		letter-spacing: 0.2em;
	}
	.comBtn01 a .txt {
		margin-right: 10px;
	}
	.comBtn01 a .arrow {
		margin-top: 2px;
	}
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	margin: 0 auto 211px;
	width: 533px;
}
.comBtn02 a {
	padding: 34px 30px 33px;
	display: block;
	text-align: center;
	color: #001650;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	background: #fff url("img/common/icon09.png") no-repeat right 31px center / 8px;
	border: 1px solid #001650;
	transition: all ease 0.3s;
	opacity: 1;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		color: #fff;
		background-image: url("img/common/icon10.png");
		background-color: #001650;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 {
		margin-bottom: 69px;
		width: 296px;
		max-width: 100%;
	}
	.comBtn02 a {
		padding: 15px 30px 16px;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding-top: 70px;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("img/indigo/page_title_bg.jpg") no-repeat center center / cover;
	box-sizing: border-box;
}
.pageTitle h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 400;
}
.pageTitle h2 .logo {
	margin-bottom: 44px;
	display: block;
}
.pageTitle h2 .en {
	margin-bottom: 16px;
	padding-left: 0.6em;
	display: block;
	font-size: 3.8rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 0 10px 57px;
		height: 665px;
		background-image: url("img/indigo/sp_page_title_bg.jpg");
	}
	.pageTitle h2 {
		font-size: 1.8rem;
	}
	.pageTitle h2 .logo {
		margin-bottom: 28px;
		display: block;
	}
	.pageTitle h2 .logo img {
		width: 59px;
	}
	.pageTitle h2 .en {
		margin-bottom: 7px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 102px;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 55px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 44px;
	text-align: center;
	color: #001650;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 22px;
		font-size: 2rem;
		line-height: 1.7;
	}
}
/*------------------------------------------------------------
	comTopTxt
------------------------------------------------------------*/
.comTopTxt {
	margin-bottom: 163px;
	font-weight: 400;
	line-height: 2.375;
}
@media all and (max-width: 896px) {
	.comTopTxt {
		margin-bottom: 75px;
		line-height: 2.14;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox:not(:last-child) {
	margin-bottom: 210px;
}
.comImgBox .textBox {
	padding-top: 3px;
	width: calc(50% - 132px);
	box-sizing: border-box;
}
.comImgBox .textBox .innerBox {
	width: 444px;
	margin-left: auto;
}
.comImgBox .textBox .headLine02 {
	text-align: left;
	line-height: 1.4375;
	letter-spacing: 0.08em;
}
.comImgBox .textBox p {
	line-height: 2.375;
}
.comImgBox .photoBox {
	width: calc(50% + 38px);
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox.imgLeft .textBox {
	order: 1;
}
.comImgBox.imgLeft .textBox .innerBox {
	margin-left: 0;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin: 0 20px;
		display: block;
	}
	.comImgBox:not(:last-child) {
		margin-bottom: 57px;
	}
	.comImgBox .textBox {
		margin-bottom: 25px;
		padding-top: 0;
		width: auto;
	}
	.comImgBox .textBox .innerBox {
		width: auto;
		margin-left: 0;
	}
	.comImgBox .textBox .headLine02 {
		text-align: center;
		line-height: 1.7;
	}
	.comImgBox .textBox p {
		line-height: 2.142;
	}
	.comImgBox .photoBox {
		width: auto;
	}
}
@media all and (max-width: 359px) {
	.comImgBox .textBox .headLine02 {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comMovieBox
------------------------------------------------------------*/
.comMovieBox {
	padding: 150px 0 192px;
	color: #fff;
	background: #000C2C;
}
.comMovieBox .movie {
	margin: 0 auto;
	width: 762px;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comMovieBox {
		padding: 62px 0 88px;
	}
	.comMovieBox .movie {
		width: auto;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox {
	padding: 125px 0 117px;
	background: #000;
}
.comLinkBox .linkList {
	margin: 0 auto;
	width: 1092px;
}
.comLinkBox .linkList li {
	width: 491px;
}
.comLinkBox .linkList li .photo {
	margin-bottom: 13px;
}
.comLinkBox .linkList li .comBtn01 a {
	min-width: 148px;
	letter-spacing: 0.2em;
}
.comLinkBox .linkList li .comBtn01 a .txt {
	margin-right: 6px;
}
@media all and (max-width: 896px) {
	.comLinkBox {
		padding: 45px 20px 48px;
	}
	.comLinkBox .linkList {
		width: auto;
		display: block;
	}
	.comLinkBox .linkList li {
		margin-bottom: 50px;
		width: auto;
	}
	.comLinkBox .linkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkBox .linkList li .photo {
		margin-bottom: 8px;
	}
	.comLinkBox .linkList li .comBtn01 a {
		min-width: 138px;
	}
	.comLinkBox .linkList li .comBtn01 a .txt {
		margin-right: 16px;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index .mainVisual {
	width: 100%;
	height: 100vh;
	position: relative;
	transition: 0.4s;
}
#index .mainVisual .mainImg {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
	transition: 0.4s;
}
#index .mainVisual .mainImg .slider {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#index .mainVisual .mainImg .slider li {
	width: 100%;
	height: 100vh;
	position: relative;
	vertical-align: top;
}
#index .mainVisual .mainImg .slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .mainVisual .mainImg .slider li {
	transform: scale(1.25);
	transition: transform 9000ms linear;
}
#index .mainVisual .mainImg .slider li.active {
	transform: scale(1);
}
#index .mainVisual .textBox {
	box-sizing: border-box;
	position: absolute;
	top: 56%;
	right: 20.65%;
	transform: translateY(-50%);
	z-index: 10;
}
#index .mainVisual .text01 {
	margin-bottom: 84px;
	position: relative;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 5.6rem;
	letter-spacing: 0.42em;
}
#index .mainVisual .text01 span {
	display: block;
	text-align: left;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#index .mainVisual .text01::after {
	width: 1px;
	height: 81px;
	position: absolute;
	left: 50%;
	bottom: -53px;
	background: #fff;
	content: "";
}
#index .mainVisual .text02 {
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	line-height: 2.235;
}
#index .mainVisual .bgCover {
	width: 100%;
	height: 999999px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #000C2C;
	mix-blend-mode: multiply;
}
#index #main {
	padding-top: 0;
}
#index #main .sec01 {
	padding-top: 137px;
	position: relative;
	color: #fff;
}
#index #main .sec01 .content {
	width: 95%;
	max-width: 1396px;
}
#index #main .sec01 .imgBox .textBox {
	box-sizing: border-box;
	margin-top: 5px;
	width: 48%;
}
#index #main .sec01 .imgBox .textBox .innerBox {
	margin-left: auto;
	max-width: 565px;
}
#index #main .sec01 .imgBox .textBox p {
	margin-bottom: 11px;
	font-size: 1.8rem;
	letter-spacing: 0.44em;
	line-height: 3.68;
	text-align: left;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#index #main .sec01 .imgBox .textBox .comBtn01 {
	margin-left: 20px;
}
#index #main .sec01 .imgBox .textBox .comBtn01 a {
	letter-spacing: 0.2em;
}
#index #main .sec01 .imgBox .photoBox {
	width: 48.8%;
}
#index #main .sec01 .imgBox .photoBox img {
	width: 100%;
}
#index #main .sec01 .photo01 {
	margin-top: -14px;
	width: 452px;
	margin-left: auto;
}
#index #main .sec01 .photo02 {
	width: calc(50% - 91px);
	max-width: 917px;
	position: absolute;
	right: calc(50% + 91px);
	bottom: -112px;
}
#index #main .sec01 .photo02 img {
	width: 100%;
}
#index #main .sec02 {
	padding: 252px 0 174px;
	background: #F5F6F7;
}
#index #main .sec02 .logo {
	margin: 0 auto 49px;
	width: 159px;
}
#index #main .sec02 p {
	text-align: center;
	color: #001650;
	font-size: 1.8rem;
	line-height: 3.333;
	letter-spacing: 0.2em;
}
#index #main .sec03 {
	box-sizing: border-box;
	padding: 305px 0;
	min-height: 948px;
	background: url("img/index/bg01.jpg") no-repeat center top / cover;
}
#index #main .sec03 .content {
	width: 1174px;
}
#index #main .sec03 .inner {
	width: 374px;
	margin-left: auto;
}
#index #main .sec03 p {
	margin-bottom: 42px;
	color: #001650;
	font-size: 1.8rem;
	line-height: 3.333;
	letter-spacing: 0.2em;
}
#index #main .sec03 .comBtn01 {
	margin-left: 10px;
}
#index #main .sec03 .comBtn01 a {
	letter-spacing: 0.1em;
}
#index #main .newsBox {
	padding: 116px 0 188px;
	color: #fff;
	background: #000000;
}
#index #main .newsBox .headLine01 {
	margin-bottom: 84px;
}
#index #main .newsBox .newsList {
	margin: -50px 0 55px;
}
#index #main .newsBox .newsList::after {
	width: 347px;
	content: "";
}
#index #main .newsBox .newsList li {
	margin-top: 50px;
	width: 347px;
}
#index #main .newsBox .newsList li a {
	display: block;
	color: #fff;
}
#index #main .newsBox .newsList li .photo {
	margin-bottom: 17px;
}
#index #main .newsBox .newsList li .photo span {
	display: block;
	padding-bottom: 64.265%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#index #main .newsBox .newsList li p {
	margin-bottom: 6px;
	letter-spacing: 0.02em;
	font-weight: 400;
}
#index #main .newsBox .newsList li p .tag {
	margin-right: 8px;
	padding: 1px;
	min-width: 92px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
}
#index #main .newsBox .newsList li p .time {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
@media all and (min-width: 897px) and (max-height: 780px) {
	#index .mainVisual .text01 {
		margin-bottom: 10vh;
		font-size: 7vh;
	}
	#index .mainVisual .text01::after {
		height: 10vh;
		bottom: -6.6vh;
	}
	#index .mainVisual .text02 {
		font-size: 2vh;
	}
}
@media all and (min-width: 897px) and (max-height: 540px) {
	#index .mainVisual .textBox {
		top: 60%;
	}
}
@media all and (max-width: 896px) {
	#index .mainVisual .textBox {
		top: 56.5%;
		right: 13.8%;
	}
	#index .mainVisual .text01 {
		margin-bottom: 48px;
		font-size: 3.2rem;
	}
	#index .mainVisual .text01::after {
		height: 60px;
		bottom: -43px;
	}
	#index .mainVisual .text02 {
		font-size: 1.5rem;
		line-height: 2.133;
	}
	#index #main .sec01 {
		padding-top: 32px;
	}
	#index #main .sec01 .content {
		width: auto;
		max-width: inherit;
	}
	#index #main .sec01 .imgBox {
		margin-bottom: 24px;
		display: block;
	}
	#index #main .sec01 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#index #main .sec01 .imgBox .textBox .innerBox {
		margin: 0 auto;
		max-width: 375px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#index #main .sec01 .imgBox .textBox p {
		margin-bottom: 16px;
		font-size: 1.4rem;
		letter-spacing: 0.43em;
		line-height: 3.14;
	}
	#index #main .sec01 .imgBox .textBox .comBtn01 {
		margin-left: 0;
		width: 100%;
	}
	#index #main .sec01 .imgBox .photoBox {
		width: 107px;
		margin: -124px -20px 0 auto;
	}
	#index #main .sec01 .photo01 {
		margin: 0 12px 0 auto;
		width: 96px;
	}
	#index #main .sec01 .photo02 {
		width: 56.27%;
		max-width: 211px;
		right: auto;
		left: -23px;
		bottom: -54px;
	}
	#index #main .sec02 {
		padding: 137px 0 97px;
	}
	#index #main .sec02 .logo {
		margin-bottom: 31px;
		width: 84px;
	}
	#index #main .sec02 p {
		font-size: 1.4rem;
		line-height: 2.14;
		letter-spacing: 0.1em;
	}
	#index #main .sec03 {
		padding: 0;
		min-height: inherit;
		background: #F5F6F7;
	}
	#index #main .sec03 .photo img {
		width: 100%;
	}
	#index #main .sec03 .inner {
		padding: 66px 0 87px;
		width: auto;
		margin: 0;
	}
	#index #main .sec03 p {
		margin-bottom: 47px;
		text-align: center;
		font-size: 1.4rem;
		line-height: 2.142;
		letter-spacing: 0.1em;
	}
	#index #main .sec03 .text01 {
		margin-bottom: 34px;
	}
	#index #main .sec03 .comBtn01 {
		margin-left: 0;
	}
	#index #main .sec03 .comBtn01 a {
		letter-spacing: 0.02em;
	}
	#index #main .newsBox {
		padding: 60px 0 80px;
	}
	#index #main .newsBox .headLine01 {
		margin-bottom: 43px;
	}
	#index #main .newsBox .newsList {
		margin: 0 1px 38px;
		display: block;
	}
	#index #main .newsBox .newsList::after {
		display: none;
	}
	#index #main .newsBox .newsList li {
		margin: 0 0 36px;
		width: auto;
	}
	#index #main .newsBox .newsList li:last-child {
		margin-bottom: 0;
	}
	#index #main .newsBox .newsList li .photo span {
		padding-bottom: 62.65%;
	}
	#index #main .newsBox .newsList li p {
		margin: 0 5px 6px;
	}
	#index #main .newsBox .newsList li p .tag {
		margin-right: 7px;
		min-width: 87px;
		font-size: 1.2rem;
	}
	#index #main .newsBox .newsList li p .time {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 896px) and (max-height: 520px) {
	#index .mainVisual .text01 {
		margin-bottom: 9vh;
		font-size: 6vh;
	}
	#index .mainVisual .text01::after {
		height: 10vh;
		bottom: -7.5vh;
	}
	#index .mainVisual .text02 {
		font-size: 2.8vh;
	}
}
/*------------------------------------------------------------
	indigo
------------------------------------------------------------*/
#indigo #main .japanBlue {
	margin-bottom: 260px;
}
#indigo #main .japanBlue .ttlBox {
	box-sizing: border-box;
	margin-bottom: 56px;
	padding-bottom: 110px;
	height: 764px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url("img/indigo/photo01.jpg") no-repeat center center / cover;
}
#indigo #main .japanBlue .ttlBox::after {
	width: calc(50% + 698px);
	max-width: 95%;
	height: 178px;
	position: absolute;
	right: 0;
	bottom: -1px;
	background: #fff;
	content: '';
}
#indigo #main .japanBlue .ttlBox h3 {
	position: relative;
	color: #fff;
	font-weight: 400;
	font-size: 10.3rem;
	letter-spacing: 0.2em;
}
#indigo #main .japanBlue .ttlBox h3::after {
	margin-left: 37px;
	width: 1px;
	height: 234px;
	position: absolute;
	left: 50%;
	bottom: -253px;
	background: #fff;
	content: '';
}
#indigo #main .comMovieBox {
	padding: 174px 0 213px;
}
@media all and (max-width: 896px) {
	#indigo #main .japanBlue {
		margin-bottom: 76px;
	}
	#indigo #main .japanBlue .ttlBox {
		margin-bottom: 57px;
		padding: 10px 10px 0;
		height: 174px;
		background-image: url("img/indigo/sp_photo01.jpg");
		background-position: center top 10%;
	}
	#indigo #main .japanBlue .ttlBox::after {
		display: none;
	}
	#indigo #main .japanBlue .ttlBox h3 {
		font-size: 3.8rem;
	}
	#indigo #main .japanBlue .ttlBox h3::after {
		display: none;
	}
	#indigo #main .comMovieBox {
		padding: 51px 0 78px;
	}
	#indigo #main .comMovieBox .headLine01 {
		margin-bottom: 43px;
	}
}
/*------------------------------------------------------------
	nature
------------------------------------------------------------*/
#nature .pageTitle {
	background-image: url("img/nature/page_title_bg.jpg");
}
#nature #main .comTopTxt {
	margin-bottom: 176px;
}
#nature #main .comImgBox.mb01 {
	margin-bottom: 291px;
}
#nature #main .comImgBox .textBox .headLine02 {
	margin-right: -0.5em;
}
#nature #main .comImgBox .textBox p {
	font-weight: 400;
}
#nature #main .secBox {
	padding: 174px 0;
	background: #F1F0F5;
}
#nature #main .secBox .headLine02 {
	margin-bottom: 64px;
}
#nature #main .secBox .comTopTxt {
	margin-bottom: 85px;
}
#nature #main .secBox .imgList {
	width: 529px;
}
#nature #main .secBox .imgList li {
	margin-bottom: 62px;
}
#nature #main .secBox .imgList li:last-child {
	margin-bottom: 0;
}
#nature #main .secBox .imgList li .photo {
	margin-bottom: 32px;
}
#nature #main .secBox .imgList li h4 {
	margin-bottom: 14px;
	font-size: 2.3rem;
	font-weight: 500;
	color: #001650;
	letter-spacing: 0.08em;
}
#nature #main .secBox .imgList li p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.714;
}
@media all and (max-width: 896px) {
	#nature .pageTitle {
		background-image: url("img/nature/sp_page_title_bg.jpg");
	}
	#nature #main .headLine02 {
		margin-bottom: 37px;
	}
	#nature #main .comTopTxt {
		margin-bottom: 57px;
	}
	#nature #main .comImgBox:not(:last-child) {
		margin-bottom: 42px;
	}
	#nature #main .comImgBox .textBox {
		margin-bottom: 57px;
	}
	#nature #main .comImgBox.mb01 {
		margin-bottom: 81px;
	}
	#nature #main .comImgBox .textBox .headLine02 {
		margin: 0 0 27px 0;
	}
	#nature #main .secBox {
		padding: 45px 0 65px;
	}
	#nature #main .secBox .headLine02 {
		margin-bottom: 22px;
	}
	#nature #main .secBox .comTopTxt {
		margin-bottom: 43px;
	}
	#nature #main .secBox .listBox {
		display: block;
	}
	#nature #main .secBox .imgList {
		margin-bottom: 48px;
		width: auto;
	}
	#nature #main .secBox .imgList:last-child {
		margin-bottom: 0;
	}
	#nature #main .secBox .imgList li {
		margin-bottom: 48px;
	}
	#nature #main .secBox .imgList li:last-child {
		margin-bottom: 0;
	}
	#nature #main .secBox .imgList li .photo {
		margin-bottom: 16px;
		text-align: center;
	}
	#nature #main .secBox .imgList li h4 {
		margin-bottom: 6px;
		font-size: 1.8rem;
	}
	#nature #main .secBox .imgList li p {
		margin-right: -5px;
		height: auto !important;
	}
}
@media all and (max-width: 359px) {
	#nature #main .comImgBox .textBox .headLine02 {
		margin-left: -5px;
		margin-right: -5px;
	}
}
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#product .pageTitle {
	background-image: url("img/product/page_title_bg.jpg");
}
#product #main .comTopTxt {
	margin-bottom: 150px;
}
#product #main .imgBox {
	margin-bottom: 214px;
	align-items: flex-end;
}
#product #main .imgBox .photoBox {
	width: calc(50% + 58px);
	padding-bottom: 5px;
	overflow: hidden;
	box-sizing: border-box;
}
#product #main .imgBox .photoBox img {
	width: 100%;
}
#product #main .imgBox .photoBox .photo {
	margin: 0 0 22px -9px;
}
#product #main .imgBox .photoBox .phoList {
	max-width: 633px;
	margin-left: auto;
}
#product #main .imgBox .photoBox .phoList li {
	width: 48.3%;
}
#product #main .imgBox .textBox {
	width: calc(50% - 138px);
}
#product #main .imgBox .textBox .textInner {
	max-width: 448px;
}
#product #main .imgBox .textBox .img {
	margin-bottom: 57px;
	width: 267px;
}
#product #main .imgBox .textBox .headLine02 {
	margin-bottom: 33px;
	text-align: left;
	line-height: 1.55;
}
#product #main .imgBox .textBox p {
	margin-bottom: 17px;
	line-height: 2.375;
	font-weight: 400;
}
#product #main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#product #main .imgBox .textBox p a {
	text-decoration: underline;
	color: #001F7A;
}
#product #main .imgBox .textBox .text01 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 2.63;
}
#product #main .imgRight {
	flex-direction: row-reverse;
}
#product #main .imgRight .photoBox {
	padding-bottom: 3px;
}
#product #main .imgRight .photoBox .photo {
	margin: 0 0 23px;
}
#product #main .imgRight .photoBox .phoList {
	margin-left: 0;
}
#product #main .imgRight .textBox {
	width: calc(50% - 128px);
}
#product #main .imgRight .textBox .textInner {
	margin-left: auto;
}
#product #main .bottomPhoto img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#product .pageTitle {
		background-image: url("img/product/sp_page_title_bg.jpg");
	}
	#product #main .headLine02 {
		margin-bottom: 30px;
	}
	#product #main .comTopTxt {
		margin-bottom: 42px;
	}
	#product #main .imgBox {
		margin: 0 20px 87px 18px;
		display: block;
	}
	#product #main .imgBox .photoBox {
		margin-bottom: 72px;
		width: auto;
		padding-bottom: 0;
		overflow: visible;
	}
	#product #main .imgBox .photoBox .photo {
		margin: 0 0 14px;
	}
	#product #main .imgBox .photoBox .phoList {
		max-width: inherit;
		margin: 0;
	}
	#product #main .imgBox .photoBox .phoList li {
		width: 48.22%;
	}
	#product #main .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#product #main .imgBox .textBox .textInner {
		max-width: inherit;
	}
	#product #main .imgBox .textBox .img {
		margin: 0 auto 24px;
		width: 191px;
	}
	#product #main .imgBox .textBox .headLine02 {
		margin-bottom: 26px;
		text-align: center;
		color: #001650;
		line-height: 1.7;
	}
	#product #main .imgBox .textBox p {
		margin-bottom: 40px;
		line-height: 2.142;
	}
	#product #main .imgBox .textBox p a {
		font-size: 1.6rem;
	}
	#product #main .imgBox .textBox p a:hover {
		text-decoration: underline;
	}
	#product #main .imgRight .photoBox .photo {
		margin: 0 0 14px;
	}
	#product #main .imgRight .textBox {
		width: auto;
	}
	#product #main .imgRight .textBox .textInner {
		margin-left: 0;
	}
}
@media all and (max-width: 359px) {
	#product #main .headLine02 {
		margin-left: -5px;
		margin-right: -5px;
	}
}
/*------------------------------------------------------------
	tour
------------------------------------------------------------*/
#tour .pageTitle {
	background-image: url("img/tour/page_title_bg.jpg");
}
#tour #main .comTopTxt {
	margin-bottom: 142px;
}
#tour #main .phoList01 li {
	width: 50%;
}
#tour #main .phoList01 li img {
	width: 100%;
}
#tour #main .bgBox {
	padding: 171px 0 138px;
	background: #F1F0F5;
}
#tour #main .link {
	width: 756px;
	margin: 0 auto 153px;
}
#tour #main .link a {
	display: flex;
	color: #fff;
	border: 1px solid #001650;
}
#tour #main .link a .pho {
	width: 50%;
}
#tour #main .link a .pho img {
	width: 100%;
}
#tour #main .link a .txt {
	box-sizing: border-box;
	margin-right: -1px;
	padding: 20px 10px 27px 41px;
	width: calc(50% + 1px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("img/tour/bg01.jpg") no-repeat center center / cover;
}
#tour #main .link a .txt span {
	padding-right: 46px;
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	background: url("img/common/icon11.png") no-repeat right top 65% / 7px;
}
#tour #main .h3Ttl01 {
	margin-bottom: 39px;
	padding-bottom: 18px;
	color: #001650;
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #001F7A;
}
#tour #main .access {
	margin-bottom: 100px;
	padding-bottom: 50px;
	border-bottom: 1px solid #001F7A;
}
#tour #main .access p {
	margin-bottom: 20px;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
}
#tour #main .access .map {
	padding-bottom: 38.85%;
	position: relative;
	border: 1px solid #B9C2D9;
}
#tour #main .access .map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#tour #main .comBtn02 {
	margin-bottom: 0;
}
#tour #pagePath {
	background: #F1F0F5;
}
@media all and (max-width: 896px) {
	#tour .pageTitle {
		background-image: url("img/tour/sp_page_title_bg.jpg");
	}
	#tour #main .headLine02 {
		margin-bottom: 30px;
	}
	#tour #main .comTopTxt {
		margin-bottom: 74px;
	}
	#tour #main .phoList01 {
		display: block;
	}
	#tour #main .phoList01 li {
		width: auto;
	}
	#tour #main .bgBox {
		padding: 64px 0 83px;
	}
	#tour #main .link {
		margin-bottom: 62px;
		width: 100%;
	}
	#tour #main .link a .txt {
		padding: 10px 5px 12px 16px;
	}
	#tour #main .link a .txt span {
		padding-right: 23px;
		font-size: 1.2rem;
		background-size: 6px;
		background-position: right center;
	}
	#tour #main .h3Ttl01 {
		margin-bottom: 22px;
		padding-bottom: 10px;
		font-size: 2rem;
	}
	#tour #main .access {
		margin-bottom: 60px;
		padding-bottom: 42px;
	}
	#tour #main .access p {
		margin-bottom: 13px;
		font-size: 1.4rem;
		line-height: 1.714;
		letter-spacing: 0;
	}
	#tour #pagePath {
		background: transparent;
	}
}
@media all and (max-width: 359px) {
	#tour #main .link a .txt {
		padding-left: 10px;
	}
	#tour #main .link a .txt span {
		padding-right: 15px;
		letter-spacing: 0;
		background-position: right top 67%;
	}
}
/*------------------------------------------------------------
	craftsman
------------------------------------------------------------*/
#craftsman .pageTitle {
	background-image: url("img/craftsman/page_title_bg.jpg");
}
#craftsman #main .comTopTxt {
	margin-bottom: 163px;
}
#craftsman #main .imgBox {
	align-items: flex-end;
}
#craftsman #main .imgBox:not(:last-child) {
	margin-bottom: 215px;
}
#craftsman #main .imgBox .phoBox {
	padding-bottom: 4px;
	width: 613px;
	order: 1;
}
#craftsman #main .imgBox .txtBox {
	width: 445px;
}
#craftsman #main .imgBox .txtBox .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
#craftsman #main .imgBox .txtBox .name {
	margin-bottom: 41px;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
}
#craftsman #main .imgBox .txtBox .name .bigFont {
	font-size: 3.2rem;
	letter-spacing: 0.08em;
}
#craftsman #main .imgBox .txtBox .text {
	font-weight: 400;
	line-height: 2.375;
}
#craftsman #main .sec01 {
	margin-bottom: 274px;
}
@media all and (max-width: 896px) {
	#craftsman .pageTitle {
		background-image: url("img/craftsman/sp_page_title_bg.jpg");
	}
	#craftsman #main .comTopTxt {
		margin-bottom: 68px;
	}
	#craftsman #main .imgBox {
		display: block;
	}
	#craftsman #main .imgBox:not(:last-child) {
		margin-bottom: 46px;
	}
	#craftsman #main .imgBox .phoBox {
		width: auto;
		padding-bottom: 0;
	}
	#craftsman #main .imgBox .txtBox {
		margin-top: 26px;
		width: auto;
	}
	#craftsman #main .imgBox .txtBox .title {
		margin-bottom: 5px;
		font-size: 1.4rem;
		line-height: 1.44;
		letter-spacing: 0;
	}
	#craftsman #main .imgBox .txtBox .name {
		margin-bottom: 10px;
		font-size: 1.7rem;
	}
	#craftsman #main .imgBox .txtBox .name .bigFont {
		font-size: 2.4rem;
	}
	#craftsman #main .imgBox .txtBox .text {
		line-height: 2.14;
	}
	#craftsman #main .sec01 {
		margin-bottom: 66px;
	}
}
/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#blog .pageOther {
	background: url("img/tour/blog/page_title_bg.jpg") no-repeat center center / cover;
}
#blog #main {
	margin-bottom: 130px;
}
@media all and (max-width: 896px) {
	#blog .pageOther {
		background-image: url("img/tour/blog/sp_page_title_bg.jpg");
	}
	#blog #main {
		margin-bottom: 70px;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .pageOther {
	background: url("img/news/page_title_bg.jpg") no-repeat center center / cover;
}
#news #main {
	margin-bottom: 130px;
}
@media all and (max-width: 896px) {
	#news .pageOther {
		background-image: url("img/news/sp_page_title_bg.jpg");
	}
	#news #main {
		margin-bottom: 70px;
	}
}
/*------------------------------------------------------------
	pageOther
------------------------------------------------------------*/
.pageOther {
	padding-top: 0;
	height: 446px;
	background: #000C2C;
}
@media all and (max-width: 896px) {
	.pageOther {
		padding-top: 86px;
		height: 248px;
	}
}
/*------------------------------------------------------------
	comBlogBox
------------------------------------------------------------*/
.comBlogBox {
	padding: 33px 0 140px;
}
.comBlogBox h3 {
	margin-bottom: 52px;
	padding-top: 60px;
	position: relative;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.comBlogBox h3::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 56px;
	background-color: #BABABA;
	content: "";
}
.comBlogBox h3 .date {
	margin-bottom: 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}
.comBlogBox p {
	margin-bottom: 49px;
	line-height: 2.375;
}
.comBlogBox figure {
	margin: 0 0 130px;
}
.comBlogBox figure:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.comBlogBox {
		padding: 3px 0 80px;
	}
	.comBlogBox h3 {
		margin-bottom: 21px;
		padding: 43px 3px 0;
		font-size: 1.8rem;
	}
	.comBlogBox h3 .date {
		margin-bottom: 13px;
		font-size: 1.4rem;
	}
	.comBlogBox p {
		margin-bottom: 32px;
		line-height: 2.14;
	}
	.comBlogBox figure {
		margin: 0 0 55px;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.wp-pagenavi .extend {
	margin: 0 2px;
}
.wp-pagenavi .current {
	background-color: #E8E8E8;
}
.wp-pagenavi .nextpostslink {
	font-size: 0;
	background: url("img/common/next.png") no-repeat center center / 5px;
}
.wp-pagenavi .previouspostslink {
	font-size: 0;
	background: url("img/common/prev.png") no-repeat center center / 5px;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		background-color: #E8E8E8;
		opacity: 1;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company #main {
	padding-top: 248px;
	margin-bottom: 187px;
}
#company #main .content {
	display: flex;
	justify-content: space-between;
}
#company #main h3 {
	width: 214px;
	box-sizing: border-box;
	padding-right: 20px;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.46;
}
#company #main h3 .sml {
	display: block;
	font-size: 1.6rem;
}
#company #main .tableBox {
	margin-top: 2px;
	flex: 1;
}
#company #main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#company #main .tableBox th, #company #main .tableBox td {
	padding-bottom: 38px;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	line-height: 2.375;
	box-sizing: border-box;
}
#company #main .tableBox th {
	width: 15.3%;
	font-weight: 600;
}
@media all and (max-width: 896px) {
	#company #main {
		padding-top: 82px;
		margin-bottom: 49px;
	}
	#company #main .content {
		display: block;
	}
	#company #main h3 {
		margin: 0 4px 34px;
		width: auto;
		padding-right: 0;
		font-size: 2.4rem;
	}
	#company #main h3 .sml {
		margin-bottom: 7px;
	}
	#company #main .tableBox {
		margin-top: 0;
	}
	#company #main .tableBox th, #company #main .tableBox td {
		padding-bottom: 0;
		width: 100%;
		display: block;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#company #main .tableBox td {
		padding-bottom: 24px;
	}
	#company #main .tableBox th {
		width: 100%;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy #main {
	padding-top: 211px;
	margin-bottom: 212px;
}
#privacy #main h3 {
	margin-bottom: 43px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#privacy #main p {
	line-height: 2.375;
}
#privacy #main .topTxt {
	margin-bottom: 42px;
}
#privacy #main .secBox {
	margin-bottom: 42px;
	margin-right: -2px;
}
#privacy #main h4 {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: 600;
}
#privacy #main ul {
	line-height: 2.375;
}
#privacy #main li {
	text-indent: 1em;
}
#privacy #main li li {
	text-indent: 2em;
}
#privacy #main p .fwBold {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.96;
}
#privacy #main p a {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#privacy #main {
		padding-top: 60px;
		margin-bottom: 72px;
	}
	#privacy #main h3 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	#privacy #main p {
		line-height: 2.1428;
	}
	#privacy #main .topTxt {
		margin-bottom: 32px;
	}
	#privacy #main .secBox {
		margin: 0 -1px 32px 0;
	}
	#privacy #main h4 {
		margin-bottom: 4px;
		font-size: 1.6rem;
	}
	#privacy #main ul {
		line-height: 2.1428;
	}
	#privacy #main p .fwBold {
		font-size: 1.6rem;
		line-height: 1.83;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 22px;
	padding: 6px 21px 7px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: #001650;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 1px;
		padding: 9px 5px 9px 12px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	comMailForm
------------------------------------------------------------*/
.comMailForm table {
	margin-bottom: 138px;
	width: 100%;
	border-collapse: collapse;
}
.comMailForm th, .comMailForm td {
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	line-height: 1.875;
	box-sizing: border-box;
	word-break: break-all;
}
.comMailForm th {
	padding: 6px 0;
	width: 18.35%;
	font-weight: 500;
	line-height: 1.6;
}
.comMailForm th.thStyle01 {
	vertical-align: middle;
	padding-bottom: 109px;
}
.comMailForm th.thStyle02 {
	padding-bottom: 42px;
	vertical-align: middle;
}
.comMailForm th .txt {
	display: inline-block;
}
.comMailForm th .must {
	margin: 5px 0 0 13px;
	padding: 0 7px 1px;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #BA103F;
	border: 1px solid #BA103F;
}
.comMailForm td {
	padding-bottom: 30px;
}
.comMailForm input[type="text"], .comMailForm input[type="email"], .comMailForm input[type="tel"], .comMailForm textarea {
	padding: 5px 12px;
	width: 100%;
	max-width: 752px;
	height: 42px;
	vertical-align: top;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #C6C6C6;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.comMailForm textarea {
	margin-top: 19px;
	height: 194px;
	resize: vertical;
}
.comMailForm ::placeholder {
	opacity: 1;
	color: #C6C6C6;
}
.comMailForm label {
	display: inline-block;
	cursor: pointer;
}
.comMailForm input[type="checkbox"] {
	display: none;
}
.comMailForm input[type="checkbox"] ~ span {
	padding: 0 0 1px 39px;
	display: inline-block;
	vertical-align: top;
	background: url("img/common/checkbox01.png") no-repeat left top 60% / 21px;
}
.comMailForm input[type="checkbox"]:checked ~ span {
	background-image: url("img/common/checkbox02.png");
}
.comMailForm .checkList {
	margin-bottom: 26px;
}
.comMailForm .checkList li {
	margin-bottom: 15px;
}
.comMailForm .checkList li:last-child {
	margin-bottom: 0;
}
.comMailForm .checkBox {
	margin-bottom: 26px;
}
.comMailForm .checkBox .wpcf7-list-item {
	margin: 0 0 15px;
	display: block;
}
.comMailForm .checkBox .wpcf7-list-item.last {
	margin-bottom: 0;
}
.comMailForm .nameList {
	max-width: 752px;
	display: flex;
	justify-content: space-between;
}
.comMailForm .nameList li {
	width: 49.5%;
}
.comMailForm .submit {
	display: flex;
	justify-content: center;
}
.comMailForm .submit li {
	margin: 0 24px;
	width: 410px;
}
.comMailForm .submit li input {
	padding: 10px;
	width: 100%;
	height: 78px;
	text-align: center;
	color: #001650;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	background: #fff url("img/common/icon09.png") no-repeat right 31px center / 8px;
	border: 1px solid #001650;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	transition: 0.3s;
}
.comfirm .comMailForm table {
	margin-bottom: 118px;
}
.comfirm .comMailForm .table01 {
	margin-bottom: 22px;
}
.comfirm .comMailForm th, .comfirm .comMailForm td {
	padding: 22px 0;
}
.comfirm .comMailForm th {
	width: 20.8%;
}
.comfirm .comMailForm th.thStyle01,
.comfirm .comMailForm th.thStyle02 {
	vertical-align: top;
}
.comfirm .comMailForm td .text {
	max-width: 752px;
}
.comfirm .comMailForm td input {
	max-width: initial;
	padding: 0;
	border: none;
	height: auto;
	line-height: 1.875;
}
.comfirm .comMailForm td input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.comfirm .comMailForm .submit li {
	position: relative;
	width: 273px;
}
.comfirm .comMailForm .submit li input {
	color: #fff;
	background-color: #001650;
	background-image: url("img/common/icon10.png");
}
.comfirm .comMailForm .submit li.retry input {
	color: #001650;
	background-color: #fff;
	background-image: url("img/common/icon12.png");
	background-position: left 31px center;
}
@media all and (min-width: 897px) {
	.comMailForm .submit li input:hover {
		color: #fff;
		background-color: #001650;
		background-image: url("img/common/icon10.png");
	}
	.comfirm .comMailForm .submit li input:hover {
		color: #001650;
		background-color: #fff;
		background-image: url("img/common/icon09.png");
	}
	.comfirm .comMailForm .submit li.retry input:hover {
		color: #fff;
		background-color: #001650;
		background-image: url("img/common/icon13.png");
	}
	.comMailForm .wpcf7-spinner {
		position: absolute;
		top: 50%;
		margin-top: -12px;
	}
}
@media all and (max-width: 896px) {
	.comMailForm table {
		margin-bottom: 32px;
	}
	.comMailForm th, .comMailForm td {
		width: 100%;
		display: block;
	}
	.comMailForm th {
		padding: 0 0 14px;
		width: 100%;
		font-size: 1.5rem;
	}
	.comMailForm th.thStyle01 {
		padding: 0 0 19px;
	}
	.comMailForm th.thStyle02 {
		padding: 8px 0 18px;
	}
	.comMailForm th .must {
		margin-left: 5px;
	}
	.comMailForm td {
		padding-bottom: 26px;
	}
	.comMailForm input[type="text"], .comMailForm input[type="email"], .comMailForm input[type="tel"], .comMailForm textarea {
		padding: 5px 8px;
		max-width: inherit;
		height: 47px;
		font-size: 1.4rem;
	}
	.comMailForm textarea {
		margin-top: 0;
		height: 192px;
	}
	.comMailForm input[type="checkbox"] ~ span {
		padding-left: 34px;
		line-height: 1.89;
	}
	.comMailForm .checkList {
		margin-bottom: 5px;
	}
	.comMailForm .checkList li {
		margin-bottom: 18px;
	}
	.comMailForm .checkList li:last-child {
		margin-bottom: 0;
	}
	.comMailForm .checkBox {
		margin-bottom: 5px;
	}
	.comMailForm .checkBox .wpcf7-list-item {
		margin-bottom: 18px;
	}
	.comMailForm .checkBox .wpcf7-list-item.last {
		margin-bottom: 0;
	}
	.comMailForm .nameList {
		max-width: inherit;
	}
	.comMailForm .nameList li {
		width: 49.3%;
	}
	.comMailForm .submit {
		margin: 0 auto;
		max-width: 296px;
		display: block;
	}
	.comMailForm .submit li {
		margin: 35px 0 0;
		width: auto;
	}
	.comMailForm .submit li:first-child {
		margin-top: 0;
	}
	.comMailForm .submit li input {
		padding: 5px;
		height: 60px;
	}
	.comfirm .comMailForm table {
		margin-bottom: 54px;
	}
	.comfirm .comMailForm th, .comfirm .comMailForm td {
		padding: 0;
	}
	.comfirm .comMailForm th {
		width: 100%;
		line-height: 2;
	}
	.comfirm .comMailForm td {
		padding-bottom: 12px;
		font-size: 1.6rem;
		line-height: 2.142;
	}
	.comfirm .comMailForm td .text {
		padding-top: 5px;
		max-width: inherit;
		font-size: 1.4rem;
		line-height: 2.142;
	}
	.comfirm .comMailForm .submit li {
		width: auto;
	}
	.comMailForm .wpcf7-spinner {
		display: block;
		margin: 0 auto;
	}
	.comfirm .comMailForm .table01 {
		margin-bottom: 26px;
	}
	.comfirm .comMailForm .headLine03 {
		margin-bottom: 12px;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact #main {
	padding: 205px 0 222px;
}
#contact #main .topTxt {
	margin-bottom: 155px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.11;
}
#contact.comfirm #main .topTxt {
	margin-bottom: 70px;
}
.wpcf7-form {
	margin-top: -92px;
	padding-top: 92px;
}
@media all and (max-width: 896px) {
	#contact #main {
		padding: 57px 0 55px;
	}
	#contact #main .topTxt {
		margin-bottom: 28px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#contact.comfirm #main {
		padding-bottom: 31px;
	}
	#contact.comfirm #main .topTxt {
		margin-bottom: 35px;
	}
	.wpcf7-form {
		margin-top: -72px;
		padding-top: 72px;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
.thanks #main p {
	margin-bottom: 96px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.11;
}
.thanks #main .comBtn02 {
	margin-bottom: 0;
	width: 410px;
}
.thanks #main .comBtn02 a {
	padding: 24px 30px;
}
@media all and (max-width: 896px) {
	.thanks #main {
		padding-top: 60px !important;
		padding-bottom: 78px !important;
	}
	.thanks #main p {
		margin-bottom: 34px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	.thanks #main .comBtn02 {
		width: 296px;
		max-width: 100%;
	}
	.thanks #main .comBtn02 a {
		padding: 15px 30px;
	}
}
/*------------------------------------------------------------
	order
------------------------------------------------------------*/
#order .pageTitle {
	padding-top: 42px;
}
#order .pageTitle h2 {
	font-size: 3.8rem;
	letter-spacing: 0.06em;
}
#order #main {
	margin-bottom: 222px;
	padding-top: 205px;
}
#order #main .topBox {
	margin-bottom: 183px;
}
#order #main .topBox p {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.11;
}
#order #main .topBox .link {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
#order #main .topBox .link a {
	color: #001F7A;
	text-decoration: underline;
}
#order #main .orderForm table {
	margin-bottom: 109px;
	max-width: 968px;
}
#order #main .orderForm th {
	padding-top: 10px;
	padding-bottom: 35px;
}
#order #main .orderForm .thStyle03 {
	padding-top: 0;
}
#order #main .orderForm th:not([colspan="2"]) {
	width: 9.3%;
}
#order #main .orderForm td {
	padding-left: 31px;
}
#order #main .orderForm td .zipBox {
	position: relative;
	display: flex;
}
#order #main .orderForm td .zipBox .txt {
	position: absolute;
	left: -23px;
	top: 8px;
	color: #7E7E7E;
	font-size: 1.6rem;
	font-weight: 500;
}
#order #main .orderForm td input[type="text"].wid01 {
	max-width: 248px;
}
#order #main .orderForm td .zipBox input[type="button"] {
	margin-left: 32px;
	width: 124px;
	height: 42px;
	color: #001650;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #001650;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#order #main .secBox {
	margin-bottom: 99px;
}
#order #main .sec01 {
	margin-bottom: 165px;
}
#order #main .orderForm .secBox th, #order #main .orderForm .secBox td {
	padding: 29px 0 25px;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #DBD8D8;
}
#order #main .orderForm .secBox th {
	padding: 28px 20px 28px 0;
	width: 28.4%;
	font-weight: 500;
}
#order #main .orderForm .secBox th a {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	color: #001F7A;
	font-weight: 400;
	text-decoration: underline;
}
.comMailForm input[type="radio"] {
	display: none;
}
.comMailForm input[type="radio"] ~ span {
	padding: 0 0 1px 31px;
	display: inline-block;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0.02em;
	background: url("img/common/radio01.png") no-repeat left center / 20px;
}
.comMailForm input[type="radio"]:checked ~ span {
	background-image: url("img/common/radio02.png");
}
.comMailForm .radioList {
	margin: -10px -48px 0 0;
}
.comMailForm .radioList.mb01 {
	margin-bottom: 18px;
}
.comMailForm .radioList li {
	margin: 10px 48px 0 0;
}
.comMailForm .radioList:not(.flex) {
	margin-top: -5px;
}
.comMailForm .radioList:not(.flex) li {
	margin-top: 5px;
}
.comMailForm .radioBox {
	margin: -10px -48px 0 0;
}
.comMailForm .radioBox .wpcf7-form-control {
	display: block;
}
.comMailForm .radioBox:not(.radioBox02) .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
}
.comMailForm .radioBox.mb01 {
	margin-bottom: 18px;
}
.comMailForm .radioBox .wpcf7-list-item {
	margin: 10px 48px 0 0;
}
.comMailForm .radioBox02 {
	margin-top: -5px;
}
.comMailForm .radioBox02 .wpcf7-list-item {
	margin-top: 5px;
	display: block;
}
.comMailForm .sizeBox {
	margin-top: 12px;
	margin-bottom: 8px;
	display: flex;
}
.comMailForm .sizeBox > div {
	margin-right: 32px;
	display: flex;
}
.comMailForm .sizeBox .txt01 {
	margin: 0 17px 0 0;
	display: block;
	line-height: 2.1;
}
.comMailForm .sizeBox input[type="text"] {
	width: 165px;
	height: 72px;
	display: block;
	border-radius: 0;
}
.comMailForm .sizeBox .txt02 {
	margin-left: 12px;
	display: block;
	align-self: flex-end;
	color: #7E7E7E;
	font-weight: 500;
	line-height: 1.5;
}
.comMailForm .sizeBox .txt03 {
	margin-top: 7px;
}
#order.comfirm #main .topTxt {
	margin-bottom: 85px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.11;
}
#order.comfirm .comMailForm td .spanStyle01 {
	margin-right: 2.5em;
}
@media all and (min-width: 897px) {
	#order #main .orderForm td .zipBox input[type="button"]:hover {
		opacity: 0.7;
	}
	#order.comfirm .comMailForm th {
		width: 24%;
	}
}
@media all and (max-width: 896px) {
	#order .pageTitle {
		padding-top: 91px;
	}
	#order .pageTitle h2 {
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.45;
	}
	#order #main {
		padding-top: 57px;
		margin-bottom: 55px;
	}
	#order.comfirm #main {
		margin-bottom: 31px;
	}
	#order.thanks #main {
		margin-bottom: 0;
	}
	#order #main .topBox {
		margin: 0 -5px 19px 0;
	}
	#order #main .topBox p {
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#order #main .orderForm table {
		margin-bottom: 26px;
		max-width: inherit;
	}
	#order #main .orderForm th {
		padding-top: 0;
		padding-bottom: 8px;
	}
	#order #main .orderForm th:not([colspan="2"]) {
		width: 100%;
	}
	#order #main .orderForm td {
		padding: 0 0 9px;
	}
	#order #main .orderForm td .zipBox {
		padding-left: 27px;
	}
	#order #main .orderForm td .zipBox .txt {
		left: 0;
		top: 8px;
	}
	#order #main .orderForm td input[type="text"].wid01 {
		max-width: 206px;
	}
	#order #main .orderForm td .zipBox input[type="text"].wid01 {
		max-width: 140px;
	}
	#order #main .orderForm td .zipBox input[type="button"] {
		margin-left: 23px;
		margin-top: 3px;
		height: 43px;
	}
	#order #main .secBox {
		margin-bottom: 38px;
	}
	#order #main .sec01 {
		margin-bottom: 62px;
	}
	#order #main .orderForm .secBox th, #order #main .orderForm .secBox td {
		padding: 0 0 10px;
		line-height: 1.7333;
	}
	#order #main .orderForm .secBox th {
		padding: 10px 0 6px;
		width: 100%;
		border-bottom: none;
	}
	#order #main .orderForm .secBox th a {
		margin-top: 5px;
	}
	.comMailForm input[type="radio"] ~ span {
		padding: 0 0 1px 28px;
	}
	.comMailForm .radioList {
		margin: -12px 0 0;
	}
	.comMailForm .radioList.mb01 {
		margin-bottom: 7px;
	}
	.comMailForm .radioList li {
		margin: 12px 13% 0 0;
		min-width: 28%;
	}
	.comMailForm .radioList li:nth-child(2n) {
		margin-right: 0;
	}
	.comMailForm .radioList:not(.flex) {
		margin-top: -12px;
	}
	.comMailForm .radioList:not(.flex) li {
		margin-top: 12px;
	}
	.comMailForm .radioBox {
		margin: -12px 0 0;
	}
	.comMailForm .radioBox.mb01 {
		margin-bottom: 7px;
	}
	.comMailForm .radioBox .wpcf7-list-item {
		margin: 12px 13% 0 0;
		min-width: 28%;
	}
	.comMailForm .radioBox .wpcf7-list-item:nth-child(2n) {
		margin-right: 0;
	}
	.comMailForm .radioBox02 {
		margin-top: -12px;
	}
	.comMailForm .radioBox02 .wpcf7-list-item {
		margin-top: 12px;
	}
	.comMailForm .sizeBox {
		margin: 0 6% 11px 0;
		justify-content: space-between;
	}
	.comMailForm .sizeBox > div {
		margin-right: 0;
		width: 45%;
		flex-wrap: wrap;
	}
	.comMailForm .sizeBox .txt01 {
		margin: 0;
		width: 100%;
	}
	.comMailForm .sizeBox input[type="text"] {
		width: 100%;
		height: 51px;
	}
	.comMailForm .sizeBox .wpcf7-form-control-wrap {
		width: calc(100% - 35px);
	}
	.comMailForm .sizeBox .txt02 {
		margin-left: 5px;
		width: 30px;
		line-height: 1.2;
		color: #000000;
		font-weight: 400;
	}
	.comMailForm .sizeBox .txt03 {
		margin-top: 0;
	}
	#order.comfirm #main .topTxt {
		margin-bottom: 47px;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#order.comfirm .comMailForm td {
		margin-top: -5px;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	measure
------------------------------------------------------------*/
#measure .pageTitle h2 {
	margin-top: 43px;
	font-size: 3.8rem;
	letter-spacing: 0.06em;
}
#measure #main {
	padding: 186px 0;
}
#measure #main .content {
	max-width: 1150px;
}
#measure #main .patternBox {
	margin-bottom: 103px;
	padding: 33px 97px 54px 101px;
	background: #F1F0F5;
}
#measure #main .patternBox h3 {
	margin-bottom: 37px;
	text-align: center;
	color: #001650;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
#measure #main .patternBox .imgList li {
	width: 425px;
	text-align: center;
}
#measure #main .patternBox .imgList li .photo {
	margin-bottom: 15px;
	text-align: center;
}
#measure #main .patternBox .imgList li p {
	color: #001650;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#measure #main .secBox .headLine03 {
	margin-bottom: 41px;
}
#measure #main .secBox .secSub {
	margin-bottom: 116px;
}
#measure #main .secBox .secSub h4 {
	margin-bottom: 11px;
	padding: 1px 0 14px 52px;
	position: relative;
	color: #001650;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #C6C6C6;
}
#measure #main .secBox .secSub h4 .num {
	padding-bottom: 3px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	background: #001650;
	box-sizing: border-box;
}
#measure #main .secBox .secSub p {
	margin-bottom: 42px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.875;
}
#measure #main .secBox .secSub .imgList {
	margin: 0 15px 0 21px;
}
#measure #main .secBox .secSub .imgList li {
	width: 207px;
}
#measure #main .secBox h5 {
	margin: 0 auto 17px;
	padding: 2px 5px 3px;
	max-width: 207px;
	text-align: center;
	color: #001650;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	border: 1px solid #001650;
	box-sizing: border-box;
}
#measure #main .secBox .secSub .imgList li .photo {
	margin: 0 -5px 15px;
	text-align: center;
}
#measure #main .secBox .secSub .imgList li p {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.571;
}
#measure #main .secBox .secInner {
	margin-bottom: 90px;
}
#measure #main .secBox .secInner .secSub {
	margin: 0;
	width: 503px;
}
#measure #main .secBox .secInner .sub01 {
	position: relative;
}
#measure #main .secBox .secInner .sub01::after {
	width: 1px;
	position: absolute;
	top: -5px;
	bottom: 0;
	right: -57px;
	background: #C6C6C6;
	content: "";
}
#measure #main .secBox .secInner .sub02 {
	width: 535px;
}
#measure #main .secBox .secInner .sub02 .imgList {
	margin: 0 36px 0 12px;
}
#measure #main .secBox .secInner .sub02 .imgList li h5 {
	margin-bottom: 30px;
}
#measure #main .secBox .secInner .sub02 .imgList li .photo {
	margin-bottom: 18px;
}
#measure #main .secBox .secInner .sub02 .imgList li .pho01 {
	margin: 0 -8px 12px -3px;
	padding-top: 5px;
}
#measure #main .secBox .secSub .text01 {
	margin-bottom: 51px;
}
#measure #main .secBox .imgBox {
	margin: 0 20px 0 10px;
}
#measure #main .secBox .imgBox .imgList {
	width: 460px;
}
#measure #main .secBox .imgBox .imgList li .photo {
	margin-bottom: 22px;
}
#measure #main .secBox .imgBox .list01 {
	position: relative;
}
#measure #main .secBox .imgBox .list01::after {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -69px;
	background: #C6C6C6;
	content: "";
}
#measure #main .secBox .imgBox .list02 {
	width: 492px;
}
#measure #main .secBox .secSub .text02 {
	margin-bottom: 67px;
}
#measure #main .secBox .sub04 {
	margin-bottom: 0;
}
#measure #main .secBox .sub04 h5 {
	margin-bottom: 36px;
	max-width: inherit;
}
#measure #main .secBox .sub04 .imgBox {
	margin-left: 18px;
	margin-right: 0;
}
#measure #main .secBox .sub04 .leftBox {
	width: 396px;
	position: relative;
}
#measure #main .secBox .sub04 .leftBox::after {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -38px;
	background: #C6C6C6;
	content: "";
}
#measure #main .secBox .sub04 .leftBox .photo {
	margin: 0 -3px 35px 0;
}
#measure #main .secBox .textBox {
	box-sizing: border-box;
	padding: 9px 15px 12px 25px;
	width: 322px;
	display: flex;
	align-items: flex-start;
	background: #F0F0F0;
}
#measure #main .secBox .textBox p {
	margin: 0;
}
#measure #main .secBox .textBox .ttl {
	margin-right: 15px;
	padding: 5px 3px;
	width: 142px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 14px;
	background: #001650;
	box-sizing: border-box;
}
#measure #main .secBox .textBox .text {
	margin-top: -2px;
	flex: 1;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.02em;
}
#measure #main .secBox .sub04 .rightBox {
	width: 664px;
}
#measure #main .secBox .sub04 .rightBox h5 {
	margin-bottom: 43px;
}
#measure #main .secBox .sub04 .rightBox .imgInner {
	margin-left: -2px;
	align-items: flex-start;
}
#measure #main .secBox .sub04 .rightBox .imgInner .photoBox {
	width: 283px;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap {
	width: 371px;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .photo {
	text-align: center;
	margin: 0 0 32px 2px;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap p {
	margin: 0 0 75px 12px;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .textBox {
	width: auto;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .textBox p {
	margin: 0;
}
#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .textBox .ttl {
	margin-right: 15px;
}
#measure #main .secBox {
	margin-bottom: 156px;
}
#measure #main .romanBox .headLine03 {
	margin-bottom: 40px;
}
#measure #main .romanBox p {
	margin-bottom: 41px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.875;
}
#measure #main .romanBox p .color {
	color: #663590;
}
#measure #main .romanBox h4 {
	margin-bottom: 19px;
	padding: 0 0 4px;
	text-align: center;
	color: #001650;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	border: 1px solid #001650;
	box-sizing: border-box;
}
#measure #main .romanBox .imgBox .photoBox {
	margin-left: 30px;
	width: 651px;
	text-align: center;
}
#measure #main .romanBox .imgBox .textBox {
	box-sizing: border-box;
	margin-top: 8px;
	width: 411px;
}
#measure #main .romanBox .imgBox .textBox p {
	margin: 0 0 54px 5px;
}
#measure #main .romanBox .imgBox .textBox .subBox {
	background: #F0F0F0;
	padding: 16px 15px 19px 28px;
}
#measure #main .romanBox .imgBox .textBox .subBox .ttl {
	margin: 0 0 4px;
}
#measure #main .romanBox .imgBox .textBox .subBox .ttl span {
	box-sizing: border-box;
	padding: 5px 3px;
	min-width: 157px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 14px;
	background: #001650;
}
#measure #main .romanBox .imgBox .textBox .subBox .text {
	margin: 0;
}
#measure #main .romanBox .imgBox .textBox .subBox .txtDl {
	font-weight: 400;
	line-height: 1.75;
}
#measure #main .romanBox .imgBox .textBox .subBox .txtDl dt {
	float: left;
	clear: left;
	font-weight: 400;
}
#measure #main .romanBox .imgBox .textBox .subBox .txtDl dd {
	padding-left: 2em;
}
#measure #main .romanBox .imgBox .textBox .subBox .note {
	margin: 0 0 0 1em;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.75;
}
#measure #main .romanBox .secSub {
	margin-bottom: 42px;
}
#measure #main .romanBox .secSub:last-child {
	margin-bottom: 0;
}
#measure #main .romanBox .sub02 .imgBox .photoBox {
	margin-top: 39px;
}
#measure #main .romanBox .sub02 .imgBox .textBox p {
	margin-bottom: 23px;
}
#measure #main .romanBox {
	margin-bottom: 133px;
}
#measure #main .highRise {
	padding: 40px 38px 54px;
	background: #F1F0F5;
}
#measure #main .highRise h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	color: #001650;
	letter-spacing: 0.05em;
}
#measure #main .highRise p {
	margin-bottom: 30px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.875;
}
#measure #main .highRise p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#measure .pageTitle h2 {
		margin-top: 4px;
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 1.44;
	}
	#measure #main {
		padding: 0;
	}
	#measure #main .content {
		margin: 0;
		max-width: inherit;
	}
	#measure #main .patternBox {
		margin-bottom: 38px;
		padding: 48px 20px 37px;
	}
	#measure #main .patternBox h3 {
		margin-bottom: 42px;
		font-size: 1.8rem;
	}
	#measure #main .patternBox .imgList {
		display: block;
	}
	#measure #main .patternBox .imgList li {
		margin: 0 0 21px;
		width: auto;
	}
	#measure #main .patternBox .imgList li:last-child {
		margin-bottom: 0;
	}
	#measure #main .patternBox .imgList li .photo {
		margin-bottom: 9px;
	}
	#measure #main .patternBox .imgList li p {
		font-size: 1.6rem;
	}
	#measure #main .secBox {
		margin: 0 20px 45px;
	}
	#measure #main .secBox .headLine03 {
		margin-bottom: 34px;
	}
	#measure #main .secBox .secSub {
		margin-bottom: 50px;
	}
	#measure #main .secBox .secSub h4 {
		margin-bottom: 10px;
		padding: 0 0 9px 38px;
		font-size: 1.8rem;
		line-height: 1.45;
	}
	#measure #main .secBox .secSub h4 .num {
		padding-bottom: 2px;
		width: 28px;
		height: 28px;
		font-size: 2.2rem;
	}
	#measure #main .secBox .secSub p {
		margin-bottom: 38px;
		line-height: 1.571;
	}
	#measure #main .secBox .secSub .imgList {
		margin: 0;
	}
	#measure #main .secBox .secSub .imgList li {
		width: calc(50% - 20px);
		position: relative;
	}
	#measure #main .secBox .secSub .imgList li::after {
		width: 1px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -20px;
		background: #C6C6C6;
		content: "";
	}
	#measure #main .secBox h5 {
		margin-bottom: 10px;
		padding: 2px 5px 3px;
		max-width: inherit;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#measure #main .secBox .secSub .imgList li .photo {
		margin: 0 -1px 10px 0;
	}
	#measure #main .secBox .secSub .imgList li p {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.571;
	}
	#measure #main .secBox .secInner {
		margin-bottom: 28px;
		display: block;
	}
	#measure #main .secBox .secInner .secSub {
		margin: 0;
		width: auto;
	}
	#measure #main .secBox .secInner .sub01 {
		margin-bottom: 41px;
	}
	#measure #main .secBox .secInner .sub01::after {
		display: none;
	}
	#measure #main .secBox .secInner .sub02 {
		width: auto;
	}
	#measure #main .secBox .secInner .sub02 .imgList {
		margin: 0;
	}
	#measure #main .secBox .secInner .sub02 .imgList li h5 {
		margin-bottom: 18px;
	}
	#measure #main .secBox .secInner .sub02 .imgList li .photo {
		margin: 0 5px 12px 4px;
	}
	#measure #main .secBox .secInner .sub02 .imgList li .pho01 {
		margin: 0 -1px 8px -5px;
		padding-top: 4px;
	}
	#measure #main .secBox .secSub .text01 {
		margin-bottom: 31px;
	}
	#measure #main .secBox .imgBox {
		margin: 0;
		display: block;
	}
	#measure #main .secBox .imgBox .imgList {
		width: auto;
	}
	#measure #main .secBox .imgBox .imgList li .photo {
		margin: 0 -2px 13px -1px;
	}
	#measure #main .secBox .imgBox .list01 {
		margin-bottom: 30px;
	}
	#measure #main .secBox .imgBox .list01::after {
		display: none;
	}
	#measure #main .secBox .imgBox .list01 li .photo01 {
		margin: 0 6px 13px 7px;
	}
	#measure #main .secBox .imgBox .list02 {
		width: auto;
	}
	#measure #main .secBox .imgBox .list02 li .photo {
		margin: 0 -1px 10px;
	}
	#measure #main .secBox .secSub .text02 {
		margin-bottom: 20px;
	}
	#measure #main .secBox .sub04 {
		margin-bottom: 0;
	}
	#measure #main .secBox .sub04 h5 {
		margin-bottom: 23px;
	}
	#measure #main .secBox .sub04 .imgBox {
		margin-left: 0;
		display: block;
	}
	#measure #main .secBox .sub04 .leftBox {
		margin-bottom: 36px;
		width: auto;
	}
	#measure #main .secBox .sub04 .leftBox::after {
		display: none;
	}
	#measure #main .secBox .sub04 .leftBox .photo {
		margin: 0 auto 25px;
		padding-left: 13px;
		width: 84.4%;
		text-align: center;
	}
	#measure #main .secBox .textBox {
		padding: 14px 15px 14px 15px;
		width: auto;
	}
	#measure #main .secBox .textBox p {
		margin: 0;
	}
	#measure #main .secBox .textBox .ttl {
		margin-right: 19px;
		padding: 1px 0;
		width: 101px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	#measure #main .secBox .textBox .text {
		margin-top: -4px;
	}
	#measure #main .secBox .sub04 .rightBox {
		width: auto;
	}
	#measure #main .secBox .sub04 .rightBox h5 {
		margin-bottom: 28px;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner {
		margin-left: 0;
		display: block;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .photoBox {
		width: 60%;
		margin: 0 auto 49px;
		text-align: center;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .textWrap {
		width: auto;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .photo {
		margin: 0 auto 18px;
		width: 70.5%;
		text-align: center;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .textWrap p {
		margin: 0 auto 20px;
		width: 70%;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .textBox p {
		margin: -4px 0 0;
		width: auto;
	}
	#measure #main .secBox .sub04 .rightBox .imgInner .textWrap .textBox .ttl {
		margin: 0 18px 0 0;
		width: 101px;
	}
	#measure #main .romanBox .headLine03 {
		margin-bottom: 20px;
	}
	#measure #main .romanBox p {
		margin-bottom: 31px;
		margin-right: -10px;
		line-height: 1.58;
	}
	#measure #main .romanBox h4 {
		margin-bottom: 9px;
		padding: 2px;
		font-size: 1.4rem;
	}
	#measure #main .romanBox .imgBox {
		display: block;
	}
	#measure #main .romanBox .imgBox .photoBox {
		margin: 0 auto 18px;
		width: 96.4%;
	}
	#measure #main .romanBox .sub01 .imgBox .photoBox {
		width: 95.5%;
		padding-left: 4px;
	}
	#measure #main .romanBox .sub02 h4 {
		margin-bottom: 34px;
	}
	#measure #main .romanBox .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	#measure #main .romanBox .imgBox .textBox p {
		margin: 0 0 19px;
	}
	#measure #main .romanBox .imgBox .textBox .subBox {
		padding: 11px 15px 15px 16px;
	}
	#measure #main .romanBox .imgBox .textBox .subBox .ttl {
		margin: 0 0 10px;
	}
	#measure #main .romanBox .imgBox .textBox .subBox .ttl span {
		padding: 3px 2px;
		min-width: 131px;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	#measure #main .romanBox .imgBox .textBox .subBox .text {
		margin: 0;
	}
	#measure #main .romanBox .sub02 .imgBox .photoBox {
		width: 96.4%;
		padding-right: 7px;
		margin-top: 0;
	}
	#measure #main .romanBox .sub02 .imgBox .textBox p {
		margin-bottom: 23px;
	}
	#measure #main .romanBox {
		margin: 0 20px 71px;
	}
	#measure #main .highRise {
		margin-bottom: 66px;
		padding: 21px 35px 35px;
	}
	#measure #main .highRise h3 {
		margin-bottom: 19px;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	#measure #main .highRise p {
		margin-bottom: 22px;
		line-height: 1.57;
	}
	#measure #main .highRise p:last-child {
		margin-bottom: 0;
	}
}