@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* input focus outline */
input:focus {
	outline: solid 2px #000;
}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: #002940;
	font-family: "游ゴシック", "YuGothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt40 { margin-top: 40px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml1em { margin-left: 1em !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }

/* リンク */
a {
	color: #002940;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}

/* カラー */
.red {
	font-weight: bold;
    color: #f26363 !important;
}
.gray { color: #80949f !important; }
.green { color: #007A46 !important; }
.blue { 
	font-weight: bold;
	color: #005580 !important;
}
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f27 { font-size: 2.7rem; }
.f28 { font-size: 2.8rem; }
.f48 { font-size: 4.8rem; }
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti1hc {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti3c {
	padding-left: 3em;
	text-indent: -3em;
}
.ti4c {
	padding-left: 4em;
	text-indent: -4em;
}
.ti5c {
	padding-left: 5em;
	text-indent: -5em;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left !important; }
	.pc_tac { text-align: center !important; }
	.pc_tar { text-align: right !important; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mt20 { margin-top: 20px !important }
	.pc_mt10 { margin-top: 10px !important }
	.pc_mt5 { margin-top: 5px !important }
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: #000;
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみブロック */
	.pc_block {
		display: block;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { 
		min-width: 0;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt40 { margin-top: 30px !important; }
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 50px !important; }
	.mb90 { margin-bottom: 60px !important; }
	.sp_mt10 { margin-top: 10px !important; }
	.sb_mt-30 { margin-top: -30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f11 { font-size: 1rem; }
	.f12 { font-size: 1.1rem; }
	.f13 { font-size: 1.2rem; }
	.small,
	.f14 { font-size: 1.3rem; }
	.f15 { font-size: 1.4rem; }
	.f16 { font-size: 1.5rem; }
	.big,
	.f18 { font-size: 1.7rem; }
	.f19 { font-size: 1.8rem; }
	.f20 { font-size: 1.9rem; }
	.f21 { font-size: 2rem; }
	.f25 { font-size: 2.3rem; }
	.f26 { font-size: 2.4rem; }
	.f27 { font-size: 2.5rem; }
	.f28 { font-size: 2.6rem; }
	.f48 { font-size: 3rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 120px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	transition: background-color 0.2s ease-in-out;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
}
.header a {
	color: #002940;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.headerBlock .gnav .headerMenu li a br {
	display: none !important;
}
/* -- ロゴ -- */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
	height: 120px;
}
.logoBox a img {
	width: 100%;
	height: 100%;
}
.logoBox a p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	background-color: #005580;
	border-radius: 7px;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
		padding: 20px 20px 20px 15px;
		border-bottom: solid 1px #e5eef2;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* -- ロゴ -- */
	.header .logoBox a {
		display: flex;
		align-items: flex-end;
		gap: 15px;
	}
	.header .logoBox a img {
		width: 410px;
		height: auto;
	}
	.header .logoBox a p {
        height: 41px;
        font-size: 1.5rem;
        padding: 5px 10px;
		border-radius: 5px;
	}
	/*-- グローバルナビ --*/
	.headerBlock .gnav {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
        justify-content: flex-end;
		width: auto;
		height: 120px;
		gap: 12px;
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav .headerMenu {
		display: flex;
		justify-content: center;
		height: 50px;
		visibility: visible;
		margin-right: -20px;
	}
	.headerBlock .gnav .headerMenu > li {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav .headerMenu > li > p {
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 1.7rem;
		padding: 0 12px;
	}
	.headerBlock .gnav > ul > li > p > a:hover {
		opacity: 1;
	}
	.headerBlock .gnav > ul > li > p > a::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: calc(100% - 20px);
		height: 6px;
		background: #96E8FF;
		border-radius: 6px 6px 0 0;
		transform: scale(1, 0);
		transform-origin: center bottom;
		transition: transform 0.2s ease-in-out;
	}
	.headerBlock .gnav > ul > li.doctor > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(141, 133, 255, 1) 100%);
	}
	.headerBlock .gnav > ul > li.spmi > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(122, 167, 255, 1) 100%);
	}
	.headerBlock .gnav > ul > li.nurse > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 1) 100%);
	}
	.headerBlock .gnav > ul > li.support > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 192, 1) 100%);
	}
	.headerBlock .gnav > ul > li.care > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(242, 245, 86, 1) 100%);
	}
	.headerBlock .gnav > ul > li.gs > p > a::before {
		background: linear-gradient(90deg, rgba(150, 232, 255, 1) 0%, rgba(186, 245, 103, 1) 100%);
	}
	.headerBlock .gnav > ul > li.on > p > a::before,
	.headerBlock .gnav > ul > li:hover > p > a::before {
		transform: scale(1, 1);
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
		content: "";
		position: absolute;
		width: 0;
		height: 17px;
		border-right: dotted 1px #6A93A1;
        top: 5px;
		right: 0;
	}
	/* サブメニュー */
	.headerBlock .gnav .headersubMenu ul {
		display: flex;
		gap: 10px;
	}
	.headerBlock .gnav .headersubMenu ul li a {
		font-size: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3px 15px;
		border-radius: 17px;
		background-color: #ebf1f5;
	}
	.headerBlock .gnav .headersubMenu ul li.official a {
		color: #fff;
		background-color: #005580;
	}
}
@media print, screen and (min-width: 1350px) {
	.header {
		padding: 0 50px;
	}
}
@media print, screen and (min-width: 1680px) {
	/* サブメニュー */
	.headerBlock .gnav .headersubMenu ul li a {
		font-size: 1.6rem;
	}
	/* -- ロゴ -- */
	.header .logoBox a {
		gap: 25px;
	}
	.header .logoBox a img {
		width: 525px;
	}
	.header .logoBox a p {
		height: 52px;
		font-size: 1.9rem;
		padding: 10px 17px;
	}
	.headerBlock .gnav > ul > li > p > a::before {
		width: calc(100% - 25px);
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
        top: 7px;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		font-size: 1.8rem;
		padding: 0 20px;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu > li > .pulldown {
		display: block !important;
        width: 100%;
        background-color: #f2f4f5;
		padding: 70px 0 100px;
        position: absolute;
        top: 120px;
        left: 0;
		right: 0;
        transition: 0.2s ease-out;
		visibility: hidden;
        opacity: 0;
	}
	/* -- 下層メニュー -- */
	/* 第2階層 */
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		position: relative;
		margin-bottom: 30px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title a {
		font-size: 3.6rem;
		letter-spacing: 0.06em;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title span {
		position: relative;
		display: block;
		font-family: "Montserrat", sans-serif;
		font-size: 1.6rem;
		font-weight: 500;
		color: #99aab2;
		letter-spacing: 0.06em;
		line-height: 1;
		padding-left: 20px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title span::before {
		content: "";
		position: absolute;
		width: 14px;
		height: 14px;
		background: rgba(150, 232, 255, 1);
		border-radius: 50%;
		overflow: hidden;
		left: 0;
		top: 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title span::after {
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		background-color: #fff;
		border-radius: 50%;
		left: 4px;
		top: 4px;
	}
	.headerBlock .gnav .headerMenu > li.doctor > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(141, 133, 255, 1) 100%);
	}
	.headerBlock .gnav .headerMenu > li.spmi > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(122, 166, 255, 1) 100%);
	}
	.headerBlock .gnav .headerMenu > li.nurse > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(255, 181, 243, 1) 100%);
	}
	.headerBlock .gnav .headerMenu > li.support > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(101, 235, 193, 1) 100%);
	}
	.headerBlock .gnav .headerMenu > li.care > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(242, 245, 86, 1) 100%);
	}
	.headerBlock .gnav .headerMenu > li.gs > .pulldown .title span::before {
		background: linear-gradient(45deg, rgba(150, 232, 255, 1) 0%, rgba(186, 245, 103, 1) 100%);
	}
	/* 第3階層 */
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		display: flex;
		flex-flow: row wrap;
		gap: 0 3.947%;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li {
		width: 30.702%;
		border-bottom: dotted 1px #B4C8D1;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(1),
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(2),
	.headerBlock .gnav .headerMenu > li > .pulldown ul li:nth-child(3) {
		border-top: dotted 1px #B4C8D1;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p {
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 17px 0 17px 15px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li p a::before {
		content: "";
		position: absolute;
		width: 9px;
		height: 9px;
		background-color: #005580;
		border-radius: 100%;
		top: calc(17px + 0.5em);
		left: 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown:hover,
	.headerBlock .gnav .headerMenu > li:hover > .pulldown {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul {
		display: none !important;
	}
}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		margin: 0 auto;
	}
	/* -- ロゴ -- */
	.header .logoBox {
		position: relative;
		display: flex;
		align-items: center;
		height: 60px;
		background-color: #fff;
		border-bottom: solid 1px #e5eef2;
		padding-left: 3%;
		z-index: 1000;
	}
	.header .logoBox a {
		display: flex;
		align-items: flex-end;
		gap: 10px;
	}
	.header .logoBox a img {
		width: 206px;
	}
	.header .logoBox a p {
		font-size: 1.0rem;
		border-radius: 3px;
		padding: 2px 5px;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 38px;
		height: 38px;
		background-color: #005580;
		border-radius: 100%;
		position: absolute;
		top: 10px;
		right: 3%;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		z-index: 1000;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		display: block;
		position: absolute;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		width: 16px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header .menu-icon:before,
	.page-open-slidemenu .header .menu-icon:after {
		background-color: #fff;
	}
	.header .menu-icon:before,
	.header .menu-icon:after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.header .menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: transparent;
	}
	.header .menu-icon:before {
		top: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.header .menu-icon:after {
		bottom: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .header .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .header .menu-icon:before {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .header .menu-icon:after {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	
	/* グローバルナビ */
	.headerBlock .gnav {
		-webkit-transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		padding: 60px 0 150px;
		background: #f2f4f5;
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-flow: column;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .headerBlock {
		position: fixed;
		top: 0;
	}
	.page-open-slidemenu .headerBlock.is-before-scrolled {
		top: 0;
	}
	.page-open-slidemenu .headerBlock .gnav {
		height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu {
		margin-bottom: 30px;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu > li > p {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > p > a {
		display: block;
		width: 85%;
        font-size: 1.6rem;
        line-height: 1.4;
		padding: 20px 5%;
	}
	.headerBlock .gnav .headerMenu > li {
		border-bottom: solid 1px #d4dbde;
	}
	
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	.headerBlock .gnav .headerMenu > li > .pulldown {
		position: relative;
		display: none;
		background-color: #fff;
		border-top: solid 1px #d4dbde;
		overflow: hidden;
		transition: none;
	}
	.headerBlock .gnav .headerMenu > li.is-open > .pulldown {
		display: block;
		overflow: visible;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		display: none;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		margin-bottom: -1px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li {
		border-bottom: dotted 1px #b2bfc6;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p > a {
		display: block;
		width: 90%;
		font-size: 1.6rem;
		line-height: 1.4;
        padding: 20px 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul {
		display: none;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li {
		position: relative;
		border-bottom: none;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li a {
		display: block;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.4;
		padding-left: 13px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li ul li a::before {
		content: "●";
		position: absolute;
		font-size: 0.9rem;
		color: #005580;
		left: 0;
		top: 5px;
	}
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 26px;
		height: 26px;
		background-color: #005580;
		border-radius: 100%;
		position: absolute;
		top: 0;
        bottom: 0;
        right: 5%;
        margin: auto;
		z-index: 10;
		cursor: pointer;
	}
	.btn-submenu-toggle::before,
	.btn-submenu-toggle::after {
		content: "";
		width: 10px;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		position: absolute;
		top: 0;
        bottom: 0;
		right: 0;
		left: 0;
        margin: auto;
		transition: 0.2s ease-in-out;
	}
	.btn-submenu-toggle::after {
		width: 2px;
		height: 10px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p .btn-submenu-toggle {
		background-color: transparent;
		right: 0;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p .btn-submenu-toggle::before,
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p .btn-submenu-toggle::after {
		width: 12px;
		height: 2px;
		background-color: #005580;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > p .btn-submenu-toggle::after {
		width: 2px;
		height: 12px;
	}
	.is-open .btn-submenu-toggle::after {
		opacity: 0;
	}
	
	/* サブメニュー */
	.headersubMenu ul li {
		border-bottom: solid 1px #337799;
	}
	.headersubMenu a {
		display: block;
		color: #fff;
		font-weight: bold;
		background-color: #005580;
        padding: 20px 5%;
	}
}

/* ------------------------------
 メニューレイヤー（PC）
------------------------------ */
.menu-layer {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	.menu-layer.is-visivle {
		visibility: visible;
		opacity: 1;
	}
}
/* ------------------------------
 メニューレイヤー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.menu-layer {
		visibility: hidden;
		opacity: 0;
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contentsTop,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.inBlock {
	text-align: left;
}
.mainContents,
.sideContents {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 1240px;
	}
	.contentsHome,
	.contentsTop,
	.contents {
		margin: 120px auto 145px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 820px;
		float: left;
	}
	.sideContents {
		width: 272px;
		float: right;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contentsTop .inBlock::after,
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 横幅1920px */
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide {
		width: 100%;
	}
	.cms_block.wide > * {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		position: relative;
        bottom: 0;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 320px;
		padding: 60px 0 90px;
	}
	.contentsHome {
		padding: 60px 0;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.sideContents {
		margin-left: -6%;
		margin-right: -6%;
		margin-bottom: -60px;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
	}
	/* 入力 */
	.inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* Wideの場合 */
	.cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide > *:not(.wide) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	width: 100%;
	min-height: 590px;
	color: #fff;
	text-align: center;
	padding: 195px 0 45px;
	margin: 0 auto;
	z-index: 1;
}
.footer::before {
	content: "";
	position: absolute;
	width: calc(100% - 26.56%); 
	height: calc(100% + 100px);
	background-color: #d9dfe2;
	background-image: linear-gradient(-90deg, transparent 30%, #fff 30%), linear-gradient(transparent 30%, #fff 30%);
	background-size: 6px 6px;
	mix-blend-mode: multiply;
	border-top-right-radius: 70px;
	top: 0;
	left: 0;
	z-index: -1;
}
.footer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #002940;
	border-top-left-radius: 70px;
	top: 100px;
	z-index: -1;
}
.snsLink {
	display: flex;
	align-items: center;
}
.snsLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	gap: 10px;
}
.snsLink .instagram img {
	width: 47px;
	height: 47px;
}
.snsLink .instagram p {
	line-height: 1.2;
}
.snsLink .instagram p span {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1;
}
/* 右側のメニュー */
.footer ul {
	display: flex;
	flex-flow: row wrap;
}
.footer .footerMenu {
	width: auto;
	margin-top: 30px;
}
.footer .footerMenu ul {
	gap: 2px 26px;
}
.footer .footerMenu ul li a {
	font-size: 1.5rem;
	color: #fff;
}
.footer .footerMenu ul li a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon_blank_r_w.svg) no-repeat center / cover;
    vertical-align: middle;
	margin: 0 0 3px 3px;
}
.footer .logoBox a {
	display: flex;
    align-items: flex-end;
    gap: 20px;
}
.footer .logoBox a p {
	font-size: 1.5rem;
	padding: 10px;
	border-radius: 3px;
}
/* -- コピーライト -- */
.copyright {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer::after {
		left: 2%;
	}
	.footer .inBlock {
		padding-left: 30px;
	}
	.footer .logoBox a img {
		width: 465px;
	}
	.snsLink .instagram p span {
		display: block;
	}
	.footer .footerMenu ul {
		flex-flow: column wrap;
		height: 180px;
	}
	/* -- コピーライト -- */
	.copyright {
		text-align: right;
	}
}
@media print, screen and (min-width: 1800px) {
	.footer::after {
		min-width: 1800px;
		left: calc(50% - 1140px / 2 - 270px);
	}
	.footer .inBlock {
		padding-left: 0;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		height: auto;
		min-height: unset;
		padding: 110px 0 70px;
	}
	.footer::before {
		width: 100%;
		height: calc(100% + 60px);
		background-image: linear-gradient(-90deg, transparent 40%, #fff 40%), linear-gradient(transparent 40%, #fff 40%);
		background-size: 3px 3px;
		border-top-right-radius: 30px;
		right: 55%;
		left: auto;
	}
	.footer::after {
		border-top-left-radius: 30px;
		top: 50px;
		left: 5%;
	}
	.footer .inBlock {
		padding-left: 5%;
	}
	.footer p {
		font-size: 1.4rem;
    	line-height: 1.5;
	}
	.footer .logoBox {
        height: auto;
		margin-bottom: 20px;
    }
	.footer .logoBox a {
		width: 100%;
		max-width: 315px;
	}
	.footer .logoBox a {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.footer .logoBox a p {
		font-size: 1.4rem;
		padding: 8px 10px;
		border-radius: 3px;
	}
	.snsLink .instagram img {
		width: 28px;
		height: 28px;
	}
	.snsLink .instagram p {
		font-size: 1.5rem;
	}
	.snsLink .instagram p span {
		margin-left: 5px;
	}
	.footer .footerMenu ul li {
		position: relative;
	}
	.footer .footerMenu ul li:not(:last-child)::after {
		content: "";
		position: absolute;
		width: 0;
		height: 15px;
		border-right: dotted 1px #335466;
		right: -13px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	/* -- コピーライト -- */
	.copyright {
		font-size: 1.3rem;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 60px;
    height: 60px;
	background: #005580;
	border-radius: 50%;
	position: fixed;
	bottom: 65px;
	right: 3%;
	z-index: 100;
	transition: 0.2s ease 0s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}
.js-btn-pagetop.is-show {
	opacity: 1;
	visibility: visible;
}
.js-btn-pagetop::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
	a.js-btn-pagetop.is-show:hover {
		opacity: 1;
	}
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 42px;
		height: 42px;
		bottom: 35px;
    	right: 3%;
		padding: 2px 13px 7px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #205da6;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
.alert-old-android-browser {
    display: none;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	
	.header {
		position: absolute;
	}
	.mainimg {
		position: relative;
	}
	.contents {
		margin-top: 0;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}