@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #111111;
	line-height: 1.8;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.josef{
	font-family: "Josefin Sans", sans-serif!important;
	font-weight: 400;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #AF9159;
}
.red{
	color: #F91E1F;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #111111;
}
.gold{
	color: #AF9159;
}

.bgwh{
	background: #ffffff!important;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#111111;
}
.bgred{
	background: #F91E1F;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}
.bggold{
	background: #AF9159;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #111111;
}

a:visited {
	color: #111111;
}

a:active {
	color: #111111;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0 24px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	background: #fff;
	height: 96px;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 290px;
	width: 25%;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 74%;
	display: flex;
	max-width: 1047px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 600px;
	width: 60%;
	margin-right: 20px;
}

.nav_list1 li {
	margin-left:auto;
	position: relative;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: flex;
	text-decoration: none;
	font-size: 1.4rem;
	align-items:center;
	font-weight:700;
	height: 96px;
}

.nav_list1 a img{
	width:67px;
	margin-right: 8px;
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	margin-top: 56px;
	max-width: 96px;
	width: 100%;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 408px;
	width: 39%;
	margin-left: auto;
	justify-content: space-between;	
/* 	justify-content: end; */
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width: 200px;
	width: 49%;
	height: 56px;
	font-size:1.4rem;
	font-weight: 700;
	line-height: 1.42857;
	transition: .4s;
}

.hd_link_btn1.bgwh{
	border:2px solid
}

.drop_cont{
	position:absolute;
	width:100%;
	top: 86px;
	overflow: hidden;
	height: 0;
	transition:.4s;
}

.drop_btn:hover .drop_cont{
	height:188px;
}

.drop_in{
	position:relative;
	padding-top:13px;
}

.drop_in:before{
	position:absolute;
	content:"";
	background:url(./img/common/hd_tri.svg)no-repeat;
	background-size:contain;
	width:16px;
	height:14px;
	top:0;
	left:0;
	right:0;
	margin:auto;
	filter: drop-shadow(0px 0px 10px #00000029);
}

.drop_list{
	background:#fff;
}

.drop_list li{
	padding:16px;
	border-bottom:1px solid #CCCCCC;
}

.drop_list li a{
	font-size:1.4rem;
	letter-spacing: 0.15em;
	height: initial;
}

.drop_btn .nav_flex:before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #F91E1F;
	border-right: solid 1px #F91E1F;
	position: absolute;
	right: -15px;
	top: -3px;
	bottom:0;
	transform: rotate(135deg);
	margin:auto;
	transition:.4s;
}


.drop_btn:hover .nav_flex:before{
	  transform: rotate(-45deg);
}

/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 96px auto 0;
	background: url(./img/top/mv.jpg)no-repeat top center;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
}

.cov-div{
	display:flex;
	justify-content:space-between;
	max-width: 1684px;
	width: 95%;
	margin: 0 auto;
	padding: 0% 0;
	align-items: center;
	align-items: center;
}


.cov-div .text_area{
	max-width: 862px;
	width: 58%;
	/* background: url(./img/about/mv_txt_bg.png) center center; */
	height: 100%;
	padding: 6% 0;
	background-size: contain;
	/* text-align: center; */
	margin-right: 0%;
}

.aboutmv .cov-div .text_area{
	max-width: 808px;
	width: 49%;
	background: url(./img/about/mv_txt_bg.png) center center;
	height: 100%;
	padding: 6% 0;
	background-size: contain;
	text-align: center;
	margin-right: 5%;
}

.cov-div .img{
	max-width: 813px;
	width: 45%;
}

.aboutmv .cov-div .img{
	max-width:816px;
	width: 49%;
}

.cov-div .text_area .title{
	color:#fff;
	font-size: clamp(2.5rem,3.4vw,5.6rem);
	font-weight:700;
	line-height: 1.8;
	margin-bottom: 45px;
}

.cov-div .text_area .title .span1{
	font-size: clamp(2rem,2.6vw,4.5rem);
	line-height:1.458333;
	padding: 16px 24px;
	margin-right: 24px;
	letter-spacing: 0;
}

.cov-div .text_area .title .span2{
	font-size: clamp(2rem,2.4vw,4rem);
	line-height:1.45;
}

.cov-div .text_area .text{
	font-weight:700;
	font-size: clamp(1.6rem,1.6vw,2.4rem);
	position:relative;
	margin-bottom:72px;
}

.cov-div .text_area .text:before{
	position:absolute;
	content:"";
	background:#fff;
	height:2px;
	width:60%;
	bottom:0;
	left:0;
}

.mv_btn_flex{
	display:flex;
	justify-content:space-between;
	max-width:584px;
	width:100%;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:276px;
	width:49%;
	height:80px;
	font-size: clamp(1.8rem,1.8vw,2.4rem);
	font-weight:700;
	box-shadow:0 10px 0 #8B0E0F;
	transition:.4s;
}

.btn1 img{
	margin-right:8px;
}

.btn1.bgwh{
	border:3px solid;
	box-shadow:0 10px 0 #111111;
}

.btn1:hover{
	box-shadow:0 0px 0 #8B0E0F;
	transform:translateY(10px);
}
.btn1.bgwh:hover{
	box-shadow:0 0px 0 #111111;
}


#cover .ab_img{
	position:absolute;
	right: 2%;
	bottom: -11%;
	max-width:358px;
	width: 25%;
}

#cover1{
	margin:95px auto 0;
	min-height:263px;
	display:flex;
	align-items: end;
	justify-content:center;
	padding: 0 0 35px;
}

#cover1 .title{
	font-size: clamp(1.6rem,4vw,2rem);
	text-align:center;
	font-weight:500;
}

#cover1 .title span{
	font-size: clamp(4rem,8vw,10.1rem);
	display:block;
	line-height:1.2;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

#main .inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
}

