@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	line-height: 1.8125;
	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!important;
	font-weight: 500;
	background: #FBFBFB;
}

.serif{
	font-family: "Noto Serif JP", serif!important;
}

.en{
	font-family: "Roboto", sans-serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #629DCE;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #629DCE;
}
.bgbla{
	background:#333;
}
.bgred{
	background: #ce6262;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

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: 22px 5.209%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	/* transition: .4s; */
	background: #fff;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 163px;
	width: 48%;
}


.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;
}

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

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

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 421px;
	width: 50%;
}

.nav_list1 li {
	margin-left:auto;
}

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

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color:#fff;
}

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

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	width: 100%;
}

.hd_link_btn1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height: 54px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	transition: .4s;
	background: linear-gradient(83deg, #84BFE7, #5B97C9);
	border-radius: 80px;
}

.hd_link_btn1 span{
	display:flex;
	align-items:center;
}


.hd_link_btn1:hover{
}

.hd_link_btn1 img{
	margin-right:15px;
}

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

#modal {
	display: none;
}

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

#cover {
	width: 100%;
	margin: 107px auto 0;
	position:relative;
}

.mv_sld{
	height:calc(100vh - 107px);
	min-height:600px;
}

.mv_sld img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}


.mv_sld.mv_sld2 img{
	object-position: 65% 50%;
}

.cov-div{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}

.cov-div .title1{
	font-weight:700;
	font-size: clamp(3rem,5vw,6rem);
	text-align:center;
	line-height:1.433;
}

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

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

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

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

.mainTit{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4375;
	font-size: clamp(1.4rem,4vw,1.6rem);
	font-weight:700;
}

.mainTit .en_tit{
	display:block;
	font-size: 4.5rem;
	line-height: 1.3111;
	font-weight:500;
	font-size: clamp(3rem,4vw,4.5rem);
	margin-bottom:5px;
}

.mainTit2{
	font-size: 3.5rem;
	line-height: 1.4571;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,3.5rem);
}

.mainTit2 .en_tit{
	display:block;
	font-size: 1.2rem;
	line-height:1.333;
	font-weight:500;
	font-size: clamp(1rem,2vw,1.2rem);
}

.subTit{
	font-size: 1.2rem;
	line-height:1.333;
	font-weight:500;
	font-size: clamp(1rem,2vw,1.2rem);
}

.content01{
	padding: clamp(80px,8vw,127px) 0 clamp(80px,8vw,110px);
	background: url(./img/top/bg1.jpg)no-repeat center;
	background-size: cover;
}

.content01 .title1{
	margin: 4.917% auto 3.917%;
	font-size: 2.5rem;
	line-height:1.44;
	font-weight:700;
	font-size: clamp(1.8rem,2.2vw,2.5rem);
	text-align:center;
	color:#629DCE;
}

.content01 .text1{
	text-align: center;
	margin-bottom: 3.417%;
}

.content01 .name{
	line-height:1.5;
	font-weight:500;
	text-align:center;
}

.content01 .name span{
	line-height:1.46667;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,3rem);
	margin-left:16px;
}

.content02{
	background: url(./img/top/bg2.png)no-repeat bottom center;
	background-size: contain;
	padding: clamp(80px,8vw,106px) 0 clamp(80px,16vw,253px);
}

.co2_list1{
}

.co2_list1 li{
	margin-top: 11.647%;
	display:flex;
	justify-content:space-between;
	position: relative;
	padding-top: 8.354%;
}

.co2_list1 li:nth-child(2){
	margin-top: 7.551%;
	flex-direction:row-reverse;
}

.co2_list1 li:nth-child(3){
	margin-top: 9.88%;
}

.co2_list1 li .text_area{
	background: #EEF4FB;
	width: 57.671%;
	padding: 2.651% 12.29% 4.258% 4.418%;
	position: relative;
	z-index: 1;
}

.co2_list1 li .text_area .text1{
	line-height:2;
	margin-top: 4.905%;
}

.co2_list1 li .text_area .num{
	position:absolute;
	bottom:0;
	right:0;
	color:#DBE6F4;
	line-height: 0.74;
	font-weight:500;
	font-size: clamp(7rem,8vw,12.8rem);
	z-index: -1;
}

