@charset "utf-8";

/*==============================================================================

	common
	
==============================================================================*/

body {
	background: #ffffff;
	font-size: 14px;
	color: #444444;
	line-height: 1.6;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media all and (-ms-high-contrast: none) {
	body { font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}

.styleFormat ul,
.styleFormat ol {
	list-style: none;
}
.styleFormat p,
.styleFormat h1,
.styleFormat h2,
.styleFormat h3,
.styleFormat h4,
.styleFormat h5,
.styleFormat h6,
.styleFormat ul,
.styleFormat ol,
.styleFormat dl,
.styleFormat dt,
.styleFormat dd,
.styleFormat li,
.styleFormat figure {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/*------------------------------------------------------------------------------
	link
------------------------------------------------------------------------------*/

a:link {
	color: #002548;
	text-decoration: underline;
	transition: all 0.2s ease-out 0s;
}

a:visited {
	color: #002548;
	text-decoration: underline;
}

a:hover {
	color: #002548;
	text-decoration: underline;
}

a:active {
	color: #002548;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------
	clearfix
------------------------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ""; 
    display: block; 
    clear: both;
}

/*==============================================================================

	Layout
	
==============================================================================*/

#wrap {
	overflow: hidden;
}

#footer .inner,
#contents .inner {
	width: 1040px;
	margin: 0 auto;
}

#main {
	width: 1040px;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/

#header {
	position: fixed;
	width: 100%;
	min-width: 1040px;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	z-index: 1000;
	transition: all 0.3s ease-out 0s;
}

#header.wh {
	background: rgba(255,255,255,0.95);
}

#header img {
	vertical-align: top;
}

#header h1,
#header ul {
	margin: 0;
	padding: 0;
}

#header #logo {
	position: absolute;
	left: 25px;
	top: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.05em;
}

#header #logo a {
	text-decoration: none;
	color: #111111;
}

#header #logo a:hover {
	opacity: 0.6;
}

#header #logo img {
	width: auto;
	height: auto;
	vertical-align: top;
}

#header > .inner {
	height: 68px;
	position: relative;
	transition: all 0.3s ease-out 0s;
}

/* nav */

#header #gnav {
	position: absolute;
	right: 35px;
}

#header #gnav ul {
	display: flex;
	width: auto;
	margin-left: auto;
	line-height: 1;
}

#header #gnav ul li {
	margin: 0 0 0 30px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#header #gnav ul li a {
	box-sizing: border-box;
	position: relative;
	display: block;
	height: 68px;
	padding: 24px 0 0 0;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

#header #gnav ul li.contact {
	margin-left: 38px;
}

#header #gnav ul li.contact a {
	position: relative;
	display: block;
	padding: 24px 25px 0 55px;
	color: #ffffff;
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}

#header #gnav ul li.contact a::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 26px;
	width: 20px;
	height: 20px;
	background: url(../images/top/mail_icon.png) no-repeat left top;
	background-size: contain;
	z-index: 1;
}

#header #gnav ul li.contact a::after {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background: linear-gradient(90deg, #FB6E8C 0%, #FA8694 50%, #FA8694 50%, #FE547E 100%) no-repeat 50% 50% / 100% 100%;
	transform: skewX(-20deg);
	z-index: -1;
}

#header #gnav ul li.contact a:hover {
	opacity: 0.8;
}

#header #gnav ul li a span {
	position: relative;
	display: block;
	color:#444444;
	padding-bottom: 22px;
	transition: all 0.2s ease-out 0s;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}

#header #gnav ul li a span:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	border-bottom: 5px solid #FB6E8C;
	transition: transform .2s;
	transform: translateY(5px);
}

#header #gnav ul li a:hover span:before {
	transform: scale(1, 1);
}

#header.wh #logo {
	left: 25px;
	top: 13px;
	font-size: 28px;
}

/*------------------------------------------------------------------------------
	contents
------------------------------------------------------------------------------*/

#contents {
	min-width: 1000px;
}

#contents .mainSection {
	font-size: 16px;
	background: #ffffff;
}

#contents .mainSection .inner {
	padding: 50px 0;
}

/* pageTitle */

#contents #pageTitle {
	height: 440px;
	margin: 0 auto;
}

#contents #pageTitle:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 440px;
	content: "";
	z-index: -1;
}

#contents #pageTitle .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 180px 0 0 0;
}

#contents #pageTitle #inBox {
	display: inline-block;
	padding: 25px 35px;
	background: rgba(0,37,72,0.65);
}