.mainTit{
	font-size: 5rem;
	text-align: left;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
}

.mainTit span{
	display: block;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}
.inTit{
	font-size: 4.5rem;
	font-weight: 500;
	margin: 0 0 36px 0;
}

.inTit span{
	font-size: 1.6rem;
	display: block;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1088px;
	margin: 0 auto;
}

.inner2{
	width: 99%;
	max-width: 1872px;
	margin: 0 auto;
}


.mainTit{
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,4rem);
}

.mainTit .en_tit{
	font-size: clamp(1.5rem,2vw,1.8rem);
	font-weight:400;
	line-height:1;
	display:block;
	margin-bottom:8px;
	color: #8E8E8E;
}


.mainTit2{
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4rem);
	display:flex;
	align-items:center;
}

.mainTit2 .en_tit{
	font-size: clamp(1.5rem,2vw,1.8rem);
	font-weight:400;
	line-height:1;
	display:block;
	color: #8E8E8E;
	margin-left:24px;
}

.subTit1{
	line-height:2;
	font-weight:700;
	font-size: clamp(1.8rem,1.9vw,2.4rem);
}

.content01{padding: 120px 0;}

.content01 .img1{
	max-width:283px;
	width: 16%;
	padding-top: 11%;
}

.content01 .img2{
	max-width:864px;
	width: 47%;
}

.content01 .text_area{
	max-width:514px;
	width: 34%;
}

.content01 .mainTit{
	margin-bottom:40px;
	font-size: clamp(2.4rem,2.6vw,4rem);
}


.content01 .text_area .text{
	margin:24px 0 40px;
}

.btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	border:2px solid #111111;
	max-width:228px;
	height:56px;
	transition:.4s;
}

.arrow1{
	position:relative;
}

