@charset "utf-8";
/*
Theme Name: yamawake_g
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #000A41;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body.open{
	height: 100vh;
}


/* color */
.white{
	color: #ffffff;
}
.blue{
	color: blue;
}
.red{
	color: #035192!important;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background:blue;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}
.bggl{
	background: #F2F2F2;
}


/*リンク表示方法*/

a {
	text-decoration: underline;	
}

a:link {
	color: #000A41;
}

a:visited {
	color: #000A41;
}

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

.btn01:link{
	background: url(./img/arrow01.svg)90% 50% no-repeat #035192;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
	max-width:255px;
	min-width: 255px;
	font-weight: 900;
}

.btn01:visited{
	color: #fff;
}

.en{
		font-family: "Crimson Pro", serif;
		font-optical-sizing: auto;
		font-style: normal;
}

.min{
	font-family: "Shippori Mincho B1", serif;
	font-style: normal;
}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

header .hLogo{
	max-width: 217px;
	width: 50%;
}

.headerUl {
	margin: 0 0 0;
}

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

.headerUl li {
}

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

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

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

table {
	border-collapse: separate;
}

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

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


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

nav {
	/* margin: 0px auto 0; */
	width: 70%;
	/* max-width: 1200px; */
	/* font-weight: bold; */
}

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

header nav li:last-child a{
	background: url(./img/mail.svg) 8% 50% no-repeat #035192;
	width: 167px;
	text-align: right;
	color: #fff;
	padding: 10px;
	font-weight: 900;
	margin: 0;
}

nav > ul li {display: contents;}

header nav li a {
	display: block;
	text-decoration: none;
	margin: 0 55px 0 0;
}

header nav li a:hover{
	opacity: 1;
}

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


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

#modal {
	display: none;
}

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

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto 0;
	background: url(./img/mv_bg.jpg) top center no-repeat;
	height: 662px;
	display: flex;
	justify-content: center;
	padding: 185px 0 0 0;
}

#cover .logo{
	max-width: 670px;
	width: 95%;
	text-align: center;
	margin: 0 auto 25px;
}

#cover .mvTxt{
	text-align: center;
	margin: 0 0 0 0;
}

#cover h1{
	font-size: 4rem;
	text-align: center;
	border-bottom: 1px solid;
	display: inline-block;
	margin: 0 auto 15px;
	padding: 0 0 9px 0;
	color: #fff;
	text-shadow: 0 0 10px #676767;
}

#cover .mvTxt span{
	font-size: 2.5rem;
	display: block;
	color: #fff;
	text-shadow: 0 0 10px #676767;
}

#cover .sp {
	display: none;
}

#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
-----------------------------------------------------------*/
.listArea{
	position: relative;
	top: -85px;
	
}

.listArea:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_bg.svg) no-repeat;
	width: 100%;
	height: 250px;
	top: 40px;
	z-index: -1;
	overflow: hidden;
}

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


.listArea li{
	background: #fffc;
	width: 30%;
	text-align: center;
	padding: 1%;
	border: 5px solid #fff;
	box-shadow: 0 0 30px 0px #00000026;
}

.listArea li .tit{
	font-size: 2.4rem;
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
	margin: 0 0 13px 0;
	padding: 0 0 10px 0;
}

.listArea li .tit span{
	font-size: 1.4rem;
	color: #a8a8a8;
}

.listArea li .txt{
	font-size: 1.4rem;
}

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

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

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

.mainTit{
	font-size: 6rem;
	text-align: center;
	line-height: 1.3;
	font-family: "Shippori Mincho B1", serif;
}

.mainTit span{
	display: block;
	font-size: 2.4rem;
}

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

.content01 .bgwh{
	width: 90%;
	max-width: 1225px;
	margin: 100px auto 50px;
}

.content01 p{
    margin: 15px 0 0;
    font-size: 2rem;
}

.content01 .box{
	position: relative;
}

.content01 dl{
	box-shadow: 0 0 30px 0px #00000026;
	margin: 50px 0 0 0;
	padding: 4% 4% 6%;
	position: relative;
}

.content01 dl:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_line.svg) no-repeat;
	height: 50px;
	width: 99%;
	background-size: contain;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5px;
}

