@charset "utf-8";
/*
Theme Name: lightning-child
Template: lightning
*/
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #4bbbdf;
	--color-primary-shade: #4bbbdf;
	--color-primary-tint:#4bbbdf;
	--color-secondary: #ef8d35;
	--color-secondary-tint: #ef8d35;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*-------------------------------------------
   サイト全体共通
--------------------------------------------*/

html {
	font-size: 62.5%; /*ルート指定：1rem＝10px*/
}
body {
	overflow-x: hidden;
	font-size: 1.6rem; /*サイト全体の基準となる文字サイズ*/
	font-family: 'Roboto','Noto Sans JP', sans-serif;
	font-weight:normal;
	color:var(--color-font);
}
h1, h2, h3, h4, a,p {
    color: var(--color-font);
    font-family: 'Roboto','Noto Sans JP', sans-serif !important;
    font-weight: normal;
    font-size: 1.6rem;
	line-height:1.6;
    margin: 0;
	padding:0;
	border:none;
	border-radius:0;
	background:none;
}
* {
	box-sizing: border-box;
}
body img{
	display:block;
	margin:auto;
}
a img{
    backface-visibility: visible;
	transition:all ease .15s;
}
a:hover{
	color:#999;
}
a:hover img{
	opacity:.5;
}
/*------------------------
    ファーストビュー切り替え
------------------------*/
@media screen and (min-width:751px){
	.pc_hero{
		display:block;
	}
	.sp_hero{
		display:none;
	}
}
@media screen and (max-width:750px){
	.pc_hero{
		display:none;
	}
	.sp_hero{
		display:block;
	}
}
/*------------------------
     改行位置の調整
------------------------*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*------------------------------------------
lightning 打消し
--------------------------------------------*/
@media screen and (min-width:992px){
/*ヘッダー*/
header.site-header{
	height:100px;
} 
div#site-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: unset;
	padding:0;
}
.site-header--layout--nav-float .site-header-logo {
    width: auto;
    padding: 0;
    margin: 0;
}
.site-header-logo img{
	max-height: 7.2rem;
}
div#site-header-container .site-header-logo {
    padding: 2rem 3rem;
}
header.site-header nav#global-nav ul li {
    padding: 2rem 1.5rem;
}
header.site-header nav#global-nav ul li a {
    padding: 0;
}
.global-nav-list>li .global-nav-name{
	font-size:1.6rem;
}
.global-nav-list>li .global-nav-description {
    font-size: 60%;
    line-height: 1.4;
    opacity: 1;
}
header.site-header nav#global-nav ul li:last-child a{
	background:var(--color-primary);
	padding:2rem 2.5rem;
	border-radius:15px;
	& strong{
		line-height:1;
		padding-left:1.5em;
		position:relative;
		z-index:0;
		color:#fff;
		&:before{
			position:absolute;
			content:"\f274";
			top:-1px;
			left:0;
			font-family:"FONTAWESOME";
			font-weight:normal;
		}
	}
}
header.site-header nav#global-nav ul li:before{
	display:none;
}
.header_scrolled .site-header{
	position:fixed;
    width: 100%;
    max-width: 100vw;
	box-shadow:none;
    top: -100px;
    transform: translatey(100px);
    transition: all .7s .25s ease-in-out;
	animation:unset;
}
.header_scrolled .site-header-logo{
	display:block;
}
.header_scrolled .site-header .global-nav {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
}
}
/*フッター*/
footer.site-footer{
	border:none;
}
footer.site-footer .container.site-footer-copyright {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
}
footer.site-footer .container.site-footer-copyright p{
	margin:0;
	font-size:1.4rem;
}
footer.site-footer .container.site-footer-copyright p:not(:first-child){
	display:none;
}
/*フッター上部*/
.container.site-footer-content {
    padding: 0;
    width: min(1100px,95%);
    margin: auto;
	max-width:unset;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.site-footer .widget:last-child {
    margin-bottom:0;
}
.container.site-footer-content .row .col-lg-4 figure.wp-block-image{
	margin:0;
}

/*下層ページヘッダー*/
.page-header {
    min-height:calc(30rem + (1vw - 1.92rem) * 6.4725);/*30-20(375)*/
	margin:0 !important;
}
/*見出し等*/
.container {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
}
h3:after{
	display:none;
}
/*投稿アーカイブページ*/
body.archive .site-body {
    padding: 8rem 0 10rem;
	@media screen and (max-width:767px){
		padding: 5rem 0 2rem;
	}
}
body.archive .site-body-container.container{
	display:flex;
	justify-content:space-between;
	width:min(110rem,95%);
	margin:auto;
	@media screen and (max-width:767px){
		flex-direction:column;
	}
	& .vk_posts-mainSection{
		@media screen and (max-width:767px){
			width:100%;
			justify-content:center;
		}
	}
	& .vk_post.media{
		@media screen and (max-width:767px){
			flex-direction:column;
			width:100%;
		}
		& .media-img{
			@media screen and (max-width:767px){
				width:100%;
				margin:0;
			}
		}
		& .media-body{
			@media screen and (max-width:767px){
				width:100%;
				margin:1rem auto 0;
			}
		}
	}
}
body.archive .site-body-container.container .main-section{
	width:min(82.5rem,100%);
}
body.archive .site-body-container.container .sub-section{
	width:min(20rem,100%);
	@media screen and (max-width:767px){
		width:100%;
	}
	& h4{
		@media screen and (max-width:767px){
			font-size:14px;
		}
	}
	& ul li.current-cat a{
		background:#00000005;
	}
	& ul li a{
		@media screen and (max-width:767px){
			font-size:14px;
		}
	}
}
body.archive .vk_posts-mainSection .vk_post:first-child{
	padding-top:0;
	border-top:0;
}
.vk_posts {
    margin-left: 0;
    margin-right: 0;
}
.vk_post.media {
    margin: 0;
}
.site-footer-title:after, .sub-section-title:after, h3:after {
    border-bottom: 1px solid var(--color-primary);
}
.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
	transition:all ease .25s;
}
.btn-primary:hover{
	opacity:.5;
}
/*投稿アーカイブページの不要物削除*/
body.archive aside.widget.widget_media {
    display: none;
}
/*投稿詳細ページ*/
body.single-post .page-header{
	display:none;
}
body.single-post .site-body{
	padding:10rem 0;
	width:min(80rem,95%);
	margin:auto;
	@media screen and (max-width:767px){
		padding:5rem 0 2rem;	
	}
}
body.single-post h1.entry-title{
	font-size:2.4rem;
	font-weight:bold;
	padding-bottom:1.5rem;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	@media screen and (max-width:767px){
		font-size:2rem;
	}
}
body.single-post .entry-meta{
	text-align:right;
}
body.single-post .entry-meta span{
	font-size:1.4rem;
}
body.single-post .entry-body{
	line-height:2;
}
body.single-post .entry-footer{
	display:none;
}
body.single-post .entry-meta span.entry-meta-item-updated, body.single-post span.entry-meta-item-author{
	display:none;
}
body.single-post .next-prev{
	display:none;
}
body.single-post .comments-area {
    display: none;
}
.entry-body>.vk_posts>.media.vk_post-col-sm-12:first-child, 
.main-section>.vk_posts>.media.vk_post-col-sm-12:first-child {
    border-top: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color:var(--color-primary);
    border-color: var(--color-primary);
}
body.single-post{
	& .entry-body{
		& p:not(:first-of-type){
			margin-top:1em;
		}
	}
}
.archive.category.category-campaign .site-body .vk_post .vk_post_imgOuter:before{
	padding-top:0;
	width:100%;
	aspect-ratio:4/5;
}
.archive.category.category-campaign .site-body a span.vk_post_imgOuter_singleTermLabel{
	background-color:#6fcedd !important;
}
.post-list.vk_posts.vk_posts-mainSection .format-standard.has-post-thumbnail.category-campaign .vk_post_imgOuter:before{
	padding-top:0;
	width:100%;
	aspect-ratio:4/5;
}
.post-list.vk_posts.vk_posts-mainSection .format-standard.has-post-thumbnail.category-campaign a span.vk_post_imgOuter_singleTermLabel{
	background-color:#6fcedd !important;
}
/*リスト*/
ol, ul {
    padding-left:0;
	margin:0;
}
ul li {
    margin-top: 0;
    margin-bottom: 0;
	list-style:none;
}
/*パンくずリスト*/
.breadcrumb{
	border:none;
	background:#f9f9f9;
}
ol.breadcrumb-list{
	width:min(110rem,95%);
	margin:0 auto;
	padding:3px 0;
}
ol.breadcrumb-list li a{
	font-size:1.4rem;
}
@media screen and (max-width:767px){
body.archive.category .site-body-container.container {
    flex-direction: column;
}
body.archive.category .vk_post.media {
    flex-direction: column;
    align-items: center;
}
body.archive.category .vk_posts .vk_post-col-xs-12 {
    width:100%;
}
body.archive.category .vk_post .media-img {
    width: 100%;
    margin: 0;
}
body.archive.category .vk_post-btn-display.media .vk_post_body {
    padding-bottom: 30px;
	width:100%;
	margin-top:1rem;
}
body.archive.category .site-body-container.container .sub-section {
    width: 100%;
}
body.archive.category .site-body-container.container .sub-section h4,
body.archive.category .site-body-container.container .sub-section ul li a{
	font-size:1.4rem;
}
}
/*------------------------------------------
lightning 打消し(レスポンシブ)
--------------------------------------------*/
@media screen and (max-width:991px){
header.site-header {
    height: 60px;
}
header .site-header-container {
    padding: 0;
    margin: 0;
    height: 100%;
}
header .site-header-container .site-header-logo {
    padding: 0;
    margin: 0;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-header-container .site-header-logo a {
    padding-left: 2rem;
}
header .site-header-container .site-header-logo img {
    max-height: 4rem;
    margin: 0 auto 0 0;
}
.vk-mobile-nav-menu-btn {
    top: 10px;
    border: none;
    width: 40px;
    height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
    border-color:transparent;
	border:none;
}
.alert-info {
    display: none;
}
.vk-mobile-nav {
    padding: 60px 1rem 0;
    background-color: rgb(255 255 255 / 95%);
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    padding: 6rem 1rem 0;
    margin:0;
}
.vk-mobile-nav.vk-mobile-nav-right-in {
    transition: all .5s ease;
}
}
/*------------------------------------------
  CONTACT お問い合わせページ
--------------------------------------------*/
.wpcf7-form {
    padding: 0;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 1.2rem;
}
input[type=submit]{
	font-size:1.4rem;
}
.post-name-contact .entry-body {
    padding: calc(10rem + (1vw - 1.92rem) * 2.5890) 0;
    width: min(110rem,90%);
    margin: auto;
}
.post-name-contact .entry-body table,
.post-name-contact .entry-body table th,
.post-name-contact .entry-body table td {
    border: none;
}
.post-name-contact .entry-body table{
	margin-bottom:0;
}
.post-name-contact .entry-body table tr{
	border-bottom:1px solid #ccc;
}
.post-name-contact .entry-body table tr:first-child{
	border-top:1px solid #ccc;
}
.post-name-contact .entry-body table th,
.post-name-contact .entry-body table td{
	padding:2rem 2.5rem;
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(375)*/
}
.post-name-contact .entry-body table th{
	width:30%;
	vertical-align:middle;
	background:#f7f7f7;
	text-align:left;
}
body.post-name-contact .entry-body table td img{
	display:inline-block;
}
.wpcf7-form .must {
    color: #fff;
    font-weight: normal;
	background:rgb(255 82 83);
    margin-left: 0;
    font-size: 1.2rem;
    padding: 0px 10px;
    display: inline-block;
    line-height: 2;
	float:right;
}
.wpcf7-form .nini{
	background:#999;
}
/*チェックボックスズレ解消*/



/*同意ボタン調整*/
.agree_btn {
    margin: 3rem 0;
}
.agree_btn div,.agree_btn p{
	text-align:center;
}
.agree_btn div .wpcf7-list-item {
    margin: 0;
}
.agree_btn p,.agree_btn p a{
	font-size:90%;
}

/*送信ボタン調整*/
.SendBtn {
	text-align: center;
}
.SendBtn input[type="submit"], .SendBtn input[type="reset"], .SendBtn input[type="button"] {
    padding: 15px 100px;
    border-radius: 0vw;
	background-color:var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: all ease .3s;
}
.SendBtn input[type="submit"]:hover, .SendBtn input[type="reset"]:hover, .SendBtn input[type="button"]:hover{
	color:var(--color-primary);
	background:transparent;
	transition:all ease .3s;
}
.wpcf7-spinner{
	display:none;
}
/*お問い合わせページのみフッター削除*/
body.post-name-contact .footer_cta{
	display:none;
}

@media screen and (max-width:800px){
.wpcf7-form .must {
    margin-left: 2rem;
	font-size:1rem;
}
.post-name-contact .entry-body table tr {
    display: flex;
    flex-direction: column;
}

	.post-name-contact .entry-body table th,
	.post-name-contact .entry-body table td{
		padding:1.5rem 2rem;
		text-align:left;
		font-size:1.4rem;
		width:100%;
	}
}



/*------------------------------------------
  ORIGINAL
--------------------------------------------*/
/*グローバルメニュー*/
header.site-header nav#global-nav,
header.site-header nav#global-nav ul{
	height:100%;
}