.arrow1:before{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #111111;
	border-right: solid 1px #111111;
	position: absolute;
	right: 10px;
	top: 0px;
	bottom:0;
	margin:auto;
	transform: rotate(45deg);
}
li.white .arrow1:before{
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
.btn2:hover{
	opacity:1;
}

.btn2.bgwh:hover{
	background:#111111!important;
	color:#fff;
}

.btn2.bgwh:hover:before{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.arrow1.white:before{
		border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.content01 .inner2{
	position:relative;
}

.ab_text{
	position:absolute;
	bottom:0;
	left: 20.4%;
	color:#F5F5F5;
	font-size: clamp(4rem,7vw,12.9rem);
	z-index:-1;
	line-height: 1;
	width: 100%;
}

.slider1_area{
	margin-top:120px;
}

.sld1{
	max-width:287px;
	width:95%;
}

.content02{
	background: #F5F5F5e6;
	padding: 65px 0 80px;
}

.title_area1{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid #CCCCCC;
}

.title_area1 .btn2{
	width: 45%;
}

.co2_list{
	max-width: 1088px;
	display:flex;
	justify-content:space-between;
	width: 100%;
	margin: 40px auto 0;
}

.co2_list li{
	box-shadow: 0 0 10px #00000029;
	max-width: 520px;
	width: 48%;
	position: relative;
	padding: 24px 24px 65.5px;
}

.co2_list li.white{
	background: #8E8E8E;
}

.co2_list li .img{
	position:relative;
	margin-bottom:43px;
}

.co2_list li .img .text1{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
	border-radius:5px;
	max-width:max-content;
	font-size:1.8rem;
	line-height:1.444;
	font-weight:700;
	padding:8px 24px;
	bottom:-19px;
	background: #CCCCCC;
}

.co2_list li.white .img .text1{
	color:#111111;
}

.co2_list li .subTit1{
	text-align:center;
	margin-bottom:16px;
}

.co2_list li .text2{
	padding: 0 0px 24px;
}
li.white .btn3{
	color: #FFF;
}
.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:65.5px;
	border-top:1px solid #CCCCCC;
}

.btn3.white{
	border-top:1px solid;
}

.content03{
	padding: 80px 0 60px;
}

.movie{
	max-width:880px;
	width:100%;
	margin:40px auto 0;
}

.content04{
	padding: 60px 0 60px;
}

.content04 .mainTit{
	text-align:center;
	position:relative;
}

.content04 .mainTit .fuki{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.5rem,2vw,1.8rem);
	font-weight:400;
	line-height:1.4444;
	margin-bottom:16px;
}

.content04 .mainTit .fuki span{
	position:relative;
	padding:0 21px;
}

.content04 .mainTit .fuki span:before,
.content04 .mainTit .fuki span:after{
	position:absolute;
	content:"";
	width:1px;
	height:24px;
	background:#AF9159;
	bottom:0;
}

.content04 .mainTit .fuki span:before{
	left:0;
	transform:rotateZ(-30deg);
}

.content04 .mainTit .fuki span:after{
	right:0;
	transform:rotateZ(30deg);
}

.sld2{
	margin:48px auto;
	background:#F5F5F5;
	max-width:336px;
	width:95%;
	box-shadow:0 0 10px #00000029;
	padding:24px;
}

.sld2 .top{
	display:flex;
	align-items: center;
	margin-bottom:24px;
}

.sld2 .top .img{
	max-width:112px;
	width:40%;
}

.sld2 .top .nemas .cate{
	border-radius:30px;
	font-size:1.4rem;
	font-weight:700;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:4px 16px;
	border:1px solid #111111;
	background:#fff;
	line-height:1.42857;
	margin-bottom:8px;
}

.sld2 .top .nemas .cate.cate2{
	background:#111111;
	color:#fff;
}

.sld2 .top .nemas .name{
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	line-height:1.45833;
}

.sld2 .top .nemas .name span{
	line-height:1.42857;
	font-size:1.4rem;
	font-weight:700;
	margin-left:7px;
}

.slider2_btn{
	display:flex;
	justify-content: space-between;
	width:95%;
	max-width:1088px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 100%;
	padding-top: 48px;
	align-items: center;
	pointer-events: none;
}

.slider2_btn > div{
	pointer-events:initial;
	cursor:pointer;
}

.slider2_btn > div:hover{
	opacity:0.7;
}

.slider2_area{
	position:relative;
}
.voice_img {
    display: block;
    margin: 20px auto 0;
}
.voice_img img {
  object-fit:cover;
    width: 100%;
    min-height: 120px;
}

.content05{
	padding: 60px 0 60px;
}

.title_area1_text{
	padding:40px 0 0;
}

.slider3_area{
	margin-top:40px;
}

.sld3{
	max-width:288px;
	width: 95%;
	margin: 0 auto;
}

.sld3 .img{
	width:100%;
	max-height:288px;
	height: 40vw;
	margin-bottom:16px;
}

.sld3 .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.sld3 .job{
	font-size:1.4rem;
	font-weight:400;
	line-height:1.42857;
}

.sld3 .name{
	font-size: clamp(1.8rem,2.4vw,2.4rem);
	line-height:1.45833;
	margin-top:8px;	
}

.sld3 .name span{
	color:#8E8E8E;
	font-size:1.4rem;
	display:block;
	margin-top:8px;
}

.content06{
	padding: 20px 0 120px;
}

.blog_list{
	display:flex;
	margin-top:40px;
}

.blog_list li{
	width: 30.883%;
	margin-right: 3.6755%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px #00000029;
	padding-bottom: 48.5px;
}

.blog_list li:nth-child(3n+3){
	margin-right:0;
}


.blog_list li .img{
	width:100%;
	height: 20vw;
	max-height:229px;
	position:relative;
}

.blog_list li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.blog_list li .img .cate{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	padding:4px 8px;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.42857;
}

.blog_list li .text_area{
	padding:19px 11px 24px;
}

.blog_list li .text_area .date{
	font-size:1.4rem;
	color:#8E8E8E;
	margin-bottom:6px;
}

.blog_list li .text_area .title{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog_list li .btn3{
	height:48.5px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
}

.ft_top{
	background:#111111;
	padding:63px 0 77px;
}

.ft_top .left{
	max-width:280px;
	width: 38%;
}

.ft_top .right{
	max-width:600px;
	width: 60%;
}

footer .logo {
	width: 100%;
	max-width: 246px;
	margin-bottom: 17px;
}

.ft_top .text1{
	font-size:1.4rem;
	line-height:2;
	margin-bottom:24px;
}

.ft_top .text2 a{
	color:#fff;
	font-size: clamp(2rem,3vw,2.7rem);
	display:flex;
	align-items:center;
	line-height: 1;
}

.ft_top .text2 a img{
	margin-right:8px;
}

.ft_top .text2 span{
	display:block;
	font-size:1.2rem;
	font-weight:700;
	margin-top:8px;
	line-height: 1;
}

.ft_list_flex{
	display:flex;
	justify-content:space-between;
	margin-bottom: 70px;
}

.ft_list li{
	position:relative;
	padding-left:16px;
	margin-bottom:16px;
}

.ft_list li:before{
	position:absolute;
	content:"";
	width:8px;
	height:1px;
	background:#fff;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}


.ft_list li.parent{
	padding:0;
}


.ft_list li.parent:before{
	display:none;
}

.ft_list li a{
	font-size:1.4rem;
	color:#fff;
}

footer .hd_link_btn1{
	margin-left: auto;
}

.ft_list2{
	display:flex;
	justify-content:space-between;
	max-width:262px;
	width:50%;
	align-items:center;
}

.ft_list2 li{
	font-size:1.2rem;
}

.ft_list2 li.bar{
	width:1px;
	height:17px;
	background:#111111;
}

.copyright {
	font-size:1.2rem;
	display: flex;
	align-items: center;
}

.ft_bottom .flex{
	height:66px;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
	max-width: 1080px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* Contact
----------------------------------------------------------- */
.contact th {
	background: #fff;
	color: #333;
	font-weight: 500;
}

.contact td {
	background: #fff;
	color: #555;
	padding: 41px 0;
	width: 70%;
}

.contact td span label{
	width: 40%;
	display: inline-block;
	margin: 0 0 5px 0;
}

.contact .choose_list1 li{
	width: 45%;
}

.contact .choose_list1 {
    width: 95%;
    margin: 20px auto;
    max-width: 800px;
}

.about3#qa .inner{
    border-top: 1px solid #ccc;	
    padding: 100px 0;
}

.about3#qa dt{
	border-bottom: 1px solid #ccc;
	font-size: 2.5rem;
	position: relative;
	padding: 0 0 10px 30px;
	margin: 0 0 10px 0;
}

.about3#qa dt:before {
    content: "Q";
    font-weight: bold;
    margin: 0 1% 0 0;
    position: absolute;
    left: 0;
}

.about3#qa dd{
	position: relative;
	margin: 0 0 50px 0;
}

.about3#qa dd p{
	margin: 0 0 0 30px
}

.about3#qa dd:before {
    content: "A";
    font-weight: bold;
    margin: 0 1% 0 0;
    position: absolute;
    font-size: 3rem;
    color: #b59f40;
}

.about3.contact .inner > p,.about3#qa .inner > p{
	text-align: center;
	margin: 20px 0 80px;
}

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0 auto;
	float: none;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}
.clearForm,
.clearForm2,
.buttons,
.toHome {
	width: 100%;
	padding: 25px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 2rem;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	font-weight: 500;
}

.clearForm:hover,
.buttons:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 650px;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	/* height: 25px; */
	padding: 10px;
}

input[type="text"], textarea, select, option,#mail {
	border: 1px solid #CCC;
	padding: 10px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 100%;
	margin: 0 auto;
}