.content01 dl:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_line.svg) no-repeat;
	height: 50px;
	width: 99%;
	background-size: contain;
	transform: rotate(-180deg);
	bottom: 5px;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.content01 .box:before{
	content: "";
	display: block;
	position: absolute;
	background: #035192;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -7px;
}

.content01 .box:after{
	content: "";
	display: block;
	position: absolute;
	width: 140px;
	height: 1px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -69px;
	border: none;
	background-image: linear-gradient(to right, #035192 6px, transparent 6px);
	background-repeat: repeat-x;
	background-size: 9px 10px;
	transform: rotateZ(-90deg);
}

.content01 dt{
	font-size: 2.4rem;
	text-align: center;
}

.content01 dd{
	/* padding: 0 2.2%; */
}

.content01 dt:after{
	content: "";
	display: block;
	height: 1px;
	width: 40px;
	background: #035192;
	margin: 15px auto;
}

.content01 .bggl{
	padding: 80px 0;
}

.content01 .bggl .img{
	position: relative;
	z-index: 2;
}

.content01 .bggl .img:before{
	content: "";
	display: block;
	position: absolute;
	background: #035192;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -7px;
}



.content01 .listArea{
	position: static;
	
}

.content01 .listArea:after{
	display: none;
}

.content01 .listArea p{
	font-size: 1.4rem;
	text-align: left;
}

.content01 .listArea li{
	position: relative;
	z-index: 1;
	margin: 40px 0 0 0;
	width: 31%;
}

.content01 .listArea li:after{
	content: "";
	display: block;
	position: absolute;
	width: 140px;
	height: 2px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -75px;
	border: none;
	background-image: linear-gradient(to right, #A3A3A3 6px, transparent 6px);
	background-repeat: repeat-x;
	background-size: 9px 10px;
	transform: rotateZ(-90deg);
	z-index: 0;
}

.content02{
    margin: 100px 0;
}

.content02 ul{
	/* display: flex; */
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

.content02 li{
	/* width: 31%; */
	background: #fff;
	/* padding: 20px 2%; */
	display: flex;
	flex-direction: row-reverse;
	position:relative;
	align-items: end;
	padding: 0 0 80px 0;
}

.content02 li + li{
	
flex-direction: row;
	
margin-top: 100px;
}

.content02 li .img{
	width: 55%;
}

.content02 li .txtBox{
	width: 38%;
	position: absolute;
	/* background: #fff; */
	right: 50%;
	/* padding: 1%; */
	bottom: 40px;
}

.content02 li:nth-of-type(2n) .txtBox{
	width: 38%;
	position: absolute;
	/* background: #fff; */
	left: 52%;
	/* padding: 1%; */
	bottom: 40px;
}

.content02 li .txtBox .tit{
	display: flex;
	align-items: center;
	font-size: 3.4rem;
	font-size: 1.8vw;
	font-family: "Shippori Mincho B1", serif;
}

.content02 li:nth-of-type(2n) .txtBox .tit{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 50px;
}


.content02 li .txtBox .tit span{
	font-size: 12rem;
	font-size: 8vw;
	margin: 0 20px 0 0;
	font-family: "Crimson Pro", serif;
	font-weight: 200;
	color: #035192;
}

.content02 li .txtBox .box{
	background: #fffc;
	box-shadow: 0 0 30px 0px #00000026;
	padding: 4%;
	border: 5px solid #fff;
}

.content02 .box h4{
	font-size: 2.4rem;
	font-size: 1.33vw;
	margin: 0 0 20px 0;
	font-family: "Shippori Mincho B1", serif;
}

.content02 .box p{
	margin: 0 0 30px 0;
}

.content02 dt{
	text-align: center;
	font-size: 2.1rem;
}

.content02 dd{
	margin: 10px 0 0 0;
}

.content03{
	padding: 100px 0 60px;
	background: #F2F2F2;
}

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

.content03 .left{
	width: 30%;
}

.content03 .left .mainTit{
	text-align: left;
	margin: 0 0 30px 0;
}

.content03 .box{
	width: 68%;
}

.content03 dt{
	margin: 0 0 5px 0;
}

.content03 dd{
	border-bottom: 1px solid;
	margin: 0 0 40px 0;
	padding: 0px 0 40px 0;
	position: relative;
}

.content03 dd:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100px;
	background:#035192;
	bottom: -1px;
}

.content04{
	margin: 80px 0;
}

.content04 .mainTit{
	text-align: left;
}

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

.content04 ul:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.content04 li{
	width: 30%;
	margin: 21px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px #0000002b;
}

.content04 li a{
	display: block;
	width: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4%;
}

.content05{
	background: #035192;
	color: #fff;
	padding: 100px 0;
}

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

.content05 .left{
	text-align: left;
	width: 45%;
}

.content05 .right{
	width: 38%;
}

.content05 .right p{
	font-size: 2rem;
}

.content05 .right a{
	background: url(./img/mail02.svg) 5% 49% no-repeat #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5.5% 1.5%;
	margin: 20px 0 0 0;
	color: #035192;
	font-weight: bold;
	font-size: 2rem;
}

.content05 .left .mainTit{
	text-align: left;
	margin: 0 0 20px 0;
}

.pdfArea{
	background: #035192;
	padding: 80px 0;
	margin: 0 0 0;
	color: #fff;
}

.pdfArea p{
	margin: 40px 0;
	text-align: center;
}

.pdfArea .flex {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pdfArea .flex span {
    display: block;
    width: 100%;
    font-weight: 900;
    border-bottom: 1px solid;
    margin: 0 0 15px;
    font-size: 1.8rem;
}

.pdfArea .pdf {
    margin: 40px 0 0;
}
.pdfArea .flex:not(:last-child) {
    margin: 0 0 40px;
}

.pdfArea a:nth-child(2), .pdfArea a:nth-child(3) {/* margin-top: 0; *//* margin-bottom: 0; */}

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

.pdfArea dt{
	width: 40%;
}

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

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

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

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

.faqArea .mainTit{
	margin: 0 0 45px 0;
}

.pdfArea a{
	display: block;
	background: #fff;
	color: #035192;
	text-decoration: none;
	font-weight: 900;
	text-align: center;
	padding: 2%;
	margin: 0px 0 14px 0;
	border: 1px solid;
	transition: .3s;
	width: 49%;
	/* max-width: 385px; */
	position: relative;
}

.pbtn:after{
	content: "";
	display: block;
	content:"";
	width: 32%;
}

.pdfArea a:hover {
    background: #035192;
    color: #fff;
}

.faqArea .inner{
	padding: 100px 0;
}

.qanda_list li{
	margin: 0 0 18px 0;
}

.qanda_list dt,.qanda_list dd{
	display: flex;
	padding: 20px 24px 19px;
	align-items: center;
}

.qanda_list dt{
	background: #fff;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	width: 100%;
	position: relative;
	font-weight: 700;
	box-shadow: 0 0 10px #ddd;
	border-radius: 5px;
}

.qanda_list dt .que{
	margin: 0 8px 0 0px;
}

.qanda_list dd .ans{
	margin: 0 11px 0 0px;
	color: #035192;
	font-weight: 700;
	font-size: 1.9rem;
}

.qanda_list dt p{
	width: 95%;
	margin:0!important;
}

.qanda_list dt:before{
	  content: '';
	  width:12px;
	  height: 12px;
	  border-top: solid 3px #035192;
	  border-right: solid 3px #035192;
	  position: absolute;
	  right: 2.4%;
	  top: 0px;
	  bottom:0;
	  margin:auto;
	  transform: rotate(135deg);
	  transition:.4s;
}

.qanda_list dl.open dt:before{
	  transform: rotate(-45deg);
}

.qanda_list dd{
	color: #333;
	align-items: flex-start;
	padding: 14px 24px 10px;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
	font-weight:500;
	line-height:1.8;
	margin:0!important;
}


.qanda_list dd p{
	width: 95%;
	margin:0!important;
}


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

footer {
	margin: 50px auto 0;
	padding: 30px 0 0;
}

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

footer .logo {
	width: 260px;
	/* margin: 0 auto; */
}

footer .add{
	font-size: 1.5rem;
	margin: 20px 0 0 0;
}

footer .inner {
	/* text-align: center; */
}

footer ul {
	margin: 30px 0 0;
}

footer ul + ul {
	margin: 5px 0 0;
}

footer ul li {
	display: inline-block;
	margin: 0 0 7px 0;
}

footer ul li a {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	font-size: 20px;
	border-left: 1px solid #000A41;
	text-decoration: none;
	font-weight: bold;
}

footer ul li a:hover{
	color: #035192;
	opacity: 1;
}

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

footer .add li:before {
	content: '\25a1';
}

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

.copyright {
	/* background: #333; */
	color: #ccc;
	text-align: right;
	/* padding: 15px 0; */
	width: 90%;
	max-width: 1225px;
	margin: 0 auto 40px;
}

.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 17px;
    max-width: 1225px;
    border-bottom: 1px solid #000A41;
}

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

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

.pankuzu li a {
    margin: 0 10px 0 0;
    /* color: #F44336; */
    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;
}

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

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: 1000px;
	margin: 0 auto;
}

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

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


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

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

.zip2formError {
	left: 220px !important;
}

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

.zip1 label {
	position: relative;
}


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

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


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

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

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

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

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

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

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

.choose_list1 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	position: relative;
}

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

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: url(./img/arrow01.svg) 96% 47% no-repeat #035192;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	max-width: 300px;
	margin: 0 auto!important;
}

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

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

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msgl, #syu {
	width: 100%;
}

