@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	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;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.mon{
	font-family: "Montserrat", sans-serif;
}

.fade{
	transform: translate(0px, 100px);
	opacity:0;
	transition:.5s;
}

.anm.active .fade,
.anm.active.fade{
	transform: translate(0px, 0px);
	opacity:1;
}


.loop_wrap {
    left: 0;
    display: flex;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }

.loop_wrap .abp {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 19.9rem;
    /* overflow: hidden; */
    font-weight: 700;
    line-height: 243px;
    letter-spacing: 0.05em;
  }

.loop_wrap .abp:nth-child(odd) {animation: loop 100s -50s linear infinite;}

.loop_wrap .abp:nth-child(even) {animation: loop2 100s linear infinite;}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #2F3B92!important;
}
.blue2{
	color: #7BAAC0;
}
.blue3{
	color: #F7F7FA;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: #EBBA36;
}
.black{
	color: #333;
}
.gray{
	color: #777777;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #2F3B92;
}
.bgblu2{
	background: #7BAAC0;
}
.bgblu3{
	background: #F7F7FA;
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: #EBBA36;
}

/*リンク表示方法*/

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: 2;
}

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;
	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;
	padding-right: 74px;
	height: 112px;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 472px;
	width: 30%;
	background: #2F3B92;
	height: 200px;
	border-radius: 0 0 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
}

header.headerScroll .hLogo{
	height: 100%;
	border-radius: 0;
	max-width: 348px;
}

.hLogo a{
	display:block;
	max-width:380px;
	width:90%;
}

header.headerScroll .hLogo a{
	max-width:284px;
}

.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{
	margin-left: auto;
	width: 67%;
	display: flex;
	max-width: 1100px;
	align-items: center;
	justify-content: flex-end;
}

.pc_nav .flex{
	width: 70%;
}

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

.nav_list1 li {
	margin-right: auto;
}


.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 400;
}

.nav_list2{
	display: flex;
	justify-content: flex-end;
	max-width: 180px;
	width: 25%;
	position:relative;
}

.nav_list2:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#ccc;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.nav_list2 li {
	margin-left:auto;
}

.nav_list2 a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	color: #7BAAC0;
	font-weight: 400;
}


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

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width: 316px;
	width: 45%;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}
.honyaku {
    max-width: 40px;
    display: flex;
}

.hd_tel{
	font-size: clamp(1.6rem,1.5vw,2.3rem);
	display:flex;
	align-items:center;
	font-weight:700;
	line-height:1.5;
	margin-left: 10px;
}

.hd_tel .pc{
	margin-left:5px;
}

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

#modal {
	display: none;
}

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

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 112px auto 0;
	position: relative;
}

.cov-div{
	max-width:1809px;
	margin-left:auto;
	position:relative;
	width: 95%;
}

.cov-div .text_area{
	position:absolute;
	z-index:1;
	left: 80px;
	bottom: 80px;
}

.cov-div .text_area p{
	font-size:3.2rem;
	font-weight:700;
	line-height: 1.5;
	font-size: clamp(1.8rem,2vw,3.2rem);
}

.cov-div .text_area h1{
	font-size:8rem;
	font-weight:700;
	line-height: 1.175;
	margin-top: 12px;
	font-size: clamp(6rem,6vw,8rem);
}


.sld1{
	width:100%;
	height: 47vw;
	max-height:736px;
	border-radius: 0 0 0 40px;
	min-height: 600px;
}

.sld1_1{
	background:url(./img/top/mv1.jpg)no-repeat center;
	background-size:cover;
}

.sld1_2{
	background:url(./img/top/mv2.jpg)no-repeat center;
	background-size:cover;
}

.sld1_3{
	background:url(./img/top/mv3.jpg)no-repeat center;
	background-size:cover;
}

.sld1_4{
	background:url(./img/top/mv4.jpg)no-repeat center;
	background-size:cover;
}


#cover .ab_text {
		-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	position:absolute;
	bottom:-15%;
	left:2%;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
}

#cover .ab_text span{
	position:relative;
	padding-left:8px;
	padding-bottom:105px;
}

#cover .ab_text span:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#ccc;
	left:0;
}

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

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

.flex{
	display:flex;
}



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


.inner2{
	width: 95%;
	max-width: 880px;
	margin: 0 auto;
}

.mainTit{
	line-height: 1;
	font-weight:700;
	font-size: clamp(3.2rem,4vw,5.6rem);
	display: flex;
	align-items: center;
}


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

.mainTit2 img{
	margin-right:10px;
}


.mainTit3{
	line-height: 1.05;
	font-weight: 700;
	font-size: clamp(2.4rem,4vw,3.2rem);
}

.mainTit3 span{
	display:block;
	font-size: clamp(7rem,12vw,20rem);
}

.subTit{
	line-height: 1.6;
	font-weight:700;
	font-size: clamp(1.6rem,4vw,1.8rem);
	margin-left: 36px;
}

.content01{
	margin: 185px auto 80px;
}

.content01 h2{
	position:relative;
	font-size: clamp(2.4rem,6vw,4rem);
	font-weight:700;
	text-align:center;
	line-height:1.5;
}

.content01 h2 span{
	position:absolute;
	font-size: clamp(7rem,19vw,20rem);
	left:0;
	right:0;
	margin:auto;
	bottom:-10px;
	z-index:-1;
	line-height: 300px;
}

.content01 .text{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin-top:24px;
}

.co1_list{
	display:flex;
	justify-content:space-between;
	margin: 55px auto 42px;
}

.co1_list li{
	width:19%;
	background:#7BAAC0;
	border-radius:8px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	position:relative;
	z-index: 1;
	max-width: 184px;
	max-height: 184px;
	height: 20vw;
}

