@charset "UTF-8";

/* logo
------------------------- */
.logo {
	display: block;
	width: 45px;
	height: 44px;
}
.svg-globe-line {
	fill: #c3cceb;
}
.svg-globe-body {
	fill: #e5f1ff;
}
.svg-ag {
	fill: #000a3d;
}
.svg-ag-overlap {
	fill: #6c8bc4;
}
.svg-text-logo {
	fill: #000a3d;
}

/* Layout
------------------------- */
.skin {
	width: 1200px;
	margin: auto;
	padding: 0 20px;
}
.flexbox-2 {
	display: flex;
}
.flexbox-2 > div {
	flex: 0 0 50%;
}

/* Header
------------------------- */
/* 先頭に固定 */
#forehead {
	transition: 0.4s;
	z-index: 9000;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 64px;
	padding: 0 0 0 20px;
}
#forehead.scrolled {
	background-color: #fff;
}
#forehead a {
	text-decoration: none;
	color: var(--navy);
}
#siteId__outer {
	display: flex;
	height: 44px;
}
.siteID {
	display: flex;
	justify-content: space-between;
	flex: 0 0 240px;
}
.siteID__mark {
	flex: 0 0 50px;
}
.siteID__name {
	flex: 0 0 190px;
	display: flex;
	align-items: center;
	height: 100%;
	font-family: "Amethysta", serif;
	font-style: italic;
	font-weight: 900;
	font-size: 26px;
}
#siteDesc {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	color: var(--navy);
}
#siteDesc span {
	display: block;
	padding: 8px 0 0;
}
#buttons {
	flex: 0 0 633px;
	list-style-type: none;
	display: flex;
	height: 64px;
}
#forOverseas {
	flex: 0 0 255px;
	font-weight: 500;
	font-feature-settings: "palt";
	font-size: 17px;
}
#forOverseas a {
	display: flex;
	align-items: center;
	height: 64px;
}
#call {
	display: flex;
	align-items: center;
	flex: 0 0 250px;
	height: 64px;
	background-color: var(--pale-blue);
	color: var(--navy);
}
#call__inner p {
	width: 250px;
	text-align: center;
}
#gotoMail {
	flex: 0 0 64px;
	height: 64px;
}
#menuButton__outer {
	flex: 0 0 64px;
	height: 64px;
}
/* for Overseas Customers */
#forOverseas a span:before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background-image: url("../img/icon/globe.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: -6px;
}
/* Open */
.telephoneNumber {
	letter-spacing: 2px;
	font-size: 25px;
}
.telephoneNumber span:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-image: url("../img/icon/phone.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.open {
	font-size: 12px;
	color: var(--navy);
}
/* Mail */
#gotoMail a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background-color: var(--sky);
	color: #fff;
}
.icon-mail {
	display: block;
	width: 32px;
	height: 24px;
	margin: auto;
}
.svg-icon-mail {
	fill: #fff;
}
/* Menu Button */
#menuButton {
	cursor: pointer;
	position: relative;
	width: 64px;
	height: 64px;
	border: 0;
	background-color: var(--navy);
	color: #fff;
}
.menuBar {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 34px;
	height: 1px;
	background-color: #fff;
}
#menuBar__1 {
	top: 20px;
}
#menuBar__2 {
	top: 31px;
}
#menuBar__3 {
	top: 42px;
}

/* Global Navigation
------------------------- */
#gnavi {
	transition: 0.4s;
	z-index: 999999;
	position: fixed;
	top: 64px;
	/*right: 0;*/
	right: -320px;
	width: 320px;
	height: calc( 100vh - 64px );
	padding: 30px 20px;
	background-color: var(--navy);
	color: #fff;
}
#gnavi.showed {
	right: 0;
}
#gnaviLists { /* ul */
	list-style-type: none;
	margin: 0 0 20px;
}
#gnavi .menu { /* a */
	transition: 0.4s;
	display: block;
	padding: 10px 9px 10px 1px;
	margin: 0 0 5px;
	border-bottom: dotted 1px #fff;
	text-decoration: none;
	color: #fff;
}
#gnavi .menu span {
	position: relative;
	width: 100%;
	display: block;
}
#gnavi .menu span:after {
	position: absolute;
	display: block;
	content: "";
	top: calc( 50% - 5px );
	right: 0;
	width: 7px;
	height: 10px;
	margin: 0 0 0 15px;
	background-color: #fff;
	mask: url("../img/icon/gt_white.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/gt_white.svg") no-repeat 50% 50% / contain;
}
/*#gnavi .menu:hover {
	background-color: var(--blue);
}*/
#outerSubButton {
	text-align: center;
}
#outerSubButton a {
	display: inline-block;
	margin: 0 12px 0;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
#returnHome:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	background-color: #fff;
	mask: url("../img/icon/icon_home.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_home.svg") no-repeat 50% 50% / contain;
	vertical-align: -1px;
}
#close:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	background-color: #fff;
	mask: url("../img/icon/icon_close.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_close.svg") no-repeat 50% 50% / contain;
	vertical-align: -1px;
}