#msg {
	height: 100px;
}

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

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

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

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

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

input[type="text"] {
	height: 25px;
	padding: 5px;
}

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

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

.contact01 .inner{
	background: #fff;
	box-shadow: 0 0 30px #e3e3e3;
	padding: 4%;
	margin: 90px auto 150px;
}

.privacy_check{
	text-align: center;
	margin: 30px 0;
	font-size: clamp(1.4rem,2.3vw,1.6rem);
}

.privacy_check a:link{
	color: #035192;
}

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

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

.contact_tb th, .contact_tb td {
	padding: 35px 15px 35px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
	background: none;
	color: #000A41;
	font-weight: 600;
}

.contact_tb th em {
	background: #035192;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


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

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

.zip2formError {
	left: 220px !important;
}

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

.zip1 label {
	position: relative;
}


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

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


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

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


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

.article #cover {
	max-width: 1225px;
	width: 90%;
	margin: 0 auto 0;
	background: none;
	height: 28vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 0;
}

.article #cover .mvTxt{
	text-align: left;
	margin: 0 0 0 0;
	color: #035192;
}

.article #cover .mvTxt p{
	display: flex;
}

.article #cover h1{
	font-size: 8rem;
	border: none;
	margin: 0;
	color: #000A41;
	text-shadow: none;
}