.co2_list1 li .img{
	width: 51.487%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.co2_list1 li:nth-child(2n) .img{
	right:auto;
	left:0;
}

.co2_list1 li:nth-child(2n) .text_area{
	padding: 33px 55px 53px 153px;
	padding: 2.651% 4.418% 4.258% 12.29%;
}

.co2_div{
	margin: 15.503% auto 0;
	background:#629DCE;
	padding: 3.213% 4.499% 3.213% 6.266%;
	padding: 40px 4.499% 40px 6.266%;
}

.co2_div .mainTit2{
	text-align:center;
}

.co2_div .flex{
	background:#EEF4FB;
	margin-top: 4.411%;
}

.co2_div .flex .img{
	max-width: 383px;
	width: 100%;
}

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

.co2_div .flex .text_area{
	padding: 31px 33px 31px 42px;
	font-weight: 400;
	line-height: 1.9375;
}

.content03{
	padding: clamp(80px, 9vw, 130px) 0 clamp(80px, 12vw, 174px);
}

.co3_list1{
	padding-top: 6.587%;
}

.co3_list1 li{
	display:flex;
	justify-content:space-between;
	padding: 24px 0;
	position:relative;
	border-bottom:1px solid #707070;
}

.co3_list1 li:before{
	position:absolute;
	content:"";
	width: 25.221%;
	height:2px;
	background:#629DCE;
	left:0;
	bottom:-1px;
}

.co3_list1 li .left{
	width:25.221%;
	flex-shrink:0;
	text-align:center;
	color:#629DCE;
	line-height:1.444;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,1.8rem);
}

.co3_list1 li .right{
	width:100%;
	padding-left: 5.141%;
	line-height: 1.444;
	font-weight: 400;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
}

.map{
	max-width:439px;
	width:100%;
	height:205px;
	margin-top:23px;
}

.map iframe{
	width:100%;
	height:100%;
}

.co3_list1 li .right .img1{
	max-width:682px;
	width:100%;
	margin-bottom:18px;
}



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

footer {
	margin: 0px auto 0;
}


.ft_div .top{
	text-align:center;
	padding-bottom:21px;
}

.ft_div .top .img{
	max-width:319px;
	width:100%;
	margin:0 auto;
}



.ft_div .bottom{
	text-align:center;
	position:relative;
	background: linear-gradient(
180deg, #0071BA, #1B1464);
	padding:24.6px 0;
	z-index: 1;
	transition:.4s;
}

.ft_div .bottom:hover{
	opacity:0.7;
}

.ft_div .bottom .img1{
	max-width:254px;
	margin:0 auto;
}

.ft_div .bottom .img2{
	position:absolute;
	width:86px;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	left: 61.935%;
	z-index: -1;
}

.copyright {
	background: #fff;
	text-align: center;
	padding: 26px 0 30px;
	font-size: 1.4rem;
}



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

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

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

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

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

.pankuzu li:last-child{
	color:#629DCE;
}

.pankuzu li a {
    margin: 0 5px 0 0;
}

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


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

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

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


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #fff!important;
	font-size: 1.8rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	text-align: left;
	text-align: center;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


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

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 10px;
	height: 200px;
	width: 100%;
	background: #F5F5F5;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 52px;
	padding: 5px 15px;
	width: 100%;
	background: #F5F5F5;
	width: 100%;
}

::placeholder{
	color:#A5A8AC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: none;
}


select{
	max-width:340px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

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 tr:first-child th,
.contact_tb tr:first-child td {
	border-top: 1px solid #E5E5E5;
}

.contact_tb th, .contact_tb td {
	position: relative;
	font-weight: 400;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
	font-size: clamp(1.6rem, 2.4vw, 1.8rem);
}

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


.contact_tb th {
	text-align: left;
	line-height: 1.45833;
	font-weight: 700;
	width: 25%;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb td {}

.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #CE6262;
	color:#fff;
	padding: 0px 10px;
	white-space: nowrap;
	font-size: clamp(1.2rem, 1.6vw, 1.8rem);
	margin-left: 24px;
}

em.nini{
	background:#333333;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 32px 4.418%;
	height: 220px;
	overflow-y:scroll;
	margin: 40px auto;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E6E6E6;
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size: clamp(2rem,2.4vw,2.5rem);
	line-height: 1.44;
	margin-bottom: 20px;
}


.pri_div dt{
	font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	line-height: 1.4444;
	font-weight:500;
	margin-bottom:6px;
}

.pri_div dd{
	font-size: clamp(1.5rem, 1.6vw, 1.6rem);
    line-height: 1.5;
	margin-bottom:24px;
	font-weight:400;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 25px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

.privacy_area input{
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #CE6262;
	margin-right: 15px;
}

.contact01{
	padding: 90px 0 174px;
}



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

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


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	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;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50px;
	max-width: 260px;
	height: 64px;
	margin: 0 auto;
	width: 100%;
	transition: .4s;
}

.btn1:hover{
	opacity:0.7;
}

.thx_text1{
	margin:40px auto 40px;
	text-align:center;
}

#art_cover{
	height:350px;
	background:url(./img/contact/mv.jpg)no-repeat;
	background-size:cover;
	margin:107px auto 0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-position-x: 50%;
}

