@charset "UTF-8";
/*
Author: 株式会社メックコミュニケーションズ
Author URI: https://www.mec-com.co.jp
Last Up Date: 2024-07
*/


/*  CSS Index
--------------------------------------------------------------
--------------------------------------------------------------
@media print, screen and (min-width: 768px) {pc/print}
@media screen and (max-width: 767px) {sp}
1 : base
 	  : body
 	  : frame
 	  : clearfix
 	  : accordion
 	  : pc/sp
 	  : print
2 : header
 	  : pc
 	 	  : header_logo
 	 	  : globalnav_btn
 	 	  : globalnav
 	 	 	  : nav
 	 	 	  : header_toi
 	  : sp
 	 	  : header_logo
 	 	  : globalnav_btn
 	 	  : globalnav
 	 	 	  : nav
 	 	 	  : header_toi
3 : main
 	  : path
 	  : sidebar
 	  : pager
4 : footer
 	  : footer_logo
 	  : footer_data
 	  : footer_nav
 	  : pagetop
 	  : copyright
-----------------------------------------------------------------------------------------*/


/*base
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height:100%;
	font-size:10px;
}
body{
	color:#000;
	background:#FFF;
	text-align:center;
	font-size:1.8rem;
	line-height:1.5;
	height:100%;
	min-width:375px;
	-webkit-text-size-adjust:none;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
   -webkit-text-size-adjust: 100%;
   overflow-wrap: break-word;
   word-wrap: break-word
}
body * {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   box-sizing: border-box;
}
ruby{
	ruby-position:under; 
}
ruby rt{
	margin:5px 0;
	letter-spacing:1px;
}
img{
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img{
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
h1,h2,h3,h4,h5,h6,p,ul,dl,input,table,figure,ol,.dot{
	font-size:1.8rem;
	line-height:1.5;
	margin:0;
}
/*@media screen and (max-width: 767px) {h1,h2,h3,h4,h5,h6,p,ul,dl,input,table,figure,ol,.dot{font-size:1.6rem;}}*/
ul > li,
dl > dt,
dl > dd{
	font-size:inherit
}
span{
	font-weight:inherit;
	display:inline-block;
	text-decoration:inherit;
}
em{
	font-weight:900;
	font-style:inherit;
	color:var(--color_notice);
}
strong{
	font-weight:900;
}
a{
	color:inherit;
	font-weight:inherit;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
hr{
	border-bottom:1px solid rgba(0,0,0,0);
	border-top:1px solid rgba(0,0,0,0);
	margin:50px 0;
}
@media screen and (max-width: 767px) {hr{margin:30px 0;}}
#wrapper{
	width:100%;
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
/*-------------------------frame*/
.frame{
	max-width:1160px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:0 30px;
}
@media screen and (max-width: 767px) {.frame{padding:0 20px;}}
/*-------------------------clearfix*/
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
/*-------------------------accordion*/
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}
.acc_btn{
	cursor:pointer;
}
/*-------------------------pc/sp*/
@media screen and (max-width: 767px) {#wrapper .pc{display:none;}}
@media print, screen and (min-width: 768px) {#wrapper .sp{display:none;}}


/*header
-----------------------------------------------------------------------------------------*/
header{
	z-index:1000;
	position:relative;
	font-feature-settings:"palt";
	text-align:left;
	display:flex;
	flex-wrap:wrap;
}
header h1{
	font-size:1.2rem;
	line-height:20px;
	width:100%;
	padding:5px 20px;
}
/*-------------------------scrollでメニュー表示 幅1001px以上*/
@media print, screen and (min-width: 1001px) {
.scroll{
	padding-top:60px;
}
.scroll .header_nav_pc,
.scroll .header_logo{
	position:fixed;
	top:0;
  	opacity: 0;
	transform:translateY(-100px);
}
.scroll .header_logo img{
	max-height:48px;
}
.scroll .header_nav_pc{
	z-index:-1;
	width:100%;
	display:flex;
	justify-content:end;
	background:rgba(255,255,255,0.9);
	backdrop-filter:blur(7px);
}
.scroll.up .header_nav_pc,
.scroll.up .header_logo{
  	opacity:1;
	transform:translateY(0);
	transition:all 0.3s;
}
}
/*-------------------------header_logo*/
.header_logo{
	padding:5px 20px;
}
.header_logo a:hover img{
	transition:all 1s;
	transform: scale(1.2) translateX(10px);
}
/*-------------------------header_nav_pc*/
@media screen and (max-width: 1000px) {.header_nav_pc{display:none;}/*幅1000px以下は非表示*/}
.header_nav_pc{
	margin-left:auto;
	padding:0 120px 0 0;
}
.header_nav_pc > ul{
	display:flex;
	gap:5px;
}
.header_nav_pc > ul > li{
	position:relative;
}
.header_nav_pc > ul li:first-child{
	display:none;
}
.header_nav_pc a{
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:1.25;
	padding:0 20px;
}
.header_nav_pc > ul > li > a:hover{
	transition:all 0.5s;
	transform: scale(1.1);
	color:var(--color_A);
}
.header_nav_pc .acc_btn{
	display:none;
}
.header_nav_pc .accordion{
	display:block;
	overflow:hidden;
	position:absolute;
    left:50%;
	margin-left:-80px;
	width:160px;
	max-height:0;
	transition: all 0.5s;
    opacity:0;
	background:var(--color_A);
	color:#FFF;
	border-radius:5px;
}
.header_nav_pc .accordion::before{
	content:"";
	display:block;
	height:calc(30px / 2);
	width:30px;
	clip-path:polygon(50% 0, 100% 100%, 0 100%);
	background:var(--color_A);
	position:absolute;
	top:-10px;
	left:calc(50% - 15px);
}
.header_nav_pc > ul > li:hover .accordion{
	overflow:visible;
	max-height:500px;
    opacity: 1;
}
.header_nav_pc .accordion li a{
	height:50px;
	padding:0 10px;
	border-radius:0;
	position:relative;
	transition: all 0.3s;
}
.header_nav_pc .accordion a.current,
.header_nav_pc .accordion a:hover{
	background:rgb(255,255,255,0.2);
}
/*-------------------------globalnav_btn*/
.globalnav_btn{
	background:var(--color_A);
	width:70px;
	height:90px;
	z-index:1;
	position:fixed;
	right:10px;
	top:0;
	border-bottom-right-radius:35px;
	border-bottom-left-radius:35px;
	transition: all 0.2s;
	box-shadow: 0 0 1px #FFF;
}
.globalnav_btn:hover{
	height:95px;
}
.globalnav_btn span{
	display:block;
	width:30px;
	height:4px;
	position: absolute;
	bottom:50px;
	left:20px;
	background:#FFF;
	transition: all 0.5s;
}
.globalnav_btn span + span{
	margin-bottom:-10px;
}
.globalnav_btn::after{
	content:"MENU";
	display:block;
	font-size:12px;
	font-weight:900;
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	color:#FFF;
	transition: all 0.5s;
}
/*open*/
.globalnav_btn.open{
	background:#FFF;
	box-shadow:none;
}
.globalnav_btn.open span{
	transform:rotate(45deg);
	bottom:36px;
	background:var(--color_A);
}
.globalnav_btn.open span + span{
	transform:rotate(-45deg);
	margin:0;
}
.globalnav_btn.open::after{
	opacity:0;
}
/*-------------------------globalnav*/
.globalnav{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	overflow-y: auto;
	background:var(--color_A);
	padding:90px;
}
.globalnav nav{
	max-width:500px;
	margin:0 auto;
}
@media screen and (max-width: 540px) {
.globalnav{padding:90px 90px 20px 20px;}
}
.globalnav nav > ul > li{
	position:relative;
	background:#FFF;
	border-radius:5px;
	margin-top:3px;
}
.globalnav nav ul li a{
	display:flex;
	align-items:center;
	text-align:left;
	height:60px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.25;
	padding:0 20px;
}
.globalnav nav ul li li a{
	border-top:1px dashed var(--color_A);
}
.globalnav nav ul li li a.current{
	/*background-color:rgba(0,0,0,0.1);*/
}
/*acc_btn*/
.globalnav nav .acc_btn{
	width:100%;
	height:60px;
	position:absolute;
	right:0;
	top:0;
}
.globalnav nav .acc_btn::before,
.globalnav nav .acc_btn::after{
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:calc(50% - 1px);
	width:12px;
	height:2px;
	background:var(--color_A);
	transition:all 0.3s;
}
.globalnav nav .acc_btn::before{
	transform:rotate(90deg);
}
.globalnav nav .acc_btn.open::before{
	transform:rotate(0deg);
}
#wrapper .globalnav nav ul li a.current + .acc_btn + .accordion{/*current時は子メニュー表示*/
	display:block;
}
/*-------------------------header_toi*/
.header_toi{
	position:fixed;
	right:15px;
	top:92px;
	transition:all 0.5s;
}
.header_toi p{
	padding-top:5px;
}
.header_toi a{
	display:flex;
	justify-content:center;
	align-items:center;
	background:#333;
	border-radius:100px;
	width:60px;
	height:60px;
	padding:15px;
	transition: all 0.5s;
	box-shadow: 0 0 1px #FFF;
}
.header_toi a:hover{
	padding:10px;
}
.header_toi img{
	width:100%;
}
@media screen and (max-width: 1000px) {
	.scroll .header_toi{right:-100px;}
	.scroll .open + .globalnav + .header_toi{right:15px;}
}

/*main
-----------------------------------------------------------------------------------------*/
main{
	display:block;
}
/*-------------------------col*/
.col-2{
	display:flex;
	gap:min(5vw,70px);
}
@media screen and (max-width: 1000px) {
	.col-2{flex-direction:column;gap:50px;}
}
/*-------------------------single_title*/
.single_title{
	padding:0.5em 0;
	border-top:3px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:0.5em;
	font-size:3.5rem;
	font-weight:bold;
}
@media screen and (max-width: 1000px) {
	.single_title{font-size:2.8rem;}
}
@media screen and (max-width: 767px) {
	.single_title{font-size:2.5rem;}
}
/*-------------------------single_data*/
/*-------------------------single_kiji*/
.single_kiji,
.single_kiji h2,
.single_kiji h3,
.single_kiji h4{
	margin-top:4rem;
}
.single_kiji h2{
	font-size:3rem;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.single_kiji h3{
	background:var(--color_A);
	color:#FFF;
	padding:0.25em 0.5em;
	font-size:2rem;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.single_kiji h4{
	font-size:2rem;
	color:var(--color_A);
	line-height:1.5;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.single_kiji h5{
	font-size:1.6rem;
	line-height:1.5;
	margin-bottom:0.2rem;
}
.single_kiji p{
	margin-top:1em;
}
.single_kiji img{
	display:inline-block;	
	margin:0.5rem 0;
}
.single_kiji img.aligncenter{
	display:block;	
	margin:0.5rem auto;
}
.single_kiji .alignleft{
	text-align:left;
}
.single_kiji .aligncenter{
	text-align:center;
}
.single_kiji .alignright{
	text-align:right;
}
.single_kiji hr{
	border:1px solid rgba(0,0,0,0.5);
	margin:3rem 0;
}
.single_kiji ul li {
  list-style-type: disc;
  margin-left: 1.25em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.single_kiji iframe{
	vertical-align:bottom;
	width:100%;
	min-width:100%;
}
@media print, screen and (min-width: 768px) {
	.single_kiji iframe{height:600px;}
}
@media screen and (max-width: 767px) {
	.single_kiji iframe{height:400px;}
}

@media screen and (max-width: 767px) {
	.single_kiji,
	.single_kiji h2,
	.single_kiji h3,
	.single_kiji h4{margin-top:3rem;}
	.single_kiji h2{font-size:2.5rem;}
}
/*-------------------------sidebar*/
.sidebar{
	display:flex;
	flex-direction:column;
	gap:40px;
	width:250px;
	flex-shrink:0;
}
.sidebar h2{
	line-height:1;
	font-weight:bold;
	border-bottom:1px dashed #000;
	padding-bottom:0.5em;
}
.sidebar li a{
	display:block;
	padding:0.5em 0;
	font-size:1.6rem;
	border-bottom:1px solid #CCC;
}
.sidebar li a:hover{
	background:#F1F1F1;
}
@media screen and (max-width: 1000px) {
	.sidebar{width:100%;}
	.sidebar ul{display:flex;flex-wrap:wrap;gap:3px;padding-top:10px;}
	.sidebar li a{padding:0.5em 0.8em;font-size:1.4rem;border:1px solid #CCC;border-radius:5px;}
}
/*-------------------------pager*/
.pager{
	margin-top:30px;
	text-align:center;
}
.pager li{
	display:inline-block;
}
.pager li a,
.pager li span{
	display:block;
	color:#000;
	background:rgba(0,0,0,0.1);
	width:40px;
	font-size:16px;
	line-height:40px;
	text-align:center;
	margin:2px;
	text-decoration:none;
}
.pager li span{
	color:#FFF;
	background:var(--color_A);
}
.pager li span.dots{
	background:none;
	color:#4D4D4D;
	width:auto;
	padding:0;
}
.pager li a:hover{
	background-color:#CCCCCC;
}


/*footer
-----------------------------------------------------------------------------------------*/
.footer{
	position:relative;
	margin-top:auto;
	display:block;
}
/*-------------------------footer_toi*/
.footer_toi{
	background:var(--color_A) url(images/toi_t.svg) top center no-repeat;
	position:relative;
	padding:80px 20px 60px 20px;
}
.footer_toi_bg{
	filter: brightness(0) invert(1);
	opacity:0.05;
	width:45%; 
	height:200px;
	position:absolute;
	top:30px;
	left:0;
	text-align:right;
}
.footer_toi_bg img{
	width:100%;
	max-width:640px;
}
.footer_toi_btn{
	max-width:910px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	gap:30px;
}
.footer_toi_btn li{
	width:100%;
}
.footer_toi_btn li a{
	width:100%;
	padding:15px;
	justify-content:center;align-items:center;
	aspect-ratio:24 / 10;overflow:hidden;
}
@media screen and (max-width: 767px) {
	.footer_toi{background-size:80px;padding:40px 20px 30px 20px;}
	.footer_toi_btn{flex-wrap:wrap;gap:10px;}
	.footer_toi_btn a.btn{max-width:400px;}
}
/*-------------------------footer_data*/
.footer_data{
	display:flex;
	justify-content:center;
	align-items:end;
	gap:15px;
	text-align:left;
	font-size:15px;
	line-height:22px;
}
.footer_data img{
	display:inline-block;
	margin-bottom:3px;
}
/*-------------------------footer_nav*/
.footer_nav{
	padding-left:min(6vw, 100px);
	width:100%;
}
.footer_nav li{
	font-size:1.6rem;
	margin:0.5em 0;
	color:#666;
}
.footer_nav li a:hover{
	text-decoration:underline;
}
.footer_nav li.bold{
	color:#000;
}
.footer_nav li.bold::before{
	content:"";
	display:inline-block;
	width:0.8em;
	height:1px;
	margin-left:-1em;
	margin-right:0.2em;
	margin-bottom:0.3em;
	background:#000;
}
@media screen and (max-width: 1000px) {
	.footer_nav{width:auto;}
	.footer_nav .pc{display:none;}
}
@media screen and (max-width: 540px) {
	.footer_nav{width:100%;margin:30px 0 10px 0;}
	.footer_nav ul{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 20px;}
	.footer_nav li{margin:0;}
}
/*-------------------------pagetop*/
.pagetop{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:20;
}
.pagetop.bottom{
	transition: all 0.5s;
	bottom:60px;
}
.pagetop a{
	display:block;
	width:100px;
	background:url(images/pagetop.svg) top left no-repeat;
	padding-top:33px;
	padding-left:5px
}
.pagetop a:hover img{
	animation:pyonpyon 0.5s infinite
}
@keyframes pyonpyon{0%,100%{transform:translate(0,-5px);}50%{transform:translate(0,0)}}
@media screen and (max-width: 1000px) {
	.pagetop a{width:50px;background-size:contain;padding-top:20px;}
	.pagetop.bottom{bottom:80px;}
}
/*-------------------------footer_sns*/
.footer_sns{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--color_A);
	padding-top:25px;
	gap:15px;
}
.footer_sns a:hover img{
	opacity:0.8;
}
/*-------------------------copyright*/
.copyright{
	width:100%;
	text-align:center;
	height:55px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#FFF;
	background:var(--color_A);
	font-size:14px;
}
.copyright a:hover{
	text-decoration:underline;
}

/*print
-----------------------------------------------------------------------------------------*/
@media print{
	#wrapper header{display:none;}
}
