@charset "UTF-8";
/* CSS Document */

/* =================================
	All
================================= */
.pcOnly {
	display: none !important;
}
.smOnly {
	display: block !important;
}
img {
	width: 100%;
	height: auto;
}
p br {
	display: none;
}

body.popOn {
}

/* FONT */
h1,h2,h3,h4,
.fontNoto {
	font-family: 'Noto Serif JP', sans-serif;
}
.fontMolengo {
	font-family: 'Molengo', sans-serif;
}

/* PC base width */
.baseWidth {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}
/* wide_contents */
.wide_contents {
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500% !important;
	padding-right: 500% !important;
}

#wrap {
	position: relative;
	overflow: hidden;
}
/* flexWrap */
.flexWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/* center_middle */
.center_middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
/* tran */
.tranHigh {
	transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
}
.tranNormal {
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}
.tranLate {
	transition: .7s ease-in-out;
	-webkit-transition: .7s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
}
/* 画像エリア（高さ固定） */
.bgOuter { 
	position: relative;
	min-width: 320px;
	margin: 0px auto;
	box-sizing: border-box;
	height: 100%;
/*
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	max-height: 100vh;
	max-height: calc(var(--vh, 1vh) * 100);
*/
}
.bgOuter.min {
	min-height: 458px;
	max-height: 458px;
}
.bgOuter .bgInner {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom:0;
}
.bgOuter .bgInner .bgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.bgOuter .bgInner .bgBox .imgArea {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

/* pageLoad */
#pageLoad {
	z-index: -1;
}
#pageLoad .square-spin > div {
	background: #ccc;
}




@media screen and (min-width: 1367px) {
.baseWidth {
	margin: 0 auto;
}
}

@media screen and (min-width: 768px) {
body {
	min-width: 1220px;
}
p br {
	display: block;
}
.pcOnly {
	display: block !important;
}
.smOnly {
	display: none !important;
}
/* PC base width */
.baseWidth {
	width: 1100px;
	padding: 0;
	margin: 0 auto;
}
#wrap {
	padding-top: 0;
}
#contents #contentsIn {
	display: flex;
	display: -ms-flexbox;
}
/* flexWrap */
.flexWrap .fxInner {
	width: 50%;
}
/* btnScaling */
.btnScaling figure,
.btnScaling span {
	overflow: hidden;
	z-index: 1;
	display: block;
}
.btnScaling span img,
.btnScaling figure img,
.btnScaling span::after,
.btnScaling figure::after {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	z-index: 0;
}
.btnScaling:hover figure img,
.btnScaling:hover span img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	opacity: 1 !important;
}

}

/* =================================
	Header
================================= */
#header {
	position: fixed;
	width: 100%;
	z-index: 999999;
	height: 70px;
	background: #fff;
}
#header.open {
	position: fixed;
	z-index: 999999;
}
#header #logo {
	width: 101px;
	padding: 13px 0 0;
	margin: 0px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header #logo a {
	width: 35px;
}
#header #logo .mainLogo {
	width: 46px;
	margin-right: 20px;
}
#header #logo .mainLogo img {
	height: auto;
}
#header .gNavWrap {
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 102);
	width: 100%;
	top: -70px;
	background: #264293;
	opacity: 0;
	visibility: hidden;
}
#header .gNavWrap .gNavWrapInner {
}
#header .gNavWrap .gNavWrapInner ul {
	width: 65%;
}
#header .gNavWrap .gNavWrapInner ul li {
	text-align: center;
}
#header .gNavWrap .gNavWrapInner ul li a {
	padding: 25px 0;
	display: block;
	line-height: 1;
	border-top: 1px solid #DEDEDE;
	position: relative;
}
#header .gNavWrap .gNavWrapInner ul li a:hover {
	opacity: 1;
}
#header .gNavWrap .gNavWrapInner ul li:first-child a {
	border-top: none;
}