.contact_tb th {
	width: 30%;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.contact_tb td > span {
	display: block;
}
.contact_tb td > span label {
	width: 100%
}
span.mwform-radio-field.horizontal-item {
    margin-left: 10px;
}
.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}
.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */
.company01{
	margin: 0 0 80px 0;
}

.company01 .inner{
	display: flex;
}

.company01 .right{
	width: 50%;
}

.company01 .left{
	width: 35%
}

.company01 h4{
	font-size: 2.5rem;
	font-weight:500;
	margin: 0 0 10px 0;
}
.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}
.company03{
    background: url(./img/common/ticom_bg.png) top center no-repeat;
    padding: 200px 0 0 0;
    margin: 100px 0 0 0;
}

.company03 .inner{
	background: #fff;
	padding: 5%;
	margin: 100px 0 0 0;
}

.company03 dt{
	padding: 25px 0 0 0;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.company03 dd{
	border-bottom: 1px solid #ccc;
	padding: 0 0 25px 0;
}

.company03 dd span{
	display: block;
}

.company03 iframe{
	width: 100%;
	border: none;
	height: 350px;
	margin: 80px 0;
	box-shadow: 1.5625vw 1.5625vw 2.34375vw rgb(86 86 82 / 16%);
}

/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
}

.detail_area p:has(img){
	margin:0;
}


.aligncenter{
	margin:0 auto 24px;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.movie {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
/* news */

.news01{
	padding: 100px 0 204px;
}

.news01 .flex{
	justify-content:space-between;
}


.news01 .flex .news_cate_area{
		max-width: 299px;
		width: 23%;
}

.news01 .flex .content_area{
	max-width: 1037px;
	width: 75%;
}


.news_cate_div{
	margin: 0 auto 64px;
}

.news_cate_div .title{
	font-size: 1.3rem;
	font-weight:500;
	padding-bottom:11.5px;
	border-bottom: 1px solid #707070;
	line-height:1.333;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}

.news_cate_div .title span{
	font-size: clamp(2.4rem,2.3vw,3rem);
	line-height: 1.1;
}

.news_cate_list li{
	padding: 20px 0 0;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing:0.1em;
	line-height: 1.4;
	position:relative;
	display: flex;
}

.news_cate_list li a{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	
}

.news_cate_list li:before{
	position:relative;
	content:"-";
	font-size:1.5rem;
	left:0;
	display: inline-block;
	margin-right: 5px;
}

.bx-prev {
	left: 1% !important;
	background: url(./../img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./../img/next.png) no-repeat 100% 0;
	background-size: contain;
}
.prev-next-link {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
}

.prev-next-link p {
    display: inline-block;
}

.pagination-list{
	width:100%;
}


.pagination-list{
	display:flex;
	margin: 56px auto 0;
	justify-content: center;
	max-width: 542px;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	background: #fff;
	margin: 0 0.5%;
	transition:.4s;
	font-weight: 400;
	text-decoration: none;
	border-radius:50%;
	line-height: 1;
	text-align: center;
	width: fit-content;
	height: fit-content;
	padding: 5.5px 8.58px 7.5px 10.58px;
	box-shadow: 5px 5px 17px #00000029;
}

.pagination-list .page-numbers.prev{
	margin: 0px 5% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 5%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-top: 6px solid transparent;
	  border-bottom: 6px solid transparent;
	  border-left: 8px solid #333333;
	  border-right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.pagination-list .page-numbers.prev:before{
	transform: rotate(-180deg);
}

.pagination-list .page-numbers.dots{
	background:none;
	font-size:2rem;
	color:#707070;
	font-family: "Noto Sans JP", sans-serif!important;
	padding: 6.5px 0;
	margin: 0 0.5%;
	box-shadow: none;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background:#728C9A;
	opacity:1;
	color:#fff;
}

.news01_div{
	padding: 4px 3% 0;
	box-shadow: -40px 40px 80px #00000029;
}

.news01_div2{
	padding: 34px 3.762%;
	box-shadow: -40px 40px 80px #00000029;
	margin-bottom:82px;
}

.news01_div2 .title_area{
	padding-bottom:23px;
	margin-bottom:20px;
	border-bottom:1px solid #C7C7C7;
}


.news01_div2 .title_area .date{
	font-weight:500;
	font-size:1.6rem;
	padding-left:15px;
	padding-bottom:8px;
}

.news01_div2 .title_area .title{
	font-weight:700;
	font-size: clamp(1.8rem,2.3vw,2.5rem);
	font-feature-settings: "palt";
}


.news01_div2 .detail_area img{
	margin-bottom:50px
}

.news01_div2 .detail_area p{
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	letter-spacing:0.01em;
	margin-bottom:40px;
	font-weight:700;
}
.news01_div2 .detail_area a{
	color: #AF9159;
}
.news01_div2 .detail_area h2{
	font-size: clamp(2.6rem,2.3vw,3.2rem);
	font-weight:700;
	margin-bottom:40px;
}

.news01_div2 .detail_area h3{
	font-size: clamp(2rem,2.3vw,2.4rem);
	font-weight:700;
	margin-bottom:40px;
}

.news01_div2 .detail_area h4{
	font-size: clamp(1.8rem,2.3vw,2rem);
	font-weight:700;
	margin-bottom:40px;
}
.listArea .btn2 {
    margin: 20px auto;
}

/* .btn2{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:420px;
	margin:auto;
	height:95px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	font-weight:500;
	letter-spacing:0.01em;
	position:relative;
	box-shadow:10px 10px 40px #00000014;
	transition:.4s;
	background:#fff;
}

.btn2:before{
	position:absolute;
	content:"";
	width:22px;
	height:22px;
	background:url(../img/news/back.png)no-repeat;
	background-size:contain;
	left:16px;
	top:0;
	bottom:0;
	margin:auto;
}

.btn2:hover{
	opacity:1;
	box-shadow:0px 0px 0px #00000014;
	background:#f5f5f5;
} */

.noimage {
display: block;
margin: 40px auto;
}
.noimage p {
    text-align: center;
    font-size: 2rem;
    background: #fff6f6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem;
}

/* スクールについて
----------------------------------------------------------- */
#cover.aboutmv h2{
	font-size: 3.8rem;
	font-weight: 500;
	margin: 0;
	font-size: 2vw;
}

#cover.aboutmv .text{
	font-size: 3.1rem;
	font-weight: 500;
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 1.6vw;
}

#cover.aboutmv .text:before{
	display: none;
}