.article #cover span{
	font-size: 2rem;
	background: #035192;
	color:#fff;
	padding: 1% 3%;
	font-weight: 500;
}

/* ヤマワケギャランティについて
----------------------------------------------------------- */
.article .content01 .box:before,.article .content01 .box:after{
	display: none;
}

.about01{
	background: url(./img/about01_bg.png) left top no-repeat #eee;
	padding: 200px 0;
}

.about01 dl{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.about01 dt{
	width: 47%;
	margin: 0 0 0 6%;
}

.about01 dd{
	width: 30%;
	text-align: left;
}

.about01 dd .mainTit{
	text-align: left;
	margin: 0 0 35px 0;
}

.about01 dd h4{
	font-size: 2.2rem;
	margin: 0 0 13px 0;
}

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

.pri01{
	margin: 80px 0 150px;
}

.pri01 p{
	margin: 15px 0 0 0;
}

.pri01 .box{
	margin: 15px 0 0 0;
}

.pri01 .box + .box{
	margin: 40px 0 0 0;
}

.pri01 ul{
	margin: 10px 0 0 0;
}

.pri01 li{
	margin: 5px 0 0 0;
}

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

.privacy dt {
	margin: 20px 0 0;
	padding: 0 0 5px 0;
	/* display: inline-block; */
	font-weight: bold;
	border-bottom: 1px solid;
}

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

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


/* 会社概要
----------------------------------------------------------- */
.company01{
	padding: 100px 0;
}


.company table {
	margin: 80px auto 0;
	width: 100%;
	border-top: 1px solid #B1B1B1;
}
.company th {
	width: 20%;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #035192;
	text-align: left;
	background: none;
	color: #000A41;
}

.company td {
	width: 80%;
	padding: 30px 10px 30px 20px;
	border-bottom: 1px solid #B1B1B1;
	background: none;
	color: #000A41;
}

.company iframe {
	width: 100%;
	height: 280px;
	margin: 30px auto 0;
	border: none;
}

/* お知らせ
----------------------------------------------------------- */
.content03.news01{
	background: none;
	padding: 70px 0 50px;
}

.content03.news01 .box{
	width: 100%;
}

.pager  ul.page-numbers {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .page-numbers li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  /* background:#9D50BB; */
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .page-numbers li a,
.pager .page-numbers li span{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  /* color: #fff; */
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager .page-numbers li:has(.next),
.pager .page-numbers li:has(.prev){
	display:none;
}

.pager .page-numbers li a span{

}

.pager .page-numbers li a:hover,
.pager .page-numbers li a.active,
.pager .page-numbers li a.current,
.pager .page-numbers li span.current{
  background: none;
  color: #035192;
  font-weight: 800;
}

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

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

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

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

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

.news02{
	padding: 70px 0 50px;
}

.ttl_area{
	padding:0 0 12px;
	border-bottom:1px solid #ccc;
	margin-bottom:24px;
}

.ttl_area ,date{
	
}

.ttl_area .title{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
	margin-top:8px;
}

.news02 .btn01{
	margin:40px auto 0;
}

.news_list li{
position: relative;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li .date{
	margin: 0 0 5px 0;
}

.news_list li .title{
	border-bottom: 1px solid;
	margin: 0 0 40px 0;
	padding: 0px 0 40px 0;
	position: relative;
}

.news_list li .title:after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100px;
	background:#035192;
	bottom: -1px;
}

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


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

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


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


.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: 8px 2% 20px!important;
	/* border-bottom: 1px solid #fff; */
}

.company iframe {
	width: 100%;
}

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

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


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



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

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

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



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

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

header nav li a {
	margin: 0px 3% 0 0;
}

.content02 li .txtBox,.content02 li:nth-of-type(2n) .txtBox{
	width: 45%;
}

.content02 .box h4{
	font-size: 1.8rem;
}

.content02 .box h4 br{
	display: none;
}

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

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block !important;
}

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


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

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

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


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

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

.menuBtn {
	/* width: 35%; */
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 32px;
  z-index: 9999;
  margin: 7px 0 0 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #035192;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.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);
  top: -11px;
}
.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%;
    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: 30px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    color: #333;
    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;
}