#header .gNavWrap .gNavWrapInner ul li a::before {
	content: "";
	display: block;
	left: 0;
	box-sizing: border-box;
	width: 10px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 10px solid #FFF;
	position: absolute;
	top: 45%;
}
#header .gNavWrap .gNavWrapInner ul li span {
	color: #fff;
	font-size: 18px;
}
/* spNavi */
#spNaviIcon {
	position: absolute;
	top: 0px;
	right: 0;
	height: 70px;
	width: 70px;
	cursor: pointer;
	z-index: 999999999;
}
#spNaviOuter {
	position: fixed;
	top: 70px;
	background: #f4f4f4;
	width: 100%;
	overflow: scroll;
	opacity: 0;
	height: calc(100vh - 70px);
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

#spNaviOuter #spNavi {
	padding: 30px 3% 50px;
}

#spNaviOuter #spNavi #spNaviInner .spNaviLink {
	margin-top: 25px;
}

#spNaviOuter .spNaviLink .titBox {
	position: relative;
}

#spNaviOuter .spNaviLink .titBox .spNaviAc {
	position: absolute;
	top: 48%;
	left: 10px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

#spNaviOuter .spNaviLink.closeAc .titBox .spNaviAc .menu2 {
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#spNaviOuter .titSpNavi {
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1;
	background: #009b56;
	padding: 25px;
	color: #fff;
	border-radius: 100px;
	cursor: pointer;
	margin-bottom: 30px;
}

#spNaviOuter .titSpNavi span {
	position: relative;
}

#spNaviOuter .spNaviLink.closeAc .titSpNavi {
	background: #3f4c53;
}

#spNaviOuter #spNavi #spNaviInner .spNaviLink ul li {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bolder;
	display: none;
}

#spNaviOuter #spNavi #spNaviInner .spNaviLink ul li a {
	position: relative;
	display: block;
	padding: 10px 50px;
}

#spNaviOuter .spNaviClose .titSpNavi {
	border-radius: 0;
	margin-bottom: 0;
}

/* spNavi icon */

#header .menu1,
#header .menu2,
#header .menu3 { 
	width: 26px;
	height: 2px;
	left: 23px;
	background-color:#264293;
	position:absolute;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

#spNaviIcon .menu1 {
	top:25px;
}

#spNaviIcon .menu2 {
	top:35px;
}

#spNaviIcon .menu3 {
	top:45px;
}

#spNaviIcon.openNavi + .gNavWrap {
	opacity: 1;
	visibility: visible;
}

.spNaviClose .menu1,
#spNaviIcon.openNavi .menu1 { 
	top:35px;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#spNaviIcon.openNavi .menu2 {
	opacity:0;
}

.spNaviClose .menu3,
#spNaviIcon.openNavi .menu3 {
	top:35px;
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#spNaviIcon.openNavi .menu1,
#spNaviIcon.openNavi .menu2,
#spNaviIcon.openNavi .menu3 {
	background: #fff;
}


#spNaviOuter .titSpNavi span .menu1,
#spNaviOuter .titSpNavi span .menu3 {
	top: 10px;
	left: -40px;
}

#spNaviOuter #spNavi #spNaviInner .spNaviLink ul li a::before{
	content: "";
	display: inline-block;
	left: 0;
	width: 9px;
	height: 9px;
	border-top: 3px solid #111111;
	border-right: 3px solid #111111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 15px;
	position: relative;
	top: -2px;
	border-radius: 2px;
}