#cover.aboutmv .logoArea{
	max-width: 650px;
	margin: 0 auto;
}

#cover.aboutmv .logoArea p{
	color: #fff;
	border-top: 1px solid ;
	border-bottom: 1px solid;
	font-size: 2.6rem;
	padding: 10px 0;
}

#cover.aboutmv .mv_btn_flex{
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 50px 0 0 0;
}

#cover.aboutmv .mv_btn_flex .btn1{
	margin: 0 2%;
	max-width: 300px;
}

#cover.aboutmv .mv_btn_flex .btn1 + .btn1{
	background:#AF9159;
	color: #fff;
	box-shadow: 0 10px 0 #8E6D2E;
}

.about01{
	margin: 100px auto;
	max-width: 880px;

}

.about01 .tit{
	text-align: center;
	font-size: 4rem;
	margin: 0 0 35px 0;
}

.about01 .tit span{
	background: #AF9159;
	color: #fff;
	font-size: 2.3rem;
	padding: 3px 2%;
	min-width: 250px;
}

.about01 ul{
		border: 10px solid #EDEDED;
		padding: 20px 20px 30px;
		box-shadow: 0 0 15px #ccc;
}

.about01 li{
	border-bottom: dotted 1px #333;
	font-size: 2.4rem;
	/* margin: 10px 0 0 0; */
	padding: 13px 0 13px 42px;
	background: url(./img/about/check.svg) left center no-repeat;
}

.about02{
	background:#F5F5F5;
	padding: 100px 0 150px;
	position: relative;
	margin: 0 0 200px 0;
}

.about02 .inner{
	text-align: center;
}

.about02 .titarea{
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 0 0 25px 0;
}

.about02 .titarea span{
	font-size: 1.8rem;
	color:#AF9159;
}

.about02 .box{
	margin: 20px auto;
}

.about02 .inner02{
	position: absolute;
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -88px;
}

.about02 .inner02 .txt{background: url(./img/about/about02_bg.png);background-size: cover;color: #fff;padding: 3.5% 3.5% 3.5% 14.5%;font-size: 3.8rem;font-weight: bold;line-height: 1.4;}

.about02 .inner02 .img{
	position: absolute;
	left: -67px;
	top: -48px;
}

.about02 .inner02 .fuki {position: relative;}

.about02 .inner02 .fuki span{
	position: absolute;
	width: 100%;
	top: -92px;
	display: block;
	font-size: 2.7rem;
	color: #fff;
	height: 30px;
	/* width: 100%; */
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.cvArea{
	background: #333;
	padding: 90px 0;
}

#main .cvArea .inner{
	max-width: 1090px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cvArea .inner a{
	width: 48%;
	max-width: 500px;
}

.cvArea .inner a + a{
	background: #AF9159;
	color: #fff;
	box-shadow: 0 10px 0 #8E6D2E;
}

.about03{
	background: url(./img/about/content03_bg.png) center bottom no-repeat;
}

#main .about03 .inner{
	padding: 100px 0;
	max-width: 1088px;
}

.about03 .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 80px 0;
	position: relative;
}

.about03 .tit span{
		font-size: 5rem;
		margin: 12px 0 0 12px;
}

.about03 .tit:after{
	content: "";
	display: block;
	position: absolute;
	background: #707070;
	height: 1px;
	width: 180px;
	bottom: -24px;
}

.about03 .txt{
	margin: 0 0 60px 0;
	line-height: 2.5;
}

 .about04{
	 background: #F5F5F5;
 }

#main .about04 .inner{
	padding: 100px 0;
	max-width: 1400px;
}

.about04  .tit .top{
	display: flex;
	align-items: center;
	justify-content: center;
}

.about04  .tit .top img{
	max-width: 270px;
}

.about04  .tit .top span{
	margin: 6px 0 0 8px;
	font-size: 2.3rem;
}

.about04  .tit{
	font-size: 4rem;
	text-align: center;
}

.about04  .tit .big{
	font-size: 5.6rem;
}

.about04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about04 li{
	width: 49%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin: 65px 0 0 0;
	box-shadow: 5px 5px 8px #33333321;
	align-items: flex-start;
	position: relative;
}

.about04 li:before{
	content: "01";
	position: absolute;
	background: #AF9159;
	color: #fff;
	font-size: 4.2rem;
	border-radius: 100px;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -13px;
	top: -40px;
	font-family: "Noto Serif JP", serif;
}

.about04 li:nth-of-type(2):before{
	content: "02";
}

.about04 li:nth-of-type(3):before{
	content: "03";
}

.about04 li:nth-of-type(4):before{
	content: "04";
}

.about04 li:nth-of-type(5):before{
	content: "05";
}

.about04 li:nth-of-type(6):before{
	content: "06";
}

.about04 li .img{
	width: 41%;
}

.about04 li dl{
	width: 61%;
	padding: 20px 2%;
}

.about04 li dl dt{
	font-size: 3rem;
	line-height: 1.4;
	margin: 0 0 25px 0;
	padding: 15px 0 0 0;
}

.about04 li dd{
	font-size: 1.5rem;
}

#main .about05 .inner{
	padding: 100px 0;
	max-width: 1400px;
}