.co1_list li .num{
	position:absolute;
	opacity: 0.2;
	z-index: -1;
	font-size: 8rem;
	bottom: 0;
	right: 0;
	line-height: 1.2;
}

.fuki_btn{
	text-align:center;
	position: relative;
	padding-top: 50px;
}

.fuki_text{
	position:absolute;
	left:0;
	right:0;
	top: 0;
}


.fuki_text span{
	background:#EBBA36;
	border-radius:20px;
	padding:10px 20px;
	font-size:1.4rem;
	font-weight:400;
	position: relative;
}


.fuki_text span:before{
	position:absolute;
	content:"";
	width:32px;
	height:28px;
	background:url(./img/common/ye_tri.svg)no-repeat;
	background-size:contain;
	left:0;
	right:0;
	margin:auto;
	bottom: -15px;
	z-index:-1;
}

.btn1{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	padding-right:28px;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	position:relative;
	display: block;
	max-width: 140px;
	width: 100%;
	margin: auto;
}

.blu_arrow{
	position:relative;
}

.blu_arrow:before{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	background:url(./img/common/wh_arrow.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0px;
	bottom:8px;
	margin:auto;
}

.bla_arrow{
	position:relative;
}

.bla_arrow:before{
	position:absolute;
	content:"";
	width:16px;
	height:16px;
	background:url(./img/common/bla_arrow.svg)no-repeat;
	background-size:contain;
	right:0;
	top:0px;
	bottom:8px;
	margin:auto;
}

.content02{
	padding: 120px 0 0;
	max-width:1920px;
	margin:auto;
	position: relative;
}

.content02:before{
	position:absolute;
	content:"";
	width: 73.5687%;
	height:350px;
	background:#F7F7FA;
	z-index:-1;
	top:0;
	left:0;
	border-radius: 8px;
}

.content02 .flex{
	justify-content:space-between;
	align-items:center;
	margin: 0 auto 50px;
}

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

.sld_prev_btn,
.sld_next_btn{
	cursor:pointer;
}

.sld_prev_btn:hover,
.sld_next_btn:hover{
	opacity:0.7;
}

.co2_sld{
	max-width: 1440px;
	margin-left:auto;
	margin-right:-32px;
	width:95%;
	margin-bottom: 60px;
}

.sld2{
	max-width:328px;
	width: 98%;
	margin-right:40px;
	position: relative;
}

.sld2 .img{
	position:relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 16px;
	max-width: 328px;
	max-height: 248px;
	height: 55vw;
	width: 100%;
	z-index: 1;
}

.sld2 .img img{
	transition:.4s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sld2:hover .img img{
	transform:scale(1.2);
}

.sld2 .img .cate{
	position:absolute;
	left:0;
	top:0;
	border-radius:8px 0  8px 0;
	min-width:88px;
	padding: 3px 5px;
	font-size:1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.sld2 .title{
	font-size:1.6rem;
	font-weight:700;
}

.content02 .ab_text{
	position:absolute;
	bottom: 0px;
	right: 5.5%;
	font-size: clamp(7rem,12vw,20rem);
	z-index:-1;
	font-weight:700;
	line-height: 1;
}

.content03{
	padding: 90px 0 120px;
}

.title_flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.title_flex .text{
	font-size:1.8rem;
	font-weight:700;
}

.scene_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.scene_list li{
	width: 22.223%;
	/* max-width:240px; */
	text-align:center;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
	margin-right: 3.7026%;
}

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

.scene_list li .img{
		border:2px solid #2F3B92;
		border-radius:16px;
		overflow:hidden;
		position: relative;
		z-index: 1;
		width: 100%;
		max-height: 217px;
		height: 20vw;
}

.scene_list li .img img{
	transition:.4s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scene_list li:hover .img img{
	transform:scale(1.2);
}

.scene_list li p{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.8;
	margin-top:16px;
}

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

.content03 .btn1{
	margin-top: 16px;
}

.content04{
	padding: 77px 0 80px;
	position: relative;
}

.content04:before{
	position:absolute;
	content:"";
	width: 73.5687%;
	height:100%;
	background:#F7F7FA;
	z-index:-1;
	top:0;
	right:0;
	border-radius: 8px;
}

.item_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	max-width: 893px;
	margin: auto;
	width: 100%;
}

.item_list li{
	width: 19%;
	/* max-width: 146px; */
	max-height: 169px;
	height: 20vw;
	background: #fff;
	border: 2px solid #2F3B92;
	border-radius: 50%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.2rem,1vw,1.5rem);
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 1.25%;
	transition:.4s;
}

.item_list li:hover{
	background: #f0f0f0;
}

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

.item_list li .img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_area{
	margin-top:80px;
	display:flex;
	background:#2F3B92;
	border:4px solid #2F3B92;
	border-radius:8px;
	min-height:160px;
}

.contact_area .left{
	width:50%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index: 1;
}

.contact_area .left:before{
	position:absolute;
	content:"";
	max-width:208px;
	height: 100%;
	background:url(./img/common/contact_bnr.svg)no-repeat bottom left;
	width:100%;
	left: 30px;
	z-index: -1;
	background-size: contain;
}

.contact_area .left .title{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	margin-right: 8%;
}

.contact_area .left .title span{
	font-size:4rem;
	display:block;
	line-height: 1;
	margin-bottom: 8px;
}

.contact_area .left .text{
	color:#fff;
}

.contact_area .right{
	width:50%;
	background:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
}

.cont_flex{
		display:flex;
		justify-content:space-between;
		max-width:450px;
		width: 95%;
		margin: auto;
}

.contact_area_div{
	width: 48%;
	max-width: 200px;
	text-align: center;
}

.contact_area_div .text1{
	background:#EBBA36;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: 700;
	height: 40px;
}

.contact_area_div .text1 img{
	margin-right:5px;
}

.contact_area_div .text2{font-size: 2.4rem;font-weight: 700;display: block;line-height: 29px;}

.btn2{
	display:flex;
	font-size: 1.6rem;
	font-weight: 700;
	width: 100%;
	line-height: 29px;
	max-width: 190px;
	margin: auto;
}

.btn2:before{
	top: 2px;
	margin:auto;
	bottom:0;
}

.content05{
	margin: 160px auto 0px;
	padding: 0px 0 180px;
	position:relative;
}

.content05:before{
	position:absolute;
	content:"";
	width:100%;
	height: 100%;
	background: url(./img/top/bg_service.png)no-repeat center left;
	background-size: cover;
	bottom: 0px;
	left:0;
	z-index:-1;
	max-height: 892px;
}

.content05 .mainTit3{
	text-align:right;
	margin-top: 0px;
}

.service_list{
	margin: 38px auto 40px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.service_list li{
	background:#fff;
	width: 32%;
	max-width: 333px;
	padding: 55px 3% 34px;
	border-radius:8px;
	position: relative;
	box-shadow: 8px 8px 0 #7BAAC0;
	min-height: 296px;
}

.service_list li:nth-child(2){
	margin-top:63px;
}

.service_list li:nth-child(3){
	margin-top:143px;
}

.service_list li .point{
	width: 88px;
	height: 88px;
	left: 0;
	right: 0;
	position: absolute;
	top: -44px;
	background: #2F3B92;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1;
	margin: auto;
}

.service_list li .point span{
	display:block;
	font-size: 3.7rem;
	line-height: 1;
}

.service_list li .title{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}

.service_list li .text{
	font-size: 1.6rem;
	line-height: 1.8;
}

.content06{
	padding:76px 0 80px;
	z-index: 1;
	position: relative;
}

.content06 .qanda_list{
	margin-top:44px;
	margin-bottom:40px;
}


.qanda_list li{
	border-top: 2px solid #2F3B92;
}

.qanda_list li:last-child{
	border-bottom: 2px solid #2F3B92;
}

.qanda_list dl span{
	margin: 0 1.4% 0 0px;
}

.que{
	font-size: 1.6rem;
	background: #2F3B92;
	color: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align:center;
	margin: 0 15px 0 0!important;
	border: 1px solid #2F3B92;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding-left: 2px;
	padding-top: 1px;
}

.ans{
	font-size: 1.6rem;
	background: #fff;
	color: #2F3B92;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align:center;
	margin: 0 15px 0 0!important;
	border: 1px solid #2F3B92;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding-left: 2px;
	padding-top: 1px;
}

.qanda_list dt,.qanda_list dd{
	display: flex;
	padding: 24px 1.5%;
	align-items: center;
	cursor: pointer;
}

.qanda_list dt{
	font-size: 16px;
	width: 100%;
	position: relative;
font-weight: 700;
}

.qanda_list dt p{
	width: 82%;
	font-size: 1.6rem;
	font-weight: 700;
	color: #2F3B92;
	line-height: 1.8;
}

.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
}

.qanda_list dt .pulu span{
	width: 24px;
	background: #333333;
	height: 2px;
	display: block;
	position: absolute;
	right: 20px;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}

.qanda_list dd{
	background: #fff;
	color: #333;
	align-items: flex-start;
	padding: 0 1.5% 24px;
}

.qanda_list dd p{
	width: 92%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}

.contact_area2{
	margin:122px auto 0;
	position: relative;
}

footer:before{
	position:absolute;
	content:"";
	width:100%;
	height:117px;
	background:#F7F7FA;
	left:0;
	top:-117px;
	z-index: -1;
}

footer:after{
	position:absolute;
	content:"";
	width:100%;
	height:119px;
	background:url(./img/common/footer.png);
	background-size: cover;
	left:0;
	top: -236px;
	z-index:-1;
}

.contact footer:before{
	display:none;
}

.contact footer:after{
	top: -117px;
}


.contact_area2_div{
	background:url(./img/common/bg_contact.jpg)no-repeat;
	background-size:cover;
	border-radius:8px;
	padding: 110px 9% 80px;
	position: relative;
}

.contact_area2_div .mainTit3{
	position:absolute;
	top: -130px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 210px;
}

.contact_area2_div .flex{
	align-items:center;
	margin-bottom:50px;
}

.contact_area2_div .flex .title{
	font-size:3.2rem;
	font-weight:700;
	margin-right:60px;
}

.contact_area2_div .flex .text{
	font-size:1.8rem;
	font-weight:400;
	line-height:1.7;
}

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

.contact_list li{
	max-width: 200px;
	width:32%;
	text-align: center;
}

.contact_list li .title{display: flex;align-items: center;justify-content: center;border-radius: 20px;height: 40px;font-size: 1.6rem;font-weight: 700;margin-bottom: 8px;}

.contact_list li .title img{
	margin-right:5px;
}

.contact_list li .text{
	font-size: 2.4rem;
	font-weight: 700;
}

.contact_list li.bar{
	width:1px;
	background:#ccc;
}

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

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

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

footer {
	margin: 0px auto 0;
	background: #F7F7FA;
	position: relative;
}

footer .logo {
	max-width: 380px;
	width: 100%;
	margin-right: 4%;
}

footer .addp1{
	font-size:1.4rem;
	font-weight:400;
}

footer .inner {
	padding: 80px 0;
}

footer .top{
	display:flex;
	padding-bottom: 56px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 56px;
}

footer ul {
	display:flex;
	justify-content:space-between;
	font-size:1.4rem;
}

.copyright {
	background: #777777;
	color: #fff;
	text-align: center;
	font-size:1.2rem;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
}


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

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

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 24px 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;
}

/*--- ページトップ ---*/
#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;
}

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

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

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	/* display: block; */
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	background: transparent;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	height: 100%;
	margin: 0!important;
}

.clearForm2:hover{
	color: #2F3B92 !important;
}

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

.send_btn.btn3{
	max-width: 226px;
}


textarea {
	padding: 10px 5px;
	height: 250px;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 50px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	width: 100%;
	background: #F7F7FA;
	border: none;
}

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;
	max-width: 880px;
}

.contact_tb th {
	width: 27.5%;
	text-align: left;
	position: relative;
	line-height: 1.5;
	font-weight: 700;
}

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

.contact_tb td {width: 72.5%;font-weight: 400;}


.contact_tb th, .contact_tb td {
	padding: 24px 0;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb td .map{
	margin:16px auto 0;
	width:100%;
	height:200px;
}

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

em {
	color: #FF0008;
	font-size: 1.6rem;
	font-weight: 700;
}

.comp2_div .title{
	position:relative;
	padding-left:16px;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.8;
	letter-spacing:0.05em;
	margin-bottom:16px;
}

.comp2_div.mabo{
	margin-bottom:40px;
}

.comp2_div .title:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#2F3B92;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.comp2_div .text{
	font-size:1.4rem;
	font-weight:400;
	line-height:2.05;
	letter-spacing:0.05em;
}

.contact_tb td a.blue{
	display:block;
	margin-top:20px;
	text-decoration:underline;
	font-size:1.4rem;
	font-weight:400;
	line-height:2.05;
	letter-spacing:0.05em;
}

.contact_tb tr:last-child td,
.contact_tb tr:last-child th{
	border:none;
}

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

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


/* scene */

#cover2{
	height:400px;
	width:100%;
	margin-top: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scene #cover2{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size: cover;
}

.item #cover2{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size: cover;
}

.result #cover2{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size: cover;
}

.first #cover2{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size: cover;
}

.company #cover2{
	background:url(./img/company/mv.jpg)no-repeat center;
	background-size: cover;
}

.contact #cover2{
	background:url(./img/contact/mv.jpg)no-repeat center;
	background-size: cover;
}

.cov2-div h1{
	font-size:1.8rem;
	font-weight:700;
	text-align:center;
	letter-spacing:0.05em;
}

.cov2-div h1 span{
	font-size:5.6rem;
	display:block;
	line-height:1.4;
}

.scene01 .inner{
	border-top:1px solid #CCCCCC;
	padding: 40px 0;
}

.artTit{
	font-size:4rem;
	font-weight:700;
	text-align:center;
}

.artTit .subart{
	font-size:1.6rem;
	font-weight:700;
	display:block;
}

.scene02 .artTit{
	margin-bottom:80px;
}


.scene_list2{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.scene_list2 li{
	width: 22.223%;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
	margin-right: 3.7026%;
}

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

.scene_list2 li .img{
		border:2px solid #2F3B92;
		border-radius:16px;
		overflow:hidden;
		position: relative;
		z-index: 1;
		width: 100%;
		max-height: 217px;
		height: 20vw;
}

.scene_list2 li .img img{
	transition:.4s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scene_list2 li a:hover + .img img{
	transform:scale(1.2);
}

.scene_list2 li p{
	font-size:1.6rem;
	font-weight:700;
	line-height:1.8;
	margin-top:16px;
}

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

.scene02{
	padding:0 0 60px;
}


.content04.scene04{
	padding: 30px 0 80px;
	position: relative;
}

.content04:before{
	display:none
}

/* item */
.item01{
	padding-bottom:80px;
}

.det_contents{
	padding-bottom: 30px;
}

.det_contents .title_area{
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
	margin-bottom:70px;
}

.det_contents .title_area .artTit{
	text-align:left;
}

.det_img_flex{
	display:flex;
	justify-content:space-between;
	margin-bottom: 80px;
}

.det_img_flex .left{
	max-width:500px;
	width:49%;
}

.det_img_flex .right{
	max-width:500px;
	width:49%;
}

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

.det_img_list li{
	width: 48%;
	margin-bottom:10px;
	height: 20vw;
	max-height: 200px;
	min-height: 150px;
}

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

.det_div1{
	margin-bottom:80px;
}

.det_div1 a{
	color:#2F3B92;
	text-decoration:underline;
}

.det_div1 .title{
font-size: 2.6rem;
font-weight: 700;
line-height: 1.1;
padding-bottom: 25px;
border-bottom: 1px solid #ccc;
margin-bottom: 30px;
}

.det_div1 .text{
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 0.05em;
line-height: 1.8;
}

.det_contents .detail_area{
	padding-bottom: 40px;
}

.btn3{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	max-width:360px;
	margin:auto;
	height:56px;
	border-radius:28px;
	font-size:1.6rem;
	font-weight:700;
	border:2px solid #2F3B92;
	transition:.4s;
}

.det_contents .btn3.bgwh{
	margin:0 auto 30px;
}

.btn3.bgwh:hover{
	background:#2F3B92;
	color:#fff!important;
	opacity:1;
}

.btn3.bgblu:hover{
	background:#fff;
	color:#2F3B92!important;
	opacity:1;
}

/* result */
.result01{
	padding: 0 0 120px;
}

.result01 .inner{
	max-width:1200px;
	margin: 0 auto;
}


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

.left_result{
	max-width:880px;
	width: 74%;
}

.right_result{
	max-width:260px;
	width: 24%;
}

.result .pankuzu {
    max-width: 1200px;
}

.result_list{
	
}

.result_list li{
	display:flex;
	justify-content:space-between;
	padding: 41px 0;
	border-bottom: 1px solid #ccc;
}


.result_list li:first-child{
	padding:0 0 41px;
}

.result_list li .img{
	max-width:266px;
	width: 31%;
	height: 14vw;
	max-height: 180px;
}

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

.result_list li .text_area{
	max-width:568px;
	width: 68%;
}

.result_list li .text_area .date{
	font-size:1.4rem;
	font-weight:700;
}

.result_list li .text_area .title{
	font-size:1.5rem;
	font-weight:700;
	margin-bottom: 8px;
}

.result_list li .text_area .text{
	font-size:1.4rem;
	font-weight:500;
	line-height:1.8;
	margin-bottom: 7px;
}

.result_list li .text_area .btn1{
	margin-left:auto;
	margin-right:0;
}

.r_resu_div{
	margin-bottom:70px;
}

.r_resu_div > .title{
	min-height:55px;
	display:flex;
	align-items:center;
	font-size:1.6rem;
	font-weight:900;
	padding:10px 0 10px 25px;
	border-radius:3px;
	margin-bottom:18px;
}

.arc_list{
	margin-left:25px;
}


.arc_list li{
	font-size:1.5rem;
	font-weight:500;
	line-height:2.333;
}


.result_list2{
	margin-top:30px;
	max-width: 260px;
}


.result_list2 li{
	display:flex;
	position: relative;
	margin-bottom: 25px;
}

.result_list2 li:hover{
	opacity:0.7;
}

.result_list2 li .img{
	width: 40%;
	height: 8vw;
	max-height: 60px;
	margin-right: 3%;
}

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



.result_list2 li .text_area{
	/* max-width: 147px; */
	width: 57%;
}

.result_list2 li .text_area .date{
	font-size:1.4rem;
	font-weight:700;
}

.result_list2 li .text_area .title{
	font-size: 1.4rem;
	font-weight:700;
	margin-bottom: 8px;
}

.resu_det_contents .title_area{
	display:flex;
	align-items:flex-end;
	padding-bottom: 20px;
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.resu_det_contents .title_area .artTit{
width: 69%;
text-align: left;
}

.resu_det_contents .title_area .date{
font-size: 1.4rem;
font-weight: 700;
}

.resu_det_contents .detail_area img{
	margin-bottom: 50px;
}

.resu_det_contents .detail_area img.center{
	margin:0 auto 50px;
	display:block;
}

.resu_det_contents .detail_area p{
	font-size:1.4rem;
	font-weight:500;
	letter-spacing:0.05em;
	margin-bottom: 50px;
}

.resu_det_contents .detail_area{
	margin-bottom:20px;
}


.pagination-list{
	display:flex;
	margin:40px auto 0;
	justify-content: center;
	max-width: 540px;
	width: 95%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	width: 63px;
	height: 62px;
	background: #fff;
	border: 1px solid #E3E3E3;
	margin: 0 0.5%;
	transition:.4s;
}

.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: 5px;
    height: 5px;
    border-top: solid 2px #111111;
    border-right: solid 2px #111111;
    position: absolute;
    right: 0px;
	left:0;
    top: 0px;
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
    transition: .4s;
}

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

.pagination-list .page-numbers.prev:hover:before,
.pagination-list .page-numbers.next:hover:before{
	border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

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

/* first */
.first01{
margin: 0 auto 160px;
}

.artTit2{
	font-weight:700;
	letter-spacing:0.05em;
	text-align:center;
	font-size: clamp(2.6rem,5vw,5.6rem);
}

.first01 .inner > .flex{
	justify-content:space-between;
	margin:70px auto 120px;
}

.first01 .inner > .flex .left{
	max-width:500px;
	width:49%;
}

.first01 .inner > .flex .right{
	max-width:500px;
	width:49%;
}

.first01 .inner > .flex .right .img{
	width: 108%;
	margin-left: -4%;
}


.first01 .inner > .flex .left .text{
	margin-bottom:70px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.8;
	letter-spacing:0.05em;
}

.first01_div1{
	background:#F7F7FA;
	border-radius:8px;
	position:relative;
	padding: 72px 8% 32px;
}

.first01_div1 h3{
	position:absolute;
	top: -30px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
}

.first01_div1 h3 span{
	display:block;
	font-size:4rem;
}

.first1_list{
	
}

.first1_list li{
	position:relative;
	padding-left:16px;
	margin-top:8px;
	line-height:1.8;
	font-size:1.6rem;
	font-weight:400;
}

.first1_list li:before{
	position:absolute;
	content:"";
	width:8px;
	height:8px;
	background:#2F3B92;
	border-radius:50%;
	top: 11px;
	left:0;
}

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

.first_link{
	width: 48%;
	max-width:520px;
}

.first_link .img{
	border:2px solid #2F3B92;
	border-radius: 11px;
	margin-bottom:16px;
	overflow: hidden;
}

.first_link .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:.4s;
}

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

.first_link .text{
	font-size:2.4rem;
	font-weight:700;
}

.first_link .btn1{
	margin:0;
}

.first_link:hover img{
	transform:scale(1.2);
}

.first02{
	
}

.first02 .mainTit3{
	text-align:center;
	margin-bottom:60px;
}

.first02_div{
	padding-bottom:120px;
}

.first02_div .title_area{
	padding-bottom: 40px;
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
}

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

.first02_div .text_area{
	max-width:500px;
	width:49%;
}

.first02_div .img{
	max-width:500px;
	width:49%;
}

.first02_div .text_area h3{
	font-weight:700;
	line-height:1.5;
	letter-spacing:0.05em;
	margin-bottom:40px;
	font-size: clamp(1.8rem,2.6vw,2.4rem);
}

.first02_div .text_area .text{
	font-size:1.6rem;
	font-weight:400;
	line-height:1.8;
	letter-spacing:0.05em;
}

.first02_div .text_area .text.mabo{
	margin-bottom:20px;
}

/* company */

.company01{
	position:relative;
	padding:0 0 130px;
	margin: 0 auto 255px;
}

.company01 .inner > .flex{
	justify-content:space-between;
	margin-top: 80px;
}

.company01 .inner > .flex .left{
	max-width:500px;
	width:49%;
}

.company01 .inner > .flex .right{
	max-width:500px;
	width:49%;
}



.company01 .inner > .flex .left .text{
	margin-bottom:70px;
	font-size:1.6rem;
	font-weight:400;
	line-height:1.8;
	letter-spacing:0.05em;
}

.company01 .text1{
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.8;
	margin-bottom:40px;
}

.company01 .text2{
	font-size:1.6rem;
	font-weight:400;
	letter-spacing:0.05em;
	line-height:1.8;
}

.company01 .text2.mabo{
	margin-bottom:20px;
}

.company01 .text3{
	margin-top:40px;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.05;
	text-align:right;
}

.company02{
	position:relative;
	padding: 140px 0 60px;
	margin: 0 auto 44px;
}

.company02 .mainTit3{
	position:absolute;
	text-align:center;
	left: 0;
	right: 0;
	margin: auto;
	top: -9%;
}

/* contact */

.contact01{
		margin: 0 auto 100px;
}

.contact1_div{
	display:flex;
	background:#fff;
	max-width:880px;
	width:100%;
	margin: 0 auto 55px;
	border-radius:8px;
	border:2px solid #2F3B92;
}

.contact1_div .left{
	background:#2F3B92;
	min-height: 136px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	position:relative;
	padding: 0 1%;
}

.contact1_div .left:before{
	position:absolute;
	content:"";
	width:192px;
	height:136px;
	background:url(./img/contact/mail.svg)no-repeat bottom;
	right:16px;
	bottom:0;
}

.contact1_div .left .title{
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.5;
}

.contact1_div .left .text{
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:0.05em;
	line-height:1.928;
}


.contact1_div .right{min-height: 136px;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 50%;position:relative;padding: 0 1%;}

.contact1_div .right .tel_btn{
	font-size:3.5rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.2;
	display:flex;
	margin-top:8px;
}

.contact1_div .right .tel_btn img{
	margin-right:5px;
}

.contact1_div .right .text{
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:0.05em;
	line-height:1.928;
}

.contact01 .text2{
text-align: center;
margin: 40px auto 30px;
}

.rad_flex{
	display:flex;
}



.rad_flex .mwform-radio-field.horizontal-item{
	margin-right: 6%;
}

#pref,
#city{
	margin-bottom:16px;
}

::placeholder{
	color:#CCCCCC;
}

.file_cont{
	margin:0 0 16px;
	display: flex;
	background: #F7F7FA;
	padding: 8px 9px;
	align-items: center;
}

.pri_div{
	width:100%;
	border:1px solid #2F3B92;
	padding: 32px 3% 0;
	height:285px;
	overflow-y:scroll;
	margin: 56px auto 40px;
}

.pri_div h2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.8;
	margin-bottom:24px;
	letter-spacing:0.05;
}

.pri_div .text{
	font-size:1.4rem;
	font-weight:400;
	line-height:1.8;
	letter-spacing:0.05;
	margin-bottom:24px;
}

.pri_div dt{
	font-size:1.4rem;
	font-weight:700;
	line-height:1.8;
	letter-spacing:0.05;
}

.pri_div dd{
	font-size:1.4rem;
	font-weight:400;
	line-height:1.8;
	letter-spacing:0.05;
	margin-bottom:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 24px;
	font-size: 1.8rem;
	font-weight: 400;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.mw_wp_form.mw_wp_form_confirm .file_label,
.mw_wp_form.mw_wp_form_confirm .select-image{
	display:none;
}

.file_label {
	color: #ffffff;
	background-color: #777777;
	cursor: pointer;
	transition: .3s;
	margin-right: 10px;
	border-radius: 3px;
	width: 140px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.file_label:hover {
	opacity: 0.8;
  }
  
input[type="file"]{
	display: none!important;
	}

.contact02{
	margin:0 auto 250px;
}

.imgBox {
    display: block;
    margin: 30px auto;
}
.imgBox ul{
    display: flex;
    justify-content: space-around;
}
.imgBox ul li{
    margin: 0 10px;
    max-width: 250px;
}
/*-- 固定ここまで --*/


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.content05:before{
	background: url(./img/top/bg_service.png)no-repeat center;
	background-size: 100%;
 max-height:initial;
}

.contact_area2:after{
	background:url(./img/common/footer.png) bottom;
	background-size:contain;
	bottom:116px;
}



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

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

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


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.hLogo{
	max-width: 300px;
	width: 25%;
	height: 140px;
}

.pc_nav{
	width: 74%;
}

header {
	padding-right: 10px;
}

.pc_nav .flex{
	width: 75%;
}


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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.company02 .mainTit3{
	top: -6%;
}

.nav_list1 a {
	font-size: 1.2rem;
}


.nav_list2 a {
	font-size: 1.2rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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


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

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

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


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

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

.tab{
	display:none;
}


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


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}






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


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



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

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

.privacy dt {
	padding: 0 1%;
}

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

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

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


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



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

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

.hd_link{
	max-width: 110px;
	width: 25%;
	justify-content: space-between;
	align-items: center;
}
.hd_link a{
	margin-left: 10px;
}
.hd_tel{
	margin-left: 0;
}
.pc_nav .flex{
	width:85%;
}


.nav_list1 a {
	font-size: 1.1rem;
}


.item_list li{
	width: 19%;
	height: 18vw;
	margin-right: 1.25%;
}

.contact_area .left .title{
	margin-right: 2%;
}


.contact_area .left .title span{
	font-size:3rem;
}

.contact_area_div .text2{
	font-size: 2rem;
}

.btn2{
	font-size: 1.4rem;
}

.contact_area2_div{
	padding: 110px 4% 80px;
}

.contact_area2_div .flex .title{
	margin-right:30px;
}


.artTit{
	font-size:3rem;
}

.first01_div1{
	padding: 72px 4% 32px;
}

.loop_wrap .abp {
    font-size: 12rem;
}


.nav_list2 a {
	font-size: 1.1rem;
}

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

} /* 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;
	}

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


.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: #111;
  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;
}

.pc_nav .flex{
	display:none;
}

.hLogo{
	max-width: 200px!important;
	width: 100%;
	height: 100%;
	border-radius: 0;
}


header {height: 80px;}
	
.off_img{
	display:none!important;
}

.on_img{
	display:block!important;
}

.pc_nav{
	width: 30%;
	margin-right: 20px;
}

.hd_link{
	max-width: 140px;
	width: 100%;
}

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 80px auto 0;
}

.cov-div{
	width: 100%;
}


.sld1{
	height: 70vw;
	border-radius: 0 0 0 0px;
	min-height: 400px;
}


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

.cov-div .text_area h1{
	font-size: clamp(3.2rem,6vw,6rem);
}


#cover .ab_text {
	bottom:-120px;
	left:15px;
	font-size:1.6rem;
}

#cover .ab_text span{
	padding-bottom:40px;
}

.co1_list{
	display:flex;
	justify-content:center;
	margin: 55px auto 42px;
	flex-wrap:wrap;
}

.co1_list li{
	width: 31%;
	margin: 0 1% 1%;
	height: 25vw;
	max-width: initial;
}

.content01 .fuki_btn{
	padding-top: 90px;
}

.mainTit{
	flex-direction:column;
	align-items: flex-start;
}


.subTit{
	margin-left:0;
	margin-top:8px;
}


.scene_list li{
	width: 48%;
	max-width: initial;
	margin-bottom: 40px;
	margin-right: 0;
}

.title_flex{
	flex-direction:column;
	align-items: flex-start;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.title_flex .text{
		margin-left: 65px;
		margin-top: 5px;
}


.item_list li{
	width: 24%;
	height: 22vw;
	margin-right: 1%;
	max-height: initial;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.item_list li:nth-child(5n+5){
	margin-right:1%;
}

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

.contact_area{
	flex-direction:column;
}

.contact_area .left{
	width:100%;
	min-height: 120px;
	padding: 10px 0;
}

.contact_area .right{
	width:100%;
	min-height: 150px;
	padding: 15px 0 5px;
}

.contact_area .left .title{
	margin-right: 10%;
}

.service_list{
	margin: 38px auto 0px;
	flex-direction:column;
}

.service_list li{
	width: 100%;
	padding: 55px 3% 34px;
	min-height: initial;
	max-width:500px;
	margin:0 auto 60px;
}

.service_list li:nth-child(2){
	margin-top:0;
}

.service_list li:nth-child(3){
	margin-top:0;
}

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

	.content05:before{
	max-height: initial;
	height: 109%;
}

.service_list li .point{
	width: 66px;
	height: 66px;
	top: -33px;
	font-size: 1.6rem;
}

.service_list li .point span{
	font-size: 3rem;
}


.service_list li .title{
	font-size: 2.4rem;
}

.contact_area2_div .flex{
	align-items:center;
	margin-bottom: 30px;
	flex-direction:column;
	text-align:center;
}

.contact_area2_div .flex .title{
	font-size:3.2rem;
	margin-right:0px;
}

.contact_area2_div .flex .text{
	font-size:1.6rem;
}

.contact_area2_div{
	padding: 40px 4% 20px;
}

.contact_list{
	flex-direction:column;
}

.contact_list li{
	margin: 0 auto 20px;
	width:100%;
	max-width: 400px;
}

.contact_list li.bar{
	display:none;
}

.contact_list li .btn2{
	font-size: 1.8rem;
	max-width: 230px;
}

footer .top{
	flex-direction:column;
	text-align:center;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

footer .logo {
	max-width: 380px;
	width: 100%;
	margin: 0 auto 20px;
}

footer .inner {
	padding: 40px 0;
}

.contact_area2_div .mainTit3{
	top: -110px;
	line-height: 210px;
}

.content02{
	padding: 60px 0 0;
}


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

.content06{
	padding:76px 0 40px;
}

.contact_area2{
	margin:60px auto 0;
}

#cover2{
	height: 260px;
	margin-top: 80px;
}

.cov2-div h1{
	font-size:1.6rem;
}

.cov2-div h1 span{
	font-size: 3.2rem;
}

.scene_list2{
	justify-content:space-between;
}
	
.scene_list2 li{
	width: 48%;
	max-width: initial;
	margin-bottom: 40px;
	margin-right:0;
}

.scene02 .artTit{
	margin-bottom:40px;
}

.artTit{
	font-size:2.4rem;
}

.det_img_flex{
	margin-bottom: 40px;
	flex-direction:column;
}

.det_img_flex .left{
	max-width:500px;
	width:100%;
	margin:0 auto 40px;
}

.det_img_flex .right{
	width:100%;
	margin:auto;
}

.det_div1 .title{font-size: 2rem;padding-bottom: 15px;margin-bottom: 15px;}

.det_div1{
	margin-bottom:40px;
}

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

.left_result{
	width: 100%;
}

.right_result{
	max-width:initial;
	width: 100%;
	margin: 70px auto 0;
}

.result_list2{
	max-width: initial;
}

.result_list li .img{
	height: 20vw;
}

.result_list2 li .img{
	height: 24vw;
	max-height: 160px;
}

.result_list2 li{
	justify-content:space-between;
}

.result_list2 li .img{
	max-width:266px;
	width: 31%;
	height: 20vw;
	max-height: 180px;
	margin-right:0;
}


.result_list2 li .text_area{
	max-width:568px;
	width: 68%;
}

.result01{
	padding: 0 0 60px;
}

.resu_det_contents .title_area .artTit{
width: 100%;
}

.first01{
margin: 0 auto 60px;
}

.first01 .inner > .flex{
	margin:60px auto 20px;
	flex-direction:column;
}

.first01 .inner > .flex .left{
	max-width:initial;
	width:100%;
}

.first01 .inner > .flex .right{
	max-width:548px;
	width:100%;
	margin:30px auto 0;
}

.first01 .inner > .flex .right .img{
	width: 100%;
	margin:0 auto;
}

.first_link_area{
	flex-direction:column;
}

.first_link{
	width: 100%;
	max-width:520px;
	margin:40px auto 0;
}

.first02_div{
	padding-bottom:60px;
}

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

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

.first02_div .img{
	max-width:500px;
	width:100%;
	margin:30px auto 0;
}

.first02_div .title_area{
	padding-bottom: 20px;
}

.first02_div .text_area h3{
	margin-bottom:20px;
}

.company01 .inner > .flex{
	margin-top: 60px;
	flex-direction:column;
}

.company01 .inner > .flex .left{
	max-width:initial;
	width:100%;
}

.company01 .inner > .flex .right{
	max-width:500px;
	width:100%;
	margin:30px auto;
}

.loop_wrap .abp {
    font-size: 8rem;
}

.company01{
	margin: 0 auto 90px;
}

.company02 .mainTit3{
	top: -3%;
}

.company02{
	padding: 60px 0;
	margin: 0 auto;
}

.rad_flex{
	flex-direction:column;
}

.privacy_area{
	font-size: 1.6rem;
}

.contact01 .text2{
text-align: left;
}

.contact01{
		margin: 0 auto 60px;
}

.contact02{
	margin:0 auto 120px;
}


.contact1_div{
	flex-direction:column;
}

.contact1_div .left{
	width: 100%;
	padding:0 10px;
	text-align: center;
}

.contact1_div .right{
	width: 100%;
	padding:0 10px;
}

.scene_list{
	justify-content: space-between;
}
.scene_list li .img{
		max-height: 301px;
		height: 41vw;
}
.imgBox ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.imgBox ul li{
    margin: 15px auto;
    max-width: 250px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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: 100% !important;
	display: block;
}




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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
}




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

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

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

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

.cov-div .text_area{
	left: 20px;
	bottom:30px;
}

.content01 h2 span{
	line-height: 1.5;
	bottom: 30px;
}

.co1_list li{
	width: 48%;
	margin: 0 auto 10px;
	height: 43vw;
}

.fuki_text span{
	display:flex;
	justify-content:center;
	text-align:center;
	align-items:center;
}

.co2_sld{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto 40px;
}
.sld2{
	margin: 0 1%;
}

.item_list{
	justify-content:space-between;
	max-width: 400px;
}

.item_list li{
	width: 48%;
	height: 42vw;
	margin-right: 0%!important;
	margin-bottom: 20px;
	max-height: 182px;
	font-size: clamp(1.2rem, 4vw, 1.5rem);
}


.content06 .fuki_btn{
	padding-top: 70px;
}

footer ul {
	flex-direction:column;
	align-items:center;
}

footer ul li{
	margin-bottom:10px;
}

.qanda_list dt p{
	width: 75%;
}

.result_list li{
	flex-direction:column;
}

.result_list li .img{
	max-width:initial;
	width:100%;
	margin-bottom:20px;
	height: 40vw;
}

.result_list li .text_area{
	max-width:initial;
	width:100%;
}

	.result_list2 li{
	flex-direction:column;
}

.result_list2 li .img{
	max-width:initial;
	width:100%;
	margin-bottom:20px;
	height: 40vw;
}

.result_list2 li .text_area{
	max-width:initial;
	width:100%;
}

.first_link .text{
	font-size:1.8rem;
}

.contact_tb th{
	padding: 24px 0 0;
	border-bottom: none;
}

	.contact_tb td{
	padding: 12px 0 24px;
	}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

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


.contact_area .left{
	width:100%;
	flex-direction: column;
	text-align: center;
}

.contact_area .right{
	width:100%;
}

.contact_area .left .title{
	margin-right: 0;
	margin-bottom: 10px;
}

.cont_flex{
	flex-direction:column;
	justify-content: center;
	align-items: center;
}
	
.contact_area_div{
	width: 100%;
	margin-bottom:10px;
}


.contact_area2_div .flex .text{
	font-size:1.5rem;
	text-align:left;
}

.contact_area .left:before{
	left: 0px;
}

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

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

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




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

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

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


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

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

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