@media screen and (min-width: 768px) {
#header {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: auto;
/*
	position: absolute;
*/
	z-index: 10;
	flex-wrap: wrap;
	height: 135px;
	background: none;
}
#wrap.top #header,
#header.ex {
	position: fixed;
	height: 95px;
	background: #fff;
}
#header.hide {
	transform: translateY(-100%);
}
#header #logo {
	width: 155px;
	padding: 0;
	margin: 0px 40px;
}
#header #logo a {
	width: 55px;
}
#header #logo .mainLogo {
	width: 70px;
	margin-right: 30px;
}
/*
#wrap.top #header #logo,
#header.ex #logo {
	width: 55px;
}
*/
#header .gNavWrap {
	height: auto;
	opacity: 1;
	top: 0;
	visibility: visible;
	background: none;
	width: auto;
}
#header .gNavWrap .gNavWrapInner ul {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	background: none;
	transform: translateY(0) translateX(0);
	display: flex;
	flex-direction: row;
	align-items: center;
}
#header .gNavWrap .gNavWrapInner ul li {
	padding: 0 20px;
}
#header .gNavWrap .gNavWrapInner ul li a {
	padding: 0;
	border: none;
}
#header .gNavWrap .gNavWrapInner ul li span {
	color: #000;
	font-size: 14px;
}
#header .gNavWrap .gNavWrapInner ul li a::before {
	display: none;
}

/*
#header .gNavWrap .gNavWrapInner ul li.focus a span,
#header .gNavWrap .gNavWrapInner ul li a:hover span {
	border-bottom: 2px solid;
	padding: 0 0 5px;
}
*/
#header .gNavWrap .gNavWrapInner ul li a span {
  position: relative;
  display: inline-block;
}
#header .gNavWrap .gNavWrapInner ul li a span:before,
#header .gNavWrap .gNavWrapInner ul li a span:after {
  position: absolute;
  top: 1.6em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px; 
  background: #59B49A;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
#header .gNavWrap .gNavWrapInner ul li a span:before{
  left: 50%;
}
#header .gNavWrap .gNavWrapInner ul li a span:after{
  right: 50%;
}
#header .gNavWrap .gNavWrapInner ul li.focus a span:before,
#header .gNavWrap .gNavWrapInner ul li.focus a span:after,
#header .gNavWrap .gNavWrapInner ul li a:hover span:before,
#header .gNavWrap .gNavWrapInner ul li a:hover span:after {
  width: 50%;
}
#header .gNavWrap .gNavWrapInner ul li.message a span:before,
#header .gNavWrap .gNavWrapInner ul li.message a span:after	{
	background-color: #59B49A;
}
#header .gNavWrap .gNavWrapInner ul li.origin a span:before,
#header .gNavWrap .gNavWrapInner ul li.origin a span:after {
	background-color: #E470A5;
}
#header .gNavWrap .gNavWrapInner ul li.history a span:before,
#header .gNavWrap .gNavWrapInner ul li.history a span:after {
	background-color: #FFAF00;
}

}


/* =================================
	Footer
================================= */
footer {
	position: relative;
	z-index: 11;
	background: #fff;
}
#footer {
	margin-top: 60px;
}
#footer .iconList {
	margin: 15px auto;
}
#footer .iconList ul {
	justify-content: center;
}
#footer .iconList ul li {
	width: 35px;
	margin: 0 8px;
}
#footer .iconList ul li:first-child {
	width: 60px;
}
#footer .iconList ul li.sns {
	width: 25px;
}
#footer .footerTxt {
	text-align: center;
	padding: 0 5px 30px;
}
#footer .footerTxt p {
	font-size: 11px;
}
#footer .footerTxt p.fontMolengo {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
#footer {
	margin-top: 100px;
	padding: 30px 50px 10px;
}
#footer .iconList {
	float: left;
	margin: 0;
}
#footer .footerTxt {
	float: right;
}
#footer .footerTxt p {
	text-align: left;
}
}

/* =================================
	Others
================================= */