.about05 .titarea{
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 0 0 25px 0;
	text-align: center;
}

.about05 .titarea span{
	font-size: 1.8rem;
	color:#AF9159;
}

.about05 ul{
	 display: flex;
	 justify-content: space-between;
	 margin: 80px 0 0 0;
	 flex-wrap: wrap;
}

.about05 li{
	width: 32%;
	box-shadow: 0 0 10px #33333340;
	position: relative;
}

.about05 li.cs:before{
	content: "Coming Soon....";
	display: block;
	position: absolute;
	background: #ffffffbd;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
}

.about05 .box{
	padding: 5%;
}

.about05 .box .course{
	text-align: center;
	line-height: 1.3;
}

.about05 .box .course p{
	font-size: 4.5rem;
}

red-button{
	color: #DB5D5C;
}

.about05 li:nth-of-type(1) .box .course p{
	color: #DB5D5C;
}

.about05 li:nth-of-type(1) .box .price{
	color: #DB5D5C;
}

.about05 li:nth-of-type(2) .box .course p{
	color: #AF9159;
}

.about05 li:nth-of-type(2) .box .price{
	color: #AF9159;
}

.about05 li:nth-of-type(3) .box .course p{
	color: #000000;
}

.about05 li:nth-of-type(3) .box .price{
	color: #000000;
}

.about05 .box .gBox{
	background: #F6F6F6;
	padding: 5%;
	margin: 25px 0 0 0;
	min-height: 235px;
    font-size: 1.6rem;
}

.about05 .box .price{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}

.about05 .box .price span{
	font-size: 4.5rem;
}
.about05 li a{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 15px 2%;
	font-size: 1.8rem;
	font-weight: bold;
}

.about05 li a:hover{
	background: #111;
	color: #fff;
	opacity: 1;
}

.about06{
	background: #F6F6F6;
	padding: 100px 0;
}

.about06 .titarea{
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 0 0 25px 0;
	text-align: center;
}

.about06 .titarea span{
	font-size: 1.8rem;
	color:#AF9159;
}

.about06  li{
	background: #fff;
	box-shadow: 0 0 10px #11111129;
	margin: 0 20px;
}

.about06  li .img{
	display: flex;
	justify-content: center;
}

.about06 .cotag{
	text-align: center;
	color: #fff;
}

.about06 .co01{
	background:#111 ;
}

.about06 .co02{
	background:#DB5D5C ;
}

.about06 .co03{
	background:#AF9159 ;
}

.about06 dl{
	padding: 3%;
}

.about06 dt{
	font-size: 2.2rem;
	margin: 0 0 15px 0;
}

#main .aboutbnr .inner{
	max-width: 1090px;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
}

#main .aboutbnr a{
	box-shadow: 0 0 10px #33333352;
	margin: 0 2%;
	width: 45.3%;
}
#qa a {color: #AF9159;border-bottom: 1px solid #AF9159;}

.news_list2 li{
	display:flex;
	position:relative;
	padding: 48px 0;
	border-bottom:1px solid #ccc;
	font-size: clamp(1.6rem,2vw,2rem);
}
/* NEWS */
.news_list2 li:last-child{
	border-bottom:none;
}

.news_list2 li:hover{
	opacity:0.7;
}

.news_list2 li .date{
	margin-left: 3.2%;
}

.news_list2 li .title{
	margin-left: 7%;
}

.thanksBox {
    margin: 30px auto;
    display: block;
    font-size: 1.6rem;
    max-width: 1000px;
}
.thanksBox span{
	font-size: 1.4rem;
	color: #4141fe;
}
.thanksBox  a{
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 50px auto;
    background: #c1ae8a;
    padding: 1rem 0;
    color: #FFF;
}
span.p-country-name {
    display: none;
}
/* Staff
----------------------------------------------------------- */
.staff01{
	margin: 0 0 80px 0;
}

.staff02 dl{
	display: flex;
	margin: 0 0 50px 0;
}


.staff02 dt{
	width: 40%;
	margin: 0 5% 0 0;
}

.staff02 dd{
	width: 55%;
}

.staff03 h4{
    font-size: 3rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
}

.staff03 li{
	display: flex;
	margin: 0 0 60px 0;
	flex-direction: row-reverse;
}

.staff03 li .txtArea{
	width: 60%;
	margin: 0 5% 0 0;
	line-height: 1.8;
}

.staff03 li .imgArea{
	width: 35%;
	/* background: #ddd; */
}

.staff03 li .txtArea h5{
	font-size: 2rem;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.staff04{
	margin: 150px auto 0;
	max-width: 1200px;
}

.staff04 ul{
	margin: 80px 0 0 0;
}

.staff04 li {
	margin: 0 0 80px 0;
}

.staff04 li dl{
	display: flex;
	justify-content: space-between;
}

.staff04 li:nth-of-type(2n) dl{
	flex-direction: row-reverse;
}

.staff04 li dt{
	width: 35%;
}

.staff04 li dd{
	width: 60%;
}
.nameArea span {
    color: #AF9159;
}
.inTit  span{
    color: #AF9159;
}
section.staff01 h4 {
    font-size: 2.2rem;
    margin: 0 auto 1rem;
}


.about05 li a.green-button {
	background: #ffe900f2;
}
.about05 li a.green-button:hover {
	background: #ffad00;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1300px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.nav_list1 a img {
    width: 40px;
}

.nav_list1{
	max-width:450px;
}

.pc_nav{
	max-width: 800px;
	width: 78%;
}

.hLogo {
    width: 20%;
}

.cov-div .text_area .title .span1{
	padding: 8px 16px;
	margin-right:8px;
}

#cover.aboutmv h2{
	font-size: 2.6vw;
}

#cover.aboutmv .text{
	font-size: 2vw;
}