header.site-header nav#global-nav ul li a strong{
	position:relative;
	transition:all ease .15s;
}
header.site-header nav#global-nav ul li a:hover strong{
	opacity:.5;
}
.header_box{
	display:flex;
	& .social_icon_box{
	display:flex;
		align-items:center;
	gap:10px;

	& a{
		width:35px;
		height:35px;
		display:block;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		border-radius:50vw;
		transition:all ease .25s;
		&.instagram_icon{
			background:linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
		}
		&.tiktok_icon{
			background:#000;
		}
		&.youtube_icon{
			background:#FE0032;
		}
		&.line_icon{
			background:#06C655;
		}
		& i{
			color:#fff;
			font-size:2rem;
			margin:1px 0 0;
		}
		&:hover{
			opacity:.6;
		}
	}
	}
}
@media screen and (max-width:767px){
.header_box{
	height:100%;
	& .social_icon_box{
		gap:5px;
		margin-left:2rem;
	& a{
		width:25px;
		height:25px;
		& i{
			font-size:1.4rem;
		}
	}
	}
	}
	.vk-mobile-nav nav ul li#menu-item-255{
		& a{
			background:#000;
			margin-top:2rem;
			color:#fff;
		}
	}
}
/*フッター*/
footer.site-footer {
    border: none;
    padding: 5rem 0;
    background:var(--color-primary);
}
.container.site-footer-content .row{
	justify-content:space-between;
	align-items:flex-start;
}
.container.site-footer-content .row .col-lg-4:first-child{
	width:32rem;
}
.container.site-footer-content .row .col-lg-4{
	max-width:unset;
	width:auto;
	flex:unset;
	padding:0;
}
.container.site-footer-content .row .col-lg-4 figure img {
    width: 100%;
    margin: 0 auto 0 0;
}
.container.site-footer-content .row .col-lg-4:nth-child(2){
	display:none;
}
.container.site-footer-content .row .col-lg-4 ul.menu{
	display:flex;
}
.container.site-footer-content .row .col-lg-4 ul.menu li:not(:first-child){
	margin-left:1.5em;
}
.container.site-footer-content .row .col-lg-4 ul.menu li a{
	color:#fff;
	border:none;
	padding:0;
	font-size:1.4rem;
}
.container.site-footer-content .row .col-lg-4 ul.menu li a:hover{
	text-decoration:underline;
	color:#999;
	background-color:transparent;
}
footer.site-footer .container.site-footer-copyright{
	padding-top:5rem;
	border-top:1px solid #fff;
	width:min(110rem,95%);
	margin:5rem auto 0;
}
footer.site-footer .container.site-footer-copyright p{
	text-align:center;
	color:#fff;
}
@media screen and (max-width:767px){
.container.site-footer-content .row {
    flex-direction: column;
	align-items:center;
}
.container.site-footer-content .row .col-lg-4:first-child {
    width: 25rem;
    margin-bottom: 2rem;
}
.container.site-footer-content .row .col-lg-4 ul.menu li a {
    font-size: 1.2rem;
}
footer.site-footer .container.site-footer-copyright p {
    text-align: center;
    font-size: 1.2rem;
}
footer.site-footer .container.site-footer-copyright {
    margin: 5rem auto 0;
}
}

/*------------------------------------------
  よく使うCSS
--------------------------------------------*/
.flex{
	display:flex;
	flex-wrap:wrap;
}
.row_reverse{
	flex-direction:row-reverse;
}
.center{
	text-align:center;
}
@media screen and (max-width:767px){
.flex{
	flex-direction:column;
}
}
/*-------------------------------------------
    　　プライバシーポリシー
-------------------------------------------*/
div#privacy {
    padding: calc(10rem + (1vw - 1.92rem) * 2.5890) 0;/*10-6(375)*/
	width:min(110rem,95%);
	margin:auto;
}
div#privacy h3 {
    font-size:calc(2.4rem + (1vw - 1.92rem) * 0.2589);
	font-weight:bold;
    margin:calc(5rem + (1vw - 1.92rem) * 1.2945) 0 1rem;/*5-3(375)*/
	line-height:1.5;
}
div#privacy h4{
	margin:3rem 0 1rem;
	font-size:calc(2rem + (1vw - 1.92rem) * 0.1294);/*2-1.8*/
	font-weight:500;
}
div#privacy p{
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(375)*/
	line-height:1.6;
}
div#privacy ul li{
	line-height:1.6;
	position:relative;
	padding-left:1em;
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(375)*/
}
div#privacy ul li:before{
	position:absolute;
	content:"・";
	top:0;
	left:0;
}
/*-------------------------------------------
    　サイトマップ
-------------------------------------------*/
body.post-name-sitemap .entry-body{
    padding: calc(10rem + (1vw - 1.92rem) * 2.5890) 0;/*10-6(375)*/
	width:min(110rem,95%);
	margin:auto;
}
.entry-body ul#sitemap_list li{
	padding-left:0;
	font-size:1.8rem;
	padding-bottom:1rem;
	border-bottom:1px dashed #a1a1a1;
	margin-top:1rem;
	margin-bottom:0;
	position:relative;
}
.entry-body ul#sitemap_list li a{
	position:relative;
	padding-left:1.2em;
}
.entry-body ul#sitemap_list li a:before {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    border-left: 10px solid var(--color-primary);
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}
.entry-body ul#sitemap_list li.cat-item{
	padding-bottom:0;
}
.entry-body ul#sitemap_list li.cat-item ul li{
	border-bottom:none !important;
	padding-left:1em;
	font-size:16px;
}
@media screen and (max-width:1023px){
.entry-body ul#sitemap_list li{
	font-size:16px;
}
.entry-body ul#sitemap_list li a:before {
    border: 5px solid transparent;
    border-left: 10px solid var(--color-primary);
}
.entry-body ul#sitemap_list li.cat-item ul li{
	font-size:14px;
}
}
/*------------------------------------------
  TOP 新着情報一覧
--------------------------------------------*/
section.front_news{
	position:relative;
	z-index:0;
}
section.front_news .front_news_inner {
    width: min(100rem,90%);
    margin: auto;
    padding:10rem 0;
}
section.front_news .front_news_inner h2{
	font-size:3.6rem;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
}

