@charset "UTF-8";
/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************

header-nav.php

************************************/

header {
	background: #f5f6f8;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 11;
}
header.header div.hWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	align-items: center;
	z-index: 11;
	background: #fff;
}
header.header div.hWrap > h1 {
	background: #334e72;
	font-size: min(3vw , 12px);
	color: #fff;
	font-weight: 300;
	width: 100%;
	padding: min(1vw , 5px) min(1vw , 15px) min(1vw , 9px);
	line-height: 1;
}
header.header div.hWrap > h1 + h1 {
	background: none;
	width: min(40vw , 210px);
	padding: 0;
}
header.header div.hWrap > h1 + h1 a{display:block;}
header.header div.hWrap > nav:not(.globalNav) {
	width: auto;
	padding: min(.5vw , 5px) min(5vw , 50px) min(.5vw , 5px) min(1vw , 10px);
}
header.header div.hWrap > nav:not(.globalNav) ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
header.header div.hWrap > nav:not(.globalNav) ul li {width: auto;}
header.header div.hWrap > nav:not(.globalNav) ul li + li {
	margin-top: 0;
	margin-left: 30px;
}
header.header div.hWrap > nav:not(.globalNav) ul li a {
	position: relative;
	display: block;
	padding-left: min(8vw , 25px);
	text-align: left;
	font-size: 15px;
}
header.header div.hWrap > nav:not(.globalNav) ul li a::before {
	content: "";
	background: no-repeat center center / 100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	bottom: 0;
}