#contents #pageTitle #inBox h1 {
	color: #ffffff;
	line-height: 1;
}

#contents #pageTitle #inBox h1 .ja {
	display: block;
	margin: 0;
	padding: 0 0 12px 0;
	border-bottom: 3px solid #0099e6;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#contents #pageTitle #inBox h1 .en {
	display: block;
	padding: 12px 0 0 0;
	font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

/* pageRead */

#contents #pageRead .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 70px;
	text-align: center;
}

#contents #pageRead p {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
}

#contents #pageRead p span {
	color: #fff102;
}

#contents #pageRead p:before {
	position: absolute;
	top: -0.2em;
	left: -0.5em;
	display: block;
	content: "“";
	font-size: 100px;
	color: #71afe2;
}

#contents #pageRead p:after {
	position: absolute;
	top: -0.05em;
	right: -0.5em;
	display: block;
	content: "”";
	font-size: 100px;
	color: #71afe2;
}

/* other title */

#contents .mainSection h2:first-child {
	margin-top: 0;
}

#contents .mainSection h2 {
	margin: 40px 0 20px 0;
	padding: 0;
	font-size: 30px;
	line-height: 1.4;
	color: #002548;
}

#contents .mainSection h2.bg {
	margin: 25px 0 20px 0;
	padding: 15px 20px;
	background: #f0f1f3;
	border-radius: 5px;
	font-size: 28px;
	line-height: 1.4;
	color: #002548;
	letter-spacing: 0.05em;
}

#contents .mainSection h3 {
	margin: 25px 0 15px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #002548;
}

#contents p {
	line-height: 1.8;
}

#contents p.subRead {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

/* list */

#contents ul.list {
	margin: 0 0 15px -1.2em;
}

#contents ul.list li {
	margin: 0 0 10px 0;
}

#contents ol.list li ul.inner,
#contents ul.list li ul.inner {
	margin: 10px 0 20px -1.2em;
}

#contents ol.list li ul.inner li,
#contents ul.list li ul.inner li {
	margin: 0 0 5px 0;
}

#contents ol.list {
	margin: 0 0 15px -1.2em;
}

#contents ol.list li {
	margin: 0 0 10px 0;
}

#contents ol.list li ol.inner,
#contents ul.list li ol.inner {
	margin: 10px 0 20px -1.2em;
}

#contents ol.list li ol.inner li,
#contents ul.list li ol.inner li {
	margin: 0 0 5px 0;
}

#contents dl.normal {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.8;
}

#contents dl.normal dt {
	clear: left;
	float: left;
	width: 10em;
}

#contents dl.normal dd {
	margin-left: 10em;
}

/*------------------------------------------------------------------------------
	pagetop
------------------------------------------------------------------------------*/

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
}

#pagetop a {
	display: block;
}

#pagetop a:hover {
	animation: goback 0.2s ease-out 0s;
}

/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	background: #f1f2f6;
	box-shadow: inset 0 0 35px rgba(234,236,240,1);
	font-size: 14px;
	line-height: 1.4;
}

/* #fnav
----------------------------------*/

#footer #fnav {
	padding: 55px 0 50px 0;
}

#footer #fnav ul {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

#footer #fnav ul li {
	position: relative;
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 1.2;
}

#footer #fnav ul li::before {
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	content: "";
	height: 16px;
	width: 1px;
	background: #cecece;
}

#footer #fnav ul li:last-child::before {
	display: none;
}

#footer #fnav ul li a {
	display: block;
	font-size: 14px;
	color: #444444;
	text-align: center;
	text-decoration: none;
}

#footer #fnav ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#footer #ftInfo {
	background: #404040;
}

#footer #ftInfo .ftInfo-inner {
	position: relative;
	width: 1200px;
	height: 80px;
	margin: 0 auto;
}

#footer #ftInfo ul {
	position: absolute;
	top: 35px;
	left: 0;
	margin: 0 auto;
	padding: 0;
}

#footer #ftInfo ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	line-height: 1.2;
}

#footer #ftInfo ul li:last-child {
	margin: 0;
	padding: 0;
}

#footer #ftInfo ul li:last-child:before {
	display: none;
}

#footer #ftInfo ul li a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer #ftInfo ul li:last-child {
	margin-right: 0;
}

#footer #ftInfo ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#footer #ftInfo .copy {
	position: absolute;
	top: 35px;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 12px;
	color: #ffffff;
}