#cover h1{
	font-size: 3rem;
	margin: 0px auto 10px;
	padding: 0 0 5px 0;
}

#cover .mvTxt span{
	font-size: 1.8rem;
	display: block;
}
.listArea li .tit{
	font-size: 1.8rem;
}
.listArea li .txt{
	font-size: 1.3rem;
	text-align: left;
}

.listArea li .txt br{
	display: none;
}

.content02 li .txtBox{
	position: static;
	/* background: #fff; */
	right: 50%;
	/* padding: 1%; */
	bottom: 40px;
}

.content02 li,.content02 li + li{
	display: flex;
	flex-direction: column;
	position:relative;
	align-items: end;
	padding: 0 0 80px 0;
}

.content02 li .img{
	width: 100%;
}

.content02 li .txtBox,.content02 li:nth-of-type(2n) .txtBox{
	width: 90%;
	margin: 0 auto;
	position: static;
}

.content02 li:nth-of-type(2n) .txtBox .tit{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 0 15px 0;
}

.content02 li .txtBox .tit{
	font-size: 2.4rem;
	margin: 15px 0 15px 0;
}

.content03 .inner{
	flex-direction: column;
}

.content03 .left{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content03 .left .mainTit{
	text-align: left;
	margin: 0 0 30px 0;
}

.content03 .box{
	width: 100%;
	margin: 58px 0 0 0;
}

.content04 li a{
	padding: 8%;
}

.content04 li a img{
	max-width: 120px;
	min-height: 55px;
}

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

.content05 .left{
	text-align: left;
	width: 90%;
	margin: 0 auto 40px;
}

.content05 .right{
	width: 90%;
	margin:  0 auto;
}

.listArea:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_bg.svg) no-repeat;
	width: 100%;
	height: 250px;
	top: 40px;
	z-index: -1;
	overflow: hidden;
	background-size: 114%;
	background-position-y: 73px;
}

