/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: var(--font-color);
	position: relative;
	z-index: 2;
}
p,li,dd {
	overflow-wrap: break-word;
	/*line-break: anywhere;*/
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: var(--font-color);
	font-weight: 500;
	font-style: normal;
	font-size: var(--fontsize-16);
	background-color: var(--bg-color);
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.5;
	font-style: normal;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
input,
textarea {
	outline:none;
}
:root {
	--main-color: #EEEEEE;
	--mainsub-color: #EFEFEF;
	--sub-green: #00902F;
	--sub-orange: #ED9C2F;
	--sub-red: #E25252;
	--sub-blue: #3F94C9;
	--sub-pea: #83AC29;
	--font-color: #3B3B3B;
	--bg-color: #FAFAFA;
	--fontsize-25: clamp(18px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: 18px;
	--fontsize-16: 16px;
	--fontsize-15: 15px;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: var(--mainsub-color);
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: clamp(30px, 2.3vw, 45px);
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #F0F0F0;
	text-decoration: none;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border-radius: 5px;
}
.single .nav-below a:hover {
	background-color: rgba(147,147,147,0.5);
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: #939393;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 13px;
	font-weight: 400;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */
.move {
	pointer-events: none;
}
.move > img {
	width: 100%;
	height: auto;
	max-width: none;
}
.btm_up {
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	transition: -webkit-transform 0.3s 0.3s cubic-bezier(0.250, 0.82, 0.355, 1);
	transition: transform 0.3s 0.3s cubic-bezier(0.250, 0.82, 0.355, 1);
	opacity: 0;
}
.on .btm_up,
.on.btm_up {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.floatup{
	animation: floatUp 1.5s infinite ease-in-out;
}
@keyframes floatUp {
	0% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
	100% { transform: translateY(0); }
}
.sway img{
    transform-origin: center bottom;
    animation: sway 2s linear infinite;
}
@keyframes sway {
  0% , 100%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background-color: var(--main-color);
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:998;
	transition:all ease 0.5s;
	padding: clamp(8px, 0.8vw, 15px) clamp(15px, 2vw, 40px);
	border-bottom: 1px solid #e6e6e6;
}
.navwrap p img{
	height: clamp(30px, 1.9vw, 38px);
	width: auto;
}
.navwrap .link{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.navwrap .link > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.navwrap .link > ul > li{
	text-align: center;
	transition:all ease 0.5s;
	position: relative;
	font-weight: 700;
}
.navwrap .link > ul:first-of-type{
	background-color: var(--bg-color);
	padding: 0 clamp(20px, 2vw, 40px);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	height: clamp(40px, 2.3vw, 45px);
}
.navwrap .link > ul:first-of-type > li{
	font-size: var(--fontsize-15);
}
.navwrap .link > ul:first-of-type > li:not(:last-child){
	margin-right: clamp(15px, 1.3vw, 25px);
}
.navwrap .link > ul:first-of-type > li > a{
	display: flex;
	align-items: center;
	height: 100%;
	transition: all ease 0.5s;
}
.navwrap .link > ul:first-of-type > li > a span{
	display: block;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	background-image: url("./library/images/header_arrow.svg");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
}
.navwrap .link > ul:last-of-type > li{
	margin-left: 12px;
}
.navwrap .link > ul:last-of-type > li a{
	padding: 0 clamp(15px, 1.6vw, 30px);
	border-radius: 40px;
	height: clamp(40px, 2.3vw, 45px);
	display: flex;
	align-items: center;
	transition: all ease 0.5s;
}
.navwrap .link > ul:last-of-type > li a p{
	padding-left: clamp(25px, 1.6vw, 30px);
	background-image: url("./library/images/header_contact.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto clamp(20px, 1.3vw, 25px);
}
.navwrap .link > ul:last-of-type > li:nth-child(1) a{
	background-color: var(--font-color);
	border: 1px solid var(--font-color);
	color: #fff;
}
.navwrap .link > ul:last-of-type > li:nth-child(1) a:hover{
	background-color: transparent;
	color: var(--font-color);
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a{
	font-size: var(--fontsize-18);
	font-family: "Montserrat", sans-serif;
	line-height: 1;
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a p{
	background-image: url("./library/images/header_tel.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto clamp(18px, 1.1vw, 22px);
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 40px;
	border: 1px solid var(--font-color);
	transition: all ease 0.5s;
	opacity: 0;
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 40px;
	border: 1px dashed var(--font-color);
	transition: all ease 0.5s;
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a:hover::before{
	opacity: 1;
}
.navwrap .link > ul:last-of-type > li:nth-child(2) a:hover::after{
	opacity: 0;
}
.navwrap .link ul li .box {
	position: absolute;
	top: 68px;
	left: 0;
	transform: scaleY(0);
	transform-origin: center top;
	z-index: 8999;
	display:block;
	background-color: var(--bg-color);
	width: clamp(250px, 18.2vw, 350px);
	transition:all ease 0.5s;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.navwrap .link ul li:hover .box {
	transform: scaleY(1);
}
.navwrap .link ul li .box .ttl{
	font-size: var(--fontsize-18);
	padding: clamp(15px, 1vw, 20px) clamp(15px, 1vw, 20px) clamp(15px, 1vw, 20px) clamp(30px, 3.4vw, 65px);
	border-bottom: 1px solid var(--mainsub-color);
	background-image: url("./library/images/header_plan.png");
	background-position: center left clamp(15px, 1vw, 20px);
	background-repeat: no-repeat;
	background-size: auto clamp(22px, 1.5vw, 28px);
}
.navwrap .link ul li:nth-child(2) .box .ttl{
	background-image: url("./library/images/header_course.png");
}
.navwrap .link ul li:nth-child(3) .box .ttl{
	background-image: url("./library/images/header_enrollment.png");
}
.navwrap .link ul li:nth-child(4) .box .ttl{
	background-image: url("./library/images/header_attending.png");
}
.navwrap .link ul li:nth-child(5) .box .ttl{
	background-image: url("./library/images/header_access.png");
}
.navwrap .link ul li .box ul{
	padding: clamp(15px, 1vw, 20px);
}
.navwrap .link ul li .box ul li:not(:last-child){
	border-bottom: 1px dashed var(--font-color);
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.navwrap .link ul li .box ul li a{
	width: 100%;
	font-size: var(--fontsize-15);
	display: block;
	position: relative;
	padding-right: clamp(25px, 1.6vw, 30px);
}
.navwrap .link ul li .box ul li a .arrow{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #939393;
}
.navwrap .link ul li .box ul li a > span{
	padding: 2px clamp(8px, 0.8vw, 15px);
	display: inline-block;
	margin-right: clamp(8px, 0.8vw, 15px);
	background-color: var(--mainsub-color);
	border-radius: 30px;
	color: #939393;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	transform: all ease 0.5s;
}
.navwrap .link ul li .box ul li a:hover > span{
	background-color: var(--font-color);
	color: var(--bg-color);
}
.navwrap * {
	transition:all ease 0.5s;
}
.fix_btn{
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 10;
}
.fix_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: clamp(15px, 1vw, 20px) clamp(10px, 0.8vw, 15px);
	background-color: var(--bg-color);
	border: 1px dashed var(--font-color);
	border-radius: 40px;
	position: relative;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.fix_btn a:hover{
	background-color: #E6E6E6;
}
.fix_btn a p{
	font-size: var(--fontsize-20);
	font-weight: 700;
	margin: clamp(25px, 1.8vw, 35px) 0 clamp(25px, 1.8vw, 35px);
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
}
.fix_btn a svg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: clamp(15px, 1vw, 20px);
}
.fix_btn .arrow{
	writing-mode: initial;
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	width: clamp(25px, 1.7vw, 33px);
	height: clamp(25px, 1.7vw, 33px);
	background-color: rgba(51,51,51,0.1);
	border-radius: 20px;
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: var(--sub-green);
	position: fixed;
	left: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
#container{
	position: relative;
}
.more_btn {
	display: block;
	background-color: #333;
	width: min(100%, 230px);
	color: #fff;
	transition: all ease 0.5s;
	padding: 6px clamp(15px, 1vw, 20px);
	position: relative;
	border-radius: 60px;
	font-weight: 700;
	text-align: left;
}
.more_btn::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 21px;
	position: absolute;
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	transition: all ease 0.5s;
}
.more_btn::after {
	content: '→';
	width: 24px;
	height: 24px;
	border-radius: 30px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	right: 8px;
	transition: all ease 0.5s;
	font-size: 13px;
	transform: translateY(-50%) scale(0.15);
	text-align: center;
	color: transparent;
}
.more_btn:hover::after {
	transform: translateY(-50%) scale(1);
	color: var(--font-color);
}
.more_btn i {
	margin-right: 8px;
}
.more_btn.line {
	background-color: #03C755;
}
.more_btn.line::after {
	color: #03C755;
}
.arrow{
	position: relative;
	display: block;
	width: 1em;
	height: 1em;
}
.link_arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.link_arrow::before,
.link_arrow::after {
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: both;
	animation-duration: 0.3s;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}
.link_arrow:after {
	transform: translateX(-100%);
}
.link_arrow.is-hover:before {
	animation: transformLeftRight 0.3s both;
	animation-delay: 0.1s;
}
.link_arrow.is-hover:after {
	animation: transformRightLeft 0.3s both;
}
.link_arrow.is-leave:before {
	animation: transformLeftRightReverse 0.3s both;
}
.link_arrow.is-leave:after {
	animation: transformRightLeftReverse 0.3s both;
	animation-delay: 0.1s;
}
@keyframes transformLeftRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes transformRightLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes transformLeftRightReverse {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes transformRightLeftReverse {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.txt_only{
	width: 100% !important;
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.js-accordion .ttl{
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
	cursor: pointer;
}
.js-accordion > div,
.js-accordion > li{
	position: relative;
	overflow: visible;
}
.js-accordion .box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	pointer-events: none;
}
.js-accordion .box.open{
	position: relative;
	transform: scaleY(1);
	height: auto;
	opacity: 1;
	pointer-events: auto;
}
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.js-modal .wrap {
    width: 100%;
    height: 100%;
}
.js-modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
    width: 100%;
    height: auto;
    max-height: 85vh;
    padding: clamp(30px, 4.7vw, 90px) clamp(20px, 3.4vw, 65px);
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.js-modal .content > img{
	width: 100%;
	height: auto;
}
.js-modal .js-sclollarea {
    width: 1200px;
	height: auto;
	max-width: 90%;
	margin: clamp(15px, 1.6vw, 30px);
    max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: clamp(10px, 1vw, 20px);
    right: clamp(10px, 1vw, 20px);
	width: clamp(20px, 2vw, 40px);
	height: clamp(20px, 2vw, 40px);
	background-image: url('./library/images/modal_close.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.js-modal .js-modalclose:hover {
    transform: rotate(90deg);
}
.campaign_list{
	background-color: var(--bg-color);
	padding: clamp(20px, 1.7vw, 33px);
	border-radius: 10px;
	margin-bottom: clamp(20px, 2vw, 40px);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
	position: relative;
}
.campaign_list ul li .img{
	margin-bottom: 7px;
	position: relative;
	z-index: 0;
	transition: all ease 0.5s;
}
.campaign_list ul li:hover .img{
	margin-bottom: 0;
	margin-top: 7px;
}
.campaign_list ul li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.25);
	opacity: 0;
	transition: all ease 0.5s;
}
.campaign_list ul li:hover .img::before{
	opacity: 1;
}
.campaign_list ul li .img::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	border-radius: 5px;
	width: calc(100% - 14px);
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right top, #93D1FF, #FF98C4);
	transition: all ease 0.5s;
}
.campaign_list ul li:hover .img::after{
	opacity: 0;
}
.campaign_list ul li .img img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.campaign_list ul li h3{
	font-size: var(--fontsize-16);
	font-weight: 700;
	padding-right: 25px;
	background-image: url('./library/images/campaign_arrow.svg');
	background-size: auto 15px;
	background-position: center right;
	background-repeat: no-repeat;
	margin-top: 12px;
	transition: all ease 0.5s;
}
.campaign_list ul li:hover h3{
	margin-top: 5px;
}
.campaign_list .swiper-button-prev, 
.campaign_list .swiper-button-next {
	width:clamp(35px, 2.3vw, 45px);
	height:clamp(35px, 2.3vw, 45px);
	z-index: 3;
	background-image: url("./library/images/campaign_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0 !important;
	transform: translateY(-50%);
}
.campaign_list .swiper-button-prev{
	left: -20px !important;
}
.campaign_list .swiper-button-next {
	background-image: url("./library/images/campaign_next.svg");
	right: -20px !important;
}
.campaign_list .swiper-button-prev svg, 
.campaign_list .swiper-button-next svg{
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */ 
.fv{
	width:100%;
	height:100vh;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	background-image: url('./library/images/fv_bg.png');
	background-size: auto 81%;
	background-position: left clamp(70px, 7.3vw, 140px) bottom clamp(70px, 4.9vw, 95px);
	background-repeat: no-repeat;
	background-color: var(--bg-color);
}
.fv::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: clamp(60px, 4.7vw, 90px);
	height: clamp(30px, 1.9vw, 38px);
	width: 100%;
	background-image: url('./library/images/fv_wave.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_wave 60s infinite linear;
	z-index: 1;
}
@keyframes move_wave {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right -3000px;
	}
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
.fv::after{
	content: "";
	position: absolute;
	left: 27.5%;
	bottom: clamp(60px, 4.7vw, 90px);
	height: clamp(200px, 13.3vw, 250px);
	width: clamp(80px, 6.2vw, 120px);
	background-image: url('./library/images/fv_sign.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.fv .txt{
	position: absolute;
	left: 3.5%;
	top: clamp(100px, 10.4vw, 200px);
	z-index: 1;
}
.fv .txt h1{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(77px, 6.8vw, 130px);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: clamp(15px, 1.6vw, 30px);
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.65);
	position: relative;
	color: #222;
}
.fv .txt h1::before{
	content: "";
	position: absolute;
	left: clamp(30px, 3.1vw, 60px);
	bottom: clamp(70px, 7.8vw, 150px);
	height: clamp(50px, 3.6vw, 70px);
	width: clamp(60px, 4.1vw, 80px);
	background-image: url('./library/images/kds.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.fv .txt p{
	font-size: var(--fontsize-20);
	font-weight: 700;
	line-height: 2.5;
}
.fv .txt p span{
	display: inline-block;
	padding: 3px 8px;
	border: 1px dashed #707070;
	border-radius: 5px;
	background-color: var(--bg-color);
	line-height: 1.4;
	margin-right: 10px;
	font-size: clamp(23px, 2vw, 40px);
}
.fv .img{
	position: relative;
	z-index: 0;
	width: 72.5%;
	height: 66vh;
	margin: clamp(80px, 9.6vw, 185px) 0 0 auto;
}
.fv .img ul li{
	border-radius: 5px;
	overflow: hidden;
}
.fv .img ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv_car{
	background-image: url('./library/images/fv_car_bg.png');
	background-size: auto 100%;
	height: 53px;
	margin-top: auto;
	position: relative;
}
.fv_car::before,
.fv_car::after {
	content: "";
	position: absolute;
	left: 0;
	height: clamp(17px, 1vw, 20px);
	width: 100%;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	z-index: 1;
}
.fv_car::before {
	animation: move_wave 45s infinite linear;
	background-image: url('./library/images/fv_toright.png');
	top: 4.5px;
}
.fv_car::after {
	animation: move_txt 30s infinite linear;
	background-image: url('./library/images/fv_toleft.png');
	bottom: 4.5px;
}
.fv .swiper{
	padding-bottom: 30px;
}
.fv .swiper-pagination {
	width: fit-content !important;
	bottom: 0 !important;
	right: 14.3vw !important;
	left: auto !important;
	z-index: 3 !important;
}
.fv .swiper-pagination-bullet{
	margin: 0 6px !important;
	width: 6px !important;
	height: 6px !important;
	color: #939393 !important;
}
.fv .swiper-pagination-bullet-active{
	background: #939393 !important;
	position: relative;
}
.fv .swiper-pagination-bullet-active::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: rgba(147,147,147,0.2);
}
.top_h2{
	font-weight: 700;
	font-size: clamp(30px, 2.6vw, 50px);
	font-family: "Montserrat", sans-serif;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.top_h2 span{
	display: block;
	padding-left: clamp(25px, 1.7vw, 33px);
	font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
	width: fit-content;
}
.top_h2 span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('./library/images/icn_info.png');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px;
}
.top_h2.tac span{
	margin: 0 auto;
}
.top .inner{
	padding: clamp(50px, 5.7vw, 110px) 0;
}
.top_news{
	position: relative;
	overflow: hidden;
}
.top_news::before{
	content: "";
	position: absolute;
	left: clamp(15px, 1.6vw, 30px);
	bottom: 0;
	padding: clamp(100px, 9.6vw, 185px);
	background-image: url('./library/images/logo_bg.svg');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.top_news::after{
	content: "";
	display: block;
	background-image: url('./library/images/top_news_btm.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: clamp(50px, 5.7vw, 110px);
}
.top_news .inner{
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.top_news .inner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: var(--bg-color);
	margin: 0 calc(50% - 50vw);
	z-index: -1;
}
.top_news .top_h2{
	font-size: clamp(25px, 1.7vw, 33px);
}
.top_news .txt{
	width: 75%;
}
.top_news .txt .news_info{
	margin-bottom: 5px;
}
.top_news .txt ul{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.top_news .txt ul li{
	border-bottom: 1px dashed var(--font-color);
}
.top_news .txt ul li:not(:last-child){
	margin-bottom: 14px;
}
.top_news .txt ul li h3{
	font-weight: 700;
	font-size: var(--fontsize-16);
}
.top_news .txt ul li a{
	padding-bottom: 14px;
	padding-right: 25px;
	position: relative;
	display: block;
}
.top_news .txt ul li a .arrow{
	position: absolute;
	right: 0;
	bottom: 19px;
}
.top_campaign{
	position: relative;
}
.top_campaign::before{
	content: "";
	position: absolute;
	right: 0;
	top: calc(clamp(50px, 5.7vw, 110px) * -1);
	padding: clamp(120px, 9.4vw, 180px);
	background-image: url('./library/images/top_campaign_blue.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}
.top_campaign::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	padding: clamp(120px, 9.4vw, 180px);
	background-image: url('./library/images/top_campaign_pink.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
.top_campaign > div{
	position: relative;
}
.top_campaign > div::before{
	content: "";
	position: absolute;
	left: 0;
	top: calc(clamp(50px, 5.7vw, 110px) * -1);
	height: calc(100% + clamp(50px, 5.7vw, 110px));
	width: 100%;
	background-color: var(--mainsub-color);
	z-index: -2;
}
.top_campaign > div::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: url('./library/images/top_campaign_btm.png');
	background-size: contain;
	background-position: center bottom -1px;
	background-repeat: no-repeat;
}
.top_campaign .inner{
	position: relative;
	z-index: 1;
}
.top_campaign .top_h2{
	padding-bottom: clamp(10px, 0.83vw, 16px);
	border-bottom: 1px dashed var(--font-color);
}
.top_campaign .top_h2 span::before{
	background-image: url('./library/images/icn_campaign.png');
}
.top_campaign .linkbox{
	margin-top: clamp(20px, 2vw, 40px);
}
.top_features{
	padding: clamp(50px, 5.7vw, 110px) 0 clamp(30px, 3.4vw, 65px);
	background-color: var(--bg-color);
}
.top_features .top_h2 {
	margin-left: 5%;
}
.top_features .top_h2 span::before{
	background-image: url('./library/images/icn_features.png');
}
.top_features .item{
	margin-left: 5%;
	background-color: var(--mainsub-color);
	padding: clamp(25px, 2.6vw, 50px) 19vw clamp(25px, 2.6vw, 50px) clamp(40px, 4.1vw, 80px);
	border-radius: 5px 0 0 5px;
	background-image: url("./library/images/top_features_itembg.png");
	position: relative;
	z-index: 1;
}
.top_features .item ol{
	padding-bottom: clamp(50px, 4.7vw, 90px);
}
.top_features .item ol li .img{
	margin: 0 clamp(8px, 0.8vw, 15px) clamp(8px, 0.8vw, 15px) 0;
	position: relative;
	z-index: 0;
}
.top_features .item ol li .img::before{
	content: "";
	position: absolute;
	left: clamp(8px, 0.8vw, 15px);
	top: clamp(8px, 0.8vw, 15px);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: linear-gradient(to right top, #93D1FF, #FF98C4);
	z-index: -1;
}
.top_features .item ol li:nth-child(2) .img::before,
.top_features .item ol li:nth-child(4) .img::before{
	background-image: linear-gradient(to right top, #93D1FF, #FFF798);
}
.top_features .item ol li:nth-child(3) .img::before{
	background-image: linear-gradient(to right top, #93D1FF, #98FFCC);
}
.top_features .item ol li .img img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_features .item ol li > span{
	margin: clamp(15px, 1.3vw, 25px) 0 10px;
	padding-right: 45px;
	font-size: 14px;
	color: var(--sub-green);
	position: relative;
	display: block;
	width: fit-content;
}
.top_features .item ol li.slide02 > span{
	color: var(--sub-red);
}
.top_features .item ol li.slide03 > span{
	color: var(--sub-blue);;
}
.top_features .item ol li.slide04 > span{
	color: var(--sub-orange);
}
.top_features .item ol li.slide05 > span{
	color: var(--sub-pea);
}
.top_features .item ol li > span::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 36px;
	height: 17px;
	background-image: url("./library/images/car_no01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_features .item ol li.slide02 > span::before{
	background-image: url("./library/images/car_no02.svg");
}
.top_features .item ol li.slide03 > span::before{
	background-image: url("./library/images/car_no03.svg");
}
.top_features .item ol li.slide04 > span::before{
	background-image: url("./library/images/car_no04.svg");
}
.top_features .item ol li.slide05 > span::before{
	background-image: url("./library/images/car_no05.svg");
}
.top_features .item ol li h3{
	font-size: var(--fontsize-25);
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed var(--font-color);
}
.top_features .swiper-button-prev, 
.top_features .swiper-button-next {
	width:clamp(35px, 2.3vw, 45px);
	height:clamp(35px, 2.3vw, 45px);
	z-index: 3;
	background-image: url("./library/images/campaign_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 0 !important;
}
.top_features .swiper-button-prev{
	left: 0 !important;
	top: auto !important;
	bottom: 0 !important;
}
.top_features .swiper-button-next {
	background-image: url("./library/images/campaign_next.svg");
	right: auto !important;
	left: calc(clamp(35px, 2.3vw, 45px) + 15px) !important;
	top: auto !important;
	bottom: 0 !important;
}
.top_features .swiper-button-prev svg, 
.top_features .swiper-button-next svg{
	display: none;
}
.top_features .slider-indicators {
	display: flex;
	justify-content: center;
	height: 5px;
	overflow: hidden;
	position: absolute;
	bottom: calc((clamp(35px, 2.3vw, 45px) - 5px) / 2);
	right: 0;
	border-radius: 999px;
	background-color: rgba(147,147,147,0.2);
	width: calc(100% - clamp(110px, 8.6vw, 165px));
}
.top_features .indicator {
	flex: 1 1 auto;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.25s ease-out;
	position: relative;
}
.top_features .indicator::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #939393;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}
.top_features .indicator.active::before {
	transform: scaleX(1);
	transform-origin: left;
}
.top_features .move{
	position: absolute;
	right: 6vw;
	bottom: calc(clamp(30px, 3.4vw, 65px) * -1);
	width: clamp(120px, 11.5vw, 220px);
}
.top_features .move_txt{
	height: clamp(100px, 7.8vw, 150px);
	width: 100%;
	background-image: url('./library/images/top_features_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	margin-top: clamp(10px, 1vw, 20px);
	position: relative;
}
.top_features .move_txt::before,
.top_features .move_txt::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
}
.top_features .move_txt::before {
	animation: move_txt 30s 3s infinite linear;
	background-image: url('./library/images/top_features_red.png');
	bottom: 0;
	height: clamp(30px, 3.1vw, 60px);
}
.top_features .move_txt::after {
	animation: move_txt 40s infinite linear;
	background-image: url('./library/images/top_features_blue.png');
	top: clamp(30px, 2.3vw, 45px);
	height: clamp(20px, 2.6vw, 50px);
}
.top_about::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/top_about_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top_about{
	background-image: url('./library/images/top_about_top.png'),url('./library/images/top_about_btm.png');
	background-size: 100% auto;
	background-position: center top -1px,center bottom -1px;
	background-repeat: no-repeat;
	position: relative;
}
.top_about::after{
	content: "";
	position: absolute;
	left: calc(clamp(60px, 5.7vw, 110px) * -1);
	bottom: calc(clamp(30px, 3vw, 57px) * -1);
	width: clamp(180px, 16.4vw, 315px);
	height: clamp(180px, 16.4vw, 315px);
	background-image: url('library/images/top_maru.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	animation: rotateForever 15s linear infinite;
	z-index: 1;
}
@keyframes rotateForever {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.top_about .inner{
	padding: clamp(60px, 13.5vw, 260px) 0;
}
.top_about .top_h2 span::before{
	background-image: url('./library/images/icn_about.png');
}
.top_about ul{
	display: grid;
	gap: clamp(25px, 1.8vw, 35px);
	grid-template-columns: repeat(3, 1fr);
}
.top_about ul li a{
	display: block;
	padding: clamp(20px, 1.3vw, 25px) 15px 15px 15px;
	background-image: url('library/images/top_about_listbg.png');
	background-color: var(--bg-color);
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
	transition: all ease 0.5s;
	height: 100%;
}
.top_about ul li a:hover{
	background-color: #079849;
}
.top_about ul li:nth-child(2) a:hover{
	background-color: var(--sub-orange);
}
.top_about ul li:nth-child(3) a:hover{
	background-color: var(--sub-red);
}
.top_about ul li p{
	text-align: center;
	color: var(--sub-green);
	font-weight: 700;
	margin-bottom: 10px;
	font-size: var(--fontsize-15);
	transition: all ease 0.5s;
}
.top_about ul li:nth-child(2) p{
	color: var(--sub-orange);
}
.top_about ul li:nth-child(3) p{
	color: var(--sub-red);
}
.top_about ul li:hover p{
	color: #fff !important;
}
.top_about ul li h3{
	text-align: center;
	width: fit-content;
	margin: 0 auto clamp(12px, 1vw, 20px);
	padding-bottom: 8px;
	border-bottom: 1px dashed var(--font-color);
	font-weight: 700;
	font-size: var(--fontsize-25);
	padding-left: clamp(30px, 2vw, 40px);
	background-image: url("./library/images/header_plan.png");
	background-position: top 4px left;
	background-repeat: no-repeat;
	background-size: auto clamp(22px, 1.5vw, 28px);
	transition: all ease 0.5s;
}
.top_about ul li:nth-child(2) h3{
	background-image: url("./library/images/header_enrollment.png");
}
.top_about ul li:nth-child(3) h3{
	background-image: url("./library/images/header_access.png");
}
.top_about ul li:hover h3{
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.top_about ul li .img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
.top_about ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 17 / 11;
	transition: all ease 0.5s;
}
.top_about ul li:hover .img img{
	transform: scale(1.07);
}
.top_about ul li span{
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: var(--fontsize-15);
	padding-right: clamp(20px, 1.3vw, 25px);
	background-image: url("./library/images/arrow_green.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 15px;
	font-weight: 700;
	position: relative;
	transition: all ease 0.5s;
}
.top_about ul li:nth-child(2) span{
	background-image: url("./library/images/arrow_orange.svg");
}
.top_about ul li:nth-child(3) span{
	background-image: url("./library/images/arrow_red.svg");
}
.top_about ul li:hover span{
	color: #fff;
	background-image: none !important;
}
.top_about ul li span::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 15px;
	height: 15px;
	opacity: 0;
	transition: all ease 0.5s;
	background-image: url("./library/images/arrow_green_w.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
.top_about ul li:nth-child(2) span::before{
	background-image: url("./library/images/arrow_orange_w.svg");
}
.top_about ul li:nth-child(3) span::before{
	background-image: url("./library/images/arrow_red_w.svg");
}
.top_about ul li:hover span::before{
	opacity: 1;
}
.top_training{
	background-image: linear-gradient(to bottom, var(--main-color) 0%, var(--main-color) 62.5%, var(--bg-color) 62.5%, var(--bg-color) 100%);
	position: relative;
}
.top_training::before{
	content: "";
	position: absolute;
	right: calc(clamp(60px, 5.7vw, 110px) * -1);
	bottom: calc(clamp(60px, 4.1vw, 80px) * -1);
	width: clamp(180px, 16.4vw, 315px);
	height: clamp(180px, 16.4vw, 315px);
	background-image: url('library/images/top_maru.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	animation: rotateForever2 15s linear infinite;
}
@keyframes rotateForever2 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
.top_training .top_h2{
	padding-bottom: clamp(10px, 0.83vw, 16px);
	border-bottom: 1px dashed var(--font-color);
	margin-bottom: clamp(10px, 1vw, 20px);
}
.top_training .top_h2 span::before{
	background-image: url('./library/images/header_course.png');
}
.top_training .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: clamp(30px, 3.4vw, 65px) 0 clamp(40px, 4.9vw, 95px);
	position: relative;
	z-index: 1;
}
.top_training .ttl{
	width: 46.5%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.top_training ul{
	width: 49.2%;
}
.top_training .linkbox{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.top_training ul li{
	background-color: var(--sub-green);
	border-radius: 3px;
	padding: 1px;
}
.top_training ul li:not(:last-child){
	margin-bottom: 12px;
}
.top_training ul li a{
	background-color: var(--bg-color);
	border-radius: 12px;
	padding: 15px 18px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all ease 0.5s;
}
.top_training ul li:hover a{
	background-color: rgba(250,250,250,0.7);
	border-radius: 3px;
}
.top_training ul li .img{
	border-radius: 3px;
	overflow: hidden;
	width: clamp(150px, 9.4vw, 180px);
	transition: all ease 0.5s;
}
.top_training ul li .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	transition: all ease 0.5s;
	object-fit: cover;
}
.top_training ul li:hover .img img{
	transform: scale(1.08);
}
.top_training ul li .txt{
	width: calc(100% - clamp(150px, 9.4vw, 180px) - clamp(15px, 1.3vw, 25px));
	display: flex;
	flex-direction: column;
}
.top_training ul li .txt span{
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 2px 15px;
	color: #fff;
	background-color: var(--sub-green);
	border-radius: 14px;
}
.top_training ul li .txt h3{
	font-weight: 700;
	font-size: var(--fontsize-20);
	margin-bottom: 10px;
}
.top_training ul li .txt p{
	text-align: right;
	margin-top: auto;
	position: relative;
	padding-right: clamp(35px, 2vw, 40px);
	font-size: var(--fontsize-15);
}
.top_training ul li .txt p::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 21px;
	position: absolute;
	background-color: rgba(147,147,147,0.2);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all ease 0.5s;
}
.top_training ul li .txt p::after {
	content: '→';
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 30px;
	position: absolute;
	background-color: #939393;
	top: 50%;
	right: 0;
	transition: all ease 0.5s;
	font-size: 13px;
	transform: translateY(-50%) scale(0.15);
	text-align: center;
	color: transparent;
}
.top_training ul li:hover .txt p::after {
	transform: translateY(-50%) scale(1);
	color: var(--bg-color);
}
.top_training ul li:nth-child(2),
.top_training ul li:nth-child(2) .txt span{
	background-color: var(--sub-red); 
}
.top_training ul li:nth-child(3),
.top_training ul li:nth-child(3) .txt span{
	background-color: var(--sub-blue);; 
}
.top_training ul li:nth-child(4),
.top_training ul li:nth-child(4) .txt span{
	background-color: var(--sub-orange); 
}
.top_training ul li:nth-child(5),
.top_training ul li:nth-child(5) .txt span{
	background-color: var(--sub-pea); 
}
.top_training .move{
	position: relative;
	left: calc(clamp(20px, 3.1vw, 60px) * -1);
	bottom: 0;
	width: clamp(150px, 14.3vw, 275px);
	margin-top: auto;
}
.top_training .move::before{
	content: "";
	position: absolute;
	left: 50%;
	top: clamp(20px, 2.3vw, 45px);
	transform: translateX(-50%);
	width: clamp(200px, 20.8vw, 400px);
	height: clamp(200px, 20.8vw, 400px);
	background-image: url('library/images/top_training_maru.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	animation: rotateTraining 40s linear infinite;
}
@keyframes rotateTraining {
	0% { transform: translateX(-50%) rotate(0deg); }
	100% { transform: translateX(-50%) rotate(360deg); }
}
/* パンくずリスト
----------------------------------------------------------- */
.pan{
	padding-right: 9%;
	margin-left: auto;
}
.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
	font-size: var(--fontsize-15);
	justify-content: flex-end;
}
.breadcrumb__item:not(:last-child)::after {
    content: '/';
    margin: 0 0.3rem;
}
.breadcrumb__item a {
    color: var(--sub-green);
	text-decoration: underline;
}
.breadcrumb__item:last-child a {
    color: var(--font-color);
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub_fv {
	padding: clamp(100px, 8.6vw, 165px) 0 clamp(30px, 4.1vw, 80px);
}
.sub_fv .txt{
	width: 35%;
	padding-left: 5%;
}
.sub_fv .right{
	width: 60%;
}
.sub_fv .flex{
	align-items: flex-start;
}
.sub_fv .img{
	overflow: hidden;
	position: relative;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.sub_fv .img::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: clamp(20px, 1.9vw, 38px);
	width: 100%;
	background-image: url('./library/images/fv_wave.png');
	background-size: auto 100%;
	background-position: bottom right;
	background-repeat: repeat-x;
	animation: move_subfv 60s infinite linear;
	z-index: 1;
}
@keyframes move_subfv {
	0% {
		background-position: bottom right;
	}
	100% {
		background-position: bottom right -3000px;
	}
}
.sub_fv .img img{
	width: 100%;
	height: auto;
	border-radius: 269px 0 0 269px;
}
.sub_fv > h1,
.news .sub_fv .pan,
.contact .sub_fv .pan{
	width: min(90%,1200px);
    margin-inline: auto;
}
.news .sub_fv .pan,
.contact .sub_fv .pan{
	padding-right: 0;
}
.sub_fv h1{
	font-size: clamp(30px, 2vw, 40px);
	font-weight: 700;
	padding-bottom: clamp(20px, 2vw, 40px);
	margin-bottom: clamp(20px, 2vw, 40px);
	border-bottom: 1px dashed var(--font-color);
}
.sub_fv h1 span{
	display: block;
	font-size: var(--fontsize-16);
	font-family: "Montserrat", sans-serif;
	padding-left: 27px;
	position: relative;
	margin-top: 10px;
}
.sub_fv h1 span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url("./library/images/header_access.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.sub_fv .txt > p{
	margin-bottom: clamp(10px, 1vw, 20px);
}
nav.res1100{
	display: none;
}
.sub_nav li:not(:last-child){
	margin-bottom: 12px;
}
.sub_nav li a{
	display: block;
	padding: clamp(10px, 0.73vw, 14px) clamp(30px, 2.3vw, 45px) clamp(10px, 0.73vw, 14px) clamp(15px, 1.8vw, 35px);
	background-color: var(--mainsub-color);
	border-radius: 30px;
	font-weight: 700;
	position: relative;
	transition: all ease 0.5s;
}
.sub_nav li a:hover{
	background-color: #ffeedc;
}
.sub_nav li a::before{
	content: "";
	position: absolute;
	right: clamp(15px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
	background-image: url("./library/images/subnav_arrow.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 7.5px;
}
.sub_h2{
	font-weight: 700;
	text-align: center;
	font-size: clamp(25px, 1.7vw, 33px);
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.sub_h2 span{
	font-size: 14px;
	display: block;
	color: var(--sub-green);
	font-family: "Montserrat", sans-serif;
}
.sub_h2.orange span,
.orange .sub_h2 span{
	color: var(--sub-orange);
}
.sub_h2.blue span,
.blue .sub_h2 span{
	color: var(--sub-blue);
}
.sub_h2.red span,
.red .sub_h2 span{
	color: var(--sub-red);
}
.sub_h2.pea span,
.pea .sub_h2 span{
	color: var(--sub-pea);
}
.sub_h3{
	background-color: var(--bg-color);
	padding: 12px clamp(15px, 1vw, 20px);
	border-radius: 5px;
	position: relative;
	border: 1px solid #DCDCDC;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	font-size: var(--fontsize-18);
	font-weight: 700;
	margin-left: 3px;
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.sub_h3::before{
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 26px;
	border-radius: 8px;
	background-color: var(--sub-green);
}
.sub_h3.orange::before,
.orange .sub_h3::before{
	background-color: var(--sub-orange);
}
.sub_h3.red::before,
.red .sub_h3::before{
	background-color: var(--sub-red);
}
.sub_h3.blue::before,
.blue .sub_h3::before{
	background-color: var(--sub-blue);
}
.sub_h3.pea::before,
.pea .sub_h3::before{
	background-color: var(--sub-pea);
}
.sub_section:not(:last-of-type){
	margin-bottom: clamp(40px, 3.4vw, 65px);
}
.hyo {
	overflow-x: auto;
}
.hyo dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
}
.hyo dl:not(:last-of-type) {
	margin-bottom: 6px;
}
.hyo dl dt {
	width: clamp(180px, 15.6vw, 300px);
	padding: 12px clamp(12px, 1vw, 20px);
	border-radius: 5px;
	background-color: var(--sub-green);
	color: #fff;
	font-weight: 600;
	border: 1px solid #7FB791;
}
.hyo.blue dl dt,
.blue .hyo dl dt {
	background-color: var(--sub-blue);
	border: 1px solid #8BBFE0;
}
.hyo dl dd {
	width: calc(100% - clamp(180px, 15.6vw, 300px) - 6px);
	padding: 12px clamp(12px, 1vw, 20px);
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	color: #333333;
	background-color: #FFF;
}
.bg_img{
	margin: 0 clamp(10px, 1vw, 20px) clamp(10px, 1vw, 20px) 0;
	position: relative;
	z-index: 0;
}
.bg_img::before{
	content: "";
	position: absolute;
	top: clamp(10px, 1vw, 20px);
	left: clamp(10px, 1vw, 20px);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: linear-gradient(to right top, #93D1FF, #FF98C4);
	z-index: -1;
}
.bg_img.yellow::before{
	background-image: linear-gradient(to right top, #93D1FF, #FFF798);
}
.bg_img.green::before{
	background-image: linear-gradient(to right top, #93D1FF, #98FFCC);
}
.bg_img img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.sub_txt{
	font-size: var(--fontsize-15);
	line-height: 1.4;
	color: #E25252;
	margin-top: 4px;
}
.marubg_list{
	display: grid;
	grid-row-gap: clamp(12px, 0.8vw, 15px);
	grid-column-gap: clamp(15px, 1vw, 20px);
	grid-template-columns: repeat(2, 1fr);
}
.marubg_list li{
	background-color: var(--bg-color);
	padding: 12px clamp(12px, 1.3vw, 25px);
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	display: grid;
	place-items: center start;
}
.marubg_list li p{
	font-weight: 700;
	font-size: var(--fontsize-18);
	padding-left: 22px;
	position: relative;
	line-height: 1.5;
}
.marubg_list li p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-image: linear-gradient(to right top, var(--sub-green), #5AC97E);
}
.orange .marubg_list li p::before,
.marubg_list.orange li p::before{
	background-image: linear-gradient(to right top, var(--sub-orange), #F5BE73);
}
.red .marubg_list li p::before,
.marubg_list.red li p::before{
	background-image: linear-gradient(to right top, var(--sub-red), #E58383);
}
.pea .marubg_list li p::before,
.marubg_list.pea li p::before{
	background-image: linear-gradient(to right top, var(--sub-pea), #BFE274);
}
.marubg_list li p small{
	font-size: 14px;
}
.bus_map iframe{
	height: clamp(350px, 29.2vw, 560px);
}
.pin_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 8px 0 clamp(15px, 1.3vw, 25px);
}
.pin_list li{
	margin: 4px clamp(20px, 1.6vw, 30px) 4px 0;
	font-size: var(--fontsize-15);
	line-height: 1.4;
}
.pin_list li i{
	margin-right: 7px;
	color: #000000;
}
.pin_list li:nth-child(2) i{
	color: #FF5252;
}
.pin_list li:nth-child(3) i{
	color: #FF5252;
}
.pin_list li:nth-child(4) i{
	color: #AFB42C;
}
.pin_list li:nth-child(5) i{
	color: #0B9D58;
}
.pin_list li:nth-child(6) i{
	color: #0097A7;
}
.pin_list li:nth-child(7) i{
	color: #1A237E;
}
.pin_list li:nth-child(8) i{
	color: #890D4F;
}
.pin_list li:nth-child(9) i{
	color: #AFB42C;
}
.pin_list li:nth-child(10) i{
	color: #FF5252;
}
.pin_list li:nth-child(11) i{
	color: #FED703;
}
.pin_list li:nth-child(12) i{
	color: #795648;
}
.dashed_ttl{
	font-weight: 700;
	padding-bottom: clamp(10px, 1vw, 20px);
	margin-bottom: clamp(10px, 1vw, 20px);
	border-bottom: 1px dashed var(--font-color);
	font-size: var(--fontsize-25);
	line-height: 1.8;
}
.dashed_ttl span{
	color: var(--sub-green);
}
.red .dashed_ttl span,
.dashed_ttl.red span{
	color: var(--sub-red);
}
.blue .dashed_ttl span,
.dashed_ttl.blue span{
	color: var(--sub-blue);
}
.orange .dashed_ttl span,
.dashed_ttl.orange span{
	color: var(--sub-orange);
}
.pea .dashed_ttl span,
.dashed_ttl.pea span{
	color: var(--sub-pea);
}
.tel_btn{
	display: block;
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 1.6vw, 30px);
	background-color: var(--mainsub-color);
	border-radius: 10px;
	transition: all ease 0.5s;
	background-image: url("./library/images/tel_btn.svg");
	background-position: right clamp(20px, 2vw, 40px) center;
	background-repeat: no-repeat;
	background-size: auto clamp(40px, 4.1vw, 80px);
}
.tel_btn:hover{
	background-color: rgba(147,147,147,0.5);
}
.tel_btn p{
	font-weight: 700;
}
.tel_btn .tel{
	font-size: clamp(28px, 2vw, 40px);
	font-weight: 700;
	padding-left: clamp(45px, 2.8vw, 53px);
	position: relative;
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	margin-top: 3px;
}
.tel_btn .tel::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(15px, 1vw, 20px);
	background-image: url("./library/images/footer_tel.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tel_btn .tel span{
	font-size: var(--fontsize-16);
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.telbtn_mini{
	display: block;
	padding: clamp(10px, 1vw, 20px);
	background-color: var(--bg-color);
	border-radius: 5px;
	transition: all ease 0.5s;
	background-image: url("./library/images/footer_link.svg");
	background-position: right clamp(10px, 1vw, 20px) center;
	background-repeat: no-repeat;
	background-size: auto clamp(35px, 2.9vw, 55px);
	border: 1px dashed var(--font-color);
}
.telbtn_mini:hover{
	background-color: rgba(147,147,147,0.5);
}
.telbtn_mini p{
	font-weight: 700;
	font-size: var(--fontsize-15);
}
.telbtn_mini .tel{
	font-size: var(--fontsize-25);
	font-weight: 700;
	padding-left: clamp(25px, 1.8vw, 35px);
	position: relative;
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	margin-top: 3px;
}
.telbtn_mini .tel::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url("./library/images/footer_tel.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.telbtn_sub{
	margin-top: 10px;
	font-weight: 700;
}
.img_flex{
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_flex .bg_img,
.img_flex .img{
	width: 45%;
}
.img_flex .txt{
	width: 50%;
}
.maru_ttl{
	font-size: var(--fontsize-16);
	font-weight: 700;
	margin-bottom: 12px;
	padding-left: 22px;
	position: relative;
}
.maru_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-image: linear-gradient(to right top, var(--sub-green), #5AC97E);
}
.orange .maru_ttl::before,
.maru_ttl.orange::before{
	background-image: linear-gradient(to right top, var(--sub-orange), #F5BE73);
}
.w_box{
	background-color: var(--bg-color);
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2.6vw, 50px);
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
}
.w_box2{
	background-color: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	padding: clamp(20px, 3.4vw, 65px) clamp(20px, 4.4vw, 85px);
}
.g_box{
	padding: 20px;
	border-radius: 5px;
	background-color: var(--mainsub-color);
}
.car_ttl{
	margin-bottom: 10px;
	font-weight: 700;
	font-size: var(--fontsize-16);
	color: var(--sub-green);
	padding-left: 33px;
	position: relative;
}
.red .car_ttl,
.car_ttl.red{
	color: var(--sub-red);
}
.blue .car_ttl,
.car_ttl.blue{
	color: var(--sub-blue);
}
.pea .car_ttl,
.car_ttl.pea{
	color: var(--sub-pea);
}
.orange .car_ttl,
.car_ttl.orange{
	color: var(--sub-orange);
}
.car_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px;
	background-image: url("./library/images/car_green.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.red .car_ttl::before,
.car_ttl.red::before{
	background-image: url("./library/images/car_red.svg");
}
.blue .car_ttl::before,
.car_ttl.blue::before{
	background-image: url("./library/images/car_blue.svg");
}
.pea .car_ttl::before,
.car_ttl.pea::before{
	background-image: url("./library/images/car_pea.svg");
}
.orange .car_ttl::before,
.car_ttl.orange::before{
	background-image: url("./library/images/car_orange.svg");
}
.red_box{
	background-color: #F7E1E1;
	border: 1px solid #F1B5B5;
	border-radius: 5px;
	padding: 6px 12px;
}
.red_box p{
	font-weight: 700;
	line-height: 1.6;
	padding-left: clamp(25px, 1.6vw, 30px);
	position: relative;
	color: #E25252;
}
.red_box p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	padding: 8px;
	background-image: url("./library/images/red_box.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.option_list{
	display: grid;
	grid-column-gap: 11px;
	grid-row-gap: 20px;
	grid-template-columns: repeat(7, 1fr);
}
.option_list li{
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	padding: 12px 14px;
	background-color: var(--bg-color);
	box-shadow: 0px 3px 0px 0px #DCDCDC;
}
.option_list li img{
	width: min(100%,135px);
	margin: 0 auto 5px;
}
.option_list li p{
	font-weight: 700;
	font-size: var(--fontsize-15);
	text-align: center;
	line-height: 1.4;
}
.table{
	overflow: auto;
}
.table table{
	min-width: 620px;
	width: 100%;
	line-height: 1.5;
	border-collapse: separate;
	border-spacing: 6px;
}
.table thead th{
	padding: 12px clamp(10px, 1vw, 20px);
	font-weight: 700;
	background-color: #939393;
	color: #fff;
	vertical-align: middle;
	text-align: left;
	border-radius: 5px;
}
.table tbody th{
	font-weight: 700;
	vertical-align: middle;
	background-color: #E5E5E6;
	border-radius: 5px;
	padding: 12px clamp(10px, 1vw, 20px);
	text-align: left;
	white-space: nowrap;
}
.table tbody tr:nth-child(2) th{
	background-color: #9CD2EC;
}
.table tbody tr:nth-child(3) th{
	background-color: #DEE080;
}
.table tbody tr:nth-child(4) th{
	background-color: #E49557;
}
.table tbody tr:nth-child(5) th{
	background-color: #EED79E;
}
.table tbody tr td{
	padding: 12px clamp(10px, 1vw, 20px);
	vertical-align: middle;
	border-radius: 5px;
	background-color: var(--mainsub-color);
}
.scroll-hint-icon-wrap{
	z-index: 5 !important;
}
.scroll-hint {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}
.scroll-hint-icon {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;
}
.accordion_list > li:not(:last-child){
	margin-bottom: clamp(15px, 1vw, 20px);
}
.accordion_list .ttl{
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1.3vw, 25px);
	padding-right: 55px;
	background-color: var(--bg-color);
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	transition: all ease 0.5s;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.accordion_list > li:hover .ttl{
	color: #fff;
	background-color: var(--sub-green);
	border: 1px solid var(--sub-green);
	box-shadow: none;
}
.orange .accordion_list > li:hover .ttl{
	background-color: var(--sub-orange);
	border: 1px solid var(--sub-orange);
}
.accordion_list .ttl svg{
	position: absolute;
	right: clamp(15px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: auto;
}
.accordion_list .ttl svg rect,
.accordion_list .ttl svg path{
	transition: all ease 0.5s;
}
.orange  .accordion_list .ttl svg rect{
	fill: var(--sub-orange);
}
.accordion_list > li:hover .ttl svg rect{
	fill: #fff !important;
}
.accordion_list > li:hover .ttl svg path{
	fill: var(--sub-green);
}
.orange .accordion_list > li:hover .ttl svg path{
	fill: var(--sub-orange);
}
.accordion_list > li .ttl.open svg path:nth-of-type(1){
	fill: var(--sub-green);
}
.orange .accordion_list > li .ttl.open svg path:nth-of-type(1){
	fill: var(--sub-orange);
}
.accordion_list > li:hover .ttl.open svg path:nth-of-type(1){
	fill: #fff;
}
.accordion_list .ttl > span{
	display: block;
	padding: 2px clamp(12px, 1vw, 20px);
	border-radius: 40px;
	background-color: var(--sub-green);
	color: #fff;
	white-space: nowrap;
	transition: all ease 0.5s;
	line-height: 1.4;
}
.orange .accordion_list .ttl > span{
	background-color: var(--sub-orange);
}
.accordion_list > li:hover .ttl > span{
	background-color: #fff !important;
	color: var(--sub-green);
}
.orange .accordion_list > li:hover .ttl > span{
	color: var(--sub-orange);
}
.accordion_list .ttl > h3{
	padding-left: clamp(10px, 1vw, 20px);
	font-size: var(--fontsize-20);
	font-weight: 700;
}
.accordion_list .ttl > h3 small{
	font-size: var(--fontsize-16);
}
.accordion_list > li .box{
	margin: clamp(15px, 1.6vw, 30px) 0 clamp(25px, 2.6vw, 50px);
}
.accordion_list > li:last-child .box{
	margin-bottom: 0;
}
.accordion_list > li .price_wrap > span{
	display: block;
	width: fit-content;
	padding: 2px clamp(12px, 1vw, 20px);
	border: 1px solid var(--sub-green);
	color: var(--sub-green);
	font-weight: 700;
	margin-bottom: clamp(10px, 0.83vw, 16px);
	border-radius: 30px;
}
.orange .accordion_list > li .price_wrap > span{
	border: 1px solid var(--sub-orange);
	color: var(--sub-orange);
}
.accordion_list > li .box .price{
	color: var(--sub-green);
	font-weight: 700;
	font-size: clamp(25px, 1.6vw, 30px);
	margin-top: clamp(10px, 1vw, 20px);
	align-items: center;
	display: flex;
}
.orange .accordion_list > li .box .price{
	color: var(--sub-orange);
}
.accordion_list > li .box .price small{
	font-size: var(--fontsize-16);
	padding-right: 5px;
}
.accordion_list > li .box .price span{
	display: inline-block;
	margin-right: clamp(10px, 0.83vw, 16px);
	padding: 2px clamp(10px, 0.83vw, 16px);
	background-color: var(--sub-green);
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.4;
}
.orange .accordion_list > li .box .price span{
	background-color: var(--sub-orange);
}
.accordion_list > li .box .price_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.accordion_list > li .box .price_list .price:not(:last-of-type){
	padding-right: clamp(15px, 1.6vw, 30px);
	margin-right: clamp(15px, 1.6vw, 30px);
	border-right: 2px solid var(--sub-green);
}
.orange .accordion_list > li .box .price_list .price:not(:last-of-type){
	border-right: 2px solid var(--sub-orange);
}
.accordion_list > li .box .maru_ttl:not(:first-of-type){
	margin-top: clamp(15px, 1.6vw, 30px);
}
.accordion_list > li .box .red_box{
	margin-top: clamp(15px, 1.6vw, 30px);
	width: fit-content;
}
.bb_wrap{
	padding-bottom: clamp(15px, 1.6vw, 30px);
	margin-bottom: clamp(15px, 1.6vw, 30px);
	border-bottom: 1px dashed var(--font-color);
}
.tag{
	display: block;
	width: fit-content;
	padding: 2px clamp(10px, 1vw, 20px);
	border-radius: 30px;
	border: 1px solid var(--sub-green);
	color: var(--sub-green);
	line-height: 1.4;
}
.red .tag{
	border: 1px solid var(--sub-red);
	color: var(--sub-red);
}
.sub_read .inner{
	padding: 0 0 clamp(40px, 4.1vw, 80px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sub_read h2{
	width: 36.5%;
	border-right: 1px dashed var(--font-color);
	padding-right: 10px;
	font-weight: 700;
	font-size: var(--fontsize-25);
}
.sub_read h2 span{
	color: var(--sub-green);
}
.sub_read p{
	width: 60%;
}
.icn_btn{
	display: block;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	background-color: var(--bg-color);
	padding: clamp(15px, 1.3vw, 25px);
	transition: all ease 0.5s;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
}
.icn_btn:hover{
	background-color: rgba(147,147,147,0.5);
}
.icn_btn p{
	line-height: 1.6;
	font-size: var(--fontsize-18);
	font-weight: 700;
	padding: 0 clamp(25px, 1.7vw, 33px) 0 clamp(50px, 3.9vw, 75px);
	position: relative;
}
.icn_btn p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(20px, 1.5vw, 28px);
	background-image: url('./library/images/icn_car.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.icn_btn p::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(10px, 0.63vw, 12px);
	background-image: url('./library/images/link_arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.blue .icn_btn p::after{
	background-image: url('./library/images/link_arrow_blue.png');
}
.red .icn_btn p::after{
	background-image: url('./library/images/link_arrow_red.png');
}
.pea .icn_btn p::after{
	background-image: url('./library/images/link_arrow_pea.png');
}
.shadow_box{
	background-color: #fff;
	padding: 15px clamp(15px, 1.3vw, 25px);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
	border-radius: 10px;
}
/* 
 trainees
----------------------------------------------------------- */
.trainees .sub_fv h1 span::before{
	background-image: url("./library/images/header_attending.png");
}
.trainees .modal_grid {
	display: grid;
	gap: clamp(15px, 1vw, 20px);
	grid-template-columns: repeat(2, 1fr);
}
.trainees_examinations{
	background-color: var(--mainsub-color);
}
.trainees_examinations .img_flex{
	flex-direction: row-reverse;
}
.trainees_examinations .sub_section:nth-of-type(2) .modal_grid{
	margin: clamp(15px, 1.3vw, 25px) 0 clamp(10px, 1vw, 20px);
}
.trainees_examinations .sub_section:nth-of-type(2) .modal_grid .icn_btn p::before{
	background-image: url('./library/images/schedule_blue.png');
}
.trainees_examinations .img_flex .txt p:nth-of-type(2){
	margin-top: clamp(15px, 1.6vw, 30px);
}
.trainees_bus .sub_section:nth-of-type(1) .modal_grid{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.trainees_bus .sub_section:nth-of-type(1) .modal_grid .icn_btn:nth-of-type(1) p::before{
	background-image: url('./library/images/time_red.png');
}
.trainees_bus .sub_section:nth-of-type(1) .modal_grid .icn_btn:nth-of-type(1) p::after{
	transform: translateY(-50%) rotate(90deg);
}
.trainees_bus .sub_section:nth-of-type(1) .modal_grid .icn_btn:nth-of-type(2) p::before{
	background-image: url('./library/images/schedule_red.png');
}
.modal_list{
	display: grid;
	grid-column-gap: clamp(15px, 1vw, 20px);
	grid-row-gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
.modal_list li a{
	background-color: var(--bg-color);
	padding: 12px clamp(15px, 1vw, 20px);
	border-radius: 5px;
	position: relative;
	border: 1px solid #DCDCDC;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	font-size: var(--fontsize-18);
	font-weight: 700;
	margin-left: 3px;
	transition: all ease 0.5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal_list li a:hover{
	background-color: rgba(147,147,147,0.5);
}
.modal_list li a::before{
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 26px;
	border-radius: 8px;
	background-color: #000000;
}
.modal_list li:nth-child(2) a::before{
	background-color: #FF5252;
}
.modal_list li:nth-child(3) a::before{
	background-color: #FF5252;
}
.modal_list li:nth-child(4) a::before{
	background-color: #AFB42C;
}
.modal_list li:nth-child(5) a::before{
	background-color: #0B9D58;
}
.modal_list li:nth-child(6) a::before{
	background-color: #0097A7;
}
.modal_list li:nth-child(7) a::before{
	background-color: #1A237E;
}
.modal_list li:nth-child(8) a::before{
	background-color: #890D4F;
}
.modal_list li:nth-child(9) a::before{
	background-color: #AFB42C;
}
.modal_list li:nth-child(10) a::before{
	background-color: #FF5252;
}
.modal_list li:nth-child(11) a::before{
	background-color: #FED703;
}
.modal_list li:nth-child(12) a::before{
	background-color: #795648;
}
.modal_list li a svg{
	height: clamp(20px, 1.2vw, 23px);
	width: auto;
}
.modal_list li:nth-child(1) a svg rect{
	fill: #000000;
}
.modal_list li:nth-child(2) a svg rect{
	fill: #FF5252;
}
.modal_list li:nth-child(3) a svg rect{
	fill: #FF5252;
}
.modal_list li:nth-child(4) a svg rect{
	fill: #AFB42C;
}
.modal_list li:nth-child(5) a svg rect{
	fill: #0B9D58;
}
.modal_list li:nth-child(6) a svg rect{
	fill: #0097A7;
}
.modal_list li:nth-child(7) a svg rect{
	fill: #1A237E;
}
.modal_list li:nth-child(8) a svg rect{
	fill: #890D4F;
}
.modal_list li:nth-child(9) a svg rect{
	fill: #AFB42C;
}
.modal_list li:nth-child(10) a svg rect{
	fill: #FF5252;
}
.modal_list li:nth-child(11) a svg rect{
	fill: #FED703;
}
.modal_list li:nth-child(12) a svg rect{
	fill: #795648;
}
.trainees_online{
	background-color: var(--mainsub-color);
	background-image: url("./library/images/top_features_itembg.png");
}
.trainees_online .img_flex{
	align-items: flex-start;
}
.trainees_online .icn_btn:nth-of-type(1){
	margin: clamp(15px, 1.3vw, 25px) 0 12px;
}
.trainees_online .icn_btn:nth-of-type(2){
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.trainees_online .icn_btn:nth-of-type(1) p::before{
	background-image: url('./library/images/pc_pea.png');
}
.trainees_online .icn_btn:nth-of-type(2) p::before{
	background-image: url('./library/images/people_pea.png');
}
.trainees_faq .tel_btn{
	margin: clamp(15px, 1.6vw, 30px) 0;
}
.trainees_faq .shadow_box h4{
	font-weight: 700;
	margin-bottom: 8px;
	font-size: var(--fontsize-20);
}
.trainees_faq .shadow_box p{
	line-height: 1.6;
}
.faq_list li:not(:last-child){
	margin-bottom: 12px;
}
.faq_list li{
	display: block;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	background-color: var(--bg-color);
	padding: 15px clamp(15px, 1.3vw, 25px);
	transition: all ease 0.5s;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
}
.faq_list .ttl {
	display: flex;
	align-items: center;
}
.faq_list .ttl svg{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: auto;
	transition: all ease 0.5s;
}
.faq_list li .ttl.open svg{
	transform: translateY(-50%) scale(1,-1);
}
.faq_list .ttl > span{
	display: block;
	white-space: nowrap;
	width: clamp(35px, 2vw, 40px);
	line-height: 1;
	font-weight: 700;
	color: var(--sub-orange);
	font-size: clamp(25px, 1.6vw, 30px);
}
.faq_list .ttl > h3{
	font-size: var(--fontsize-20);
	font-weight: 700;
	width: calc(100% - clamp(35px, 2vw, 40px));
}
.faq_list .box a{
	color: var(--sub-orange);
	transition: all ease 0.5s;
	text-decoration: underline;
}
.faq_list .box a:hover{
	opacity: 0.7;
}
.faq_list > li .box{
	padding: 15px 0 0 clamp(35px, 2vw, 40px);
	border-top: 1px solid #DCDCDC;
	margin-top: 11px;
}
/* 
 lesson
----------------------------------------------------------- */
.lesson .sub_fv h1 span::before{
	background-image: url("./library/images/header_plan.png");
}
.lesson .sub_read h2{
	width: clamp(250px, 22.9vw, 440px);
}
.lesson .sub_read p{
	width: calc(96.5% - clamp(250px, 22.9vw, 440px));
}
.lesson_plans{
	background-image: url('./library/images/subbg_top.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: var(--mainsub-color);
	position: relative;
}
.lesson_plans::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: clamp(50px, 6.8vw, 130px);
	background-image: linear-gradient(to bottom, var(--mainsub-color), var(--bg-color));
}
.lesson_plans .sub_section:nth-of-type(1) .accordion_list{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.lesson_plans .sub_section:nth-of-type(2) .accordion_list{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.lesson_discounts{
	background-color: var(--mainsub-color);
	background-image: url("./library/images/top_features_itembg.png");
}
.lesson_payment .marubg_list{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.discounts_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.discounts_list h4{
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #A0D0ED;
	border-radius: 5px;
	background-color: var(--sub-blue);
	color: #fff;
	font-weight: 700;
	width: 40px;
}
.discounts_list ul{
	width: calc(100% - 50px);
}
.discounts_list ul li{
	border: 1px solid #DCDCDC;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	background-color: var(--bg-color);
	border-radius: 10px;
	padding: clamp(15px, 1.3vw, 25px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.discounts_list ul li:not(:last-child){
	margin-bottom: 8px;
}
.discounts_list ul li .ttl{
	padding-left: clamp(55px, 3.9vw, 75px);
	position: relative;
	max-width: calc(100% - 190px);
}
.discounts_list ul li .ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(20px, 1.5vw, 28px);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("./library/images/icn_student.png");
}
.discounts_list ul li .flex{
	align-items: center;
	max-width: calc(100% - 190px);
}
.discounts_list ul li .flex .ttl{
	margin-right: clamp(15px, 1.3vw, 25px);
	max-width: none;
}
.discounts_list ul li .ttl h5{
	font-weight: 700;
	font-size: var(--fontsize-18);
}
.discounts_list ul li .price{
	color: var(--sub-green);
	font-weight: 700;
	font-size: clamp(25px, 1.6vw, 30px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.red .discounts_list ul li .price{
	color: var(--sub-red);
}
.discounts_list ul li .price span{
	display: inline-block;
	margin-right: clamp(10px, 0.83vw, 16px);
	padding: 2px clamp(10px, 0.83vw, 16px);
	background-color: var(--sub-green);
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 1.4;
}
.red .discounts_list ul li .price span{
	background-color: var(--sub-red);
}
.discounts_list ul li .price{
	margin-left: auto;
}
.lesson_discounts .discounts_list:not(:last-of-type){
	margin-bottom: 6px;
}
.lesson_discounts .discounts_list:nth-of-type(2) h4{
	background-color: var(--sub-orange);
	border: 1px solid #FABB67;
}
.lesson_discounts .red_box{
	margin-top: clamp(10px, 1vw, 20px);
}
.lesson_discounts .discounts_list:nth-of-type(1) li:nth-child(2) .ttl::before{
	background-image: url("./library/images/icn_web.png");
}
.lesson_discounts .discounts_list:nth-of-type(1) li:nth-child(3) .ttl::before{
	background-image: url("./library/images/icn_child.png");
}
.lesson_discounts .discounts_list:nth-of-type(2) li:nth-child(1) .ttl::before{
	background-image: url("./library/images/icn_pair.png");
}
.lesson_discounts .discounts_list:nth-of-type(2) li:nth-child(2) .ttl::before{
	background-image: url("./library/images/icn_group.png");
}
.lesson_discounts .discounts_list:nth-of-type(2) li:nth-child(3) .ttl::before{
	background-image: url("./library/images/icn_referral.png");
}
.lesson_discounts .discounts_list:nth-of-type(2) li:nth-child(4) .ttl::before{
	background-image: url("./library/images/icn_family.png");
}
/* 
 various
----------------------------------------------------------- */
.various .sub_fv h1 span::before{
	background-image: url("./library/images/header_course.png");
}
.various .w_box{
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.various .w_box .sub_txt{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.various .sub_section > .flex{
	align-items: flex-start;
}
.various .sub_section > .flex > div{
	width: 48.5%;
}
.various .sub_section > .flex .telbtn_mini{
	margin-top: clamp(10px, 0.83vw, 16px);
}
.various .g_box li{
	line-height: 1.4;
}
.various .g_box li:not(:last-child){
	margin-bottom: 4px;
}
.various .g_box li small{
	display: block;
	font-size: var(--fontsize-15);
}
.various .g_box li span{
	font-size: 14px;
}
.various .red_box{
	margin-top: 12px;
}
.various .option_list{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.various .table{
	margin-bottom: 12px;
}
.various_senior,
.various_scooters,
.various_paper,
.various_company,
.various_at{
	background-image: url('./library/images/various_bg.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.various_scooters .sub_section > .flex > div > p span{
	color: var(--sub-red);
}
.various_scooters .sub_section > .flex .g_box {
	margin-top: clamp(10px, 0.83vw, 16px);
}
.various_paper .red_box{
	width: fit-content;
}
.various_paper .g_box:first-of-type{
	margin-bottom: 12px;
}
.various_paper .table tbody tr td:nth-child(3){
	white-space: nowrap;
}
.various_company .table table{
	min-width: 510px;
}
.various_at{
	position: relative;
}
.various_at::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3%;
	padding: clamp(100px, 9.6vw, 185px);
	background-image: url('./library/images/logo_bg.svg');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.various_at .sub_section{
	padding-bottom: clamp(40px, 4.9vw, 95px);
	margin-bottom: clamp(30px, 3.4vw, 65px);
	border-bottom: 1px dashed var(--font-color);
}
.various_at .fuki{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.various_at .fuki .txt{
	margin-bottom: clamp(15px, 1.3vw, 25px);
	background-color: #fff;
	padding: 15px 20px;
	margin-right: clamp(35px, 2.3vw, 45px);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
	border-radius: 10px;
	position: relative;
	max-width: calc(100% - clamp(180px, 13.8vw, 265px) - clamp(35px, 2.3vw, 45px));
}
.various_at .fuki .txt::after{
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url('./library/images/fuki_arrow.svg');
	background-size: auto 100%;
	background-position: center left;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.08));
}
.various_at .fuki .txt p{
	font-weight: 700;
	font-size: var(--fontsize-20);
	line-height: 1.6;
}
.various_at .fuki .txt p span{
	color: var(--sub-green);
}
.various_at .fuki .img{
	width: clamp(180px, 13.8vw, 265px);
	height: auto;
}
/* 
 guidance
----------------------------------------------------------- */
.guidance .sub_fv h1 span::before{
	background-image: url("./library/images/header_enrollment.png");
}
.guidance_slider.swiper{
	overflow: initial !important;
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.guidance_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.guidance_slider li{
	position: relative;
}
.guidance_slider li::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: clamp(8px, 0.8vw, 15px);
	top: clamp(8px, 0.8vw, 15px);
	border-radius: 5px;
	background-image: linear-gradient(to right top, #93D1FF, #FFF798);
	z-index: -1;
}
.guidance_slider li.top{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.guidance_slider li.bottom{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.guidance_slider li img{
	border-radius: 5px;
	width: 100%;
	height: auto;
}
.guidance_application{
	background-image: url('./library/images/subbg_top.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: var(--mainsub-color);
}
.guidance_application ul{
	display: grid;
	gap: clamp(30px, 1.8vw, 35px);
	grid-template-columns: repeat(3, 1fr);
}
.guidance_application ul li .hyo dl dt{
	width: 170px;
}
.guidance_application ul li .hyo dl dd {
	width: calc(100% - 170px - 6px);
}
.guidance_application ul li:nth-child(2) .maru_ttl{
	margin-bottom: 8px;
}
.guidance_application ul li:nth-child(2) p{
	padding-bottom: clamp(10px, 0.83vw, 16px);
	margin-bottom: clamp(10px, 0.83vw, 16px);
	border-bottom: 1px dashed var(--font-color);
}
.guidance_need{
	background-image: url('./library/images/subbg_top_gray.svg');
	background-size: 100% auto;
	background-position: center top -1px;
	background-repeat: no-repeat;
}
.guidance_need .marubg_list{
	margin: clamp(15px, 1.3vw, 25px) 0 clamp(10px, 1vw, 20px);
}
.guidance_eligibility{
	background-image: url('./library/images/subbg_top_white.svg');
	background-size: 100% auto;
	background-position: center top -1px;
	background-repeat: no-repeat;
	background-color: var(--mainsub-color);
}
.guidance_eligibility .hyo{
	margin-bottom: clamp(10px, 1vw, 20px);
}
.guidance_process{
	background-image: url('./library/images/subbg_top_gray_nomal.svg');
	background-size: 100% auto;
	background-position: center top -1px;
	background-repeat: no-repeat;
}
.flow_list li{
	border: 1px solid #DCDCDC;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	background-color: var(--bg-color);
	padding: clamp(10px, 1vw, 20px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 5px;
	position: relative;
}
.flow_list li:not(:last-child){
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.flow_list li:not(:last-child)::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(clamp(23px, 1.6vw, 30px) * -1);
	transform: translateX(-50%);
	width: 15px;
	height: 13px;
	background-image: url('./library/images/flow_list_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.flow_list li > span{
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	line-height: 1.3;
	font-size: 21px;
	text-align: center;
	color: var(--sub-pea);
	width: clamp(40px, 2.6vw, 50px);
}
.flow_list li:nth-child(even) > span{
	color: var(--sub-orange);
}
.flow_list li > span small{
	display: block;
	font-size: 9px;
}
.flow_list li > h3{
	font-size: var(--fontsize-16);
	font-weight: 700;
	color: #fff;
	background-color: var(--sub-pea);
	border-radius: 40px;
	padding: 4px clamp(10px, 1vw, 20px);
	width: 305px;
}
.flow_list li:nth-child(even) > h3{
	background-color: var(--sub-orange);
}
.flow_list li > p{
	width: calc(100% - 305px - clamp(40px, 2.6vw, 50px));
	padding-left: clamp(15px, 1.3vw, 25px);
}
.guidance_payment{
	background-image: url('./library/images/subbg_top_white2.svg');
	background-size: 100% auto;
	background-position: center top -1px;
	background-repeat: no-repeat;
	background-color: var(--mainsub-color);
}
.guidance_payment .marubg_list{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.guidance_consult{
	background-image: url('./library/images/subbg_top_gray2.svg');
	background-size: 100% auto;
	background-position: center top -1px;
	background-repeat: no-repeat;
}
.guidance_consult .img_flex{
	margin-bottom: clamp(30px, 2.9vw, 55px);
}
/* 
 company
----------------------------------------------------------- */
.company_access{
	background-image: url('./library/images/company_access_bg.png');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.company_access .hyo{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.company_access .img_flex .txt p span{
	font-weight: 700;
	color: #009030;
}
.company_access .img_flex .sub_txt{
	margin: clamp(15px, 1.6vw, 30px) 0 clamp(20px, 2vw, 40px);
}
.company_bus{
	background-image: url('./library/images/subbg_top.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: var(--mainsub-color);
}
.company_bus .marubg_list{
	margin: clamp(15px, 1.3vw, 25px) 0 clamp(10px, 1vw, 20px);
}
.company_bus .sub_section:nth-of-type(3) .img_flex .img{
	background-color: var(--bg-color);
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px #DCDCDC;
	border: 1px solid #DCDCDC;
	padding: clamp(20px, 1.3vw, 25px);
	background-image: url("./library/images/icn_bg.png");
}
.company_bus .sub_section:nth-of-type(3) .linkbox{
	margin-top: clamp(20px, 2vw, 40px);
}
.company_bus .sub_section:nth-of-type(3) .img h3{
	text-align: center;
	font-weight: 700;
	color: #03C755;
	font-size: clamp(22px, 1.5vw, 28px);
}
.company_bus .sub_section:nth-of-type(3) .img p{
	text-align: center;
	font-weight: 700;
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.company_bus .sub_section:nth-of-type(3) .img .qr{
	display: block;
	background-color: #FFF;
	padding: 15px 12px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
	width: fit-content;
	margin: 0 auto;
}
.company_bus .sub_section:nth-of-type(3) .img .qr img{
	width: min(100%,220px);
}
/* 
 news
----------------------------------------------------------- */
.news .sub_fv h1 span::before{
	background-image: url("./library/images/icn_info.png");
}
.news .inner{
	padding-top: 0;
}
.news_info{
	margin-bottom: clamp(20px, 2vw, 40px);
	text-align: left;
}
.news_date{
	margin-right: clamp(10px, 0.8vw, 15px);
}
.news .news_date{
	font-size: var(--fontsize-15);
}
.news_cat a,
.news_cat span{
	padding:2px 15px;
	font-size:14px;
	border-radius: 15px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: var(--sub-blue);;
	border: 1px solid var(--sub-blue);;
	color: #fff;
}
.news_cat a:hover{
  background-color:#fff;
  color: var(--sub-blue);;
}
.news_cat a.cat_campaign,
.news_cat span.cat_campaign{
	background-color: var(--sub-red);
	border: 1px solid var(--sub-red);
}
.news_cat a.cat_campaign:hover{
  background-color:#fff;
  color: var(--sub-red);
}
.ttl_left{
	font-size: var(--fontsize-20);
	font-weight: 700;
	margin-bottom: clamp(15px, 1.6vw, 30px);
	position: relative;
	padding-left: 18px;
}
.ttl_left::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 24px;
	border-radius: 4px;
	background-color: var(--sub-green);
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	margin-bottom: 16px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: var(--mainsub-color);
}
.news_list > li > a{
	display: block;
	padding: 20px clamp(20px, 1.3vw, 25px);
}
.news_list .news_info{
	margin-bottom: 0;
}
/*アイキャッチなしの場合は削除*/
.news_list > li > a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.news_list > li .img{
	width:clamp(180px, 13.3vw, 250px);
	margin-bottom: 7px;
	position: relative;
}
.news_list > li .img::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.25);
	opacity: 0;
	transition: all ease 0.5s;
}
.news_list > li:hover .img::before{
	opacity: 1;
}
.news_list > li .img::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	transform: translateX(-50%);
	border-radius: 5px;
	width: calc(100% - 14px);
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right top, #93D1FF, #FF98C4);
	transition: all ease 0.5s;
}
.news_list > li .img img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
.news_list > li .txt{
	width:calc(97% - clamp(180px, 13.3vw, 250px));
	/*▼アイキャッチなしの場合*/
	/*width: 100%;*/
}
.news_list > li .txt a:hover{
	opacity: 0.7;
}
.news_list > li .txt .news_info{
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li .txt h3{
	font-size:var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 10px;
	font-weight: 700;
}
.news_list > li .txt p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	position: relative;
	padding-left: 16px;
	padding-bottom: 12px;
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 4px;
	height: 16px;
	border-radius: 4px;
	background-color: var(--sub-green);
}
#recent-posts-2 .widgettitle::before{
	background-color: var(--sub-red);
}
#categories-2 .widgettitle::before{
	background-color: var(--sub-blue);
}
#archives-2 .widgettitle::before{
	background-color: var(--sub-orange);
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	display: block;
	padding-left: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:8px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
	color: var(--sub-green);
}
#recent-posts-2 ul li a::before{
	color: var(--sub-red);
}
#categories-2 ul li a::before{
	color: var(--sub-blue);
}
#archives-2 ul li a::before{
	color: var(--sub-orange);
}
.widget ul li a:hover{
	color: var(--sub-green);
}
#recent-posts-2 ul li a:hover{
	color: var(--sub-red);
}
#categories-2 ul li a:hover{
	color: var(--sub-blue);
}
#archives-2 ul li a:hover{
	color: var(--sub-orange);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	background-color: #F0F0F0;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
}
/* news single
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-25);
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1.5px solid #DCDCDC;
	position: relative;
	text-align: justify;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact .sub_fv h1 span::before{
	background-image: url("./library/images/header_contact.png");
}
.contact .inner{
	padding-top: 0;
}
.contact .box{
	background-color: var(--mainsub-color);
	border-radius: 10px;
	padding: clamp(20px, 4.1vw, 80px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.contact .box .wpcf7{
	width: min(100%,800px);
	margin: 0 auto;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:clamp(15px, 1.6vw, 30px);
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 10px;
	font-size: 12px;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: var(--fontsize-16);
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7 dl .sub_ttl p{
	font-size: var(--fontsize-15);
	font-weight: 400;
}
.wpcf7-list-item{
	margin: 2.5px clamp(20px, 1.6vw, 30px) 2.5px 0;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:clamp(20px, 1.6vw, 30px) auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:clamp(20px, 1.6vw, 30px) 15px 0;
}
.subbtn input {
	width:300px;
	min-width: 100%;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:var(--sub-green);
	transition:all ease 0.5s;
	border-radius: 40px;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:var(--mainsub-color);
	color: var(--font-color);
}
.wpcf7-text, .mw_txt, .wpcf7-number {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	width: min(100%,150px);
	border: 1px solid #ccc;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	max-height: 200px;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.wpcf7 dd .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: 10px;
	display: block;
}
.wpcf7 dd .birth .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: 0;
}
.wpcf7 .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wpcf7 .birth > p .wpcf7-select{
	width: 150px;
}
.wpcf7 .birth > p small{
	padding: 0 10px;
}
.wpcf7 .address{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 .address > div{
	width: 49%;
}
.wpcf7 .address > div .wpcf7-select{
	width: 100%;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:clamp(20px, 1.6vw, 30px) 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.wpcf7-spinner {
	display: none;
}
.priva {
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: var(--fontsize-16);
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #ccc;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 foot
----------------------------------------------------------- */
.footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding: 12px 12px clamp(120px, 7.8vw, 150px) 12px;
	background-color: var(--mainsub-color);
	position: relative;
	overflow: hidden;
}
.footer::before{
	content: "";
	display: block;
	height: clamp(85px, 6vw, 115px);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: clamp(10px, 1vw, 20px);
	background-image: url('./library/images/footer_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
}
.footer a{
	transition:all ease 0.5s;
}
.footer a:hover{
	opacity: 0.7;
}
.footer > div{
	background-color: var(--bg-color);
	border-radius: 5px;
	padding: clamp(20px, 1.6vw, 30px);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.footer > div:first-of-type{
	grid-column: 1/3;
	grid-row: 1/3;
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 4.1vw, 80px);
}
.footer > div:nth-of-type(2){
	grid-column: 3/4;
	grid-row: 1/2;
	padding: 0;
}
.footer > div:nth-of-type(3){
	grid-column: 3/4;
	grid-row: 2/3;
	padding: 0;
}
.footer > div:nth-of-type(4){
	grid-column: 1/2;
	grid-row: 3/4;
	padding: 0;
}
.footer > div:nth-of-type(5){
	grid-column: 2/4;
	grid-row: 3/4;
}
.footer .sitemap{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: clamp(20px, 6.2vw, 120px);
	grid-row-gap: clamp(20px, 3.4vw, 65px);
}
.footer .sitemap .ttl{
	padding-bottom: 14px;
	border-bottom: 1px dashed #B5AFA9;
	margin-bottom: 14px;
	font-weight: 700;
	display: block;
	width: fit-content;
}
.footer .sitemap > li > a{
	font-weight: 700;
}
.footer .sitemap > li > ul > li:not(:last-child){
	margin-bottom: 10px;
}
.footer .sitemap > li > ul > li > a{
	padding-left: 13px;
	font-size: var(--fontsize-15);
	font-weight: 400;
	background-image: url("./library/images/footer_arrow.svg");
	background-position: top 9px left;
	background-repeat: no-repeat;
	background-size: auto 5px;
}
.footer > div > a{
	display: block;
	width: 100%;
	height: 100%;
	padding: clamp(20px, 1.6vw, 30px);
	background-image: url("./library/images/footer_link.svg");
	background-position: right 20px bottom 15px;
	background-repeat: no-repeat;
	background-size: auto clamp(80px, 6vw, 115px);
}
.footer > div:nth-of-type(2):hover,
.footer > div:nth-of-type(3):hover,
.footer > div:nth-of-type(4):hover{
	transition:all ease 0.5s;
	background-color: rgba(250,250,250,0.5);
}
.footer > div > a > h3{
	font-size: var(--fontsize-25);
	font-weight: 700;
	padding-left: clamp(50px, 4.1vw, 80px);
	position: relative;
}
.footer > div > a > h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(20px, 1.6vw, 30px);
	background-image: url("./library/images/footer_car.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer > div:nth-of-type(3) > a > h3::before{
	background-image: url("./library/images/footer_post.png");
}
.footer > div > a > h3 span{
	font-size: var(--fontsize-16);
	display: block;
	font-family: "Montserrat", sans-serif;
}
.footer > div > a > span{
	font-size: var(--fontsize-16);
	display: block;
	font-weight: 700;
}
.footer > div:nth-of-type(4) p{
	font-size: clamp(28px, 2vw, 40px);
	font-weight: 700;
	padding-left: clamp(45px, 2.8vw, 53px);
	position: relative;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
}
.footer > div:nth-of-type(4) p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: clamp(15px, 1vw, 20px);
	background-image: url("./library/images/footer_tel.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer > div:nth-of-type(5){
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer > div:nth-of-type(5) .ttl{
	font-weight: 700;
	font-size: var(--fontsize-20);
	margin-bottom: 5px;
}
.footer > div:nth-of-type(5) .ttl span{
	display: block;
	font-weight: 500;
	font-size: var(--fontsize-15);
}
.footer > div:nth-of-type(5) .address{
	padding-left: 20px;
	font-weight: 400;
	font-size: var(--fontsize-15);
	background-image: url("./library/images/footer_pin.svg");
	background-position: top 6px left;
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-bottom: clamp(10px, 0.94vw, 18px);
	margin-bottom: 14px;
	border-bottom: 1px dashed var(--font-color);
	width: fit-content;
}
.footer > div:nth-of-type(5) .shitei{
	font-weight: 400;
	font-size: 14px;
	padding-left: 40px;
	position: relative;
}
.footer > div:nth-of-type(5) .shitei::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	background-image: url("./library/images/footer_shitei.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer > div:nth-of-type(5) > div{
	display: flex;
	flex-direction: column;
}
.footer > div:nth-of-type(5) ul{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.footer > div:nth-of-type(5) ul li{
	width: clamp(40px, 2.6vw, 50px);
}
.footer > div:nth-of-type(5) ul li:not(:last-child){
	margin-right: 13px;
}
.footer > div:nth-of-type(5) ul li img{
	width: 100%;
	height: auto;
}
.footer > div:nth-of-type(5) .copy{
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	color: #939393;
	margin-top: auto;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position:fixed;
	top: 5px;
	right: 5px;
	z-index:999;
	text-align:center;
	cursor:pointer;
	display:none;
	border: none;
	transition: all ease 0.5s;
	background-color: transparent;
	width: 50px;
	height: 50px;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--sub-green);
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
.spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
.spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
.spnav {
	position:relative;
	z-index:999;
}
.sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
.sp_close.open{
	display: inherit;
}
.spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	overflow-y:scroll;
}
.spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.8);
}
.spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
.spnav .trigger > p img {
	height: 40px;
	width: auto;
	margin:0 auto;
}
.spnav .trigger > ul > li:first-child {
	border-top:1px solid rgba(0,144,47,0.5);
}
.spnav .trigger > ul > li {
	border-bottom:1px solid rgba(0,144,47,0.5);
	font-size:0.9rem;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul > li a,
.spnav .trigger > ul > li p{
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px rgba(0,144,47,0.5);
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--sub-green);
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a{
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span{
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--sub-green);
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--sub-green);
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(0,144,47,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(0,144,47,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
.sp_accordionbox{
	width: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
.sp_accordionbox li a{
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--sub-green);
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1600px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap .link > ul:first-of-type > li > a span{
		margin-left: 5px;
	}
	.navwrap .link > ul:first-of-type{
		padding: 0 15px;
	}
	.navwrap .link > ul:first-of-type > li:not(:last-child){
		margin-right: 10px;
	}
	.navwrap .link > ul:first-of-type > li > a,
	.navwrap .link > ul:first-of-type > li > p{
		font-size: 14px;
	}
	.navwrap .link > ul:last-of-type > li a p{
		font-size: 15px !important;
		background-size: auto 15px !important;
		padding-left: 20px;
	}
	.navwrap .link > ul:last-of-type > li{
		margin-left: 5px;
	}
	.navwrap .link > ul:last-of-type > li a{
		padding: 0 10px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer {
		grid-template-columns: repeat(6, 1fr);
	}
	.footer > div:first-of-type{
		grid-column: 1/7;
		grid-row: 1/2;
	}
	.footer > div:nth-of-type(2){
		grid-column: 1/4;
		grid-row: 2/3;
	}
	.footer > div:nth-of-type(3){
		grid-column: 4/7;
		grid-row: 2/3;
	}
	.footer > div:nth-of-type(4){
		grid-column: 1/3;
		grid-row: 3/4;
	}
	.footer > div:nth-of-type(5){
		grid-column: 3/7;
		grid-row: 3/4;
	}
	.footer > div > a{
		background-size: auto 70px;
	}
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap p img{
		height: 38px;
	}
	.navwrap {
		height: 60px;
	}
	.navwrap .link{
		margin-right: 40px;
	}
	.navwrap .link ul:first-of-type{
		display: none;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		display: grid;
		place-content: center;
		place-items: center start;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */
	.option_list{
		grid-template-columns: repeat(6, 1fr);
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv .img{
		width: 62.5%;
	}
	.fv .swiper-pagination {
		right: 5% !important;
	}
	.top_features .move{
		right: 5%;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */
	nav.res1100{
		display: inherit;
		padding: 0 5%;
		width: 100%;
		margin-top: 20px;
	}
	nav.res1100 .sub_nav{
		width: 100%;
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(3, 1fr);
	}
	nav.res1100 .sub_nav li:not(:last-child){
		margin-bottom: 0;
	}
	nav.normal{
		display: none;
	}
	/* 
	 various
	----------------------------------------------------------- */
	.various .img_flex{
		align-items: flex-start;
	}
	/* 
	 guidance
	----------------------------------------------------------- */
	.guidance_application ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.flow_list li > p{
		width: 100%;
		padding-left: 10px;
		padding-top: 3px;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company_access iframe{
		height: 250px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer > div:first-of-type{
		display: none;
	}
	.footer > div:nth-of-type(2){
		grid-column: 1/4;
		grid-row: 1/2;
	}
	.footer > div:nth-of-type(3){
		grid-column: 4/7;
		grid-row: 1/2;
	}
	.footer > div:nth-of-type(4){
		grid-column: 1/7;
		grid-row: 2/3;
	}
	.footer > div:nth-of-type(5){
		grid-column: 1/7;
		grid-row: 3/4;
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-18: 16px;
		--fontsize-16: 15px;
		--fontsize-15: 14px;
	}
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv::after{
		left: 3.5%;
	}
	.fv .txt{
		padding-top: 80px;
		top: auto;
		position: relative;
		width: 93%;
		margin-bottom: 20px;
	}
	.fv .txt h1{
		line-height: 1.1;
	}
	.fv .img{
		width: 93%;
		margin: 0 auto 45px;
		height: auto;
	}
	.fv .swiper-pagination {
		right: 0 !important;
	}
	.top_news .txt{
		width: 100%;
	}
	.top_features .item{
		padding: 25px 10vw 25px 25px;
	}
	.top_features .move{
		right: -3%;
	}
	.top_about ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.top_training .ttl{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_training ul{
		width: 100%;
	}
	.top_training .move{
		position: absolute;
		right: 0;
		left: auto;
		bottom: auto;
		top: -110px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	nav.res1100{
		display: none;
	}
	nav.normal{
		display: inherit;
	}
	.sub_nav{
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(2, 1fr);
	}
	.sub_nav li:not(:last-child){
		margin-bottom: 0;
	}
	.sub_fv .txt{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 30px;
	}
	.sub_fv .right{
		width: 95%;
		margin-left: auto;
	}
	.marubg_list li p::before{
		top: 7px;
	}
	.w_box.img_flex .bg_img,
	.w_box.img_flex .img{
		width: 100%;
	}
	.w_box.img_flex .txt{
		width: 100%;
		margin-top: 15px;
	}
	.option_list{
		grid-template-columns: repeat(5, 1fr);
	}
	/* 
	 trainees
	----------------------------------------------------------- */ 
	.trainees .img_flex .bg_img,
	.trainees .img_flex .img{
		width: 100%;
	}
	.trainees .img_flex .txt{
		width: 100%;
		margin-top: 15px;
	}
	.trainees .modal_grid {
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 lesson
	----------------------------------------------------------- */ 
	.discounts_list ul li .flex .ttl{
		margin-right: 0;
		width: 100%;
	}
	.discounts_list ul li .tag{
		margin-top: 6px;
	}
	/* 
	 various
	----------------------------------------------------------- */ 
	.various .sub_section > .flex > div{
		width: 100%;
	}
	.various .sub_section > .flex > div:not(:last-of-type){
		margin-bottom: 12px;
	}
	/* 
	 guidance
	----------------------------------------------------------- */ 
	.guidance_application ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.guidance_need  .marubg_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* news single
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.wpcf7 .birth > p .wpcf7-select{
		width: 130px;
	}
}
@media screen and (max-width:640px) {
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap .link {
		display: none;
	}
	.top_back{
		display: none;
	}
	.fix_btn{
		right: auto;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.fix_btn a{
		padding: 8px clamp(10px, 0.8vw, 15px);
		border-radius: 3px;
	}
	.fix_btn a p{
		margin: 0 clamp(25px, 1.8vw, 35px) 0 8px;
		writing-mode: inherit;
	}
	.fix_btn a svg{
		position: relative;
		left: 0;
		top: 50%;
		transform: translate(0);
	}
	.fix_btn .arrow{
		bottom: auto;
		right: 12px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	/* 
	 共通
	----------------------------------------------------------- */
	.campaign_list .swiper-button-prev{
		left: -10px !important;
	}
	.campaign_list .swiper-button-next {
		right: -10px !important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv{
		height: auto;
		min-height: 100vh;
	}
	.top .linkbox a{
		margin: 0 auto !important;
	}
	.top_features .move,
	.top_training .move,
	.top_training .move::before{
		display: none;
	}
	.top_about ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */  
	.sub_nav{
		grid-template-columns: repeat(1, 1fr);
	}
	.hyo dl dt {
		width: 100%;
		margin-bottom: 1px;
	}
	.hyo dl dd {
		width: 100%;
	}
	.marubg_list{
		grid-template-columns: repeat(1, 1fr);
	}
	.tel_btn .tel span{
		display: block;
	}
	.tel_btn{
		background-size: auto clamp(60px, 4.1vw, 80px);
		background-position: right 20px bottom 15px;
	}
	.img_flex .bg_img,
	.img_flex .img{
		width: 100%;
	}
	.img_flex .txt{
		width: 100%;
		margin-top: 15px;
	}
	.option_list{
		grid-template-columns: repeat(3, 1fr);
	}
	.accordion_list > li .box .price_list{
		display: block;
	}
	.accordion_list > li .box .price_list .price:not(:last-of-type){
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		padding-bottom: clamp(15px, 1.6vw, 30px);
		margin-bottom: clamp(15px, 1.6vw, 30px);
		border-bottom: 2px solid var(--sub-green);
	}
	.orange .accordion_list > li .box .price_list .price:not(:last-of-type){
		border-right: none;
		border-bottom: 2px solid var(--sub-orange);
	}
	.sub_read p{
		width: 100% !important;
	}
	.sub_read h2{
		width: 100% !important;
		padding-right: 0 !important;
		border-right: none !important;
		border-bottom: 1px dashed var(--font-color) !important;
		padding-bottom: 10px !important;
		margin-bottom: 10px !important;
	}
	/* 
	 trainees
	----------------------------------------------------------- */ 
	.modal_list{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 lesson
	----------------------------------------------------------- */
	.lesson_plans .sub_section:nth-of-type(3) .accordion_list .ttl > h3{
		width: 100%;
		padding-left: 0;
		margin-top: 4px;
	}
	.lesson_payment .tac{
		text-align: justify;
	}
	.discounts_list h4{
		writing-mode: inherit;
		width: 100%;
		height: 35px;
		margin-bottom: 5px;
	}
	.discounts_list ul{
		width: 100%;
		max-width: none;
	}
	.discounts_list ul li .ttl{
		width: 100%;
		max-width: none;
	}
	.discounts_list ul li .flex{
		width: 100%;
		max-width: none;
		margin: 0;
	}
	/* 
	 various
	----------------------------------------------------------- */
	.various_at .fuki .txt{
		width: 100%;
		margin-right: 0;
		max-width: none;
	}
	.various_at .fuki .txt::after{
		right: auto;
		left: 50%;
		top: auto;
		bottom: -20px;
		transform: translate(-50%,0) rotate(90deg);
	}
	/* 
	 guidance
	----------------------------------------------------------- */
	.guidance_payment .tac{
		text-align: justify;
	}
	.flow_list li > h3{
		width: 270px;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company .linkbox a{
		margin: 0 auto;
	}
	.company_bus p.tac{
		text-align: justify;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.news_list > li .img {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li .txt {
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */ 
	.wpcf7 .birth > p small{
		padding: 0 5px;
	}
	.wpcf7 .birth > p .wpcf7-select{
		width: 75px;
	}
	.wpcf7 .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 footer
	----------------------------------------------------------- */ 
	.footer > div > a{
		background-size: auto 60px;
	}
	.footer > div:nth-of-type(2){
		grid-column: 1/7;
		grid-row: 1/2;
	}
	.footer > div:nth-of-type(3){
		grid-column: 1/7;
		grid-row: 2/3;
	}
	.footer > div:nth-of-type(4){
		grid-row: 3/4;
	}
	.footer > div:nth-of-type(5){
		grid-row: 4/5;
	}
	.footer > div:nth-of-type(5) > div{
		width: 100%;
	}
	.footer > div:nth-of-type(5) > div:last-of-type{
		margin-top: 20px;
	}
}