.about02 .inner02 .img{
	position: absolute;
	left: -50px;
	top: -48px;
	width: 20%;
	min-width: 150px;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1300px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1100px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.about05 li + li:before{
	font-size: 2.4vw;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1100px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.buttons,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}


.nav_list1 a img {
	display:none;
}

.nav_list1{
	max-width: 330px;
}

.pc_nav{
	max-width: 620px;
	width: 78%;
}

.hLogo {
    width: 20%;
}

.hd_link{
	max-width: 250px;
	width: 41%;
}

header .hd_link_btn1{
	font-size: 1.2rem;
}

header .hd_link_btn1 img{
	width:20px;
}

.cov-div .text_area{
	width: 64%;
	max-width: 640px;
}

.aboutmv .cov-div .text_area{
	width: 50%;
	max-width: 640px;
}

.cov-div .img{
	width: 35%;
}

.aboutmv .cov-div .img{
	width: 44%;
}

.ab_text{
	bottom: -13%;
}


.content01 .img2{
	max-width:864px;
	width: 39%;
}

.content01 .text_area{
	max-width:514px;
	width: 42%;
}

#cover.aboutmv .logoArea p{
	font-size: 2.5vw;
}

.about03 .tit img{
	width: 60%;
} 

.about05 .box .course p{
	font-size: 3.5rem;
}

.about04 li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin: 45px 0 0 0;
	box-shadow: 5px 5px 8px #33333321;
	align-items: flex-start;
	position: relative;
}

.about04 li .img{
	width: 30%;
}

.about04 li dl{
	width: 69%;
	padding: 20px 2%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 0px auto;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    color: #111;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 5px 0;
    display: block;
}

.gnav__menu2 li{
	position:relative;
	padding-left:16px;
	margin-left: 16px;
}

.gnav__menu2 li:before{
	position:absolute;
	content:"";
	width:8px;
	height:1px;
	background:#111;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}


header {
	height:60px;
	position: fixed;
	top: 0;
	left: 0;
}

.hLogo{
	max-width:200px;
	width:50%;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

#cover{
	margin:60px auto 0;
}

.cov-div .text_area .title{
	margin-bottom: 24px;
	font-size: clamp(2.5rem,5vw,5.6rem);
}

.cov-div .text_area .title .span1{
	padding: 8px 8px;
	margin-right: 8px;
	font-size: clamp(2rem, 4vw, 4.8rem);
}


.cov-div .text_area .text{
	margin-bottom:40px;
}

.cov-div{
	flex-direction: column-reverse;
	padding: 5% 0 8%;
}


.cov-div .text_area{
	width: 100%;
	max-width: initial;
}

.cov-div .img{
	width: 100%;
	margin: 0 auto 24px;
}

#cover .ab_img{
	bottom: -125px;
	min-width: 173px;
}


.cov-div .text_area .title .span2{
	font-size: clamp(2rem,4vw,4rem);
}


.btn1{
	height:60px;
	box-shadow:0 5px 0 #8B0E0F;
}

#cover.aboutmv .mv_btn_flex .btn1 + .btn1{
	box-shadow: 0 5px 0 #8E6D2E;
}

.cvArea .inner a + a{
	box-shadow: 0 5px 0 #8E6D2E;
}

.btn1.bgwh{
	box-shadow:0 5px 0 #111111;
}

.btn1:hover{
	box-shadow:0 0px 0 #8B0E0F;
	transform:translateY(10px);
}

.ft_top{
	padding:30px 0;
}

.ft_top .flex{
	flex-direction:column;
}

.ft_top .left{
	max-width:600px;
	width:100%;
	margin:0 auto 24px;
}

.ft_top .right{
	max-width:600px;
	width: 100%;
	margin:0 auto;
}

.ft_list_flex{
	margin:0 auto 30px;
}

.inner2{
	width:95%;
}

.content01 .flex{
	flex-direction:column;
}

.content01 .img1{
	max-width:283px;
	width: 45%;
	padding-top: 0%;
	order:2;
	margin:24px 0 0 auto;
}

.content01 .img2{
	max-width:500px;
	width: 80%;
	order:3;
	margin:-50px auto 0 0;
}

.content01 .text_area{
	max-width:initial;
	width: 100%;
	order:1;
	margin:0 auto;
}

.ab_text{
	left:0;
	bottom: -7%;
}

.slider1_area {
    margin-top: 80px;
}

.content01 {
    padding: 120px 0 60px;
}

.mainTit2 .en_tit{
	margin-right:8px;
}

.title_area1 .btn2{
	height: 45px;
}

.co2_list{
	margin: 40px auto 0;
	flex-direction:column;
}

.co2_list li{
	width: 100%;
	padding: 16px 16px 65.5px;
	margin:0 auto 32px;
}

.content02{
	padding: 60px 0;
}


.blog_list li{
	width: 32%;
	margin-right: 2%;
}

.content06 {
    padding: 20px 0 60px;
}

footer .hd_link_btn1{
	width:100%;
}
/* Company  */ 
.company01 .inner{
	display: flex;
	flex-direction: column;
}

.company01 .right{
	width: 85%;
	margin: 0 auto 30px;
}

.company01 .left{
	width: 85%;
	margin: 0 auto;
}
/* NEWS */
.news01 .flex{
	flex-direction:column-reverse;
}


.news01 .flex .news_cate_area{
	max-width: initial;
	width: 100%;
	display:flex;
	justify-content:space-between;
}

.news_cate_div{
	margin:0;
	width:48%;
}

.news01 .flex .content_area{
	max-width: 1037px;
	width: 100%;
	margin:0 auto 60px;
}

.btn2{
height: 70px;
}


#cover.aboutmv h2{
	font-size: 5vw;
}

#cover.aboutmv .text{
	font-size: 3.5vw;
}

.aboutmv .cov-div .text_area{
	width: 90%;
	max-width: 600px;
}