footer .flex{
	flex-direction: column;
}

footer .left{
	text-align: center;
}

footer .left .logo{
	margin: 0 auto;
}

footer .right{
	text-align: center;
	margin: 5px 0 40px 0;
}

.content01 .listArea li:after{
	display: none;
}

header nav li:last-child a{
	background: url(./img/mail.svg) 8% 50% no-repeat #035192;
	width: 90%;
	text-align: right;
	color: #fff;
	padding: 22px 10%;
	font-weight: 900;
	margin: 0;
	margin: 0 auto;
	text-align: center;
}

.about01{
	padding: 100px 0;
}

.about01 dl{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: 90%;
	flex-direction: column;
	margin: 0 auto;
}

.about01 dt{
	width: 100%;
	margin: 0;
	text-align: center;
}

.about01 dd{
	width: 100%;
	text-align: left;
	margin: 50px 0 0 0;
}

.article #cover h1{
	font-size: 4rem;
	border: none;
	margin: 0;
}

.article #cover span{
	font-size: 2rem;
	background: #035192;
	color:#fff;
	padding: 1% 3%;
	font-weight: 500;
	font-size: 1.5rem !important;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}

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




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

#pageTop {
	display: none !important;
}


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

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


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

#main {
}

header {
	margin: 15px auto 17px;
}


/* 中ページ
----------------------------------------------------------- */
.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;
}

.mainTit{
	font-size: 4rem;
}

.mainTit span{
	display: block;
	font-size: 2rem;
}

.listArea ul{
	flex-direction: column;
}


.listArea li{
	width: 100%;
	margin: 0 0 12px 0;
}

.listArea{
	position: relative;
	top: -188px;
}

.content01 .bgwh{
	width: 90%;
	max-width: 1225px;
	margin: 0px auto 50px;
}

.content01 p{
    font-size: 1.5rem;
}


.content01 .listArea li{
	position: relative;
	z-index: 1;
	margin: 20px 0 0 0;
	width: 100%;
	padding: 3%;
}

.content04 li{
	width: 48%;
	margin: 21px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px #0000002b;
}

.content01{
	margin: -15vh 0 80px 0;
}

footer ul li a {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	font-size: 1.5rem;
}

.content02{
    margin: 100px 0 3vh;
}

.copyright{
	font-size: 1.2rem;
}

#cover .logo{
	max-width: 360px;
	width: 60%;
	text-align: center;
	margin: 0 auto 30px;
}

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto 0;
	background: url(./img/mv_bg_sp.jpg) top center no-repeat;
	height: 662px;
	display: flex;
	justify-content: center;
	padding: 85px 0 0 0;
	background-size: contain;
}

footer .addp2{
	font-size: 1.3rem;
}

.content02 li .txtBox .tit{
	font-size: 2.2rem;
}

	.company th {
	border-bottom:none;
	padding: 10px 2% 0!important;
}

	.company td }
	padding: 10px 2% 0!important;
}	

.pdfArea a{
	width: 32%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.telBtn {
	width: 12%;
}




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

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

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

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




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

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

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


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

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

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

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


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

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


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


.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: 20px 2%;
	/* border-bottom: 1px solid #fff; */
}

.company iframe {
	width: 100%;
}

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

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


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

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

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

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

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

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


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

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

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

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

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

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

.zip2formError {
	left: 54% !important;
}

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

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

header nav li a {
	margin: 0px 3% 0 0;
}

.content02 li .txtBox,.content02 li:nth-of-type(2n) .txtBox{
	width: 45%;
}

.content02 .box h4{
	font-size: 1.8rem;
}

.content02 .box h4 br{
	display: none;
}

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

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

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

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

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




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

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

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

.pc {
	display: none;
}

.sp {
	display: block !important;
}

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


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

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

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


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

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

.menuBtn {
	/* width: 35%; */
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 32px;
  z-index: 9999;
  margin: 7px 0 0 0;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #035192;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.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);
  top: -11px;
}
.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%;
    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: 30px auto 0;
    width: 95%;
}

.gnav__menu__item a{
    color: #333;
    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;
}

#cover h1{
	font-size: 3rem;
	margin: 0px auto 10px;
	padding: 0 0 5px 0;

}