/* title */
.menuTitle {
	position: absolute;
	top: -50px;
	bottom: 5%;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
	z-index: 10;
	width: 80%;
	max-width: 450px;
	text-align: center;
}
span.btnTxt01 {
	display: block;
	position: relative;
}
span.btnTxt01 .inner {
	font-size: 33px;
	line-height: 1.3em;
	display: inline-block;
	padding: 25px 25px;
	position: relative;
	top: 0;
	left: 0;
}
span.btnTxt01 .inner i {
	display: block;
	line-height: 1;
	font-size: 9px;
	text-align: left;
	padding-top: 15px;
	text-indent: 5px;
}
span.btnTxt02 {
	display: block;
	background: #000;
	color: #fff;
	line-height: 1;
	padding: 18px 0;
}
/* subTitle */
.pageSubTitle {
	margin: 45px auto 30px;
}
.pageSubTitle span.btnTxt01 .inner {
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
}
.pageSubTitle span.btnTxt01 .inner i {
	text-align: center;
	font-size: 12px;
	color: #59B49A;
	padding-top: 10px;
}

/* mainVisual */
#wrap:not(.top) #contents {
	padding-top: 150px;
}
#mainVisual .bgOuter {
	min-height: 430px;
	max-height: 430px;
}
#mainVisual .menuTitle span.btnTxt01 .inner::before,
#mainVisual .menuTitle span.btnTxt01 .inner::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-size: 60px auto;
	z-index: 1;
	background-image: url("../img/bg_pare.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
}
#mainVisual .menuTitle span.btnTxt01 .inner::before {
	top: 0;
	left: 0;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
#mainVisual .menuTitle span.btnTxt01 .inner::after {
	bottom: 0;
	right: 0;
}


/* btnDetail */
.btnDetail {
	padding: 0px 30px;
	margin: 30px auto 0;
	text-align: center;
}
.btnDetail a {
	position: relative;
	display: block;
	background: #264293;
	color: #fff;
	line-height: 1;
	padding: 18px 0;
	max-width: 450px;
	margin: 0 auto;
	cursor: pointer;
}
.btnDetail a:not(.btnModal)::before,
.btnDetail a:not(.btnModal)::after {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btnDetail a:not(.btnModal)::before {
	left: 20px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.btnDetail a:not(.btnModal)::after {
left: 21px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}

/* btnContents */
.btnContents {
	margin: 60px auto 30px;
	position: relative;
}
.btnContents a {
	display: block;
	height: 100%;
}
.btnContents span.btnTxt01,
.btnContents .btnContentsBody {
	background: #F3F3F3;
}
.btnContents a:hover {
	opacity: 1 !important;
}
.btnContents a:hover .btnContentsBody {
	width: 60%;
}
.btnContents .btnContentsBody .btnTxt01 .inner {
	margin: 0 0 0 auto;
}
.btnContents .btnContentsBody .nextTxt {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin: 0 30px 0 auto;
	padding-bottom: 5px;
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.btnContents .btnContentsBody::after {
	content: "02";
	background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #E470A5 50.5%) no-repeat top left/62px 62px;
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
	height: 62px;
	padding: 13px 0 0 37px;
	display: inline-block;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1;
	font-size: 13px;
}

/* btnPageTop */
#btnPageTop {
	position: fixed;
	background: #264293;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
	bottom: 0;
	right: 0;
	display: none;
}
#btnPageTop span::before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 9px solid #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 16px;
	left: 15px;
	position: absolute;
}


@media screen and (min-width: 768px) {

/* title */
.menuTitle {
	left: auto;
	right: 5%;
	width: auto;
	height: auto;
	bottom: 0;
	top: -60px;
	z-index: 20;
	transform: translateY(0) translateX(0);
	-webkit- transform: translateY(0) translateX(0);
}
.pageSubTitle {
	margin: 100px auto 60px;
}
.pageSubTitle span.btnTxt01 .inner {
	font-size: 35px;
}
.pageSubTitle span.btnTxt01 .inner i {
	font-size: 14px;
}
span.btnTxt01 .inner {
	font-size: 50px;
	text-align: left;
}
span.btnTxt01 .inner i {
	font-size: 14px;
}

/* mainVisual */
#wrap:not(.top) #contents {
	padding-top: 135px;
}
#mainVisual .menuTitle span.btnTxt01 .inner::before,
#mainVisual .menuTitle span.btnTxt01 .inner::after {
	width: 80px;
	height: 80px;
	background-size: 80px auto;
}