header.header div.bbc {
	background: rgba(00,00,00,.5);
	width: 100vw;
	height: 120vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	transform: translate(0,-200vh);
	transition: .4s ease-out;
}
.open header.header div.bbc{transform: translate(0,0);}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(1) a:before{background-image:url(https://koukikurasako.itembox.design/item/img/common/h-icon_01.png);}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(2) a:before{background-image:url(https://koukikurasako.itembox.design/item/img/common/h-icon_02.png);}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu {
	width: 100%;
	height: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 5;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu::after {
	content: "メニュー";
	position: relative;
	text-align: left;
	font-size: 15px;
	top: 0;
	left: 0;
	width: 100%;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: auto;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton span,
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton:before,
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton:after{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 1px;
	margin: auto;
	background: #334e72;
	-webkit-transition: .1s ease-in-out;
	transition: all 1s;
	border-radius: 40px;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton span{
	overflow: hidden;
	z-index: 1;
	color: #fff;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::before {
	z-index: 2;
	transform: rotate(0deg);
	top:12px;
	content: "";
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::after {
	z-index: 2;
	transform: rotate(0deg);
	top: -12px;
	content: "";
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton span{
	transform:rotate(0deg) translateX(0px);
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton:before,
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton:after{
	transition: transform 500ms;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu.active #menuButton span {
	transform: translateX(-200px);
	top: 0;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu.active #menuButton::before {
	transform: rotate(-225deg);
	top: 0;
}

header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu.active #menuButton::after {
	transform: rotate(45deg);
	top: 0;
}

header.header div.hWrap > div.fs-p-searchForm {
	width: 80%;
	position: absolute;
	top: 91px;
	z-index: 11;
	right: 0;
	background: #f5f6f8;
	padding: 10px 50px;
	transform: translate(100vw ,0);
	transition: .5s ease-in;
}
header.header div.hWrap > div.fs-p-searchForm form {
	background: #fff;
	position: relative;
	border-radius: 7px;
	display: block;
	overflow: hidden;
}
header.header div.hWrap > div.fs-p-searchForm form .fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: none;
	background: none;
}
header.header div.hWrap > div.fs-p-searchForm form input {
	width: 100%;
	border: none;
	padding: 10px 10px 10px 70px;
	height: auto;
	font-size: 16px;
}
header.header div.hWrap > div.fs-p-searchForm form input + button.fs-p-inputGroup__button {
	background: #444444;
	border: none;
	color: #ffffff;
	width: auto;
	flex-shrink: 0;
	background: url(https://koukikurasako.itembox.design/item/img/common/h-icon_search.png) no-repeat center center / cover;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 0;
}
header.header div.hWrap > div.fs-p-searchForm form input + button.fs-p-inputGroup__button:before {
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e932";
	display: block;
	font-size: 2.2rem;
	line-height: 1.2;
	position: absolute;
	text-indent: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
}

header.header div.hWrap > nav.globalNav {
	width: 80%;
	position: absolute;
	top: 155px;
	z-index: 11;
	right: 0;
	background: #f5f6f8;
	transform: translate(100vw ,0);
	transition: .5s ease-in;
}
header.header div.hWrap > nav.globalNav ul {
	width: 100%;
	justify-content: flex-start;
	border-top: #334e72 1px solid;
	display: flex;
	flex-wrap: wrap;
}
header.header div.hWrap > nav.globalNav ul li {
	width: calc(100% / 3);
	border-bottom: #334e72 1px solid;
	display: flex;
	align-items: center;
	height: 66px;
}
header.header div.hWrap > nav.globalNav ul li + li{margin-top:0;}
header.header div.hWrap > nav.globalNav ul li:nth-of-type(3n+1),
header.header div.hWrap > nav.globalNav ul li:nth-of-type(3n+2) {
	border-right: #334e72 1px solid;
}
header.header div.hWrap > nav.globalNav ul li:last-of-type{width:100%;}
header.header div.hWrap > nav.globalNav ul li:last-of-type {
	background-color: #334e72;
	color: #fff;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
header.header div.hWrap > nav.globalNav ul li:last-of-type:before,
header.header div.hWrap > nav.globalNav ul li:last-of-type:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 230px;
	width: 40px;
	height: 2px;
	margin: auto;
	background: #fff;
	-webkit-transition: .1s ease-in-out;
	transition: all 1s;
	border-radius: 40px;
}
header.header div.hWrap > nav.globalNav ul li:last-of-type:before{
	transform: rotate(-225deg);
	top: 0;
}
header.header div.hWrap > nav.globalNav ul li:last-of-type:after {
	transform: rotate(45deg);
	top: 0;
}
header.header div.hWrap > nav.globalNav ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	position: relative;
	padding: 0 min(3vw , 30px);
	font-size: 15px;
}
header.header div.hWrap > nav.globalNav ul li:first-of-type a,
header.header div.hWrap > nav.globalNav ul li:last-of-type a{text-align:center;}
header.header div.hWrap > nav.globalNav ul li:last-of-type a{color:#fff;}
header.header div.hWrap > nav.globalNav ul li a::before {
	content: '';
	display: block;
	height: 3px;
	width: 0%;
	background: #334e72;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

header.header div.hWrap > nav.globalNav ul li a:hover:before{width:calc(100%); right:auto; left:0;}
header.header div.hWrap > nav.globalNav ul li a:hover{color:#334e72; text-decoration:none;}
header.header div.hWrap > nav.globalNav ul li a::after {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_arrow_01.png) no-repeat center center / 100%;
	width: min(2vw , 16px);
	height: min(2vw , 16px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
header.header div.hWrap > nav.globalNav ul li a span {
	font-size: 80%;
	line-height: 1.4;
}
header.header div.hWrap > nav.globalNav ul li a span:hover{}


.open header.header div.hWrap > div.fs-p-searchForm,
.open header.header div.hWrap > nav.globalNav{transform: translate(0 ,0);}




/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************

footer

************************************/
footer{}
footer div.fWrap{}
footer div.fWrap section.footerWrap {
}
footer div.fWrap section.footerWrap.footerWrap01 {
	background: #f5f6f8;
	width: 100%;
	padding: min(7vw , 50px) 0 min(10vw , 100px);
	margin: min(7vw , 100px) 0 0;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav{}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul {
	width: min(100% , 1080px);
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin: min(7vw , 70px) auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li {
	width: 50%;
	border-top: #334e72 1px solid;
	display: flex;
	align-items: center;
	height: 90px;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li + li{margin-top:0;}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li:nth-of-type(odd){border-right: #334e72 1px solid;}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	position: relative;
	padding: 0 min(3vw , 30px);
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li:first-of-type a{text-align:center;}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a:before{
	content:'';
	display:block;
	height:min(1vw , 10px);
	width:0%;
	background:#334e72;
	margin:0 auto;
	transition:0.4s;
	position:absolute;
	bottom:0;
	right:0;
	}

footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a:hover:before{width:calc(100%); right:auto; left:0;}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a:hover{color:#334e72; text-decoration:none;}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a::after {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_arrow_01.png) no-repeat center center / 100%;
	width: min(2vw , 26px);
	height: min(2vw , 26px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a span {
	font-size: 80%;
	line-height:1.4;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li a span:hover{}

footer div.fWrap section.footerWrap.footerWrap01 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: min(4vw , 27px);
	text-align: center;
	letter-spacing: 3px;
	margin-top: min(10vw , 150px);
}
footer div.fWrap section.footerWrap.footerWrap01 > h2 strong {
	font-family: "Cormorant Infant", serif;
	font-size: min(7vw , 70px);
	display: block;
	line-height:1.4;
}
footer div.fWrap section.footerWrap.footerWrap01 > ul {
	width: min(100% , 1080px);
	margin: min(5vw , 50px) auto 0;
	padding: 0 4vw;
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li{}
footer div.fWrap section.footerWrap.footerWrap01 > ul li + li {margin-top: min(9vw , 100px);}
footer div.fWrap section.footerWrap.footerWrap01 > ul li p {
	font-size: min(4vw , 25px);
	padding: 0 min(3vw , 30px);
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li h3 {
	font-size: min(4vw , 35px);
	border-bottom: solid 1px;
	padding: min(2vw , 20px) min(4vw , 40px);
	margin-bottom: min(2vw , 20px);
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li p + p{margin-top:min(2vw , 20px);}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a {
	border: #334e72 solid 1px;
	display: block;
	width: min(80% , 650px);
	position: relative;
	margin: min(4vw , 40px) auto 0;
	background: #fff;
	overflow: hidden;
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #5374a0;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a:hover:before{width:calc(160%); right:auto; left:-30%;}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a::after {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_arrow_03.png) no-repeat center center / 100% auto;
	width: min(88px , 8vw);
	height: min(2vw , 26px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: min(3.5vw , 28px);
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	padding: min(2vw , 20px) min(4vw , 40px);
}
footer div.fWrap section.footerWrap.footerWrap01 > ul li a span:hover{color:#fff;}

footer div.fWrap section.footerWrap.footerWrap02 {
	background: #334e72;
	padding: min(7vw , 50px) 0;
}
footer div.fWrap section.footerWrap.footerWrap02 h2 {
	font-family: "Noto Serif JP", serif;
	font-size: min(4vw , 27px);
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
}
footer div.fWrap section.footerWrap.footerWrap02 > h2 strong {
	font-family: "Cormorant Infant", serif;
	font-size: min(7vw , 70px);
	display: block;
	color:#fff;
	line-height:1.4;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul {
	width: min(100% , 1080px);
	margin: min(7vw , 70px) auto 0;
	padding: 0 min(10vw , 100px);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li {
	width: 100%;
	text-align: center;
	color: #fff;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li + li{}
footer div.fWrap section.footerWrap.footerWrap02 > ul li div.contactWrap {
	border: solid 1px #fff;
	padding: min(2vw , 20px);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li div.contactWrap p {
	color: #fff;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li div.contactWrap a {
	position: relative;
	font-size: min(5vw , 50px);
	color: #fff;
	padding-left: min(10vw , 75px);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li div.contactWrap a::before {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_01.png) no-repeat center center / 100% auto;
	height: min(8vw , 65px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: min(8vw , 65px);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > a {
	color: #fff;
	font-size: min(4vw , 30px);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > a::before {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: #fff;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > a:hover:before{width:calc(100%); right:auto; left:0;}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a {
	border: #334e72 solid 1px;
	display: block;
	width:100%;
	position: relative;
	margin: min(4vw , 40px) auto 0;
	overflow: hidden;
	border: solid 1px #fff;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a:before,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background:rgba(255,255,255,.8);
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a:hover:before,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a:hover:before{width:calc(160%); right:auto; left:-30%;}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a:after,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a:after {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_arrow_02.png) no-repeat center center / 100% auto;
	width: min(88px , 8vw);
	height: min(2vw , 26px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a span,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: min(4vw , 28px);
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	padding: min(2vw , 20px) min(4vw , 40px);
	color:#fff;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a span:hover,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a span:hover{color:#334e72;}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a span::after,
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a span::after {
	content: "";
	background: no-repeat center center / 100% auto;
	width: min(8vw , 60px);
	height: min(8vw , 60px);
	position: absolute;
	left: max(-43vw,-430px);
	right: 0;
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(1) > a span:after{background-image:url(https://koukikurasako.itembox.design/item/img/common/f-icon_02.png);}
footer div.fWrap section.footerWrap.footerWrap02 > ul li:nth-last-of-type(2) > a span:after{background-image:url(https://koukikurasako.itembox.design/item/img/common/f-icon_03.png);}

footer div.fWrap section.footerWrap.footerWrap02 > nav{}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul {
	width: min(100% , 1080px);
	margin: min(7vw , 70px) auto 0;
	padding: 0 min(10vw , 100px);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li {
	width: 50%;
	margin: 0;
}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li + li{}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li + li a{border-left: 1px solid;}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li a {
	color: #fff;
	display: block;
	padding: 0 min(2vw , 50px);
	position: relative;
	text-align: center;
}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li a::before {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: #fff;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer div.fWrap section.footerWrap.footerWrap02 > nav ul li a:hover:before{width:calc(100%); right:auto; left:0;}

footer div.fWrap section.footerWrap.footerWrap03 {
	padding-bottom: min(5vw , 50px);
}
footer div.fWrap section.footerWrap.footerWrap03 h1 {
	width: min(60vw , 490px);
	margin: min(7vw , 70px) auto;
}
footer div.fWrap section.footerWrap.footerWrap03 h1 a{}
footer div.fWrap section.footerWrap.footerWrap03 address {
	text-align: center;
	font-style: normal;
	display: block;
	margin-bottom: min(3vw , 30px);
	font-size: min(3.5vw , 22px);
}
footer div.fWrap section.footerWrap.footerWrap03 iframe {
	display: block;
	width: min(90% , 1080px);
	margin: auto;
	height: min(70vw , 680px);
}
footer div.fWrap section.footerWrap.footerWrap03 > a {
	border: #334e72 solid 1px;
	display: block;
	width: min(80% , 650px);
	position: relative;
	margin: min(4vw , 40px) auto;
	overflow: hidden;
}
footer div.fWrap section.footerWrap.footerWrap03 > a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background:#334e72;
	margin: 0 auto;
	transition: 0.8s ease-out;
	position: absolute;
	bottom: 0;
	right: -30%;
	transform: skewX(60deg);
}
footer div.fWrap section.footerWrap.footerWrap03 > a:hover:before{width:calc(160%); right:auto; left:-30%;}
footer div.fWrap section.footerWrap.footerWrap03 > a:after {
	content: "";
	background: url(https://koukikurasako.itembox.design/item/img/common/f-icon_arrow_03.png) no-repeat center center / 100% auto;
	width: min(88px , 8vw);
	height: min(2vw , 26px);
	position: absolute;
	right: min(3vw , 30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap03 > a span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: min(4vw , 28px);
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s ease-in;
	padding: min(2vw , 20px) min(4vw , 40px);
	color: #334e72;
	text-align: center;
}
footer div.fWrap section.footerWrap.footerWrap03 > a span:hover{color:#fff;}
footer div.fWrap section.footerWrap.footerWrap03 > a span::after {
	content: "";
	background:url(https://koukikurasako.itembox.design/item/img/common/f-icon_04.png) no-repeat center center / cover;
	width: min(8vw , 60px);
	height: min(8vw , 60px);
	position: absolute;
	left: max(-43vw,-430px);
	right: 0;
	margin: auto;
	}
footer div.fWrap section.footerWrap.footerWrap03 > ul {
	width: min(90% , 1080px);
	margin: 0 auto min(5vw , 40px);
	border-bottom: 1px solid;
	padding-bottom: min(5vw , 40px);
}
footer div.fWrap section.footerWrap.footerWrap03 > ul li {
	margin: auto;
	width: 100%;
	text-align: center;
	font-size: min(3vw , 30px);
}
footer div.fWrap section.footerWrap.footerWrap03 > ul li + li{}
footer div.fWrap section.footerWrap.footerWrap03 small {
	display: block;
	text-align: center;
}
footer div.fWrap section.footerWrap.footerWrap03 small a{}
footer div.fWrap section.footerWrap.footerWrap03 p.toLink {
	position: fixed;
	right: min(2vw , 50px);
	bottom: min(2vw , 50px);
	width: min(15vw , 100px);
	height: min(15vw , 100px);
}
footer div.fWrap section.footerWrap.footerWrap03 p.toLink a{}


@media screen and (min-width:813px) {
.windowNav {
	position: fixed;
	top: min(10vw , 100px);
	right: 0;
}
	.windowNav ul {
	width: min(4vw , 42px);
}

	.windowNav ul li {
		margin: 0 0 8px;
	}
	.windowNav ul li a img{
		transition: .5s ease-in;
		opacity:1;
	}
	.windowNav ul li a:hover img{
		opacity:.7;
	}
}

@media screen and (max-width:813px) {
.pc {
	display: none;
}
	.windowNav {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding-bottom: calc(constant(safe-area-inset-bottom) + 1vw);
	padding-bottom: calc(env(safe-area-inset-bottom) + 1vw);
	background-color: #d4af76;
	}

	.windowNav ul {
		display: flex;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.windowNav ul li {
		flex: 1;
	}
.windowNav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #d4af76;
}

	.windowNav ul li:nth-of-type(1) a img {
		width: 25px;
	}

	.windowNav ul li:nth-of-type(2) a img {
		width: 32px;
	}

	.windowNav ul li:nth-of-type(3) a img {
		width: 32px;
	}
}





/*==================================================*/
/*=============== レスポンシブ調整用 ===============*/
/*==================================================*/

@media only screen and (max-width:1080px){

main.fs-l-main div.accessPoint{position:relative; top:-20vw;}


/*============================================*/
/*=============== header調整用 ===============*/
/*============================================*/

header {
	background: #f5f6f8;
	position: sticky;
	z-index: 11;
	width: 100%;
	top: 0;
	left: 0;
}

header.header div.hWrap > nav:not(.globalNav) {
	padding: min(1vw , 10px) min(1vw , 50px) min(1vw , 10px) min(1vw , 10px);
	width: 50vw;
}
header.header div.hWrap > nav:not(.globalNav) ul li {
	width: calc(100% / 3);
}
header.header div.hWrap > nav:not(.globalNav) ul li a::before {
	width: 10vw;
	height: 10vw;
	right: 0;
	bottom: initial;
}
header.header div.hWrap > nav:not(.globalNav) ul li + li {
	margin-top: 0;
	margin-left: 0;
}
header.header div.hWrap > nav:not(.globalNav) ul li a {
	position: relative;
	display: block;
	padding-left: 0;
	text-align: center;
	font-size: 3vw;
	padding-top: 10vw;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu::after {
	position: absolute;
	text-align: center;
	font-size: 3vw;
	top: initial;
	width: 100%;
	bottom: 0;
	height: 5vw;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton {
	z-index: 0;
	top: 0;
	left: 0;
	width: 10vw;
	right: 0;
	margin: auto;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton span,
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::before,
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::after {
	height: .5vw;
	top: -1vw;
	width: 10vw;
}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::before {top: 5vw;}
header.header div.hWrap > nav:not(.globalNav) ul li:nth-of-type(3) div.menu #menuButton::after {top: -7vw;}

header.header div.hWrap > div.fs-p-searchForm {
	width: 100%;
	top: 21vw;
	padding: 5vw;
	transform: translate(0 ,-150vh);
}
header.header div.hWrap > div.fs-p-searchForm form input {
	width: 100%;
	padding: 1vw 5vw 1vw 12vw;
	height: 10vw;
}

header.header div.hWrap > div.fs-p-searchForm form input + button.fs-p-inputGroup__button {
	background: url(https://koukikurasako.itembox.design/item/img/common/h-icon_search.png) no-repeat center center / cover;
	width: 7vw;
	height: 8vw;
	left: 2vw;
}
header.header div.hWrap > nav.globalNav {
	width: 100%;
	top: 41vw;
	height: 80vh;
	overflow-y: auto;
	z-index: 11;
	transform: translate(0 ,-150vh);
}
header.header div.hWrap > nav.globalNav ul li {
	width: 50%;
	height: 15vw;
}
header.header div.hWrap > nav.globalNav ul li:nth-of-type(3n+1),
header.header div.hWrap > nav.globalNav ul li:nth-of-type(3n+2) {
	border-right: none;
}
header.header div.hWrap > nav.globalNav ul li:nth-of-type(even) {
	border-left: #334e72 1px solid;
}

header.header div.hWrap > nav.globalNav ul li:last-of-type::before, header.header div.hWrap > nav.globalNav ul li:last-of-type::after {
	right: 23vw;
	width: 10vw;
	height: .5vw;
}



/*============================================*/
/*=============== footer調整用 ===============*/
/*============================================*/

footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul {
	margin: auto;
}
footer div.fWrap section.footerWrap.footerWrap01 > nav.globalNav ul li {
	height: 15vw;
}

footer div.fWrap section.footerWrap.footerWrap03 p.toLink {
	position: fixed;
	right: 1vw;
	bottom: 24vw;
}




}



/************************************

bottom_cv

************************************/
.bottom_cv {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
}
@media (max-width: 480px) {
  .bottom_cv {
    width: 100%;
  }
}
.bottom_cv .tel {
  display: block;
  width: 215px;
  background: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #dedede;
}
@media (max-width: 480px) {
  .bottom_cv .tel {
    width: 64%;
  }
}
@media (max-width: 350px) {
  .bottom_cv .tel {
    width: 60%;
  }
}
.bottom_cv .line {
  display: block;
  width: 80px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 5px 0;
  background: #fff;
}
.bottom_cv .line img {
  width: 24px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .bottom_cv .line {
    width: 18%;
  }
}
@media (max-width: 350px) {
  .bottom_cv .line {
    width: 20%;
  }
}
.bottom_cv .soudan-open-btn {
  width: 80px;
  height: 50px;
  cursor: pointer;
  /*カーソルを指マークに*/
  text-align: center;
  font-size: 1.2rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  padding: 5px 0;
  background: #334E72;
  color: #fff;
  padding: 10px 0;
  font-size: 1.2rem;
}
.bottom_cv .soudan-open-btn img {
  width: 21px;
  height: 13px;
  display: block;
  margin: 0 auto 3px;
}
@media (max-width: 480px) {
  .bottom_cv .soudan-open-btn {
    width: 18%;
  }
}
@media (max-width: 350px) {
  .bottom_cv .soudan-open-btn {
    width: 20%;
  }
}
.bottom_cv #soudan-menu {
  position: fixed;
  /*絶対配置にして*/
  bottom: 30px;
  right: 0;
  z-index: -1;
  /*最背面に設定*/
  opacity: 0;
  /*透過を0に*/
  width: 0;
  /*横幅は0に*/
}
.bottom_cv #soudan-menu .soudan-title, .bottom_cv #soudan-menu .soudan-item {
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
}
.bottom_cv #soudan-menu .soudan-title {
  font-size: 2.4rem;
  border-bottom: 1px solid #465D81;
  padding-bottom: 5px;
}
.bottom_cv #soudan-menu .soudan-item {
  font-size: 1.6rem;
  display: block;
  padding-left: 20px;
}
.bottom_cv #soudan-menu .soudan-item:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 15px;
}
.bottom_cv #soudan-menu .soudan-item:nth-child(3) {
  margin-bottom: 15px;
}
.bottom_cv #soudan-menu .icon {
  position: relative;
}
.bottom_cv #soudan-menu .icon::before {
  position: absolute;
  width: 40px;
  height: 20px;
  background-image: url("../images/yaji_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom_cv #soudan-menu .icon:hover.icon::before {
  left: 45%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom_cv #soudan-menu .icon:nth-child(4)::before {
  left: 70%;
  transform: translateX(-70%);
  -webkit-transform: translateX(-70%);
}
.bottom_cv #soudan-menu .icon:hover.icon:nth-child(4)::before {
  left: 75%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom_cv #soudan-menu.panelactive {
  opacity: 1;
  z-index: 3;
  width: 375px;
  padding: 15px 35px 30px;
  bottom: 50px;
  background: #334E72;
}
@media (max-width: 480px) {
  .bottom_cv #soudan-menu.panelactive {
    width: 100%;
  }
}

/************************************

side_contact

************************************/
.side_contact {
  position: fixed;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 480px) {
  .side_contact {
    right: 7px;
  }
}
.side_contact a {
  font-family: "Noto Serif JP tate", "Yu Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .side_contact a {
    font-size: 1.2rem;
  }
}
.side_contact a::after {
  content: "";
  height: 40px;
  width: 1px;
  background: #334E72;
  position: absolute;
  right: 11px;
  top: 200px;
}
@media (max-width: 480px) {
  .side_contact a::after {
    top: 170px;
  }
}

/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif	;
	font-weight: 500;
	color: #334e72;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

main {
	margin-top: min(10vw , 100px);
	display: block;
}
@media (max-width: 350px) {
  main {
    margin-top: 70px;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #334E72;
  text-decoration: none;
  font-size: 1.6rem;
}
a img {
  border: none;
}

i {
  padding: 0 5px;
}

ul {
  letter-spacing: -1em;
}
ul li {
  letter-spacing: 0;
  list-style: none;
}

ul {
  list-style: none;
}

p {
  letter-spacing: 1px;
  color: #334E72;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}

.pc {
  display: block;
}
@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.pc2 {
  display: block;
}
@media (max-width: 480px) {
  .pc2 {
    display: none;
  }
}

.tablet {
  display: none;
}
@media (max-width: 960px) {
  .tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 960px) {
  .sp {
    display: block;
  }
.pc {
	display: none !important;
}
}

.ssp {
  display: none;
}
@media (max-width: 480px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br_pc {
  display: inherit;
}
@media (max-width: 480px) {
  .br_pc {
    display: none;
  }
}

/*PC改行無効*/
.br_tb {
  display: none;
}
@media (max-width: 960px) {
  .br_tb {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 480px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}
@media screen and (max-width: 380px) {
  .br_ssp {
    display: block;
  }
}

.br_1220 {
  display: block;
}
@media screen and (max-width: 1220px) {
  .br_1220 {
    display: none;
  }
}

.en {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
}

.note {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb10 {
  margin-bottom: 10px;
}

/************************************
飾りつき文章
************************************/
.comment {
  display: inline-block;
  border-bottom: 1px solid #334E72;
  margin-bottom: 3rem;
  width: 600px;
}
@media (max-width: 480px) {
  .comment {
    width: 100%;
  }
}
.comment p {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.6rem;
  padding: 1.5rem 0;
}
@media (max-width: 480px) {
  .comment p {
    font-size: 1.4rem;
  }
}

.kazari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kazari img {
  width: 35px;
  height: 20px;
}

.kazari:before,
.kazari:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #334E72;
}

.kazari:before {
  margin-right: 1rem;
}

.kazari:after {
  margin-left: 1rem;
}

/************************************
page to top
************************************/
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 15px;
  z-index: 10;
}
@media (max-width: 480px) {
  .pagetop {
    bottom: 50px;
  }
}

.pagetop a {
  display: block;
  text-align: center;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  text-align: center;
}

/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************

main部分共通スタイル指定

************************************/
main {
  /************************************

  フォント - 見出し -

  ************************************/
  /************************************

  wrapper

  ************************************/
  /************************************

  見出し

  ************************************/
  /************************************

  hoverで動く矢印　共通部分

  ************************************/
  /************************************

  ボタン

  ************************************/
  /************************************
  btn_wh_big
  ************************************/
  /************************************
  btn_wh_small
  ************************************/
  /************************************
  btn_wh_small2
  ************************************/
  /************************************
  btn_blue_big
  ************************************/
  /************************************
  btn_blue
  ************************************/
  /************************************
  btn_wh_border
  ************************************/
  /************************************
  btn_wh_1
  ************************************/
  /************************************
  btn_border
  ************************************/
  /************************************

  hover　画像縮小

  ************************************/
  /************************************

  hover　画像拡大

  ************************************/
}
main h1 {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 50px;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  main h1 {
    font-size: 2.6rem;
    margin: 0 0 40px;
  }
}
main h2 {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  main h2 {
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
}
main h3 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  main h3 {
    font-size: 2.1rem;
    margin: 0 0 25px;
  }
}
main h4 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  main h4 {
    font-size: 1.9rem;
    margin: 0 0 25px;
  }
}
main p {
  font-size: 1.6rem;
  color: #334E72;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1025px) {
  main p {
    font-size: 1.4rem;
    text-align: justify;
    word-break: break-all;
  }
}
main p.p16 {
  font-size: 1.6rem;
  line-height: 2;
}
main .center {
  text-align: center;
}
main .wrapper {
  max-width: 1210px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
main .wrapper {
	width: 94%;
}
}
main .wrapper_l {
  max-width: 1340px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 480px) {
  main .wrapper_l {
    width: 85%;
  }
}
main .wrapper_s {
  max-width: 910px;
  margin: 0 auto;
  width: 85%;
  text-align: center;
}
main .wrapper_ss {
  max-width: 760px;
  margin: 0 auto;
  width: 85%;
  text-align: center;
}
main .justify {
  text-align: justify;
}
main .midashi1 {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 4rem;
  line-height: 0.8;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  main .midashi1 {
    font-size: 3.6rem;
  }
}
main .midashi1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  width: 1px;
  height: 70px;
  margin: auto;
  background: #334E72;
}
main .midashi2 {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 4rem;
  color: #334E72;
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 960px) {
  main .midashi2 {
    font-size: 2.8rem;
  }
}
main .midashi2 .sub {
  display: block;
  font-size: 1.4rem;
  line-height: 2.5;
}
main .midashi3 {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  background: #334E72;
  padding: 50px 0;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 960px) {
  main .midashi3 {
    font-size: 2.4rem;
    padding: 40px 0;
  }
}
main .midashi3 .sub {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  display: block;
}
main .pagetitle1 {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 4rem;
  color: #334E72;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  main .pagetitle1 {
    padding-top: 50px;
    margin-bottom: 120px;
  }
}
@media (max-width: 480px) {
  main .pagetitle1 {
    margin-bottom: 90px;
    padding-top: 40px;
  }
}
main .pagetitle1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  width: 1px;
  height: 70px;
  margin: auto;
  background: #334E72;
}
@media (max-width: 960px) {
  main .pagetitle1::before {
    bottom: -75px;
  }
}
@media (max-width: 480px) {
  main .pagetitle1::before {
    bottom: -50px;
    height: 50px;
  }
}
@media (max-width: 960px) {
  main .pagetitle1 {
    font-size: 2.8rem;
  }
}
main .pagetitle1 .sub {
  display: block;
  font-size: 1.4rem;
  line-height: 2.5;
}
main .icon {
  position: relative;
}
main .icon::before {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_wh_big {
  text-align: center;
}
main .btn_wh_big a {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid #334E72;
  position: relative;
  padding: 15px 30px;
}
main .btn_wh_big .main {
  font-size: 2.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}
main .btn_wh_big .sub {
  font-size: 1.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-right: 50px;
  line-height: 1;
}
main .btn_wh_big .icon::before {
  width: 40px;
  height: 10px;
  background-image: url("../images/yaji_r.svg");
  top: 0;
  right: 0;
}
main .btn_wh_big a:hover .icon::before {
  right: -10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_wh_small {
  text-align: center;
}
main .btn_wh_small a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: 1px solid #334E72;
  position: relative;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 230px;
}
main .btn_wh_small .main {
  font-size: 1.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 4px;
  line-height: 1;
  display: block;
  text-align: center;
}
main .btn_wh_small .sub {
  font-size: 1.6rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-right: 35px;
  line-height: 1;
  display: block;
}
main .btn_wh_small .icon::before {
  width: 40px;
  height: 13px;
  background-image: url("../images/yaji_r.svg");
  top: 0;
  right: -30px;
}
main .btn_wh_small a:hover .icon::before {
  right: -40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_wh_small2 {
  text-align: center;
}
main .btn_wh_small2 a {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: 1px solid #334E72;
  position: relative;
  padding: 10px 30px;
}
main .btn_wh_small2 .main {
  font-size: 1.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 4px;
  line-height: 1;
  display: block;
  text-align: center;
}
main .btn_wh_small2 .sub {
  font-size: 1.6rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1;
  display: block;
  text-align: center;
}
main .btn_blue_big {
  text-align: center;
}
main .btn_blue_big a {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 1px solid #334E72;
  position: relative;
  padding: 15px 30px;
  background: #334E72;
}
main .btn_blue_big .main {
  font-size: 2.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
main .btn_blue_big .sub {
  font-size: 1.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-right: 50px;
  color: #fff;
  line-height: 1;
}
main .btn_blue_big .icon::before {
  width: 40px;
  height: 8px;
  background-image: url("../images/yaji_wh.svg");
  top: 0;
  right: -50px;
}
main .btn_blue_big a:hover .icon::before {
  right: -60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_blue {
  text-align: center;
}
main .btn_blue a {
  display: inline-block;
  background: #334E72;
  color: #fff;
  display: inline-block;
  padding: 25px 120px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  letter-spacing: 0.6em;
  line-height: 1;
}
main .btn_blue .icon::before {
  width: 40px;
  height: 10px;
  background-image: url("../images/yaji_wh.svg");
  top: 50%;
  right: 50px;
}
main .btn_blue .icon:hover::before {
  right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_wh_border {
  text-align: center;
}
main .btn_wh_border a {
  display: inline-block;
  border-bottom: 1px solid #334E72;
  padding-right: 45px;
  padding-bottom: 10px;
  line-height: 1;
  padding-left: 10px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media (max-width: 480px) {
  main .btn_wh_border a {
    font-size: 1.4rem;
  }
}
main .btn_wh_border .icon::before {
  width: 40px;
  height: 5px;
  background-image: url("../images/yaji_r.svg");
  top: 5px;
  right: 5px;
}
main .btn_wh_border .icon:hover::before {
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .btn_wh_1 {
  text-align: center;
  padding: 40px 0;
}
main .btn_wh_1 a {
  position: relative;
}
main .btn_wh_1 a::before {
  position: absolute;
  width: 70px;
  height: 15px;
  background-image: url("../images/yaji_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
main .btn_wh_1 a:hover::before {
  left: 60%;
}
@media (max-width: 480px) {
  main .btn_border {
    padding-top: 10px;
  }
}
main .btn_border a {
  display: inline-block;
  border-bottom: 1px solid #334E72;
}
main .scale_down {
  overflow: hidden;
  width: 100%;
  height: auto;
}
main .scale_down img {
  display: block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}
main .scale_down img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
main .scale_up {
  overflow: hidden;
  width: 100%;
  height: auto;
}
main .scale_up img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
main .scale_up img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

/************************************
btn_wh_3
************************************/
.btn_wh_3 {
  text-align: center;
}
.btn_wh_3 a {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 65px 5px 20px;
  border: 1px solid #334E72;
  position: relative;
  line-height: 1;
}
.btn_wh_3 a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 15px;
  background-image: url("../images/yaji_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_wh_3 a:hover::before {
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/************************************

テーブル

************************************/
table,
td,
th {
  border-collapse: collapse;
}

.hyou {
  width: 75%;
  margin: 0 auto;
  color: #334E72;
  max-width: 1000px;
}
@media screen and (max-width: 1113px) {
  .hyou {
    width: 85%;
  }
}
@media (max-width: 1025px) {
  .hyou {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .hyou {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media (max-width: 350px) {
  .hyou {
    font-size: 1.2rem;
  }
}
.hyou tr {
  text-align: left;
}
@media (max-width: 960px) {
  .hyou tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hyou .border-bottom {
  border-bottom: 1px solid #334E72;
}
.hyou .border-bottom-pc {
  border-bottom: 1px solid #334E72;
}
@media (max-width: 960px) {
  .hyou .border-bottom-pc {
    border: none;
  }
}
.hyou .p15 {
  padding: 25px 0;
}
@media (max-width: 960px) {
  .hyou .p15 {
    padding: 5px 0 15px 0;
  }
}
@media (max-width: 480px) {
  .hyou .p15 {
    padding: 10px 0;
  }
}
.hyou .pb15 {
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .hyou .pb15 {
    padding-bottom: 10px;
  }
}
.hyou .pt15 {
  padding-top: 25px;
}
@media (max-width: 960px) {
  .hyou .pt15 {
    padding-top: 5px;
  }
}
@media (max-width: 480px) {
  .hyou .pt15 {
    padding-top: 10px;
  }
}
.hyou .title {
  width: 35%;
  font-weight: bold;
  padding: 15px 0;
}
@media (max-width: 960px) {
  .hyou .title {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 480px) {
  .hyou .title {
    padding: 10px 0 0 0;
  }
}
.hyou .content_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
}

/************************************

アコーディオン

************************************/
/*アコーディオン全体*/
.accordion {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.accordion li {
  border-bottom: 1px solid #334E72;
}
.accordion li:first-child {
  border-top: 1px solid #334E72;
}

.archive_qa_wrap {
  padding: 30px 0px 30px 30px;
}
@media (max-width: 480px) {
  .archive_qa_wrap {
    padding: 20px 0px 20px 5px;
  }
}

/*アコーディオンタイトル*/
.aco-title {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 70px 0 70px;
  position: relative;
  margin: 0;
  /* アイコンの＋と× */
}
@media (max-width: 1025px) {
  .aco-title {
    font-size: 1.4rem;
    padding: 0 70px 0 50px;
  }
}
@media (max-width: 480px) {
  .aco-title {
    padding: 0 35px 0 30px;
  }
}
.aco-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 25px;
  width: 15px;
  height: 30px;
  background-image: url("../images/page/yaji-migi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .aco-title::before {
    top: -2px;
    right: 10px;
    width: 10px;
  }
}
.aco-title.aco-active::before {
  top: 5px;
  right: 15px;
  width: 30px;
  height: 15px;
  background-image: url("../images/page/yaji-sita.svg");
}
@media (max-width: 480px) {
  .aco-title.aco-active::before {
    width: 16px;
  }
}
.aco-title.aco-active.close::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.aco-title::after {
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  content: "Q.";
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
@media (max-width: 1025px) {
  .aco-title::after {
    top: -6px;
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .aco-title::after {
    font-size: 1.8rem;
    top: 0;
  }
}
@media screen and (max-width: 370px) {
  .aco-title::after {
    font-size: 1.8rem;
  }
}
.aco-title > a {
  display: block;
}

.aco-box-bg {
  display: block;
  background: #eee;
  padding: 20px;
  color: #334E72;
  line-height: 2;
}
.aco-box-bg p {
  margin-bottom: 20px;
}

/*アコーディオンで現れるエリア*/
.aco-box {
  display: none;
  /*はじめは非表示*/
  position: relative;
  height: auto;
  margin: 40px 0 0;
  padding: 0px 70px 0 50px;
}
@media (max-width: 480px) {
  .aco-box {
    padding: 0 0 0 35px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 370px) {
  .aco-box p {
    font-size: 1.2rem;
  }
}
.aco-box::after {
  font-size: 3.2rem;
  line-height: 1;
  position: absolute;
  top: 23px;
  left: 0;
  display: block;
  content: "A.";
  color: #334E72;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
@media (max-width: 1025px) {
  .aco-box::after {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .aco-box::after {
    font-size: 1.8rem;
    top: 20px;
  }
}

/************************************

2カラム ver1

************************************/
.two_ver1 {
  text-align: left;
}
.two_ver1 .img_r .h3,
.two_ver1 .img_l .h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media (max-width: 1441px) {
  .two_ver1 .img_r .h3,
.two_ver1 .img_l .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1280px) {
  .two_ver1 .img_r .h3,
.two_ver1 .img_l .h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 960px) {
  .two_ver1 .img_r .h3,
.two_ver1 .img_l .h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.two_ver1 .img_r p,
.two_ver1 .img_l p {
  font-size: 1.8rem;
  text-align: justify;
}
@media (max-width: 1441px) {
  .two_ver1 .img_r p,
.two_ver1 .img_l p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1025px) {
  .two_ver1 .img_r p,
.two_ver1 .img_l p {
    font-size: 1.4rem;
  }
}
.two_ver1 .img_r .inner,
.two_ver1 .img_l .inner {
  padding: 50px;
}
@media screen and (max-width: 1113px) {
  .two_ver1 .img_r .inner,
.two_ver1 .img_l .inner {
    padding: 35px 25px;
  }
}
.two_ver1 .img_r {
  position: relative;
}
@media (max-width: 480px) {
  .two_ver1 .img_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two_ver1 .img_r .text {
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 1441px) {
  .two_ver1 .img_r .text {
    padding: 4rem 0 10rem 0;
  }
}
@media (max-width: 1025px) {
  .two_ver1 .img_r .text {
    padding: 4rem 0 5rem 0;
  }
}
@media (max-width: 960px) {
  .two_ver1 .img_r .text {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 480px) {
  .two_ver1 .img_r .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem 0 4rem 0;
  }
}
.two_ver1 .img_r .inner {
  width: 50%;
  background: #fff;
}
@media (max-width: 960px) {
  .two_ver1 .img_r .inner {
    padding: 20px 25px;
    width: 55%;
  }
}
@media (max-width: 480px) {
  .two_ver1 .img_r .inner {
    padding: 0;
    width: 100%;
  }
}
.two_ver1 .img_r .img {
  position: absolute;
  top: 120px;
  max-width: 700px;
  z-index: -1;
  top: 0;
  left: 48%;
}
@media (max-width: 960px) {
  .two_ver1 .img_r .img {
    left: 45%;
  }
}
@media (max-width: 480px) {
  .two_ver1 .img_r .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    width: 100%;
    left: 0;
  }
}
.two_ver1 .img_l {
  position: relative;
}
@media (max-width: 480px) {
  .two_ver1 .img_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two_ver1 .img_l .text {
  position: relative;
  padding: 4rem 0;
  padding-top: 15rem;
}
@media (max-width: 1025px) {
  .two_ver1 .img_l .text {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  .two_ver1 .img_l .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem 0 4rem 0;
  }
}
.two_ver1 .img_l .inner {
  width: 55%;
  background: #fff;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 960px) {
  .two_ver1 .img_l .inner {
    width: 55%;
    padding: 20px 25px;
  }
}
@media (max-width: 480px) {
  .two_ver1 .img_l .inner {
    padding: 0;
    width: 100%;
  }
}
.two_ver1 .img_l .img {
  position: absolute;
  top: 120px;
  max-width: 700px;
  z-index: -1;
  top: 0;
  right: 48%;
}
@media (max-width: 480px) {
  .two_ver1 .img_l .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    width: 100%;
    right: 0;
  }
}

/************************************

2カラム ver2

************************************/
.two_ver2 {
  text-align: left;
}
.two_ver2 .inner {
  margin: 0 70px;
}
@media (max-width: 1025px) {
  .two_ver2 .inner {
    margin: 0;
  }
}
.two_ver2 .h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 70px;
  line-height: 1.7;
}
@media (max-width: 1280px) {
  .two_ver2 .h3 {
    margin-bottom: 45px;
  }
}
@media (max-width: 960px) {
  .two_ver2 .h3 {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .two_ver2 .h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.two_ver2 .h4 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 1280px) {
  .two_ver2 .h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .two_ver2 .h4 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .two_ver2 .h4 {
    margin: 15px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .two_ver2 p {
    font-size: 1.4rem;
  }
}
.two_ver2 .img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .two_ver2 .img_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.two_ver2 .img_r .text {
  width: 60%;
  padding-right: 55px;
  text-align: justify;
}
@media (max-width: 1280px) {
  .two_ver2 .img_r .text {
    width: 65%;
  }
}
@media (max-width: 1025px) {
  .two_ver2 .img_r .text {
    width: 70%;
  }
}
@media (max-width: 960px) {
  .two_ver2 .img_r .text {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .two_ver2 .img_r .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0;
    text-align: justify;
  }
}
.two_ver2 .img_r .img {
  width: 40%;
}
@media (max-width: 1280px) {
  .two_ver2 .img_r .img {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .two_ver2 .img_r .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

/************************************

2カラム ver3

************************************/
.two_ver3 {
  text-align: left;
}
.two_ver3 .img_r .h3,
.two_ver3 .img_l .h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 30px;
}
@media (max-width: 1441px) {
  .two_ver3 .img_r .h3,
.two_ver3 .img_l .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 960px) {
  .two_ver3 .img_r .h3,
.two_ver3 .img_l .h3 {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_r .h3,
.two_ver3 .img_l .h3 {
    margin-bottom: 10px;
  }
}
.two_ver3 .img_r p,
.two_ver3 .img_l p {
  font-size: 1.8rem;
}
@media (max-width: 1441px) {
  .two_ver3 .img_r p,
.two_ver3 .img_l p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1025px) {
  .two_ver3 .img_r p,
.two_ver3 .img_l p {
    font-size: 1.4rem;
  }
}
.two_ver3 .img_r .inner,
.two_ver3 .img_l .inner {
  padding: 55px;
}
.two_ver3 .img_l {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .two_ver3 .img_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.two_ver3 .img_l .text {
  position: relative;
  padding: 4rem 0;
  text-align: justify;
}
@media (max-width: 480px) {
  .two_ver3 .img_l .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem 0 4rem 0;
  }
}
.two_ver3 .img_l .inner {
  width: 50%;
  background: #fff;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 960px) {
  .two_ver3 .img_l .inner {
    padding: 20px 25px;
    width: 55%;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_l .inner {
    padding: 0;
    width: 100%;
  }
}
.two_ver3 .img_l .img {
  position: absolute;
  top: 120px;
  max-width: 700px;
  z-index: -1;
  top: 0;
  right: 48%;
}
@media (max-width: 960px) {
  .two_ver3 .img_l .img {
    right: 45%;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_l .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    width: 100%;
    right: 0;
  }
}
.two_ver3 .img_r {
  position: relative;
}
@media (max-width: 480px) {
  .two_ver3 .img_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two_ver3 .img_r .text {
  position: relative;
  padding: 4rem 0;
  padding-top: 15rem;
}
@media (max-width: 1025px) {
  .two_ver3 .img_r .text {
    padding-top: 4rem;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_r .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem 0 4rem 0;
  }
}
.two_ver3 .img_r .inner {
  width: 50%;
  background: #fff;
}
@media (max-width: 960px) {
  .two_ver3 .img_r .inner {
    width: 55%;
    padding: 20px 25px;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_r .inner {
    padding: 0;
    width: 100%;
  }
}
.two_ver3 .img_r .img {
  position: absolute;
  top: 120px;
  max-width: 700px;
  z-index: -1;
  top: 0;
  left: 48%;
}
@media (max-width: 960px) {
  .two_ver3 .img_r .img {
    left: 50%;
  }
}
@media (max-width: 480px) {
  .two_ver3 .img_r .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: inherit;
    width: 100%;
    left: 0;
  }
}

.point {
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #334E72;
}
@media (max-width: 1025px) {
  .point {
    margin-bottom: 5px;
  }
}
.point .number {
  color: #334E72;
  display: block;
  font-size: 2.1rem;
  position: relative;
}
@media (max-width: 960px) {
  .point .number {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .point .number {
    font-size: 2.1rem;
  }
}
.point .number::after {
  content: "";
  width: 95px;
  height: 1px;
  background: #334E72;
  position: absolute;
  top: 50%;
  margin-left: 15px;
}

/************************************

フォーム

************************************/
/*===================
お問合せフォーム　共通スタイル
=====================*/
.form {
  margin-bottom: 100px !important;
}
@media (max-width: 480px) {
  .form {
    margin-bottom: 60px !important;
  }
}
.form .hissu {
  text-align: center;
  margin: 80px 0 20px 0;
  font-weight: 500;
}
@media (max-width: 480px) {
  .form .hissu {
    margin: 50px 0 -10px 0;
    font-size: 1.6rem;
  }
}
.form .required-srt {
  font-size: 15px;
  font-weight: 700;
  color: #e73820;
}
.form .form-required {
  display: inline-block;
  margin-bottom: 2rem;
}
.form .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}
.form .input_s {
  width: 50%;
}
.form .input_m {
  width: 70%;
}
.form .input_l {
  width: 100%;
}
.form .file {
  color: #334E72;
  font-size: 1.4rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
.form .file_comment {
  font-size: 1.4rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #334E72;
  display: block;
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .form .file_comment {
    margin-top: 10px;
  }
}
.form table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
@media screen and (min-width: 1025px) {
  .form table {
    margin-bottom: 5rem;
  }
}
.form tbody {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 480px) {
  .form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}
.form th {
  width: 30%;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.6rem;
  color: #334E72;
  text-align: left;
  padding: 1.5rem 0 1.5rem 3rem;
  font-weight: 500;
}
@media (max-width: 960px) {
  .form th {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .form th {
    width: 100%;
    padding-bottom: 0;
  }
}
.form td {
  color: #334E72;
  width: 70%;
  padding: 1.5rem 0;
  text-align: left;
}
@media (max-width: 960px) {
  .form td {
    padding: 2rem 0;
  }
}
@media (max-width: 480px) {
  .form td {
    width: 100%;
    padding: 0.5rem 0;
  }
}
@media (max-width: 480px) {
  .form .name {
    padding-top: 3rem;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=search],
.form input[type=number],
.form input[type=tel],
.form input[type=range],
.form input[type=date],
.form input[type=month],
.form input[type=week],
.form input[type=time],
.form input[type=datetime],
.form input[type=datetime-local],
.form input[type=color],
.form .selectbox {
  border-radius: 0;
  border: 1px solid #334E72;
  height: 70px;
  padding: 1rem 2rem;
  color: #334E72;
  font-size: 1.6rem;
}
.form .mwform-radio-field-text {
  color: #334E72;
}
.form textarea {
  min-height: 225px;
  padding: 1rem;
  color: #334E72;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .form textarea {
    width: 100%;
  }
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #b2b1b1;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #b2b1b1;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #b2b1b1;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #b2b1b1;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #b2b1b1;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* IE用 */
  color: #b2b1b1;
}
.form .selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/page/pulldown.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select::-ms-expand {
  display: none;
}
.form input[type=submit] {
  display: inline-block;
  width: 100%;
  padding: 20px 80px 20px 50px;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #334E72;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  border: none;
  outline: 0;
  -webkit-appearance: none;
}
@media (max-width: 960px) {
  .form input[type=submit] {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .form input[type=submit] {
    padding: 20px 70px 20px 30px;
  }
}
.form .form_btn-back > input[type=submit] {
  padding: 20px 60px 20px 96px;
}
@media (max-width: 480px) {
  .form .form_btn-back > input[type=submit] {
    padding: 20px 30px 20px 70px;
  }
}
.form .form_btn-wrap {
  background: #334E72;
  position: relative;
  width: 220px;
  margin: 0 10px 21px;
}
.form .form_btn-wrap:hover::before {
  right: 40px;
}
@media (max-width: 480px) {
  .form .form_btn-wrap:hover::before {
    right: 15px;
  }
}
.form .form_btn-wrap:hover::after {
  left: 40px;
}
@media (max-width: 480px) {
  .form .form_btn-wrap:hover::after {
    left: 15px;
  }
}
.form .form_btn-back::after {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
  left: 50px;
  width: 40px;
  height: 10px;
  background-image: url("../images/yaji_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 480px) {
  .form .form_btn-back::after {
    left: 25px;
  }
}
.form .form_btn-conf {
  display: inline-block;
}
.form .form_btn-conf::before {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  width: 40px;
  height: 10px;
  background-image: url("../images/yaji_wh.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 480px) {
  .form .form_btn-conf::before {
    right: 25px;
  }
}
.form_bt {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 20px 150px 20px 30px;
  border: 1px solid #334E72;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
@media (max-width: 960px) {
  .form_bt {
    font-size: 1.6rem;
  }
}

.mw_wp_form .error {
  font-size: 1.4rem !important;
}

.form_confirm .form_btn-left {
  display: inline-block !important;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
#top {
  /**********************
  スライドショー
  **********************/
  /**********************
  オーダーメイドジュエリー
  .top_lead
  **********************/
  /**********************
  3Dジュエリーについて
  .top_about
  **********************/
  /**********************
  オーダーメイド
  .top_order
  **********************/
  /**********************
  LINE
  **********************/
}
@media (max-width: 480px) {
  #top .wrapper {
    width: 90%;
  }
}
#top .top_mainimage {
  width: 98%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #top .top_mainimage {
    width: 90%;
  }
}
#top .top_mainimage .swiper-container, #top .top_mainimage .swiper-wrapper {
  height: 80vh;
}
@media (max-width: 960px) {
  #top .top_mainimage .swiper-container, #top .top_mainimage .swiper-wrapper {
    height: 65vh;
  }
}
#top .top_mainimage .swiper-pagination-bullet {
  background: url("../images/swiper-pagination.svg") transparent;
  width: 48px;
  height: 48px;
}
#top .top_mainimage .swiper-pagination-bullet-active {
  background: url("../images/swiper-pagination-active.svg");
  width: 48px;
  height: 48px;
}
#top .top_mainimage .swiper-container-horizontal > .swiper-pagination-bullets, #top .top_mainimage .swiper-pagination-custom, #top .top_mainimage .swiper-pagination-fraction {
  width: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: inherit;
  left: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .top_mainimage .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: -25px;
  margin-left: 0;
  margin-right: 0;
}
#top .top_mainimage .catch {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  font-family: "Noto Serif JP tate_light", "Yu Mincho Light", serif;
  font-size: 2.8rem;
  padding: 30px 10px 20px 10px;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media (max-width: 960px) {
  #top .top_mainimage .catch {
    font-size: 2.1rem;
  }
}
@media (max-width: 480px) {
  #top .top_mainimage .catch {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 20px 6px 20px 0px;
    letter-spacing: 0.1px;
    top: 57%;
  }
}
@media screen and (max-width: 350px) {
  #top .top_mainimage .catch {
    font-size: 1.4rem;
    top: 55%;
  }
}
@media (max-width: 1025px) {
  #top .top_mainimage .catch .br_pc {
    display: none;
  }
}
#top .top_mainimage .text-combine {
  text-orientation: upright;
  -webkit-text-orientation: upright;
}
@media all and (-ms-high-contrast: none) {
  #top .top_mainimage .text-combine {
    -ms-writing-mode: lr-tb;
    line-height: 1;
    margin-left: 5px;
  }
}
#top .top_mainimage _:lang(x) + _:-webkit-full-screen-document, #top .top_mainimage .catch {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  padding: 0;
  width: 112px;
  height: 430px;
  padding-top: 25px;
}
@media (max-width: 1025px) {
  #top .top_mainimage _:lang(x) + _:-webkit-full-screen-document, #top .top_mainimage .catch {
    width: 40px;
    height: 765px;
  }
}
@media screen and (max-width: 835px) {
  #top .top_mainimage _:lang(x) + _:-webkit-full-screen-document, #top .top_mainimage .catch {
    height: 585px;
  }
}
@media (max-width: 480px) {
  #top .top_mainimage _:lang(x) + _:-webkit-full-screen-document, #top .top_mainimage .catch {
    width: 25px;
    height: 455px;
    padding-top: 10px;
    line-height: 2;
    top: 60%;
  }
}
@media screen and (max-width: 320px) {
  #top .top_mainimage _:lang(x) + _:-webkit-full-screen-document, #top .top_mainimage .catch {
    height: 400px;
  }
}
#top .swiper-slide-active .slide-img,
#top .swiper-slide-duplicate-active .slide-img,
#top .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1) rotate(0.001deg);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1) rotate(0.001deg);
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1) rotate(0.001deg);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1) rotate(0.001deg);
    -webkit-transform: scale(1.1);
  }
}
#top .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#top .slide-img {
  background-size: cover;
  background-position: center center;
  height: 600px;
}
#top .slide-img img {
  display: block;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  #top .slide-img img {
    height: 65vh;
  }
}
#top .slide-img2 .pc2 img {
  -o-object-position: top;
     object-position: top;
}
#top .top_lead {
  text-align: center;
  margin-bottom: 100px;
  margin-top: -71px;
}
@media (max-width: 480px) {
  #top .top_lead {
    margin-top: -61px;
    margin-bottom: 60px;
  }
}
@media (max-width: 960px) {
  #top .top_lead p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #top .top_lead p {
    text-align: justify;
  }
}
@media (max-width: 480px) {
  #top .top_lead .wrapper {
    text-align: left;
  }
}
#top .top_lead .midashi1 {
  z-index: 3;
}
#top .top_lead .h3 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.1rem;
  padding-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #top .top_lead .h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 350px) {
  #top .top_lead .h3 {
    font-size: 2rem;
  }
}
#top .top_lead .mb {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  #top .top_lead .mb {
    margin-bottom: 10px;
  }
}
#top .top_about {
  margin-bottom: 140px;
  /*＝＝＝＝＝＝＝＝＝＝＝768px以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/
}
@media (max-width: 1025px) {
  #top .top_about {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #top .top_about {
    margin-bottom: 25px;
  }
}
#top .top_about .midashi1 {
  margin-bottom: 160px;
}
@media (max-width: 1025px) {
  #top .top_about .midashi1-bottom {
    margin-bottom: 53px;
    z-index: 2;
  }
}
#top .top_about .sticky_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#top .top_about .image {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  padding: 0 100px 50px 100px;
}
@media (max-width: 1025px) {
  #top .top_about .image {
    padding: 0;
  }
}
#top .top_about .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  left: -100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0)), color-stop(61%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0) 3%, #ffffff 61%);
  bottom: 0;
  position: absolute;
}
@media (max-width: 480px) {
  #top .top_about .image::after {
    display: none;
  }
}
#top .top_about .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  #top .top_about .image img {
    -o-object-position: 0 -620px;
       object-position: 0 -620px;
  }
}
@media (max-width: 960px) {
  #top .top_about .image img {
    -o-object-position: 0 -470px;
       object-position: 0 -470px;
  }
}
@media (max-width: 480px) {
  #top .top_about .image img {
    -o-object-position: 0 -190px;
       object-position: 0 -190px;
  }
}
#top .top_about .text {
  width: 50%;
  padding-right: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1025px) {
  #top .top_about .text {
    padding-right: 0;
  }
}
#top .top_about .text::after {
  content: "";
  display: none;
  width: 100%;
  height: 100px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0)), color-stop(61%, #ffffff));
  background: linear-gradient(rgba(255, 255, 255, 0) 3%, #ffffff 61%);
  bottom: -1px;
  position: absolute;
}
@media (max-width: 1025px) {
  #top .top_about .text::after {
    display: block;
  }
}
@media (max-width: 1025px) {
  #top .top_about .text {
    padding-right: 0;
    height: 440px;
    overflow: scroll;
  }
}
@media (max-width: 480px) {
  #top .top_about .text {
    height: 380px;
  }
}
@media screen and (max-width: 380px) {
  #top .top_about .text {
    height: 440px;
  }
}
#top .top_about .text .h3 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 3.2rem;
  margin-bottom: 50px;
  margin-top: 3rem;
  text-align: left;
}
@media (max-width: 1025px) {
  #top .top_about .text .h3 {
    white-space: nowrap;
    max-width: 600px;
    margin: 3rem auto 15px;
  }
}
@media (max-width: 960px) {
  #top .top_about .text .h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #top .top_about .text .h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 350px) {
  #top .top_about .text .h3 {
    margin-bottom: 5px;
  }
}
#top .top_about .text .h4 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  #top .top_about .text .h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#top .top_about .text p {
  font-size: 1.4rem;
}
#top .top_about .text .lead {
  margin-bottom: 70px;
  font-size: 1.8rem;
  text-align: justify;
}
@media (max-width: 1025px) {
  #top .top_about .text .lead {
    max-width: 600px;
    margin: 0 auto 70px;
  }
}
@media (max-width: 480px) {
  #top .top_about .text .lead {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
#top .top_about .text .content {
  margin-bottom: 5rem;
  max-width: 460px;
  text-align: left;
  color: #334E72;
}
#top .top_about .text .content:nth-child(even) {
  margin-left: 100px;
}
@media (max-width: 1025px) {
  #top .top_about .text .content {
    max-width: 600px;
    margin: 0 auto 4rem;
  }
  #top .top_about .text .content:nth-child(even) {
    margin-left: auto;
  }
}
@media (max-width: 960px) {
  #top .top_about .text .content {
    max-width: 510px;
  }
}
@media screen and (max-width: 1025px) {
  #top .top_about .sticky_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #top .top_about .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative !important;
    /*position stickyを解除*/
    width: 100%;
    /*横幅を100%にして1列に見せる*/
    height: 40vh;
    /*縦幅を100vh⇒40vh　※任意の高さに設定可能*/
  }
  #top .top_about .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    /*横幅を100%にして1列に見せる*/
  }
}
@media (max-width: 480px) {
  #top .top_about .image {
    margin-bottom: 20px;
  }
}
#top .top_order {
  /**********************
  ブライダルオーダーメイド
  **********************/
  /**********************
  コメント
  **********************/
  /**********************
  ジュエリーリフォーム
  **********************/
}
#top .top_order .wrapper {
  text-align: center;
}
#top .top_order .midashi1 {
  margin-bottom: 160px;
}
@media (max-width: 1025px) {
  #top .top_order .midashi1 {
    margin-bottom: 120px;
  }
}
#top .top_order .bridal .midashi2 {
  margin-bottom: 40px;
  font-size: 2.1rem;
}
@media (max-width: 1025px) {
  #top .top_order .bridal .midashi2 {
    margin-bottom: 20px;
  }
}
#top .top_order .bridal .lead {
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 1025px) {
  #top .top_order .bridal .lead {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #top .top_order .bridal .lead {
    text-align: justify;
  }
}
#top .top_order .bridal .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .top_order .bridal .list_item {
  width: 49.5%;
}
#top .top_order .bridal .list_item a {
  position: relative;
  display: inline-block;
}
#top .top_order .bridal .list_item a:hover .icon::before {
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .top_order .bridal .list_item a:hover .scale_down img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#top .top_order .bridal .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  background: #fff;
  width: 310px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 350px) {
  #top .top_order .bridal .btn {
    width: 250px;
  }
}
#top .top_order .bridal .btn .main {
  font-size: 2.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 5px;
  line-height: 1;
  text-align: center;
}
#top .top_order .bridal .btn .sub {
  font-size: 1.4rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  margin-right: 50px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 350px) {
  #top .top_order .bridal .btn .sub {
    margin-right: 20px;
  }
}
#top .top_order .bridal .btn .icon::before {
  width: 40px;
  height: 10px;
  background-image: url("../images/yaji_r.svg");
  top: 0;
  right: 40px;
}
@media (max-width: 480px) {
  #top .top_order .bridal .midashi2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  #top .top_order .bridal .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #top .top_order .bridal .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .top_order .bridal .list_item {
    width: 100%;
  }
}
@media (max-width: 350px) {
  #top .top_order .bridal .midashi2 {
    font-size: 2.1rem;
  }
  #top .top_order .bridal .midashi2 .sub {
    font-size: 1.2rem;
  }
}
#top .top_order .comment {
  margin-top: 100px;
  margin-bottom: 100px;
}
#top .top_order .comment p {
  text-align: center;
}
@media (max-width: 480px) {
  #top .top_order .comment {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #top .top_order .comment p {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) and (max-width: 350px) {
  #top .top_order .comment p {
    font-size: 1.4rem;
  }
}
#top .top_order .other {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  #top .top_order .other {
    margin-bottom: 120px;
  }
}
@media (max-width: 1025px) {
  #top .top_order .other .midashi2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 960px) {
  #top .top_order .other .midashi2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  #top .top_order .other .midashi2 {
    padding-top: 35px;
    margin-bottom: 10px;
  }
}
#top .top_order .other .img_l, #top .top_order .other .img_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  #top .top_order .other .img_l, #top .top_order .other .img_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top .top_order .other .img_l .img, #top .top_order .other .img_l .text, #top .top_order .other .img_r .img, #top .top_order .other .img_r .text {
  width: 50%;
}
@media (max-width: 480px) {
  #top .top_order .other .img_l .img, #top .top_order .other .img_l .text, #top .top_order .other .img_r .img, #top .top_order .other .img_r .text {
    width: 100%;
  }
}
#top .top_order .other .img_r .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 480px) {
  #top .top_order .other .img_r .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#top .top_order .other .img_r .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 480px) {
  #top .top_order .other .img_r .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#top .top_order .other .lead {
  max-width: 390px;
  margin: 30px auto;
}
@media (max-width: 1025px) {
  #top .top_order .other .lead {
    max-width: 330px;
    margin: 10px auto 30px;
  }
}
@media (max-width: 960px) {
  #top .top_order .other .lead {
    max-width: 280px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #top .top_order .other {
    margin-bottom: 100px;
  }
  #top .top_order .other .midashi2 {
    padding-top: 25px;
  }
  #top .top_order .other .lead {
    max-width: inherit;
  }
  #top .top_order .other .img_l {
    margin-bottom: 100px;
  }
}
#top .top_line {
  margin-bottom: 70px;
}
#top .top_line .wrapper {
  text-align: center;
}
#top .top_line .h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
}
#top .top_line .text {
  max-width: 650px;
  margin: 50px auto;
  position: relative;
}
#top .top_line .text .img {
  position: absolute;
  width: 189px;
  height: 189px;
  top: -50%;
  right: -250px;
}
@media screen and (max-width: 1170px) {
  #top .top_line .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .top_line .text p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top .top_line .text .img {
    position: inherit;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #top .top_line {
    display: none;
  }
}