#art_cover .title1{
	text-align:center;
	color:#fff;
	font-size: clamp(3.6rem,5vw,6rem);
	line-height:1.4333;
}

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


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

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

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


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

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

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


	

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.ft_div .bottom .img2{
	left:70%;
}

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

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

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


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

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

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


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

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



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

header {padding: 14px 20px;}

#cover {
    margin: 91px auto 0;
}

.mv_sld {
    height: calc(100vh - 91px);
	min-height:initial;
}

#art_cover{
    margin: 91px auto 0;
}

.contact_tb th{
	width:30%;
}

em{
	padding:0 5px;
	margin-left:8px;
}

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block;
}

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


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

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


.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: #333;
  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: 10px auto 0;
    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: 0 0 10px 0;
    display: block;
}

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

.hLogo {
    max-width: 130px;
    width: 48%;
}


#cover {
    margin: 82px auto 0;
}

.mv_sld {
    height: calc(100vh - 82px);
	min-height:400px;
}

	body{
		font-size:1.5rem;
	}

.inner {
    width: 89.334%;
}


.mainTit{
	font-size: clamp(1.4rem,6vw,1.6rem);
}

.mainTit .en_tit{
	font-size: clamp(3rem,6vw,4.5rem);
}
	
.content01 .title1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin: 30px auto 20px;
}

.content01 .text1{
	margin-bottom:30px;
}

.co2_list1 li{
	flex-direction:column-reverse;
	margin-top: 60px!important;
	padding-top: 0;
}

.co2_list1 li:nth-child(2n){
	flex-direction:column-reverse;
}

.co2_list1 li .img{
	position:initial;
	margin-left:auto;
	width:95%;
	margin-bottom:-20px;
	max-width:500px;
}

.co2_list1 li:nth-child(2n) .img{
	margin-left:initial;
	margin-right:auto;
}


.co2_list1 li .text_area{
	width:95%;
	max-width:initial;
	padding:50px 20px!important;
}


.co2_list1 li:nth-child(2n) .text_area{
	margin-left:auto;
}

.co2_div {
    margin: 80px auto 0;
    padding: 40px 16px;
}


.co2_div .flex{
	margin-top: 30px;
	flex-direction:column;
}

.co2_div .flex .img{
	max-width: initial;
	width: 100%;
}

.co2_div .flex .text_area {
    padding: 30px 16px;
}


.co3_list1 li{
	padding: 16px 0;
	flex-direction:column;
}

.co3_list1 li:before{
	height:1px;
	bottom:-1px;
}

.co3_list1 li .left{
	width:100%;
	padding:0;
	text-align:left;
	margin-bottom:12px;
}

.co3_list1 li .right{
	padding-left: 0%;
}

.co3_list1 li .right .img1{
	margin-bottom:8px;
}

.ft_div .bottom .img2{
	left:auto;
	right:2%;
}


.content01{
	background: url(./img/top/bg1_sp.jpg) center top;
	background-size: cover;
}

    #art_cover {
        margin: 82px auto 0;
        height: 250px;
    }

.contact_tb th,
.contact_tb td{
	display:block;
	width:100%;
	padding:0;
}

.contact_tb th{
	padding:16px 0 12px;
	border-bottom:0;
}
	
.contact_tb td{
	padding:0 0 16px;
	border-top:0;
}

.privacy_area input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.contact01 {
    padding: 80px 0;
}

.contact_tb{
	margin:40px auto 0;
}

.pankuzu {
    width: 89.334%;
}

.hd_link_btn1 img {
    margin-right: 8px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}





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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}


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

#main {
}

    #art_cover {
        height: 200px;
    }


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

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

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




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

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

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


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

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

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




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

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

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


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

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

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