.front_news_list{
	margin-top:5rem;
}
.front_news_list ul{
	padding:0;
	margin:0;
}
.front_news_list ul li{
	list-style:none;
	margin:0;
	padding:2.5rem 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}
.front_news_list ul li a{
	text-decoration:none;
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);
	transition:all ease .15s;
}
.front_news_list ul li a:hover{
	color:#999;
}
.front_news_list ul li a span.cate {
    padding: 2px 10px;
    border-radius: 4px;
    margin-right: 10px;
    background: var(--color-primary);
    color: #fff;
    display: inline-block;
}
.front_news_btn {
    text-align: right;
    margin-top: .8rem;
}
.front_news_btn a {
    position: relative;
    padding: 0 0 5px;
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);
    z-index: 0;
	transition:all ease .3s;
}
.front_news_btn a:hover{
	color:#999;
}
.front_news_btn a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background:#182b51;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    z-index: 0;
}
.front_news_btn a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.front_news_btn a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    z-index: -1;
}
@media screen and (max-width:767px){
section.front_news .front_news_inner {
    padding: 6rem 0 8rem;
}
section.front_news .front_news_inner ul li a span.ttl{
	display:block;
	margin-top:5px;
}
}
/*------------------------------------------
  TOPページ
--------------------------------------------*/
* p.txt{
	line-height:2;
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(768)*/
}
table th,
table td,
ul li,
dl dt,
dl dd{
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(768)*/
	line-height:1.6;
}
img.cover{
	object-fit:cover;
	width:100%;
	height:100%;
}
img.contain{
	object-fit:contain;
	width:100%;
	height:100%;
}
.top_page{
	overflow:hidden;
}
a.btn,
a.link_btn{
	font-size:calc(1.6rem + (1vw - 1.92rem) * 0.1294);/*1.6-1.4(768)*/
	line-height:1.6;
}
a.link_btn{
	position:relative;
	display:inline-block;
	border-radius:15px;
	padding:1.5rem 6rem;
	text-align:center;
	border:1px solid var(--color-secondary);
	background:var(--color-secondary);
	color:#fff;
	transition:all ease .3s;
	font-size:2rem;
	font-weight:bold;
	width:min(80rem,100%);
	& i{
		margin:0 0 0 1em;
	}
	&:hover{
		background:transparent;
		color:var(--color-secondary);
	}
	&:before{
		position:absolute;
		content:"\f105";
		top:50%;
		right:5rem;
		transform:translate(0,-50%);
		font-family:"FONTAWESOME";
	}
	& .sub_txt{
		display:block;
		font-size:80%;
	}
}
a#scrollUp{
	background:var(--color-secondary);
}
br.sp{
	display:none;
}
@media screen and (max-width:767px){
br.sp{
	display:block;
}
}
.top_page{
	& section{
		& .inner{
			width:min(110rem,90%);
			margin:0 auto;
			padding:6rem 0;
			& h2{
				text-align:center;
				font-size:3.6rem;
				font-weight:bold;
				font-family:font-family: 'Roboto','Noto Sans JP', sans-serif;
				& span.sub_ttl{
					display:block;
					font-size:2.4rem;
				}
			}
		}
		&.cta{
			background:#f1fafc;
			& h2{
				& span{
					color:var(--color-primary);
				}
			}
			& .btn_sec{
				text-align:center;
				margin:3rem 0 1.5rem;
			}
			& p.center{
				text-align:center;
				font-size:2.8rem;
				font-weight:bold;
				& span.tel_txt{
					display:block;
					font-weight:normal;
					font-size:16px;
				}
				& b{
					font-size:14px;
					display:block;
				}
				& i{
					font-size:80%;
					margin-right:5px;
				}
			}
			& p.attention{
				text-align:center;
				font-size:14px;
				margin-top:1em;
			}
		}
		&.nayami{
			background:#f9f9f9;
			& .flex{
				justify-content:space-between;
				margin-top:6rem;
				& ul{
					width:48%;
					& li{
						padding-left:1.5em;
						position:relative;
						margin:0 0 1em;
						font-size:2rem;
						font-weight:bold;
						&:before{
							position:absolute;
							content:"\f14a";
							font-family:"FONTAWESOME";
							top:0;
							left:0;
							color:#1c9fc9;
						}
					}
				}
				& figure{
					width:48%;
					& img{
						border-radius:15px;
					}
				}
			}
		}
		&.reason{
			& h2{
				& span{
					color:var(--color-primary);
				}
			}
			& ul{
				& li{
					justify-content:space-between;
					align-items:center;
					margin:5rem 0 0;
					& figure{
						width:48%;
						& img{
							border-radius:15px;
						}
					}
					& .txt_box{
						width:48%;
						& p.ttl{
							font-size:2.8rem;
							font-weight:bold;
							margin-bottom:2rem;
						}
					}
					&:nth-child(even){
						flex-direction:row-reverse;
					}
				}
			}
			& .btn_sec{
				text-align:center;
				margin-top:5rem;
			}
		}
		&.staff{
			background:#f1fafc;
			& .flex{
				justify-content:space-between;
				margin-top:5rem;
				& .txt_box{
					width:48%;
					& p.ttl{
						font-size:2.4rem;
						font-weight:bold;
						margin-bottom:2rem;
						color:var(--color-primary);
					}
					& p.txt:not(:first-of-type){
						margin-top:1em;
					}
					& p.name{
						text-align:right;
						margin-top:1.5em;
						font-size:2rem;
						font-weight:bold;
						& span.shikaku{
							display:block;
							font-size:1.6rem;
							color:var(--color-primary);
						}
					}
				}
				& figure{
					width:48%;
					margin:0;
					aspect-ratio:1/1;
					& img{
						width:100%;
						height:100%;
						object-fit:cover;
						object-position:center 28%;
						border-radius:15px;
					}
				}
			}
		}
		&.link{
			& .flex{
				justify-content:space-between;
				& a{
					position:relative;
					width:48%;
					display:block;
					aspect-ratio:3/2;
					overflow:hidden;
					border-radius:15px;
					z-index:0;
					&:before{
						position:absolute;
						content:"";
						top:0;
						left:0;
						width:100%;
						height:100%;
						background:rgba(0 0 0/50%);
						z-index:1;
					}
					& p.ttl{
						position:absolute;
						top:50%;
						left:50%;
						transform:translate(-50%,-50%);
						font-size:2.4rem;
						font-weight:bold;
						color:#fff;
						z-index:1;
					}
					& img{
						position:absolute;
						top:0;
						left:0;
						transform:scale(1.001);
						object-fit:cover;
						width:100%;
						height:100%;
						opacity:1;
						transition:all .25s ease;
					}
					& i{
						bottom:0;
						right:0;
						width:5rem;
						height:5rem;
						display:flex;
						flex-direction:column;
						align-items:center;
						justify-content:center;
						background:var(--color-primary);
						color:#fff;
						position:absolute;
						z-index:1;
						margin:0;
						transition:all .25s ease;
					}
					&:hover{
						& img{
							transform:scale(1.1);
						}
						& i{
							opacity:.8;
						}
					}
				}
			}
		}
	}
}
@media screen and (max-width:767px){
a.link_btn{
	padding:1.5rem 3rem;
	font-size:2rem;
	&:before{
		right:1.5rem;
	}
}
.top_page{
	& section{
		& .inner{
			padding:5rem 0;
			& h2{
				font-size:2.4rem;
				& span.sub_ttl{
					font-size:1.8rem;
				}
			}
		}
		&.cta{
			& .btn_sec{
				margin:1.5rem 0;
			}
		}
		&.nayami{
			& .flex{
				margin-top:3rem;
				& ul{
					width:100%;
					& li{
						font-size:1.8rem;
					}
				}
				& figure{
					width:100%;
				}
			}
		}
		&.reason{
			& ul{
				& li{
					margin:3.5rem 0 0;
					& figure{
						width:100%;
					}
					& .txt_box{
						width:100%;
						& p.ttl{
							font-size:2rem;
							margin-bottom:2rem;
						}
					}
				}
			}
		}
		&.staff{
			& .flex{
				flex-direction:column-reverse;
				row-gap:2.5rem;
				margin-top:3.5rem;
				& .txt_box{
					width:100%;
					& p.ttl{
						font-size:2rem;
						margin-bottom:2rem;
					}
					& p.name{
						margin-top:1rem;
					}
				}
				& figure{
					width:100%;
					& img{
						aspect-ratio:1/1;
						object-position:center 28%;
					}
				}
			}
		}
		&.link{
			& .flex{
				row-gap:2rem;
				& a{
					width:100%;
					aspect-ratio:3/2;
					& p.ttl{
						font-size:2.4rem;
					}
					& i{
						width:5rem;
						height:5rem;
					}
				}
			}
		}
	}
}
	section.front_news .front_news_inner h2{
		font-size:2.4rem;
	}
}

/*------------------------------------------
  下層設定
--------------------------------------------*/
.page_inner {
    padding:calc(10rem + (1vw - 1.92rem) * 2.5890) 0 calc(15rem + (1vw - 1.92rem) * 4.5307);/*10-6(375) 15-8(375)*/
}
.page-header{
	position:relative;
	z-index:0;
}
.page-header:before{
	position:absolute;
	content:"";
	z-index:-1;
	background:rgba(0 0 0 /70%);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
body .page-header{
	background:url(/wp-content/uploads/eye-1.jpg) no-repeat;
	background-size:cover;
	background-position:top 50% left 50%;
}

h1.page-header-title{
    font-size: calc(4.8rem + (1vw - 1.92rem) * 1.1650);/*4.8-3(375)*/
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    color: #fff;
}


/*------------------------------------------
  フローティングバナー
--------------------------------------------*/
.floating_banner{
	display:none;
}
@media screen and (max-width:767px){
.floating_banner{
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    z-index: 9999;
    padding: 1rem;
    background:rgba(0 0 0/ 50%);
	& a{
		width:100%;
		height:100%;
		display:flex;
		justify-content:center;
		align-items:center;
		background:var(--color-secondary);
		color:#fff;
		font-weight:bold;
		border-radius:15px;
		& i{
			margin:0 .5em 0 0;
		}
	}
}
}
/*------------------------------------------
  下層
--------------------------------------------*/
.post-name-first{
	& section{
		width:min(110rem,90%);
		margin:calc(10rem + (1vw - 1.92rem) * 2.5890) auto 0;
	}
	& .page_inner{
		& section{
			&:first-of-type{
				margin-top:0;
			}
		}
		& h2{
			font-size:2.8rem;
			font-weight:bold;
			padding-bottom:1.5rem;
			border-bottom:3px solid var(--color-primary);
			margin-bottom:3rem;
		}
	}
	& section.first_com{
		& ul{
			& li{
				margin-bottom:5rem;
				& p.ttl{
					font-size:2rem;
					font-weight:bold;
					margin-bottom:1.5rem;
					color:var(--color-secondary);
				}
			}
		}
	}
	& section#flow{
		& .flex{
			position:relative;
			padding:3rem;
			margin-bottom:5rem;
			border-radius:15px;
			background:#f1fafc;
			justify-content:space-between;
			align-items:center;
			&:not(:last-child):before{
				position:absolute;
				content:"";
				border:2.5rem solid transparent;
				border-top:2.5rem solid var(--color-primary);
				top:calc(100% + 13px);
				left:50%;
				translate:-50% 0;
			}
			& figure{
				width:48%;
				margin:0;
				& img{
					aspect-ratio:3/2;
					object-fit:cover;
					width:100%;
					border-radius:5px;
				}
			}
			& .txt_box{
				width:48%;
				& p.ttl{
					font-size:2rem;
					font-weight:bold;
					display:flex;
					align-items:center;
					gap:.5em;
					margin-bottom:1em;
					& span{
						color:#fff;
						line-height:1;
						width:3rem;
						height:3rem;
						display:flex;
						justify-content:center;
						flex-direction:column;
						align-items:center;
						background:var(--color-primary);
					}
				}
			}
		}
	}
	& section#menu{
		& table{
			& tr{
				& td{
					text-align:center;
					width:50%;
					padding:2rem;
					font-size:2rem;
					font-weight:bold;
				}
				& th{
					background:#f9f9f9;
					padding:2rem;
					font-size:2rem;
				}
			}
		}
		& .btn_sec{
			text-align:center;
			margin-top:3.5rem;
		}
	}
}
@media screen and (max-width:767px){
.post-name-first{
	& .page_inner{
		& h2{
			font-size:2.4rem;
			margin-bottom:3rem;
		}
	}
	& section.first_com{
		& ul{
			& li{
				margin-bottom:5rem;
				& p.ttl{
					font-size:1.8rem;
				}
			}
		}
	}
	& section#flow{
		& .flex{
			position:relative;
			padding:2rem;
			&:not(:last-child):before{
				position:absolute;
				content:"";
				border:2.5rem solid transparent;
				border-top:2.5rem solid var(--color-primary);
				top:calc(100% + 13px);
				left:50%;
				translate:-50% 0;
			}
			& figure{
				width:100%;
				margin-bottom:2.5rem;
			}
			& .txt_box{
				width:100%;

			}
		}
	}
	& section#menu{
		& .btn_sec{
			text-align:center;
			margin-top:3.5rem;
		}
		& table{
			& tr{
				& td{
					padding:1.5rem;
					font-size:1.5rem;
				}
				& th{
					padding:1.5rem;
					font-size:1.5rem;
				}
			}
		}
	}
}
	footer.site-footer{
		padding-bottom:11rem;
	}
}

.post-name-access{
	& section{
		width:min(110rem,90%);
		margin:0 auto 0;
	}
	& .page_inner{
		& h2{
			font-size:2.8rem;
			font-weight:bold;
			padding-bottom:1.5rem;
			border-bottom:3px solid var(--color-primary);
			margin-bottom:3rem;
		}
		& table{
			& td{
				padding:2rem;
			}
			& th{
				padding:2rem;
				width:30%;
				background:#f9f9f9;
			}
			margin-bottom:5rem;
		}
		& iframe{
			display:block;
			width:100%;
			aspect-ratio:16/9;
		}
	}
}
@media screen and (max-width:767px){
	.post-name-access{
	& .page_inner{
		& h2{
			font-size:2.4rem;
			margin-bottom:3rem;
		}
		& table{
			margin-bottom:3rem;
			& td{
				padding:1.5rem;
				font-size:15px;
			}
			& th{
				width:30%;
				padding:1.5rem;
				font-size:15px;
			}
		}
		& iframe{
			aspect-ratio:1/1;
		}
	}
	}
}
.site-body {
        padding: 0;
    }