#cover .mvTxt span{
	font-size: 1.8rem;
	display: block;

}
.listArea li .tit{
	font-size: 1.8rem;
	margin: 0 0 15px 0;
	padding: 0 0 13px 0;
}
.listArea li .txt{
	font-size: 1.3rem;
	text-align: left;
}

.listArea li .txt br{
	display: none;
}

.content02 li .txtBox{
	position: static;
	/* background: #fff; */
	right: 50%;
	/* padding: 1%; */
	bottom: 40px;
}

.content02 li,.content02 li + li{
	display: flex;
	flex-direction: column;
	position:relative;
	align-items: end;
	padding: 0 0 80px 0;
}

.content02 li .img{
	width: 100%;
}

.content02 li .txtBox,.content02 li:nth-of-type(2n) .txtBox{
	width: 90%;
	margin: 0 auto;
	position: static;
}

.content02 li:nth-of-type(2n) .txtBox .tit{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 0 15px 0;
}

.content02 li .txtBox .tit{
	font-size: 2.4rem;
	margin: 15px 0 15px 0;
}

.content03 .inner{
	flex-direction: column;
}

.content03 .left{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content03 .left .mainTit{
	text-align: center;
	margin: 0 0 30px 0;
}

.content03 .box{
	width: 100%;
	margin: 58px 0 0 0;
}

.article .content03 .box{
	width: 100%;
	margin: 0 0 0 0;
}

.content04 li a{
	padding: 8%;
}

.content04 li a img{
	max-width: 120px;
	min-height: 55px;
}

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

.content05 .left{
	text-align: left;
	width: 90%;
	margin: 0 auto 40px;
}

.content05 .right{
	width: 90%;
	margin:  0 auto;
}

.listArea:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/content01_bg.svg) no-repeat;
	width: 100%;
	height: 250px;
	top: 40px;
	z-index: -1;
	overflow: hidden;
	background-size: 114%;
	background-position-y: 73px;
}

footer .flex{
	flex-direction: column;
}

footer .left{
	text-align: center;
}

footer .left .logo{
	margin: 0 auto;
}

footer .right{
	text-align: center;
	margin: 5px 0 40px 0;
}

.content01 .listArea li:after{
	display: none;
}

header nav li:last-child a{
	background: url(./img/mail.svg) 8% 50% no-repeat #035192;
	width: 90%;
	text-align: right;
	color: #fff;
	padding: 22px 10%;
	font-weight: 900;
	margin: 0;
	margin: 0 auto;
	text-align: center;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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;
	background: #ffffffe6;
}


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

#main {
}

header {
	margin: 15px auto 17px;
}


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

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;
	border: none;
	padding: 20px 0 0 0;
}

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

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

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

.mainTit{
	font-size: 4rem;
}

.mainTit span{
	display: block;
	font-size: 2rem;
}

.listArea ul{
	flex-direction: column;
}


.listArea li{
	width: 65%;
	margin: 0 auto 22px;
	padding: 10% 5%;
}

.listArea{
	position: relative;
	top: -188px;
	height: 600px;
}

.content01 .bgwh{
	width: 90%;
	max-width: 1225px;
	margin: 0px auto 50px;
}

.content01 p{
    font-size: 1.5rem;
}


.content01 .listArea li{
	position: relative;
	z-index: 1;
	margin: 20px 0 0 0;
	width: 100%;
	padding: 3%;
}

.content04 li{
	width: 48%;
	margin: 21px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px #0000002b;
}

.content01{	
	margin: 30px 0 80px 0;
/* 	margin: -15vh 0 80px 0; */
}

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

footer ul li a {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	font-size: 1.5rem;
}

.content02{
    margin: 100px 0 3vh;
}

.copyright{
	font-size: 1.2rem;
}

#cover .logo{
	max-width: 360px;
	width: 85%;
	text-align: center;
	margin: 0 auto 30px;
}

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto 0;
	background: url(./img/mv_bg_sp.jpg) top center no-repeat;
	height: 662px;
	display: flex;
	justify-content: center;
	padding: 115px 0 0 0;
	background-size: contain;
}

footer .addp2{
	font-size: 1.3rem;
}

.content02 li .txtBox .tit{
	font-size: 2.2rem;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

.telBtn {
	width: 12%;
}


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

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

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

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




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

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

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


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

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

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