/* Chest
------------------------- */
#chest main {
	padding: 0 0 100px;
}
#page-title {
	padding: 30px 0;
	font-size: 36px;
}
.core-contents h3 {
	padding: 20px 0;
	font-size: 24px;
}
.core-contents p {
	margin: 0 0 20px;
}
.wp-block-quote {
	margin: 30px;
	padding: 20px 20px 0;
	border: dotted 1px var(--gray);
	background-color: var(--pale-gray);
}
.type-post {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: dashed 1px var(--gray);
}
.post-title {
	padding: 20px 0 0;
	font-size: 24px;
}
.post-title a {
	text-decoration: none;
}

/* Offer
------------------------- */
#offer {
	padding: 100px 0;
	background-color: #f8f8f6;
	background-image: url("../img/footer/back_offer.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.offer__desc {
	margin: 0 0 40px;
	text-align: center;
	font-size: 17px;
}
.contact__tools {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}
.tool {
	flex: 0 0 500px;
}
.tool__anc {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 120px;
	border: solid 1px var(--navy);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	text-decoration: none;
	text-align: center;
	color: var(--navy);
}
#contact__tel .tool__anc {
	background-image: url("../img/footer/back_contact_tel.webp");
}
#contact__mail .tool__anc {
	background-image: url("../img/footer/back_contact_mail.webp");
}
.tool__anc span {
	text-shadow:
		 2px  2px 3px #fff,
		-2px  2px 3px #fff,
		 2px -2px 3px #fff,
		-2px -2px 3px #fff;
}

#contact__tel--number {
	line-height: 1.3;
	letter-spacing: 3px;
	font-weight: 600;
	font-size: 37px;
}
#contact__tel--number span:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	background-color: var(--navy);
	mask: url("../img/icon/phone.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/phone.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}
#contact__tel--open {
	letter-spacing: 2px;
}
#contact__mail--label {
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 26px;
}
#contact__mail--label span:before {
	display: inline-block;
	content: "";
	width: 32px;
	height: 23px;
	margin: 0 7px 0 0;
	background-color: var(--navy);
	mask: url("../img/icon/mail.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/mail.svg") no-repeat 50% 50% / contain;
	vertical-align: -2px;
}

/* Footer
------------------------- */
footer {
	padding: 100px 0;
	background-color: var(--navy);
	color: #fff;
}
#footerAbove {
	padding: 0 0 100px;
}
#siteMap {
	display: flex;
	justify-content: space-between;
}
.fnavi {
	flex: 0 0 calc( 100% / 4 - 20px );
}
.fnavi h3 {
	margin: 0 0 20px;
	padding: 10px 0 5px 5px;
	border-bottom: dotted 1px #fff;
}
.fnavi a {
	display: block;
	margin: 0 0 10px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}
.fnavi a:before {
	content: "- ";
}
.fnavi .menu {
	list-style-type: none;
	margin: 0 0 20px;
}
.restore:after {
	display: inline-block;
	content: "";
	width: 18px;
	height: 14px;
	margin: 0 0 0 4px;
	background-color: #fff;
	mask: url("../img/icon/icon_restore.svg") no-repeat 50% 50% / contain;
	-webkit-mask: url("../img/icon/icon_restore.svg") no-repeat 50% 50% / contain;
	vertical-align: -1px;
}

#footerBelow {
	display: flex;
	justify-content: space-between;
	padding: 0 0 70px;
}
.footerBelow__right {
	flex: 1 1 460px;
}
.footerBelow__center {
	flex: 0 0 380px;
}
.footerBelow__right {
	flex: 0 0 300px;
}

#company__info--siteLogo a {
	text-decoration: none;
	color: #fff;
}
#company__info--siteLogo .logo {
	display: block;
	width: 70px;
	height: 68px;
}
#company__info--siteLogo .siteID {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 20px;
}
#company__info--siteLogo .siteID__mark {
	flex: 0 0 80px;
}
#company__info--siteLogo .siteID__name {
	flex: 1 1 300px;
	display: flex;
	align-items: center;
	height: 70px;
	font-size: 46px;
}

.company__info h2 {
	margin: 0 0 7px;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 18px;
}
.company__info p {
	margin: 0 0 20px;
	line-height: 1.9;
	font-weight: 300;
	font-size: 14px;
}
.snsIcons {
	padding: 20px 0 0;
}
.snsIcons h3 {
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 18px;
}
.company__data--title {
	margin: 0 0 5px;
	letter-spacing: 3px;
	font-weight: 500;
}
.company__data th {
	width: 72px;
	padding: 5px 0;
	text-align: left;
	font-weight: 300;
	font-size: 15px;
}
.company__data td {
	padding: 5px 0;
	font-size: 15px;
}

.snsIcon__lists {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 135px;
	margin: 15px 0 0;
}
.snsIcon {
	flex: 0 0 37px;
}

#fnavi ul {
	list-style-type: none;
	margin: 0;
}
#fnavi a {
	text-decoration: none;
	color: #fff;
}
#fnavi a:before {
	content: "-";
	margin-right: 5px;
}
#copyright {
	padding: 30px 0 0;
	letter-spacing: 2px;
	text-align: center;
	font-size: 14px;
}

/* End of base.css */