.aboutmv .cov-div .img{
	width: 80%;
}

.about01 .tit h3{
	font-size: 3rem;
}

.about01 .tit span{
	font-size: 2rem;
}

.about01 li {
	font-size: 1.8rem;
}

	.about02 .titarea{
	font-size:3rem;
}

.about02 .inner02 .txt {
	font-size: 2.4rem;
	padding: 5% 5% 5% 25%;
}

.about02 .inner02 .img{
	position: absolute;
	left: -20px;
	top: -28px;
	width: 150px;
}

.about03 .tit span {
	font-size: 3rem;
}

.about04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about04 li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin: 65px 0 0 0;
	box-shadow: 5px 5px 8px #33333321;
	align-items: flex-start;
	position: relative;
}

.about05 li{
	width: 100%;
	box-shadow: 0 0 10px #33333340;
	position: relative;
	max-width: 450px;
	margin: 0 auto 40px;
}

.about05 li + li:before{
	font-size: 5vw;
}

.about04 li:before{
	content: "01";
	position: absolute;
	background: #AF9159;
	color: #fff;
	font-size: 3.2rem;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -13px;
	top: -10px;
}

.about04  .tit h3{
	font-size: 3rem;
}

	.about04  .tit h3 .big{
		font-size: 4.5rem;
	}

.about06  h2{
	font-size: 3rem;
}

.about02 .inner02 .fuki span img{
	width: 200px;
}
	
#cover1{
	min-height:150px;
	margin: 90px auto 0;
}
.inTit {
    font-size: 2.5rem;
}
.about3.contact .inner > p,.about3#qa .inner > p{
	margin: 10px 0 30px;
}
contact .choose_list1 li {
    width: 100%;
}
.about3#qa dt {
    font-size: 1.8rem;
}
.about3#qa dd {
    font-size: 1.6rem;
}
	.news01{
	padding: 20px 0 ;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 96% !important;
	display: block;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

#main {
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg,#address,#bldg,#zip,#pref,#keiken,#other {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}


#cover .ab_img{
	bottom: -90px;
	min-width: 135px;
}


.sld3 .img{
	height: 57vw;
	margin-bottom:8px;
}

.blog_list{
	flex-direction:column;
}

.blog_list li{
	width: 100%;
	margin:0 auto 16px!important;
}

.blog_list li .img {
    height: 60vw;
}

.ft_list_flex{
	flex-wrap:wrap;
	justify-content:space-between;
	margin: 0 auto;
}

.ft_list{
	width:50%;
	margin-bottom:16px;
}

footer .hd_link_btn1{
	margin:0 auto;
}

.ft_bottom .flex{
	flex-direction:column;
	justify-content: center;
	height: initial;
	padding: 16px 0;
}

.ft_list2{
	width:100%;
	margin: 0 auto 8px;
}

.copyright{
	text-align:center;
	margin: 0 auto;
}

.cvArea .inner a{
	width: 90%;
	max-width: 100%;
	margin: 10px auto 10px;
}

.cvArea {
	padding: 5vh 0;
}

.about02 .inner02 .txt {
	font-size: 2rem;
	padding: 5% 5% 5% 30%;
}

.about02 .inner02 .img{
	position: absolute;
	left: -20px;
	top: -28px;
	width: 110px;
	min-width: 130px;
}

.about04 li dl dt{
	font-size: 2.3rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.about04 li dl{
	width: 61%;
	padding: 20px 2% 20px 5%;
}
	
.about04 li dl dd{
	font-size: 1.4rem;
}

#cover.aboutmv .mv_btn_flex{
	flex-wrap: wrap;
}

#cover.aboutmv .mv_btn_flex .btn1{
	width: 100%;
	margin: 10px 0;
}

.about05 .titarea{
	font-size: 3rem;
}

.about05 ul{
	 margin: 5vh 0 0 0;
	 flex-wrap: wrap;
}

#main .aboutbnr .inner{
	flex-wrap: wrap;
}

#main .aboutbnr a{
	width: 100%;
	max-width: 490px;
	margin: 15px auto;
}

.about02 .box{
	overflow: scroll;
}

.about02 .box img{
	width: 700px;
	max-width: 650px;
}
/*STAFF*/

.staff02 dl{
	display: flex;
	flex-direction: column;
}

.staff02 dt,.staff02 dd{
	width: 100%;
}

.staff02 dd{
	margin: 5vh 0 8vh 0;
}

.staff02 dd h3{
	margin: 0 0 20px 0;
}

.staff03 li{
	display: flex;
	margin: 0 0 60px 0;
    flex-direction: column;
}

.staff03 li .txtArea{
	width: 100%;
	margin: 0 0 0 0;
}

.staff03 li .txtArea h5{
	font-size: 2.5rem;
	margin: 15px 0;
}

.staff03 li .imgArea{
	width: 100%;
	background: #ddd;
}

.staff04 li dl{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.staff04 li:nth-of-type(2n) dl{
	flex-direction: column;
}

.staff04 li dt{
	width: 60%;
	margin: 0 auto;
	/* width: 100%;
	margin: 0 0 3vh 0; */
}

.staff04 li dd{
	width: 100%;
}	
.nameArea {
    text-align: center;
}
.inTit {
    text-align: center;
}
section.staff01 h4 {
    font-size: 1.6rem;
	display: block;
	margin: 0 auto;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

.about03 .tit span {
	font-size: 2rem;
}

#cover.aboutmv .logoArea p{
	font-size: 4vw;
}

.about01 .tit h3 {
        font-size: 2.3rem;
    }

.about01 .tit  span{
	font-size: 1.8rem;
}

.about01 li {
	font-size: 1.6rem;
}

.about04 li .img{
	width: 43%;
}

.about04 li dl{
	width: 54%;
	padding: 20px 2%;
}

.about04 li:before{
	top: -30px;
	left: -5px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */