@charset "utf-8";

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

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.6rem;
}

body.open{
	height: 100vh;
}



/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	color: #b34d66;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 95%;
	/* max-width: 1200px; */
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .hLogo{
	
max-width: 165px;
}

.headerUl {
	margin: 0 0 0;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.headerUl nav.pc li {
	margin: 0 0 0 27px;
}

.headerUl nav.pc li:last-child a{
	display: block;
	background: #459D45;
	padding: 30px 20px 30px;
	width: 160px;
	text-align: center;
	color: #fff;
}

.logo {
	/* width: 234px; */
}

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

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

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

table {
	border-collapse: separate;
	width: 100%;
	margin: 75px 0 0 0;
}

th {
	text-align: left;
	/* background: #555; */
	/* color: #fff; */
	border-bottom: 1px solid #ccc;
}

td {
	/* background: #ddd; */
	/* color: #555; */
	border-bottom: 1px solid #ccc;
	padding: 30px 0 32px 0;
}

td {}


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

nav {
	margin: 0px auto 0;
	/* width: 95%; */
	/* max-width: 1200px; */
}

nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav > ul li {
}

nav li a {
	display: block;
	text-decoration: none;
}

nav li a:hover {
	color: #329026;
}


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

#modal {
	display: none;
}

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

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0px auto 0;
	background: url(./img/mv.png) bottom center no-repeat;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cover .mainTxt{
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#cover .mainTxt h2{
	font-size: 9rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#cover .mainTxt p{
	font-size: 2.5rem;
	font-weight: bold;
	border-top: 1px solid #fff;
	padding: 22px 0 0 0;
}

#cover .sp {
	display: none !important;
}

#cover li {
	height: 500px;
}

#cover img {
	width: 1000px;
	margin: 0 auto;
	display: block;
}

.cover01 {
	background: #ccc;
}

.cover02 {
	width: 100%;
    background: #555;
}

.cover03 {
	width: 100%;
    background: #333;
}

/*-- 中ページカバー --*/

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}


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

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

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

.mainTit{
	font-size: 3rem;
	text-align: center;
	line-height: 1.3;
	color: #183F83;
}

.mainTit span{
	display: block;
	font-size: 1.4rem;
	color: #333;
}

.content01{
	margin: 0 0 80px 0;
}

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

.content01 li{
	margin: 0 0 100px 0;
	width: 80vw;
	max-width: 1600px;
	min-width: 1000px;
	position: relative;
}

.content01 li:nth-of-type(even){
	width: 80vw;
	max-width: 1600px;
	min-width: 1000px;
	position: relative;
	margin: 0 0 100px auto;
}

.content01 li:nth-of-type(even) div{
	text-align: right;
}

.content01 li dl{
    position: absolute;
    top: 25%;
    background: #fff;
    width: 36vw;
    min-width: 600px;
    padding: 3%;
    right: -8vw;
    box-shadow: 0px 0px 8px #efefef;
}

.content01 li:nth-of-type(even) dl{
	left: -8vw;
}

.content01 li:nth-of-type(even) dt span{
	color: #459d46;
}

.content01  dt span{
	color: #183f83;
	font-weight: 900;
	font-size: 2rem;
	display: block;
}

.content01  dt{
	font-size: 3rem;
	margin: 0 0 16px 0;
}

.content01 p{
    margin: 40px 0 0;
    font-size: 1.8rem;
}

.content02{
	background: #459D45;
	padding: 80px 0;
}

.content02 dl{
	display: flex;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.content02 dt{
	width: 40%;
}

.content02 dd{
	width: 50%;
	color: #fff;
}

.content02 dd h3{
	font-size: 3rem;
	margin: 0 0 20px 0;
}

.content02 dd h3 span{
	font-size: 2.3rem;
	display: block;
}

.content02 a{
	display: block;
	background: #fff;
	color: #459d46;
	text-decoration: none;
	font-weight: 900;
	text-align: center;
	width: 95%;
	max-width: 300px;
	padding: 2%;
	margin: 40px 0 0 0;
}
.content03{
	padding: 80px 0;
}

.contactArea{
	display: flex;
}

.contactArea div{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	background: #062864;
	height: 40vh;
	justify-content: center;
}

.contactArea .titArea{
	background: url(./img/contact_bg.png);
}

.contactArea .titArea h4{
	font-size: 3rem;margin: 0 0 10px 0;}

.contactArea .btnArea{
	font-size: 2rem;
}

.contactArea .btnArea h4{
	margin: 0 0 20px 0;
}

.contactArea .btnArea a{
	display: block;
	background: #fff;
	width: 95%;
	max-width: 300px;
	color: #052864;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	padding: 2%;
}
/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	/* margin: 50px auto 0; */
	padding: 62px 0 0;
	background: #333;
	color: #fff;
}

footer .logo {
	/* width: 243px; */
	margin: 0 auto;
	font-weight: 900;
	font-size: 2rem;
}

footer .inner {
	padding: 0 0 50px;
    text-align: center;
}

footer ul {
	margin: 15px 0 0;
}

footer ul + ul {
	margin: 37px 0 0;
	display: inline-block;
}

footer ul + ul li{
	display: inline-block;
}

footer ul li a:link {
	margin: 0 0 0 5px;
	padding: 0 0 0 6px;
	font-size: 12px;
	border-left: 1px solid #fff;
	display: inline-block;
	color: #fff;
}

footer ul li a:visited{
	color: #fff;
}

footer ul li:first-child a {
    border: none;
} 

footer .add li {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.copyright {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}

.copyright small {
    /* width: 1000px; */
    /* margin: 0 auto; */
    /* padding: 20px 0 20px; */
    /* display: block; */
    /* text-align: right; */
}


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

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

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

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

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

.pankuzu li a {
    margin: 0 10px 0 0;
    text-decoration: none;
}

.pankuzu li a:hover {
    color: #0071BC;
}


/*--- ページトップ ---*/
#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: 2.4rem;
	border: none;
	font-weight: 700;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	height: 112px;
}

.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: 170px;
	width: 100%;
	background: #F8F8F8;
}

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

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

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #A2A2A2;
}


select{
	width:100%;
}

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 th, .contact_tb td {
	padding: 2.2% 0px;
	font-size: 1.6rem;
	position: relative;
	font-weight: 700;
}


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


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


.contact_tb th {
	width: 25%;
	text-align: left;
	padding-right: 1%;
	font-size: clamp(16px,2vw,18px);
}

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

.contact_tb td {width: 75%;}

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

sup{
	color:#EB612A;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 32px 3%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 79px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 1.4rem;
}

.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: 1.8rem;
	line-height: 1.46;
	margin-bottom: 24px;
}

.pri_div.pri_div2 h3{
	font-size: clamp(1.8rem,2vw,2.4rem);
	line-height: 1.8;
	margin-bottom: 24px;
	color: #534541!important;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 2.057;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 2.057;
	margin-bottom:24px;
}

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

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 40px auto 48px;
}

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

.privacy_area a{
	text-decoration:underline;
}

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

.btn5{
	position:relative;
	margin: 0 auto;
	background: #062864;
	max-width: 370px;
	display: flex;
	font-size: 2rem;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn5:hover{
	opacity:0.7;
}

.btn5.back{
	display:none;
}

.mw_wp_form_confirm .btn5.back{
	display:flex;
	background: #333333;
	margin-bottom: 30px;
}


.wpcf7-spinner{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:-60px;
}

.contact_tb th em {
	color: #E8565B;
}


/* 新着情報
----------------------------------------------------------- */

.news li {
	/* width: 660px; */
	margin: 0;
}

.news dl {
	width: 98%;
	padding: 30px 5px 30px;
	border-top: 1px solid #555;
	display: flex;
}

.news dt{
	min-width: 100px;
	margin: 0 20px 0 0;
}

.news li:first-child dl {
	border-top: 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;
}


/* 会社概要
----------------------------------------------------------- */

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


#art_cover{
	height:300px;
	display:flex;
	align-items:center;
	background: #062864;
}

#art_cover .title{
	font-size:4rem;
	color: #fff;
}

.cont01{
	padding:80px 0;
}

input[name="privacy_agree[data]\\[\\]"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
  }

input[name="privacy_agree[data][]"]:disabled + .mwform-checkbox-field-text {
  color: #ccc;
  opacity: 0.6;
  cursor: not-allowed;
}

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

.flex_cont1{
	display:flex;
	align-items:center;
	width:49%;
	justify-content:space-between;
}

.flex_cont1 .l_cont{
	flex-shrink:0;
	width:45px;
}

.flex_cont1 input{
	width:100%;
}

.pri_area{
	text-align:center;
	margin:40px auto 0;
	font-size:18px;
}

.pri_area a{
	color:#062864;
	font-weight:700;
}

.cont01_div2{
	padding:100px 0;
	text-align:center;
	font-weight:500;
}

.cont01_div2 a{
	font-weight:700;
	color:#062864;
	margin-top:20px;
	display:block;
}

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

.step_area{
	margin-bottom: 70px;
}

.step_list{
	display:flex;
	align-items:center;
	justify-content:center;
}

.step_list li{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	color:#062864;
	font-weight: 700;
	position:relative;
	height: 90px;
	font-size: 1.8rem;
	border:1px solid #062864;
}

.step_list li.active{
	background:#062864;
	color:#fff;
}

.step_list li:last-child{
	border-left:0;
}

.step_text{
	margin-top:30px;
	text-align:center;
	font-size: 2rem;
	font-weight: 700;
}

.step_list li.next:before{
	position:absolute;
	content:"";
	background-color: #062864;
	width: 10%;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	left: -1px;
	top:0;
}

a.pdf-link{
	display: flex;
	background: #062864;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	max-width:410px;
	height:90px;
	align-items:center;
	justify-content:center;
	margin:0px auto 30px;
	font-size: 1.8rem;
	padding: 0 2%;
}

a.pdf-link:hover{
	opacity:0.7;
}

#nextPage{
	display: flex;
	background: #459D45;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 900;
	max-width:300px;
	height:60px;
	align-items:center;
	justify-content:center;
	margin:50px auto 0px;
	font-size: 1.8rem;
	cursor: pointer;
}

#nextPage:hover{
	opacity:0.7;
}

#nextPage.no_btn{
	cursor: not-allowed;
	background: #ccc;
}

.flex_cont2.mabo{
	margin-bottom:20px;
}

.step_list2{
	display:flex;
	justify-content:space-between;
	max-width:1100px;
	width:100%;
	margin: 0 auto 80px;
}

.step_list2 li{
	width:32%;
	background:#fff;
	box-shadow:0 0 20px #00000029;
	margin-bottom:30px;
	border-radius:10px;
	text-align:center;
	font-size:1.8rem;
	font-weight:700;
	padding: 30px 1% 40px;
	max-width:330px;
}

.step_list2 li .img{
	max-width:120px;
	margin:0 auto 20px;
	width: 30%;
}

.mw_wp_form input[type="file"]{
	width:100%;
}
h2.tb_title {
    font-size: 2rem;
    text-align: center;
    margin: 50px auto 10px;
    color: #062864;
    border-bottom: 1px solid #062864;
}


.tb_flex1{
	display:flex;
	align-items:center;
}

.tb_flex1 input{
	max-width:300px;
}

.nowrap{
	flex-shrink:0;
	margin-left:8px;
}


.nowrap.mari{
	margin-right:8px;
	margin-left:0px;
}

.tb_flex2{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.tb_flex2 > div{
	width:32%;
}




.faq01{
	padding: 0 0 80px;
}


.qanda_list li{
	border-top:2px solid #062864;
	padding: 24px 0 0;
}

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

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items:baseline;
	font-weight: 700;
	position: relative;
}

.qanda_list li dt{
	padding-bottom: 24px;
	font-size: 2rem;
}

.qanda_list li dt p,
.qanda_list li dd .text_area{
	width:90%;
}

.qanda_list li dd{
	padding: 16px 0 24px;
	border-top: 2px dotted #062864;
}

.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

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


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


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


.qanda_list li dd .text_area p{
	margin-bottom:16px;
}

.qanda_list li dd .text_area h2{
	margin-bottom:16px;
	font-size: clamp(2.4rem,3vw,2.8rem);
	line-height:1.6
}

.qanda_list li dd .text_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:1.6
}

.qanda_list li dd .text_area h4{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2rem);
	line-height:1.6
}

.qanda_list li dd .text_area h5{
	margin-bottom:16px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:1.6
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right:13px;
	width:40px;
	height:40px;
	flex-shrink:0;
	color:#fff;
	justify-content:center;
	border-radius:50%;
	font-size:2.4rem;
	font-weight: 500;
}

.qanda_list li .que{
	background:#062864;
}

.qanda_list li .ans{
	background:#459D45;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
	width: 24px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}

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

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

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


a.text_link1{
	color:#062864;
	display:flex;
	justify-content:center;
	margin:40px auto;
	max-width: max-content;
	font-weight: 700;
	font-size: 2rem;
}

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

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

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

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

.content01 li dl{
    position: absolute;
    top: 25%;
    background: #fff;
    width: 36vw;
    min-width: 600px;
    padding: 3%;
    right: 0vw;
    box-shadow: 0px 0px 8px #efefef;
}

.content01 li:nth-of-type(even) dl{
	left: 0vw;
}


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

}

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


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

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

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


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

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



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

header {
}

header h1 {
	font-size: 80%;
}

.logo {
	/* width: 28%; */
}

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

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


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


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

#main {
}


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


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

.copyright small {
	width: 96%;
}



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

.pankuzu {
	/* width: 98%; */
}


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

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


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

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


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


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

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

.content01 li dl{
    top: 17%;
    min-width: 600px;
    padding: 3%;
    right: 0vw;
    left: 0;
    margin: 0 auto;
}

.content01 li:nth-of-type(even) dl{
	left: 0vw;
}

.content01 li:nth-of-type(even){
	min-width: 100%;
	margin-bottom: 0;
}

.content01 li{
	margin: 0 0 0 0;
	min-width: 100%;
}


#art_cover{
	height:250px;
}

#art_cover .title{
	font-size:3rem;
}

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

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

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




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

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

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

.pc {
	display: block;
}

.sp {
	display: none;
}

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


.content02 dl{
	display: flex;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.content02 dt{
	width: 90%;
}

.content02 dd{
	width: 90%;
	color: #fff;
	margin: 37px 0 0 0;
}

#art_cover{
	height:200px;
}

#art_cover .title{
	font-size:2.4rem;
}

.cont01 {
    padding: 0px 0 80px;
}

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

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

.contact_tb td{
	padding:10px 0 20px;
}

.step_list2{
	flex-direction:column;
}
	
.step_list2 li{
	width:100%;
	margin:0 auto 30px;
	padding:20px 1% 30px;
}

.step_text{
	font-size:1.8rem;
}

.step_list li{
	font-size:1.4rem;
}

.qanda_list li dt{
	font-size:1.8rem;
}

.qanda_list li dt p,
.qanda_list li dd .text_area{
	width:80%;
}

.qanda_list li .que, .qanda_list li .ans {
    margin-right: 8px;
    width: 34px;
    height: 34px;
    font-size: 2rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}

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


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


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

#cover .pc {
	display: none !important;
}

#cover .sp {
	display: block !important;
}


/*--- modal ---*/

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

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) 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(-20px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #333333f5;
    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%;
}

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

nav .gnav__menu__item{
    margin: 30px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
}

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

.gnav__menu__item a:hover{
    color: #e62219;
}


.content02 li {
    width: 100%;
    margin: 0 0 20px 0;
}


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

#pageTop {
	display: none !important;
}


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

.sp nav {
	margin: 0 auto;
	background: #329026;
}


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

#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 {
	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;
}

.contactArea{
	display: flex;
	flex-direction: column;
}

.contactArea div{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	background: #062864;
	height: 21vh;
	justify-content: center;
}

header {padding: 20px 0 15px 0;margin: 0 auto;}

.content01 li dl{
    top: 17%;
    min-width: 80%;
    padding: 3%;
    right: 0vw;
    left: 0;
    margin: 0 auto;
}

.content01 li{
	background: url(./img/content01_img01.png);
	padding: 10% 0;
}

.content01 li + li{
	background: url(./img/content01_img02.png);
	padding: 10% 0;
}

.content01 li + li + li{
	background: url(./img/content01_img03.png);
	padding: 10% 0;
}

.content01 li div{
	display: none;
}

.content01 li dl{
	position: static;
}

#cover .mainTxt h2{
	font-size: 7rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#cover .mainTxt p{
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 1px solid #fff;
	padding: 22px 0 0 0;
}


.contact_tb td .flex{
	flex-direction:column;
}

.flex_cont1{
	width:100%;
	margin-top:8px;
}

	
.flex_cont1:first-child{
	margin-top:0px;
}

a.pdf-link{
	font-size:1.6rem;
}
	
.step_list2 li{
	font-size:1.6rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.telBtn {
	width: 12%;
}

.menuBtn {
	/* width: 12%; */
	/* float: right; */
}

.telBtn a,
.menuBtn a {
	font-size: 240%;
}

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


.content01  dt{
	font-size: 2.2rem;
	margin: 0 0 16px 0;
}

.content01  dd{
	font-size: 1.5rem;
	margin: 0 0 16px 0;
}

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

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

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




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

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

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

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

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

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

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