/* btnContents */
.btnContents span.btnTxt01,
.btnContents .btnContentsBody {
	background: none;
}
.btnContents .btnContentsBody {
	position: absolute;
	height: inherit;
	width: 50%;
	display: flex;
	align-items: center;
	text-align: center;
	background: rgba(255,255,255,0.85);
}
.btnContents span.btnTxt01 {
	width: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.btnContents .btnContentsBody::after {
	background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #E470A5 50.5%) no-repeat top left/93px 93px;
	right: auto;
	left: 0;
	width: 93px;
	height: 93px;
	font-size: 20px;
	padding: 20px 40px 0 0;
}
.btnContents .btnContentsBody .nextTxt {
	position: static;
}

/* btnDetail */
.btnDetail {
	margin-top: 50px;
}
.btnDetail a {
	font-size: 16px;
	padding: 30px 0;
}

#btnPageTop span:hover {
	opacity: 0.7;
}


}



/* =================================
	Contents
================================= */

#contents #contentsInner {
	position: relative;
}
#contents .contentsWrapOuter {
	position: relative;
}
#wrap:not(.top) #contents .contentsWrapOuter {
	padding: 0 25px;
	width: auto;
}
#contents .contentsWrapOuter .contentsWrap {
	width: 100%;
}

/* innerBox */
.innerBox .txtBox p {
	margin-top: 1em;
}

/* top animation */
#wrap:not(.top).init {
	height: 100vh;
}
#wrap:not(.top).init #mainVisual {
	position: relative;
	height: 100vh;
	padding: 0;
	z-index: 12;
	margin-top: -135px;
	background: #fff;
}
#wrap:not(.top).init #mainVisual .bgOuter {
	min-height: auto;
	max-height: none;
}
#wrap:not(.top).init .menuTitle .inner,
#wrap:not(.top).init #contentsInner,
#wrap:not(.top).init .bgOuter .bgInner .bgBox {
	opacity: 0;
}
#wrap:not(.top).init span.btnTxt01 .inner.motion01 {
	margin-left: -100px;
	padding-bottom: 100px;
}
#wrap:not(.top).init span.btnTxt01 .inner.motion02 {
	margin-left: 20px;
	padding-bottom: 40px;
}
#wrap:not(.top).init span.btnTxt01 .inner.motion04 {
	left: 20px;
}
#wrap:not(.top).init #mainVisual.motion03 {
	margin-top: 0;
}
#wrap:not(.top).init .motion03 .bgOuter .bgInner .bgBox {
	height: 430px;
}
#wrap:not(.top).init .menuTitle.motionBase {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}



@media screen and (min-width: 768px) {

#contents #contentsInner {
	max-width: 1366px;
	margin: 0 auto;
}
#wrap:not(.top) #contents .contentsWrapOuter {
	padding: 0;
}

/* innerBox */
.innerBox.flexWrap {
	align-items: stretch;
}
.innerBox .imgBox {
	width: 44%;
	margin-right: 6%;
}
.innerBox .txtBox {
	width: 50%;
}
.innerBox .txtBox p {
	margin-top: 0;
}

/* top animation */
#wrap:not(.top).init span.btnTxt01 .inner.motion02 {
	margin-left: 100px;
	padding-bottom: 100px;
}
#wrap:not(.top).init span.btnTxt01 .inner.motion04 {
	left: 50px;
}

}




/*=====================================*/
/* テキスト調整用 */
/*=====================================*/
.txtAdj01 {
	text-indent: 9px !important;
}



/*=====================================*/
/* IE11 調整用 */
/*=====================================*/
@media all and (-ms-high-contrast: none) {

.btnDetail a {
	padding: 20px 0 15px !important;
}





}