/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************

archive

************************************/
.archive .archive-wrapper {
  margin-bottom: 120px;
}
.archive .cat-title {
  font-size: 2.2rem;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
@media (max-width: 480px) {
  .archive .cat-title {
    margin-bottom: 40px;
  }
}
.archive .cat-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  left: 0;
}
.archive .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 480px) {
  .archive .cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive .cat-list li {
  margin: 0 15px;
}
@media (max-width: 480px) {
  .archive .cat-list li {
    margin: 0 0 15px 0;
  }
}
.archive .current {
  border-bottom: 1px solid #334E72;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.archive .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 480px) {
  .archive .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive .list .list_item {
  width: 23%;
  margin: 0 1% 2%;
}
.archive .list .list_item a .img {
  position: relative;
}
.archive .list .list_item a .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.archive .list .list_item a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .archive .list .list_item {
    width: 85%;
    margin-bottom: 30px;
  }
}
.archive .list .title {
  text-align: left;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  padding: 5px 10px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .archive .list .title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .archive .list .title {
    margin-top: 0;
  }
}
.archive .navi {
  text-align: center;
}
.archive .wp-pagenavi {
	font-size: 1.4rem;
	margin: 0 auto;
	text-align: center;
	margin: 30px 0 60px;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
}
@media (max-width: 480px) {
  .archive .wp-pagenavi {
    margin: 20px 0 80px;
  }
}
.archive .wp-pagenavi a {
  /* フォント色 */
  color: #334E72;
}
.archive .first,
.archive .last {
  /* firstとlastの表記 */
  display: none;
}
.archive .pages {
  /* 左の表記 */
  display: none;
}
.archive .wp-pagenavi .current,
.archive .wp-pagenavi a.page {
  /* ボタン */
  display: inline-block;
  background-color: #fff;
  color: #334E72;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #334E72;
          box-shadow: 0 0 0 1px #334E72;
  border-bottom: none;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.2rem;
}
.archive .wp-pagenavi .current {
  /* カレント数字 */
  background: #334E72;
  color: #fff;
}
.archive .wp-pagenavi .first,
.archive .wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  color: #334E72;
  -webkit-box-shadow: 0 0 0 1px #334E72;
          box-shadow: 0 0 0 1px #334E72;
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  background-color: #fff;
  color: #334E72;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #334e72;
          box-shadow: 0 0 0 1px #334e72;
  border-bottom: none;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.2rem;
  margin-left: -3px;
}

