/* ------------------------------
 リンク
------------------------------ */
a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
	text-decoration:underline;
}
button:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
	text-decoration:underline;
}
.header-block a .img-hover img {
	transition-duration: 0.1s !important;
}
/* ------------------------------
 ソーシャルメディア公式アカウント
------------------------------ */
.sns-group.contents-block {
	padding-bottom: 80px;
	background: #fafbfc;
	margin-bottom: 0;
}
.sns-group .col-block {
	justify-content: center;
	align-items: center;
}
.sns-group a {
	color: #333;
}
.sns-group a:hover {
	color: #6942bd;
	opacity: 1;
}
.sns-group .col-block a {
	display: flex;
	height: 45px;
	width: auto;
}
.sns-group .col-block a img {
	height: 45px;
}
.sns-group h4 {
	margin-bottom: 30px;
}
.sns-group h4 .icon-arrow::before {
	margin-right: 0;
}
/* ----------------
 PC用限定CSS
----------------- */
@media print, screen and (min-width: 768px) {
	.sns-group .col-block a:hover {
		opacity: 0.7;
	}
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.sns-group .col-block {
		gap: 30px;
	}
	.sns-group.contents-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sns-group .col-block a {
		width: auto;
		height: 36px;
	}
	.sns-group .col-block a img {
		height: 36px;
	}
	.sns-group h4 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.sns-group h4 .icon-arrow::before {
		width: 10px;
		height: 16px;
		vertical-align: -2px;
		margin-left: 8px;
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
}
.header-block {
	margin: 0 auto;
	text-align: left;
}
.header-block a {
	color: #333;
}
/* -- ロゴ -- */
.header-block_logo a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 17px;
}
.header-block_logo img {
	vertical-align: middle;
}
.header-block_logo:hover img {
	opacity: 1;
}
.header-block_logo p {
	font-family: 'Roboto';
	font-weight: 500;
}
.visually-hidden {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 1241px) {
	.header-area {
		max-width: 100%;
	}
	.header-area a:hover {
		color: #fff;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
    .header-block {
		width: 100%;
		height: 110px;
		margin: 0 auto;
		position: relative;
		background-color: #fff;
    }
	/*-- ロゴ --*/ 
    .header-box {
        display: flex;
        /*max-width: 1600px;*/
        height: 110px;
        margin: auto;
        justify-content: space-between;
		background: #fff;
		position: relative;
    }
	.header-block_logo {
		width: 180px;
		display: flex;
		align-items: center;
		margin-left: 32px;
	}
	.header-block_logo img {
		width: 158px;
    }
    /*-- サブメニュー --*/
	.header-box .header-block_submenu {
        text-align: right;
		display: flex;
		justify-content: end;
		height: 45px;
		margin-right: 100px;
    }
	.header-box .header-block_submenu li a:hover {
		color: #4b1e78;
    }
    .header-box .header-block_submenu ul {
        display: flex;
		justify-content: end;
		align-items: end;
    }
    .header-box .header-block_submenu ul li:not(:last-child) {
        margin-right: 20px;
    }
    .header-box .header-block_submenu ul li a {
        font-size: 15px;
        text-decoration: none;
		color: #626466;
    }
    .header-box .header-block_submenu ul li a:hover,
    .header-box .header-block_submenu ul li a:focus {
        color: #626466;
		text-decoration: underline;
    }
	.header-box .header-block_submenu .icon-blank::before {
		content: "";
		width: 11px;
		height: 11px;
		display: inline-block;
		vertical-align: -1px;
		margin-left: 5px;
		margin-right: 0;
		position: relative;
		background: url(../images/icon_blank_gray.svg) no-repeat 0 0 / cover;
	}
	/*-- グローバルナビ --*/ 
	.gnav {
        width: 100%;
        display: block;
    }
    .gnav .inBlock {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gnav .inBlock::after {
        content: none;
    }
    .gnav .inBlock > p {
        font-size: 17px;
        font-weight: bold;
        color: #333;
    }
	.header-block .gnav .header-menu {
		height: 65px;
		visibility: visible;
		display: flex;
        justify-content: center;
		margin-right: 100px;
	}
	.header-block .gnav .header-menu > li {
		font-size: 16px;
		text-align: center;
		display: flex;
		align-items: center;
		font-weight: bold;
		padding: 0 18px;
	}
	.header-block .gnav .header-menu > li:last-child {
		padding-right: 0;
	}
	.header-block .gnav .header-menu > li > p {
		display: flex;
		height: 100%;
		align-items: center;
	}
	.header-block .gnav .header-menu > li > p a {
		display: flex;
		height: 100%;
		transition: 0.3s ease-in-out;
		text-decoration: none;
        position: relative;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        color: #333;
		line-height: 1;
		padding-top: 15px;
    }
	.header-block .gnav .header-menu > li > p a:hover,
	.header-block .gnav .header-menu > li > p a:focus  {
        color: #4b1e78;
    }
	.header-block .gnav .header-menu > li > p a .icon-arrow {
		display: none;
	}
	.header-block .gnav .header-menu > li:focus > p a::after,
	.header-block .gnav .header-menu > li:hover > p a::after,
	.header-block .gnav .header-menu > li.on > p a::after {
		opacity: 1;
    }
    .header-block .gnav .header-menu > li > a::after,
    .header-block .gnav .header-menu > li > p > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        z-index: -1;
        height: 2px;
        background: #4b1e78;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .header-block .gnav .header-menu > li:hover a::after,
    .header-block .gnav .header-menu > li.on a::after,
	.header-block .gnav .header-menu > li a:focus::after {
        left: 0;
        right: 0;
    }
	.header-navigation {
		display: flex;
	}
}
/* safari(iOS)ハック */
@media print, screen and (min-width:1241px) and (max-width:1600px) {
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:last-child) {
		margin-right: 10px;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 1240px) {
	.header-area {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.header-block  {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		background: #fff;
	}
	/* ロゴ */
	.header-box {
		z-index: 10;
		width: 100%;
		top: 0;
		position: relative;
	}
	.header-block_logo {
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0 5% 0 16px;
		position: relative;
		justify-content: left;
		background-color: #fff;
		z-index: 99;
	}
	.header-block_logo img {
		width: 100px;
	}
	.header-block_logo p {
		font-size: 13px;
	}
    /*-- サブメニュー --*/
	.header-box .header-block_submenu .header-submenu {
        display: none;
    }
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		background: none;
		transition: 0.3s ease-in-out;
		z-index: 100;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #6942bd;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .menu-icon::before,
	.page-open-slidemenu .menu-icon::after {
		background-color: #6942bd;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	/* 開閉メニューボタン */
	
	/* グローバルナビ */
	.header-block .gnav {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: fixed;
		width: 100%;
		background: #fff;
		visibility: hidden;
		display: flex;
		flex-flow: column;
		top: -100vh;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .header-block {
		position: fixed;
		top: 0;
	}
	.page-open-slidemenu .header-block.is-before-scrolled {
		top: 0;
	}
	.page-open-slidemenu .header-block .gnav {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		max-height: 100vh;
		height: 100vh;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 1;
		visibility: visible;
		top: 60px;
	}
	.page-open-slidemenu .header-block.is-before-scrolled .gnav {
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
	}
	.page-open-slidemenu .header-block .gnav .header-menu {
		border-bottom: 1px solid #e0e0e0;
	}
	.page-open-slidemenu .header-block .gnav .header-menu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.page-open-slidemenu .header-block .gnav .header-menu > li > p > a > .icon-arrow::before {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 25px;
	}
	.header-block .gnav .header-menu > li > p > a > .icon-arrow-b {
		display: none;
	}
	.header-block .gnav .header-menu > li > p {
		position: relative;
		border-top: 1px solid #e0e0e0;
	}
	.header-block .gnav .header-menu > li > p a {
		color: #333;
		font-size: 18px;
		font-weight: bold;
	}
	
	.header-block .navigation-block {
		border-top: 1px solid #e0e0e0;
		padding-left: 20px;
		background: #f2f3f4;
	}
    .header-block .gnav .headerSubMenu {
        padding: 30px 5% 20px;
        text-align: center;
    }
	.header-block .gnav .headerSubMenu > li {
        display: inline-block;
    }
    .header-block .gnav .headerSubMenu > li:not(:last-child) {
        margin-right: 30px;
    }
    .header-block .gnav .headerSubMenu > li a {
        text-decoration: none;
        font-size: 15px;
    }
    .header-block .gnav .headerSubMenu > li a::after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #4b1e78;
        border-right: 1px solid #4b1e78;
        transform: rotate(45deg);
        margin-left: 5px;
    }
    /* 開閉ボタン 開く処理 */
    .header-block .gnav > .inBlock > p {
        display: none;
    }
	.header-block .gnav .header-menu > li a:not(.btn-submenu-toggle) {
		display: block;
		width: 100%;
		position: relative;
		text-decoration: none;
		padding: 20px 15px;
		line-height: 1.5;
	}
   
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 60px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 10;
		cursor: pointer;
	}
	.btn-submenu-toggle::before,
	.btn-submenu-toggle::after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #6942bd;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle::before {
		width: 2px;
		height: 14px;
	}
	.btn-submenu-toggle::after {
		width: 14px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	.header-block .gnav .navigation-block .navigation-box a.link-group .text-title-m {
		margin-top: 10px;
		font-size: 13px;
	}
	/* 2階層トグルボタン */
	.page-open-slidemenu .header-block .gnav .header-menu > li > p > .btn-submenu-toggle {
		display: block;
		width: 28px;
		height: 28px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 16px;
		border: solid 1px #6942bd;
		border-radius: 4px;
	}
}
/* ------------------------------
 フッター
------------------------------ */
.footer-area {
	color: #626466;
	background: #edf0f5;
	position: relative;
	z-index: 4;
	text-align: left;
}
.footer-navigation a {
	color: #626466;
	display: block;
}
.footer-navigation .icon-arrow::before {
	content: "";
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 8px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_arrow_gray.svg) no-repeat 0 0 / cover;
}
.footer-navigation .icon-blank::before {
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: 0px;
	margin-left: 8px;
	margin-right: 10px;
	position: relative;
	background: url(../images/icon_blank_gray.svg) no-repeat 0 0 / cover;
}
.footer-logo a {
	display: block;
}
.footer-copyright {
	width: 100%;
	text-align: center;
	margin: auto;
	border-top: solid 1px #dddddd;
}
.footer-copyright-box {
	color: #858585;
	font-size: 13px;
	padding: 15px;
}

/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	footer {
		min-width: 1240px;
	}
	.footer-area {
		padding: 80px 0 0;
	}
	.footer-block {
		max-width: 1304px;
		padding-left: 32px;
		padding-right: 32px;
		padding-bottom: 70px;
		display: flex;
		justify-content: space-between;
		margin: auto;
	}
	.footer-navigation {
		display: flex;
		justify-content: space-between;
		width: 890px;
		font-size: 16px;
	}
	.footer-navigation a {
		margin-bottom: 10px;
	}
	.footer-navigation a:hover {
		text-decoration: underline;
	}
	.footer-navigation .circl-arrow {
		display: none;
	}
	.footer-logo img {
		width: 170px;
	}
	
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.footer-area {
		padding: 50px 0 0;
	}
	.footer-block {
		padding: 0 16px 40px;
	}
	.footer-navigation a {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.footer-navigation .circl-arrow::before {
		background: url(../images/icon_arrow-m_white.svg) no-repeat 0 0 / cover !important;
	}
	.footer-logo img {
		width: 140px;
		margin-bottom: 30px;
	}
	
	.footer-copyright-box {
		font-size: 13px;
	}
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 10px;
	position: fixed;
	bottom: 25px;
	right: 50px;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background: #6942bd;
	text-decoration: none;
}
.js-btn-pagetop:hover {
	text-decoration: none;
	background:#8768ca;
}
.js-btn-pagetop__icon {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 13px;
	height: 13px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	margin-top: 24px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 45px;
		height: 45px;
		bottom: 16px;
		right: 16px;
	}
	.js-btn-pagetop__icon {
		margin-top: 16px;
	}
}