/************************************

archive_info
お知らせ一覧

************************************/
.archive-info .pagetitle1 {
  margin-bottom: 130px;
}
@media (max-width: 480px) {
  .archive-info .pagetitle1 {
    margin-bottom: 80px;
  }
}
.archive-info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archive-info .list .list_item {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .archive-info .list .list_item a {
    padding: 20px 10px;
  }
}
.archive-info .list .title {
  margin-top: 0;
}
@media (max-width: 960px) {
  .archive-info .list .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .archive-info .list .title {
    padding: 0;
  }
}

/************************************

archive_qa
よくあるご質問一覧

************************************/
.archive_qa .wrapper {
  padding-top: 0
  ;
}
@media (max-width: 480px) {
  .archive_qa .wrapper {
    padding-top: 10px;
  }
}
.archive_qa .archive_qa_cat {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .archive_qa .archive_qa_cat {
    margin-bottom: 80px;
  }
}
.archive_qa .archive_qa_cat_title {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .archive_qa .archive_qa_cat_title {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
}

.archive_qa .archive_qa_cat h2 {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #334E72;
	font-weight: 500;
	font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
	font-size: 2.4rem;
	color: #334E72;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	position: relative;
	padding-top: min(10vw , 100px);
	padding-bottom: min(3vw , 30px);
}


/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************

オーダーパック

************************************/
.single-order {
  /************************************
  商品画像スライド
  ************************************/
  /************************************
  商品画像スライド
  ************************************/
  /************************************
  カラーミー商品情報
  ************************************/
  /************************************
  オーダーメイドパスワード入力画面
  ************************************/
}
.single-order .pagetitle1 {
  margin-bottom: 140px;
}
@media (max-width: 960px) {
  .single-order .pagetitle1 {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .single-order .pagetitle1 {
    margin-bottom: 90px;
  }
}
.single-order .wrapper_ss {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .single-order .wrapper_ss {
    margin-bottom: 100px;
  }
}
.single-order .name,
.single-order .date {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.single-order .name {
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .single-order .name {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
.single-order .date {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .single-order .date {
    margin-bottom: 20px;
  }
}
.single-order .slide {
  max-width: 500px;
  margin: 0 auto;
}
.single-order .slide .slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "○";
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}
.single-order .slide .slick-dots li.slick-active button:before {
  content: "●";
  color: #334E72;
  opacity: 1;
}
.single-order .slide .slick-prev:before,
.single-order .slide .slick-next:before {
  width: 40px;
  height: 40px;
  background-image: url(../images/next.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 480px) {
  .single-order .slide .slick-prev:before,
.single-order .slide .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
.single-order .slide .slick-prev:before {
  background-image: url(../images/prev.svg);
}
.single-order .slide .slick-prev {
  left: -65px;
}
@media (max-width: 480px) {
  .single-order .slide .slick-prev {
    left: -27px;
  }
}
.single-order .slide .slick-next {
  right: -40px;
}
@media (max-width: 480px) {
  .single-order .slide .slick-next {
    right: -17px;
  }
}
.single-order .item_explain {
  padding-top: 30px;
  text-align: justify;
  margin-bottom: 20px;
}
.single-order .item_explain a {
  display: inline-block;
}
.single-order .item_explain a img {
  width: auto;
}
.single-order .colorme {
  color: #334E72;
}
.single-order .colorme .cartjs_cart_in,
.single-order .colorme .cartjs_product_explain,
.single-order .colorme table {
  width: 100% !important;
}
.single-order .colorme .cartjs_box,
.single-order .colorme .cartjs_header {
  border: none !important;
}
.single-order .colorme .cartjs_header h2 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  color: #334E72 !important;
  font-size: 2.1rem !important;
}
.single-order .colorme .cartjs_cart_in {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 100 !important;
  font-size: 2.8rem !important;
  letter-spacing: 0.1em !important;
}
.single-order .colorme .cartjs_description {
  text-align: left;
}
.single-order .colorme .cartjs_sales_price th,
.single-order .colorme .cartjs_product_num th {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold !important;
  background: #fff !important;
}
@media (max-width: 480px) {
  .single-order .colorme .cartjs_sales_price th,
.single-order .colorme .cartjs_product_num th {
    font-size: 1.4rem !important;
  }
}
.single-order .colorme .cartjs_product_price {
  color: #334E72 !important;
}
@media (max-width: 480px) {
  .single-order .colorme .cartjs_product_price {
    font-size: 1.4rem !important;
  }
}
.single-order .colorme input[type=submit] {
  background: #334E72 !important;
  border-radius: 0 !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-top: 50px;
  margin: 0 auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
  margin-top: 50px !important;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .single-order .colorme input[type=submit] {
    font-size: 1.6rem !important;
    width: 70% !important;
    height: 60px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .single-order .colorme .cartjs_sales_price th,
.single-order .colorme .cartjs_sales_price td,
.single-order .colorme .cartjs_product_num th,
.single-order .colorme .cartjs_product_num td {
    display: block;
    width: 100% !important;
    text-align: left;
  }
  .single-order .colorme .cartjs_sales_price td,
.single-order .colorme .cartjs_product_num td {
    margin-top: -10px !important;
  }
}
.single-order .post-password-form input[type=password i] {
  height: 30px;
  margin-top: 20px;
}
.single-order .post-password-form input[type=submit i] {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  background: #334e72 !important;
  border-radius: 0 !important;
  font-family: "Noto Serif JP", serif;
  border: none;
  cursor: pointer;
  margin: 10px auto;
}

/************************************

お知らせ

************************************/
.single-info .single_info_title {
  padding-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 1025px) {
  .single-info .single_info_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 960px) {
  .single-info .single_info_title {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .single-info .single_info_title {
    padding-top: 40px;
  }
}
.single-info .title,
.single-info .date {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .single-info .title,
.single-info .date {
    font-size: 2.1rem;
  }
}
.single-info .title {
  margin-bottom: 5px;
}
.single-info .date {
  font-size: 1.4rem;
  text-align: center;
}
.single-info .honbun .wrapper_ss {
  text-align: left;
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .single-info .honbun .wrapper_ss {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .single-info .honbun .wrapper_ss {
    margin-bottom: 70px;
  }
}
.single-info .honbun .wrapper_ss p {
  margin-bottom: 20px;
}

/************************************

オーダー事例

************************************/
.single-works .single_works_cat {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 10px;
  padding-top: 100px;
}
@media (max-width: 960px) {
  .single-works .single_works_cat {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .single-works .single_works_cat {
    padding-top: 40px;
    font-size: 1.2rem;
  }
}
.single-works .single_works_cat span {
  position: relative;
}
.single-works .single_works_cat span::after {
  content: "";
  height: 1px;
  width: 60px;
  background: #334E72;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 480px) {
  .single-works .single_works_cat span::after {
    left: 10px;
  }
}
.single-works .single_works_cat a {
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .single-works .single_works_cat a {
    font-size: 1.2rem;
  }
}
.single-works .single_works_title {
  text-align: left;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .single-works .single_works_title {
    font-size: 2.1rem;
  }
}
.single-works .single_works_comment {
  text-align: left;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .single-works .single_works_comment {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .single-works .single_works_comment {
    font-size: 1.8rem;
  }
}
.single-works .single_works_name {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .single-works .single_works_name {
    margin-bottom: 40px;
  }
}
.single-works .single_works_date {
  text-align: left;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .single-works .single_works_date {
    font-size: 1.4rem;
  }
}
.single-works .honbun {
  text-align: left;
  margin-bottom: 130px;
}
@media (max-width: 1025px) {
  .single-works .honbun {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .single-works .honbun {
    margin-bottom: 70px;
  }
}
.single-works .honbun p {
  margin-bottom: 20px;
}
.single-works .honbun .wp-caption {
  width: 100% !important;
}
.single-works .honbun .works_free {
  margin-bottom: 80px;
}
.single-works .honbun h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.single-works .honbun .works_voice {
  margin-bottom: 60px;
}
.single-works .honbun .works_client_comment_image {
  margin-top: 35px;
}

/************************************

よくあるご質問

************************************/
.single_qa {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .single_qa {
    margin-bottom: 50px;
  }
}
.single_qa .single_qa_title {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  padding-top: 100px;
  text-align: left;
  margin-bottom: 0;
  margin-left: 50px;
}
@media (max-width: 960px) {
  .single_qa .single_qa_title {
    padding-top: 50px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .single_qa .single_qa_title {
    padding-top: 40px;
    margin-left: 35px;
  }
}
.single_qa .single_qa_title span {
  position: relative;
}
.single_qa .single_qa_title span:after {
  content: "";
  height: 1px;
  width: 60px;
  background: #334E72;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 480px) {
  .single_qa .single_qa_title span:after {
    left: 10px;
  }
}
.single_qa .single_qa_q {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.8rem;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
  line-height: 1.8;
  margin-left: 50px;
}
@media (max-width: 960px) {
  .single_qa .single_qa_q {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .single_qa .single_qa_q {
    font-size: 2.1rem;
    margin-left: 35px;
  }
}
.single_qa .single_qa_q:before {
  position: absolute;
  content: "Q.";
  left: -50px;
}
@media (max-width: 480px) {
  .single_qa .single_qa_q:before {
    left: -35px;
  }
}
.single_qa .single_qa_a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 130px;
  margin-left: 50px;
}
@media (max-width: 1025px) {
  .single_qa .single_qa_a {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .single_qa .single_qa_a {
    margin-bottom: 70px;
    margin-left: 35px;
  }
}
.single_qa .single_qa_a:before {
  position: absolute;
  content: "A.";
  left: -50px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.8rem;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 960px) {
  .single_qa .single_qa_a:before {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .single_qa .single_qa_a:before {
    font-size: 2.1rem;
    left: -35px;
  }
}
.single_qa .single_qa_a p {
  text-align: left;
  margin-bottom: 20px;
}

/************************************

<prev archives next>

************************************/
.post-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 480px) {
  .post-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.post-navi .btn_wh_small2 {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .post-navi .btn_wh_small2 {
    margin: 15px 0;
  }
}

.wp-caption-text {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .wp-caption-text {
    font-size: 1.4rem;
  }
}

/************************************

Video

************************************/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-video {
  margin-bottom: 20px;
}

/*===== 游ゴシック =====*/
/*===== 英語筆記体 =====*/
/*===== 日本語明朝体 =====*/
/*================================

レスポンシブ mixinの設定

================================*/
/************************************
loop-works
オーダー事例
************************************/
.loop-works,
.loop-pack {
  margin-bottom: 100px;
}
.loop-works .wrapper,
.loop-pack .wrapper {
  text-align: center;
}
.loop-works .btn_wh_small,
.loop-pack .btn_wh_small {
  margin-top: 30px;
}
.loop-works .h2,
.loop-pack .h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .loop-works .h2,
.loop-pack .h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .loop-works .h2,
.loop-pack .h2 {
    font-size: 2.4rem;
  }
}
.loop-works .list,
.loop-pack .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.loop-works .list .list_item,
.loop-pack .list .list_item {
  width: 23%;
  margin: 0 1% 2%;
}
.loop-works .list .list_item a .img,
.loop-pack .list .list_item a .img {
  position: relative;
}
.loop-works .list .list_item a .img::before,
.loop-pack .list .list_item a .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loop-works .list .list_item a .img img,
.loop-pack .list .list_item a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-works .list .title,
.loop-pack .list .title {
  text-align: left;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  padding: 5px 10px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 960px) {
  .loop-works .list .title,
.loop-pack .list .title {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .loop-works .list_wrapper,
.loop-pack .list_wrapper {
    width: 100%;
    overflow-x: scroll;
    margin: 30px auto 0;
    padding: 15px 0;
  }
  .loop-works .list,
.loop-pack .list {
    margin: 0 auto 0;
    width: 960px;
  }
}

/************************************
loop-info
お知らせ
************************************/
.loop-info {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .loop-info {
    margin-bottom: 70px;
  }
}
.loop-info .wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.loop-info .h2 {
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 60px;
}
.loop-info .title {
  text-align: left;
}
.loop-info .list {
  max-width: 850px;
  margin: 0 auto;
}
.loop-info .list_item:nth-child(1) {
  border-top: 1px solid #334E72;
}
.loop-info .list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: revert;
          flex-direction: revert;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 30px 60px;
  border-bottom: 1px solid #334E72;
}
.loop-info .date,
.loop-info .title {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
.loop-info .date {
  width: 30%;
  text-align: left;
}
.loop-info .title {
  width: 70%;
}
@media (max-width: 960px) {
  .loop-info .date,
.loop-info .title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .loop-info .list_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .loop-info .date,
.loop-info .title {
    width: 100%;
  }
  .loop-info .date {
    margin-bottom: 5px;
  }
}

/************************************

page　ダイジェストページ共通

************************************/
/************************************
メインイメージ
************************************/
.main_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 98%;
  height: 33.6vw;
  max-height: 700px;
  position: relative;
  margin: 0 auto 60px;
}
@media (max-width: 480px) {
  .main_image {
    width: 95%;
    height: 35vh;
    margin-bottom: 50px;
  }
}

.page_marriage .main_image {
  background-image: url(../images/page/marriage.jpg);
}
@media (max-width: 480px) {
  .page_marriage .main_image {
    background-size: 170%;
  }
}

.page_engagement .main_image {
  background-image: url(../images/page/engagement.jpg);
}
@media (max-width: 1025px) {
  .page_engagement .main_image {
    background-size: 130%;
  }
}
@media (max-width: 480px) {
  .page_engagement .main_image {
    background-size: 210%;
    background-position-y: -100px;
  }
}

.page_reform .main_image {
  background-image: url(../images/page/reform.jpg);
}

.page_about .main_image {
  background-image: url(../images/page/about.jpg);
}

.page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  font-size: 2.8rem;
  font-family: "Cormorant Infant", "Noto Serif JP", "Yu Mincho", serif;
  font-weight: 500;
  padding: 10px 20px;
  min-width: 300px;
}
@media (max-width: 480px) {
  .page_title {
    font-size: 2.2rem;
    min-width: 250px;
  }
}
.page_title .sub {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}

/************************************
lead
************************************/
.lead {
  margin-bottom: 130px;
}
@media (max-width: 1025px) {
  .lead {
    margin-bottom: 90px;
  }
}
.lead .h2,
.lead .h3 {
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 1025px) {
  .lead .h2,
.lead .h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  .lead .h2,
.lead .h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 350px) {
  .lead .h2,
.lead .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 960px) {
  .lead .h3 {
    font-size: 2.1rem;
  }
}
.lead p {
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1025px) {
  .lead p {
    margin-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .lead p {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .lead p {
    text-align: left;
    margin-bottom: 50px;
  }
}
.lead .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #334E72;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .lead .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lead .list_item_3 {
  width: 33.3%;
  border-right: 1px solid #334E72;
  padding: 40px 3%;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 1025px) {
  .lead .list_item_3 {
    padding: 40px 2.9%;
  }
}
@media (max-width: 960px) {
  .lead .list_item_3 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .lead .list_item_3 {
    font-size: 1.4rem;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #334E72;
    width: 260px;
    padding: 25px 0;
  }
}
.lead .list_item_3:first-child {
  border-left: 1px solid #334E72;
}
@media (max-width: 480px) {
  .lead .list_item_3:first-child {
    border-left: none;
    border-top: 1px solid;
  }
}

/************************************
promise
************************************/
.promise {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .promise {
    margin-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .promise {
    margin-bottom: 90px;
  }
}
@media (max-width: 350px) {
  .promise {
    margin-bottom: 50px;
  }
}
.promise .midashi1 {
  margin-bottom: 150px;
}
.promise .two_ver1 {
  margin-bottom: 210px;
}
@media (max-width: 1280px) {
  .promise .two_ver1 {
    margin-bottom: 140px;
  }
}
@media (max-width: 1025px) {
  .promise .two_ver1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .promise .two_ver1 {
    margin-bottom: 45px;
    margin-bottom: 50px;
  }
}
.promise .two_ver2 {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .promise .two_ver2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .promise .two_ver2 {
    margin-bottom: 100px;
  }
}
.promise .two_ver3 {
  margin-bottom: 210px;
}
@media (max-width: 1280px) {
  .promise .two_ver3 {
    margin-bottom: 130px;
  }
}
@media (max-width: 1025px) {
  .promise .two_ver3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .promise .two_ver3 {
    margin-bottom: 45px;
  }
}
.promise .order_menu .h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .promise .order_menu .h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  .promise .order_menu .h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 350px) {
  .promise .order_menu .h3 {
    font-size: 2rem;
  }
}

.page_reform .promise .two_ver1 {
  margin-bottom: 50px;
}

/************************************
flow
************************************/
.flow {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .flow {
    margin-bottom: 100px;
  }
}
.flow .lead {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .flow .lead {
    margin: 40px 0;
  }
}
@media (max-width: 1025px) {
  .flow .lead {
    margin: 60px 0;
  }
}
@media (max-width: 480px) {
  .flow .lead {
    margin: 45px 0 35px;
  }
}
.flow .h3 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  .flow .h3 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .flow .h3 {
    margin-bottom: 35px;
  }
}
.flow .h4 {
  font-size: 2.1rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .flow .h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .flow .h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .flow .h4 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 350px) {
  .flow .h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 960px) {
  .flow p {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .flow p {
    font-size: 1.4rem;
  }
}
.flow .content {
  text-align: left;
  width: 90%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 960px) {
  .flow .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .flow .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }
}
.flow .text {
  width: 70%;
  padding-right: 130px;
  text-align: justify;
}
@media screen and (max-width: 1113px) {
  .flow .text {
    padding-right: 45px;
  }
}
@media (max-width: 480px) {
  .flow .text {
    width: auto;
    padding-right: 0;
  }
}
.flow .img {
  width: 30%;
}
@media (max-width: 480px) {
  .flow .img {
    width: auto;
    margin: 15px 0;
  }
}
.flow .center {
  margin-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 1025px) {
  .flow .center {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .flow .center {
    margin-bottom: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .flow .center {
    margin-bottom: 20px;
    padding-top: 30px;
  }
}
.flow .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #334E72;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .flow .list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .list_item .title {
  width: 40%;
  background: #334E72;
  color: #fff;
  padding-left: 30px;
}
@media (max-width: 1025px) {
  .flow .list_item .title {
    width: 35%;
    padding-left: 10px;
  }
}
@media (max-width: 960px) {
  .flow .list_item .title {
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .flow .list_item .title {
    width: 100%;
    padding-left: 10px;
  }
}
.flow .list_item .naiyo {
  width: 60%;
  padding-left: 30px;
}
@media (max-width: 1025px) {
  .flow .list_item .naiyo {
    width: 65%;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .flow .list_item .naiyo {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .flow .list_item .naiyo {
    font-size: 1.2rem;
  }
}
.flow .list_item::after {
  position: absolute;
  width: 30px;
  height: 15px;
  background-image: url(../images/page/yaji-sita.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 960px) {
  .flow .list_item::after {
    top: 40px;
  }
}
@media (max-width: 480px) {
  .flow .list_item::after {
    top: 70px;
  }
}
@media (max-width: 350px) {
  .flow .list_item::after {
    top: 63px;
  }
}
.flow .list_item:last-child::after {
  display: none;
}
.flow .img_wrapper {
  width: 30%;
}
.flow .img_wrapper .inner img {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .flow .img_wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .flow .img_wrapper .inner {
    margin: 0 auto 0;
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) and (max-width: 380px) {
  .flow .img_wrapper .inner {
    width: 860px;
  }
}
@media screen and (max-width: 480px) and (max-width: 350px) {
  .flow .img_wrapper .inner {
    width: 770px;
  }
}
@media (max-width: 480px) {
  .flow .img_wrapper .inner img {
    width: 31%;
    margin: 0 1%;
    height: 100%;
  }
}

/************************************
Special
************************************/
.special .lead {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 1025px) {
  .special .lead {
    margin: 60px 0;
  }
}
@media (max-width: 480px) {
  .special .lead {
    margin: 45px 0 35px;
  }
}
@media (max-width: 350px) {
  .special .lead {
    font-size: 1.2rem;
  }
}

/************************************
私たちについて
************************************/
.page_about {
  /************************************
  スタッフ紹介
  ************************************/
  /************************************
  店舗情報
  ************************************/
  /************************************
  会社概要 table
  ************************************/
}
.page_about .lead {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 960px) {
  .page_about .lead {
    margin: 40px 0;
  }
}
@media (max-width: 1025px) {
  .page_about .lead {
    margin: 60px 0;
  }
}
@media (max-width: 480px) {
  .page_about .lead {
    margin-bottom: 35px;
  }
}
.page_about .lead .h2 {
  margin-bottom: 80px;
}
.page_about .lead_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.page_about .lead_list_item {
  width: 23%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_about .lead_list_item .img img {
  max-width: 140px;
  margin-bottom: 30px;
}
.page_about .lead_list_item .text p {
  font-size: 1.4rem;
  text-align: left;
}
.page_about .lead_list_item .text .title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
.page_about .lead_list_item .text .honbun {
  max-width: 256px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .page_about .lead_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_about .lead_list_item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
  .page_about .lead_list_item .img {
    width: 30%;
  }
  .page_about .lead_list_item .img img {
    margin-bottom: 0;
    max-width: 120px;
  }
  .page_about .lead_list_item .text {
    width: 70%;
    margin-right: 100px;
  }
  .page_about .lead_list_item .text .title {
    text-align: left;
    margin-bottom: 8px;
  }
  .page_about .lead_list_item .text .title br {
    display: none;
  }
  .page_about .lead_list_item .text .honbun {
    max-width: inherit;
  }
}
@media screen and (max-width: 600px) {
  .page_about .lead .h2 {
    font-size: 2.1rem;
    margin-bottom: 50px;
  }
  .page_about .lead_list {
    width: 80%;
    margin: 0 auto;
  }
  .page_about .lead_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 65px;
  }
  .page_about .lead_list_item .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_about .lead_list_item .img img {
    margin-bottom: 0;
    max-width: 120px;
  }
  .page_about .lead_list_item .text {
    width: 100%;
    margin-right: 0;
  }
  .page_about .lead_list_item .text .title {
    text-align: center;
  }
  .page_about .lead_list_item .text .title br {
    display: block;
  }
}
.page_about .staff {
  margin-bottom: 100px;
  /************************************
  modal
  ************************************/
}
@media (max-width: 480px) {
  .page_about .staff {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .page_about .staff .lead {
    text-align: center;
    margin: 45px 0 50px;
  }
  .page_about .staff .lead br {
    display: none;
  }
}
.page_about .staff .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9900;
}
.page_about .staff .modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.page_about .staff .modal__content {
  background: #fff;
  padding: 80px 0px;
  position: absolute;
  width: 98vw;
  max-width: 960px;
  height: 80%;
  max-height: 550px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media (max-width: 960px) {
  .page_about .staff .modal__content {
    width: 92vw;
    padding: 50px 5%;
  }
}
.page_about .staff .modal__content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.page_about .staff .modal__content .wrapper {
  max-width: 960px;
}
.page_about .staff .modal .close_top {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 38px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../images/page/modal_close.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
}
@media only screen and (max-width: 960px) {
  .page_about .staff .modal .close_top {
    top: 5vw;
    right: 5vw;
  }
}
@media (max-width: 960px) {
  .page_about .staff .modal .close_top {
    top: 4vw;
    right: 4vw;
  }
}
.page_about .staff .modal .close_top a {
  display: block;
  width: 32px;
  height: 32px;
}
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.page_about .staff .modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.page_about .staff .modal-video-close {
  opacity: 0;
}
.page_about .staff .modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.page_about .staff .modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.page_about .staff .modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.page_about .staff .modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.page_about .staff .modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_about .staff .modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.page_about .staff .modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page_about .staff .modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page_about .staff .modal-video-close-btn:before, .page_about .staff .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.page_about .staff .btn_wh_small2 {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .page_about .staff .btn_wh_small2 a {
    font-size: 1.4rem;
  }
}
.page_about .staff .staff_list {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_about .staff .staff_list .list_item {
  width: 21%;
  margin: 0 2% 48px;
  text-align: center;
}
.page_about .staff .staff_list .list_item a {
  display: block;
}
.page_about .staff .staff_list .list_item .image {
  margin: 0 0 20px;
  border-radius: 50%;
  z-index: 1;
}
.page_about .staff .staff_list .list_item .name {
  text-align: center;
}
@media (max-width: 480px) {
  .page_about .staff .staff_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_about .staff .staff_list .list_item {
    width: 40%;
    margin: 0 5% 48px;
  }
  .page_about .staff .staff_list .list_item .image {
    margin: 0 0 5px;
  }
  .page_about .staff .staff_list .list_item .image img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page_about .staff .staff_shosai {
  max-width: 760px;
  margin: 0 auto;
}
.page_about .staff .staff_shosai .modal_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.page_about .staff .staff_shosai .modal_prof .image {
  width: 32%;
}
.page_about .staff .staff_shosai .modal_prof .text {
  width: 60%;
  padding-left: 30px;
}
.page_about .staff .staff_shosai .modal_prof .text .name {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  margin-bottom: 15px;
}
.page_about .staff .staff_shosai .modal_prof .text .prof_item {
  font-size: 1.6rem;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  color: #334E72;
}
.page_about .staff .staff_shosai .prof_link {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  border-bottom: 1px solid;
  padding-top: 60px;
  display: unset;
}
@media (max-width: 960px) {
  .page_about .staff .staff_shosai .prof_link {
    padding-top: 40px;
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .page_about .staff .staff_shosai .modal_prof {
    margin-bottom: 50px;
  }
  .page_about .staff .staff_shosai .modal_prof .text .prof_item {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .page_about .staff .staff_shosai .modal_prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .page_about .staff .staff_shosai .modal_prof .image {
    width: 60%;
    margin-bottom: 35px;
  }
  .page_about .staff .staff_shosai .modal_prof .text {
    width: 80%;
    padding-left: 0;
  }
  .page_about .staff .staff_shosai .modal_prof .text .name {
    margin-bottom: 10px;
    text-align: center;
  }
  .page_about .staff .staff_shosai p {
    width: 80%;
    margin: 0 auto;
  }
}
.page_about .tenpo {
  margin-bottom: 180px;
}
@media (max-width: 960px) {
  .page_about .tenpo {
    margin-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .page_about .tenpo {
    margin-bottom: 70px;
  }
}
.page_about .tenpo .gaikan_image {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .page_about .tenpo .gaikan_image {
    margin-bottom: 40px;
  }
}
.page_about .tenpo .table_kihon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_about .tenpo .table_kihon_wrap .table_left {
  width: 48%;
}
.page_about .tenpo .table_kihon_wrap .table_right {
  width: 48%;
}
.page_about .tenpo .table_kihon {
  width: 100%;
  text-align: left;
  border: 0;
  border-collapse: collapse;
  color: #334E72;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
.page_about .tenpo .table_kihon a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
.page_about .tenpo .table_kihon tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  line-height: 2;
}
.page_about .tenpo .table_kihon tr th {
  width: 25%;
}
.page_about .tenpo .table_kihon tr td {
  width: 70%;
}
.page_about .tenpo .table_kihon tr td img {
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  .page_about .tenpo .table_kihon {
    font-size: 1.4rem;
  }
  .page_about .tenpo .table_kihon a {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  .page_about .tenpo .table_kihon_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_about .tenpo .table_kihon_wrap .table_left {
    width: 100%;
  }
  .page_about .tenpo .table_kihon_wrap .table_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page_about .tenpo .table_kihon tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_about .tenpo .table_kihon tr th {
    width: 100%;
  }
  .page_about .tenpo .table_kihon tr td {
    width: 100%;
  }
  .page_about .tenpo .lead {
    text-align: center;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .page_about .tenpo .lead {
    margin: 45px 0 50px 0;
  }
}
@media (max-width: 480px) {
  .page_about .tenpo .lead br {
    display: none;
  }
}
.page_about .gaiyou {
  margin-bottom: 180px;
}
@media (max-width: 1025px) {
  .page_about .gaiyou {
    margin-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .page_about .gaiyou {
    margin-bottom: 100px;
  }
}
.page_about .gaiyou .midashi3 {
  margin-bottom: 90px;
}
.page_about .gaiyou .table_kihon {
  width: 75%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  border: 0;
  border-collapse: collapse;
  color: #334E72;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 1025px) {
  .page_about .gaiyou .table_kihon {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .page_about .gaiyou .table_kihon {
    width: 100%;
  }
}
.page_about .gaiyou .table_kihon a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 480px) {
  .page_about .gaiyou .table_kihon a {
    font-size: 1.4rem;
  }
}
.page_about .gaiyou .table_kihon tr:first-child {
  border-top: 1px solid #334E72;
}
.page_about .gaiyou .table_kihon th {
  width: 25%;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #334E72;
  padding: 20px 20px 20px 30px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .page_about .gaiyou .table_kihon th {
    width: 100%;
    display: block;
    border-bottom: none;
    font-size: 1.4rem;
    padding: 15px 10px 5px;
  }
}
.page_about .gaiyou .table_kihon td {
  border-bottom: 1px solid #334E72;
  padding: 20px 20px 20px 30px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .page_about .gaiyou .table_kihon td {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    padding: 0 10px 15px;
  }
}

/************************************
よくある質問
************************************/
.qa {
  margin-bottom: 100px;
}
.qa .wrapper {
  text-align: left;
  padding-top: 100px;
}
.qa .accordion {
  margin-bottom: 70px;
}

/************************************
相談フォーム,お問合せフォーム
************************************/
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.page_form .midashi3 {
  font-size: 3.2rem;
}
@media (max-width: 960px) {
  .page_form .midashi3 {
    font-size: 2.4rem;
  }
}
.page_form .lead {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 1025px) {
  .page_form .lead {
    margin: 60px 0;
  }
}
.page_form .googlecal {
  position: relative;
  width: 45%;
  padding-top: 40%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page_form .googlecal {
    width: 60%;
    padding-top: 60%;
  }
}
@media (max-width: 480px) {
  .page_form .googlecal {
    width: 100%;
    padding-top: 100%;
  }
}
.page_form .googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_marriage .form_btn-back,
.page_engagement .form_btn-back,
.page-contact .form_btn-back,
.page-contact .form_btn-back {
  display: none;
}

.conf_lead,
.error_lead {
  margin-bottom: 30px;
  text-align: center;
}

.comp_lead {
  margin: 180px 0;
  text-align: center;
}
@media (max-width: 480px) {
  .comp_lead {
    margin: 100px 0;
  }
}

.conf .form_btn-back {
  display: block;
}
.conf .form .file_comment {
  display: none;
}
.conf .hissu {
  display: none;
}

/************************************

プライバシーポリシー

************************************/
#privacy .pagetitle1,
#law .pagetitle1 {
  margin-bottom: 130px;
}
@media (max-width: 480px) {
  #privacy .pagetitle1,
#law .pagetitle1 {
    margin-bottom: 80px;
  }
}
#privacy .privacy-wrapper,
#law .privacy-wrapper {
  margin-top: 50px;
  margin-bottom: 126px;
}
@media (max-width: 480px) {
  #privacy .privacy-wrapper,
#law .privacy-wrapper {
    margin-bottom: 80px;
  }
}
#privacy .privacy-wrapper section,
#law .privacy-wrapper section {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #privacy .privacy-wrapper section,
#law .privacy-wrapper section {
    margin-bottom: 42px;
  }
}
#privacy .privacy-wrapper section .space,
#law .privacy-wrapper section .space {
  margin-bottom: 20px;
}
#privacy .privacy-wrapper section ul,
#law .privacy-wrapper section ul {
  padding-left: 18px;
}
#privacy .privacy-wrapper section ul li,
#law .privacy-wrapper section ul li {
  line-height: 2;
  margin-left: 0.9em;
  text-indent: -0.9em;
  text-align: left;
  color: #334E72;
  font-weight: 500;
}
@media (max-width: 480px) {
  #privacy .privacy-wrapper section ul li,
#law .privacy-wrapper section ul li {
    font-size: 1.4rem;
  }
}
#privacy .title,
#law .title {
  text-align: left;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  #privacy .title,
#law .title {
    font-size: 2rem;
  }
}
#privacy .text,
#law .text {
  text-align: left;
}
#privacy .name,
#law .name {
  text-align: right;
}

/************************************

特定商取引法に基づく表記

************************************/
#law .law-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  #law .law-wrapper {
    margin-bottom: 70px;
  }
}
#law .kihon_hyo {
  text-align: left;
  line-height: 2;
  color: #334E72;
}
@media (max-width: 480px) {
  #law .kihon_hyo {
    font-size: 1.4rem;
  }
}
#law .kihon_hyo dl {
  border-bottom: 1px solid #334E72;
  padding: 20px 30px;
}
#law .kihon_hyo dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#law .kihon_hyo dl dt {
  float: left;
  width: 30%;
}
@media (max-width: 480px) {
  #law .kihon_hyo dl dt {
    font-weight: bold;
  }
}
#law .kihon_hyo dl dd {
  float: right;
  width: 65%;
  font-weight: 500;
}
#law .kihon_hyo dl dd a {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
#law .kihon_hyo dt,
#law .kihon_hyo dd {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  #law .kihon_hyo dt,
#law .kihon_hyo dd {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  #law .kihon_hyo dl {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 480px) {
  #law .kihon_hyo dl dt {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  #law .kihon_hyo dl dt {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #law .kihon_hyo dl dd {
    float: none;
    width: 100%;
  }
}

/************************************

よくある質問
page_qa

************************************/
/*# sourceMappingURL=common.css.map */




main.archive-info div.wrapper .wp-pagenavi {
	font-size: 1.4rem;
	margin: 0 auto;
	text-align: center;
	margin: 30px 0 60px;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
}
@media (max-width: 480px) {
  main.archive-info div.wrapper .wp-pagenavi {
    margin: 20px 0 80px;
  }
}
main.archive-info div.wrapper .wp-pagenavi a {
  /* フォント色 */
  color: #334E72;
}
main.archive-info div.wrapper .first,
main.archive-info div.wrapper .last {
  /* firstとlastの表記 */
  display: none;
}
main.archive-info div.wrapper .pages {
  /* 左の表記 */
  display: none;
}
main.archive-info div.wrapper .wp-pagenavi .current,
main.archive-info div.wrapper .wp-pagenavi a.page {
  /* ボタン */
  display: inline-block;
  background-color: #fff;
  color: #334E72;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #334E72;
          box-shadow: 0 0 0 1px #334E72;
  border-bottom: none;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.2rem;
  padding:0;
}
main.archive-info div.wrapper .wp-pagenavi .current {
  /* カレント数字 */
  background: #334E72;
  color: #fff;
}
main.archive-info div.wrapper .wp-pagenavi .first,
main.archive-info div.wrapper .wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}
main.archive-info div.wrapper .wp-pagenavi .previouspostslink,
main.archive-info div.wrapper .wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  color: #334E72;
  -webkit-box-shadow: 0 0 0 1px #334E72;
          box-shadow: 0 0 0 1px #334E72;
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  background-color: #fff;
  color: #334E72;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #334e72;
          box-shadow: 0 0 0 1px #334e72;
  border-bottom: none;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 1.2rem;
  margin-left: -3px;
}