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

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

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

.robo{
	font-family: "Roboto", sans-serif!important;
	font-weight: 700;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #FB7E51;
}
.green{
	color: green;
}
.yellow{
	color: #EAA844;
}
.black{
	color: #3E3A39;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#3E3A39;
}
.bgred{
	background: #FB7E51;
}
.bggre{
	background: green;
}
.bgyel{
	background: #EAA844;
}

.bgcre{
	background: #FFEED0;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #454140;
}

a:visited {
	color: #3E3A39;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

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

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

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

.pc,.pc2 {
	display: block;
}

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

.pcTel {
	display: inline;
}


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

header {
	padding: 0 32px 0 25px;
	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;
	height: 112px;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 242px;
	width: 30%;
}


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

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

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

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

table {
	border-collapse: separate;
}




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

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

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

.nav_list1 li {
	margin-left:auto;
}

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

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


.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: 218px;
	width: 37%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	justify-content: flex-start;
	align-items:center;
	width:100%;
	height: 56px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height:2;
	transition: .4s;
	border-radius: 9px;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}

.hd_link_btn1 img{
	margin-left: 7.8%;
	margin-right: 13.3%;
}

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

#modal {
	display: none;
}

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

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

#cover .text_area{
	position:absolute;
	left: 6.5%;
	bottom: 9.7%;
	width: 43%;
	max-width: 800px;
	background: #ccccccb8;
	padding: 10px  20px;
}

#cover .text_area .title{
	line-height:1.45;
	font-weight:700;
	font-size: clamp(3rem,4.7vw,9.1rem);
	text-align:center;
}

#cover .text_area .title .tit_spa{
	position:relative;
	font-weight:900;
	padding: 0 44px 0 0px;
}

#cover .text_area .title .tit_spa:before{
	position:absolute;
	content:"";
	left: -45px;
	top: 22px;
	width:35px;
	height:30px;
	background:url(./img/top/sou-mv1.png)no-repeat;
	background-size:contain;
}

#cover .text_area .title .tit_spa:after{
	position:absolute;
	content:"";
	right: 12px;
	bottom:0;
	width:32px;
	height:30px;
	background:url(./img/top/sou-mv2.png)no-repeat;
	background-size:contain;
}

#cover .text_area .title .tit_spa.yellow:before{
	background:url(./img/top/sou-mv3.png)no-repeat;
	background-size:contain;
}

#cover .text_area .title .tit_spa.yellow:after{
	background:url(./img/top/sou-mv4.png)no-repeat;
	background-size:contain;
}

#cover .text_area .text{
	line-height:1.689;
	font-weight:700;
	font-size: clamp(1.8rem,1.6vw,2.9rem);
	margin-top: 5.2%;
	word-break: auto-phrase;
}

#cover .img{
	/* max-width: 1300px; */
	margin-left:auto;
	/* width: 54.9%; */
	margin: 0 auto;
	width: 100%;
	height: 42vw;
	min-height: 440px;
}
#cover .img video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#cover .sou1{
	max-width:468px;
	width: 25%;
	left: -4%;
	top:0;
}

#cover .sou2{
	max-width:80px;
	width: 20%;
	left: 52%;
	top: 2.6%;
	z-index: -1;
}

#cover .sou3{
	max-width:468px;
	width: 20%;
	left: 49%;
	z-index: 1;
	bottom: 99%;
}

.soushoku div{
	position:absolute;
	/* display:none; */
}



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

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

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

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

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

.mainTit .small{
	display:block;
	font-weight:700;
	font-size: clamp(1.6rem,4vw,2.2rem);
	line-height:2;
}

.mainTit2{
	line-height: 1.31;
	font-weight: 700;
	font-size: 1.5rem;
}

.mainTit2 .en_tit{
	font-size: clamp(2.4rem,4vw,6rem);
	display:block;
}

.mainTit3{
	line-height: 1.457;
	font-weight:700;
	font-size: clamp(2rem,2.1vw,3.5rem);
}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.ma192{
	max-width:1920px;
	width:100%;
	margin:auto;
}

.content01{
	padding:155px 0 137px;
	position:relative;
}

.content01 .sou1{
	max-width:458px;
	width: 34%;
	left:-5%;
	top: 22%;
	z-index: -1;
}

.content01 .sou2{
	max-width:530px;
	width: 35%;
	right:-5%;
	top:-10%;
}

.content01 .img{
	margin:35px auto 31px;
	text-align:center;
	max-width: 95px;
}

.content01 .text{
	font-size: clamp(1.6rem,3vw,1.8rem);
	line-height:2.7;
	text-align:center;
	margin-bottom:70px;
}

.content01 .text2{
	font-size: clamp(2rem,4vw,4.3rem);
	line-height:2.46;
	text-align:center;
	font-weight:700;
}

.content02{
	position:relative;
	padding: 4% 0 0;
	z-index:1;
}

.content02 .sou1{
	right: -2.2%;
	top: -4.8%;
	max-width:253px;
	z-index: 0;
	width: 35%;
}


.content02 .img{
	position:absolute;
	right: 0;
	top:0;
	z-index: 2;
	width: 45.7292%;
}

.content02 .img img{
	transform: rotateY(180deg);
}

.content02 .text_area{
	box-shadow: 0 1px 13px #0000004f;
	position:relative;
	margin-right: auto;
	width: 65.161%;
	padding: 4.688% 0 5.209%;
	background: #fff;
}

.co02_div{
	max-width:792px;
	margin-left: 10%;
	margin-right: auto;
	width: 72%;
	position: relative;
	z-index: 1;
}

.content02 .text_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/top/bg2.png);
	background-size:contain;
	left: 0;
	top: 0;
	z-index: 1;
}

.co02_div .mainTit2{
	margin-bottom: 5.557%;
}


.co02_div .mainTit3{
	margin-bottom: 3.157%;
}

.co02_div .text{
	font-size: clamp(1.6rem,1vw,1.8rem);
	line-height:2.11;
}

.co02_div .text2{
	font-size: clamp(1.6rem,1.5vw,2.2rem);
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-top: 20px;
}

.co02_div .text2 img{
	max-width:252px;
	margin-left:27px;
	width: 33%;
	min-width: 150px;
}

.content03{
	padding: 160px 0;
	position:relative;
}

.content03 .sou1{
	position:absolute;
	left: 7.6%;
	top: 6.7%;
	max-width:314px;
	z-index:-1;
	width: 30%;
}


.content03 .mainTit2{
	text-align:center;
	margin-bottom:53px;
}

.news_list{
	display:flex;
	flex-wrap: wrap;
}

.news_list li{
	width: 22.5%;
	margin-right: 3.333%;
	position: relative;
	margin-bottom: 55px;
}

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

.news_list li .img{
	width:100%;
	height: 20vw;
	max-height:253px;
	overflow:hidden;
	border-radius:20px;
	margin-bottom:21px;
	isolation: isolate;
}

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

.news_list li:hover .img img{
	transform:scale(1.1);
}

.news_list li .date{
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
}

.news_list li .title{
	margin-top:6px;
	font-size: clamp(1.6rem,2vw,2.2rem);
	line-height:1.4545;
	font-weight:700;
}

.content04{
	padding:95px 0 140px;
	position: relative;
}

.content04 .sou1{
	bottom:0;
	max-width: 358px;
	z-index:-1;
	right: 3.5%;
	top:0;
	width: 40%;
}

.content04 .sou2{
	bottom: -13.7%;
	max-width:504px;
	z-index:-1;
	left: 6.65%;
	width: 40%;
}

.co4_div{
	background:#FFFBF0C9;
	padding: 51px 8% 67px;
}

.co4_div .title{
	display:flex;
	align-items:center;
	line-height: 1.44;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,5rem);
	text-align: center;
	justify-content: center;
	margin-bottom: 46px;
}

.co4_div .title img{
	max-width: 69px;
	margin-right: 2.8%;
}

.rec_contents{
	background:url(./img/common/bg_rec.jpg)no-repeat;
	background-size:cover;
	padding: 88px 0;
}

.rec_btn{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:296px;
	flex-direction: column;
	line-height: 1.44;
	font-weight:700;
	font-size: clamp(3rem,6vw,6.4rem);
	position:relative;
	transition:.4s;
	box-shadow: 0 7px 0 #00000029;
}

.rec_btn:hover{
	opacity:1;
	box-shadow: 0 0px 0 #00000029;
	transform:translateY(7px);
}

.rec_btn span{
	display:block;
	line-height: 1.45;
	font-weight:700;
	font-size: clamp(1.6rem,4vw,2rem);
}

.rec_btn:before{
	position:absolute;
	content:"";
	width: 18px;
	height: 36px;
	background:url(./img/common/or_arrow.svg)no-repeat;
	background-size:contain;
	right: 2.8%;
	top:0;
	bottom:0;
	margin:auto;
}

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

footer {
	margin: 0px auto 0;
	padding: 65px 0 41px;
}

footer .logo {max-width: 242px;margin-bottom: 22.7px;}


footer .left{max-width: 360px;width: 47%;}

footer .left .addp{
	font-size: clamp(1.4rem,1.6vw,1.5rem);
	line-height:1.73;
}

footer .right{max-width:450px;width: 52%;}

.ft_list{
	display:flex;
	justify-content:flex-end;
	margin-bottom: 100px;
}

.ft_list li{
	margin-left:auto;
	margin-bottom: 7px;
	font-size: 1.7rem;
	font-weight: 700;
}

.ft_list li:first-child{
	margin-left:0;
}


.copyright {
	font-size: clamp(1.2rem,1.6vw,1.5rem);
	color: #838383;
}

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

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

.pankuzu {
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
}

.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 {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	cursor: pointer;
	outline: 0;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	width:100%;
	margin:0!important;
	height:100%;
	border-radius:59px;
	background:transparent;
	font-size:2.9rem;
	font-size: clamp(1.6rem,4vw,2.9rem);
	color: #fff;
}

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

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


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

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

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

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

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

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

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

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_div2{
	background:#FFF7EA;
	border-radius:12px;
	padding: 27px 0 70px;
}


.contact_tb th, .contact_tb td {
	padding: 26px 0;
	font-size: 2rem;
	position: relative;
	line-height: 1.8;
}


.contact_tb {
	width: 95%;
	margin: auto;
	max-width: 960px;
}

.contact_tb1 tr:first-child th,
.contact_tb1 tr:first-child td{
	padding:50px 0;
}

.contact_tb1 tr:first-child th{
	padding-right: 1.564%;
}

.contact_tb th {
	width: 30%;
	text-align: left;
	font-weight: 700;
	padding-right: 1.564%;
}

.contact_tb th label{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

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

.contact_tb td {width: 77%;font-weight: 500;}

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


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

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

em {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	background: #FB7E51;
	padding: 1px 0;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 65px;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	width: 95%;
	padding: 32px 4% 0;
	height:285px;
	overflow-y:scroll;
	margin: 29px auto 55px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 1px solid #F5EEE3;
	max-width: 960px;
}

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

.pri_div .text1{
	font-size:1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom:24px;
}

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

.pri_div dt{
	font-size:1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.pri_div dd{
	font-size:1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom:24px;
}

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

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

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.1rem,4vw,1.8rem);
	font-weight: 500;
}



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

.send_btn{
	max-width:616px;
	margin:auto;
	width:95%;
	background:#FB7E51;
	border-radius:59px;
	height:79px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	color: #fff!important;
}

.send_btn:before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 8%;
	top: 0px;
	transform: rotate(45deg);
	bottom:0;
	margin:auto;
}

.send_btn.back:before{
	transform: rotate(-135deg);
	right:auto;
	left:8%;
}

.detail_area{
	margin-bottom:60px;
}

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

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

/*-- reCAPTCHAバッジ非表示 --*/
.grecaptcha-badge { visibility: hidden; }


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

/* contact */

#cover2{
	margin-top:112px;
	position:relative;
}

#cover2:before{
	position:absolute;
	content:"";
	width:75%;
	height: 100%;
	right:0;
	top:0;
	max-width:1010px;
}

.contact #cover2:before,
.entry #cover2:before{
	background: url(./img/contact/mv.png)no-repeat left;
	background-size: cover;
}

.news #cover2:before{
	background: url(./img/news/mv.png)no-repeat left;
	background-size: cover;
}

.business #cover2:before{
	background: url(./img/business/mv.png)no-repeat left;
	background-size: cover;
}

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

.recruit #cover2:before{
	background: url(./img/recruit/mv.png)no-repeat left;
	background-size: cover;
}

.interview #cover2:before{
	background: url(./img/interview/mv.png)no-repeat left;
	background-size: cover;
}

#cover2 .soushoku div{
	z-index: -1;
}

#cover2 .soushoku .sou1{
	left: -0.5%;
	top: 8%;
	width: 11%;
}

#cover2 .soushoku .sou2{
	left: 57.4%;
	top: 4%;
	width: 16%;
}

#cover2 .soushoku .sou3{
	left: 44.78%;
	bottom: -9.55%;
	width: 17%;
}

.cov2-div{
	max-width:1200px;
	margin:auto;
	width:95%;
	height: 23.438vw;
	position: relative;
	padding-top: 8.1%;
	height: 450px;
	z-index: 1;
}

#cover2 .img{
	position:absolute;
	top: 0;
	right: 0;
	width: 53%;
	opacity: 0;
}

#cover2 .text_area .title{
	font-size: clamp(1.4rem,3vw,1.8rem);
	position: relative;
	display: block;
	z-index: 1;
}

#cover2 .text_area .title span{
	display:block;
	font-size: clamp(3.2rem,8vw,6.6rem);
	line-height: 1.2;
}

.contact01{
	margin:135px auto 0;
}

.contact01_div1{
	margin-bottom:59px;
}

.contact01_div1 .mainTit3{
	text-align:center;
	margin-bottom:18px;
	font-size: clamp(2rem,4.1vw,3.5rem);
}

.contact01_div1 .text{
	text-align:center;
	margin-bottom:18px;
	font-size: clamp(1.5rem,1.6vw,1.8rem);
	font-weight:500;
	line-height:1.8;
}

.contact01_div1 .flex{
	justify-content:center;
	align-items:center;
	padding:18px 0 17px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	max-width:960px;
	margin:auto;
	width:100%;
}

.contact01_div1 .flex .text1{
	margin-left:16px;
}

.contact01_div1 .flex .text1 a{
	display:block;
	font-size: clamp(1.4rem,3vw,1.6rem);
	font-weight:500;
	line-height:1.5;
}

.contact01_div1 .flex .text1 a span{
	display:block;
	font-size: clamp(2.4rem,5vw,4.5rem);
	font-weight:700;
	line-height:1.3;
}

/* business */

.busi01{
	padding:243px 0 128px;
	position:relative;
}

.busi01:before{
	position:absolute;
	content:"";
	width:100%;
	height:358px;
	background:url(./img/business/bg1.jpg);
	background-size:cover;
	z-index:-1;
	left: 0;
	bottom: 0;
}


.busi01 .sou1{
	max-width:458px;
	width: 25%;
	left: -3%;
	z-index: -1;
	bottom: -3.7%;
	min-width: 175px;
}

.busi01 .sou2{
	max-width: 420px;
	width: 23%;
	right: -1%;
	top: 18.6%;
	min-width: 175px;
}

.busi01 .text{
	font-size: clamp(1.8rem,3vw,2.5rem);
	line-height: 2.32;
	text-align:center;
	margin: 45px auto 0;
}

.busi02{
	position:relative;
	padding:160px 0 170px;
}

.busi_list01{
	margin: 60px auto 142px;
	display:flex;
	justify-content:space-between;
}

.busi_list01 .busi_li_cont{
	width: 28.667%;
	max-width: 320px;
	background:#fff;
	border:2px solid #FB7E51;
	box-shadow:10px 10px 0 #FB7E51;
	padding: 3.834% 1.34% 19px;
	position:relative;
	margin-right: 10px;
}

.busi_list01 .busi_li_cont:last-child{
	margin-right:0;
}

.busi_list01 li.plus_li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.75%;
	margin: 30px 0 0;
}


.busi_list01 li.plus_li span{
	position:relative;
	height: 4.5vw;
	max-height: 57px;
	background: #FAE8D0;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: clamp(1.6rem,3vw,2.5rem);
	font-weight:700;
	line-height:1;
	color:#FB7E51;
}


.busi_list01 .busi_li_cont .num{
	font-size: clamp(1.8rem,3vw,3.1rem);
	color:#fff;
	font-weight:700;
	line-height:1;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	margin:auto;
	top: -37px;
	width: 52px;
	height: 52px;
}

.busi_list01 .busi_li_cont .num span{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100%;
}

.busi_list01 .busi_li_cont .num span:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#FB7E51;
	z-index:-1;
	transform:rotateZ(45deg);
}

.busi_list01 .busi_li_cont .title{
	font-size: clamp(1.8rem,2.5vw,2.5rem);
	font-weight:700;
	text-align:center;
	line-height:1.48;
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 11.63%;
}

.busi_list01 .busi_li_cont .text{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.857;
}

.busi02 .sou1{
	right: -2%;
	top: 2.25%;
	z-index: -1;
	max-width: 208.3px;
	width: 30%;
}

.busi02 .sou2{
	left: -11.4%;
	top: 20.2%;
	z-index: -1;
	max-width: 417px;
	width: 40%;
}

.busi02 .sou3{
	right: -2%;
	bottom: -4%;
	z-index: -1;
	max-width: 245px;
	width: 30%;
}

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

.busi_list02 li{
	max-width:386px;
	width:32%;
}

/* company */
.comp01{
	padding:190px 0 150px;
}

.comp01 .flex{
	margin-top:100px;
	justify-content: flex-start;
}

.comp01 .flex .img{
	max-width:960px;
	width: 51%;
	margin-right: 4.4%;
	height: 40vw;
	max-height: 645px;
}

.comp01 .flex .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: right;
}


.comp01 .flex .text_area{
	max-width:681px;
	width: 40%;
	margin-right: 4%;
}

.comp01 .flex .text_area .mainTit{
	text-align:left;
	margin-bottom: 6%;
	font-size: clamp(2.4rem,3.4vw,5rem);
}

.comp01 .flex .text_area .text{
	font-size: clamp(1.5rem,1.4vw,1.8rem);
	font-weight:500;
	line-height:2.05;
}

.bnr1{
	padding:88px 0;
}

.bnr1 .bnr{
	box-shadow:0 7px 0 #00000029;
	transition:.4s;
}

.bnr1 .bnr a{
	opacity:1;
}

.bnr1 .bnr:hover{
	opacity:1;
	box-shadow: 0 0px 0 #00000029;
	transform:translateY(7px);
}

.comp02{
	padding:155px 0 143px;
	position:relative;
}

.comp02 .sou1{
	left: -2%;
	top:0;
	max-width:314px;
	width:30%;
	z-index: -1;
}

.comp02 .sou2{
	right: -7.25%;
	bottom: 19.4%;
	z-index: -1;
}

.comp02_div{
	border:10px solid #EBEBEB;
	background:#fff;
	border-radius:20px;
	padding:50px 0 90px;
}

.comp_list{
	max-width:830px;
	width:95%;
	margin: 10% auto 0;
	position:relative;
}

.comp_list:before{
	position:absolute;
	content:"";
	width:1px;
	height: 97%;
	background:#D3D3D3;
	left:6px;
	top: 1%;
}

.comp_list li{
	display:flex;
	padding-left: 8%;
	position: relative;
	margin-bottom: 37px;
}

.comp_list li:last-child{
	margin-bottom:0;
}

.comp_list li:before{
	position:absolute;
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	background:#FB7E51;
	left:0;
	top:7px;
}

.comp_list li .date{
	font-size: clamp(1.5rem,3vw,1.8rem);
	font-weight:700;
	max-width:150px;
	width: 20%;
}

.comp_list li .text{
	font-size: clamp(1.5rem,3vw,1.8rem);
	font-weight:400;
	max-width:610px;
	width: 80%;
	line-height: 1.4;
}

.comp03{
	padding: 0 0 80px;
}

.comp03 .img{
	position:relative;
	z-index:-1;
}

.comp03 .ma192{
	position:relative;
}

.comp03 .inner{
	margin-top: -15.5%;
	max-width:1390px;
	background: linear-gradient(to bottom,#fff 30%,transparent 30%,transparent 100%);
	position:relative;
	border-radius:20px;
	padding:92px 0 0;
}

.comp_list2{
	max-width:1200px;
	margin: 55px auto 0;
	width: 95%;
	position: relative;
	z-index: 1;
}

.comp_list2 li{
	padding: 31.5px 0;
	display:flex;
	border-bottom:1px solid #C1C1C1;
	font-size: clamp(1.5rem,3vw,1.8rem);
	font-weight:400;
	line-height: 1.4;
	position:relative;
}

.comp_list2 li:before{
	position:absolute;
	content:"";
	width:30%;
	background:#FB7E51;
	height:1px;
	bottom:-1px;
	left:0;
	max-width:214px;
}

.comp_list2 li .left{
	width: 26.167%;
}

.comp_list2 li .right{
width: 73%;
}


.comp03 .sou1{
	max-width:313px;
	left: -2%;
	top: 23%;
	z-index: 1;
	width: 17%;
}

.comp03 .sou2{
	max-width:308px;
	right: -6.5%;
	bottom: 7%;
	z-index:-1;
	width: 18%;
}


.comp04{
	padding: 80px 0 0px;
	position:relative;
}

.comp04 .sou1{
	max-width:308px;
	left: -4%;
	top: 16%;
	z-index:-1;
	width: 30%;
}

.comp04 .map{
	width:100%;
	height:600px;
	margin-top:85px;
}

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

/* recruit */
.qanda_list li{padding: 25.5px 0;border-bottom: 1px solid #DDDDDD;}

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

.que{
	font-size: clamp(1.8rem,3vw,2.5rem);
	background:white;
	color: #FB7E51;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align:center;
	padding: 0px 0 5px;
	border: 3px solid #FB7E51;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:700;
}

.ans{
	background:#FB7E51;
	color:white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align:center;
	padding: 0px 0 5px;
	border: 3px solid #FB7E51;
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.8rem,3vw,2.5rem);
	font-weight:700
}

.qanda_list dt,.qanda_list dd{
	display: flex;
	align-items: center;
}

.qanda_list dt{
	font-size: clamp(1.6rem,3vw,2rem);
	width: 100%;
	position: relative;
	font-weight: 700;
}

.qanda_list dt p{
	width: 82%;
}

.qanda .pulu{
	position: absolute;
	display: flex;
	right: 2%;
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qanda .pulu span{
	width: 27px;
	background: #fff;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}

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

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

.qanda_list dd{
	align-items: baseline;
	padding-top: 16px;
	font-size: clamp(1.5rem,3vw,1.8rem);
	line-height:2;
}

.qanda_list dd p{
	width: 82%;
	font-size: 16px;
}


.rec01{
	padding:176px 0 136px;
}

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

.rec01 .text{
	font-size: clamp(1.5rem,3vw,1.8rem);
	font-weight:400;
	line-height: 2;
}

.rec02{
	position:relative;
	padding: 40px 0 0;
}

.rec02 .img{
	max-width:960px;
}

.rec02_div .sou1{
	left: -20%;
	top: -45%;
	max-width:102px;
	z-index: 0;
	width: 35%;
}

.rec02_div .sou2{
	right: -15%;
	bottom: -35%;
	max-width:78px;
	width: 35%;
}


.rec02 .img{
	position:absolute;
	left:0;
	top:0;
	z-index: 2;
	width: 50.5%;
}

.rec02 .text_area{
	box-shadow: 0 1px 13px #00000029;
	position:relative;
	margin-left:auto;
	width: 60.116%;
	padding: 5.209% 0 4.204%;
	background: #fff;
	margin-top: 2.5%;
}

.rec02 .rec02_div{
	max-width: 681px;
	margin-left: auto;
	margin-right: 15%;
	width: 67%;
	position: relative;
	z-index: 1;
}

.rec02 .text_area:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(./img/top/bg2.png);
	background-size:contain;
	left: 0;
	top: 0;
	z-index: 1;
}

.rec02 .mainTit{
	text-align:left;
	margin-bottom: 4%;
}


.rec02 .text{
	font-size: clamp(1.6rem,1vw,1.8rem);
	line-height:2.11;
}

.rec03{
	padding: 173px 0 178px;
}

.rec03 .mainTit{
	text-align:left;
	margin-bottom: 55px;
}

.flow_list{
	display:flex;
	justify-content:space-between;
	margin-bottom: 168px;
}

.flow_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    position: relative;
    width: 24.5%;
    height: 18vw;
    padding-right: 1%;
    max-width: 293px;
    max-height: 225px;
}

.flow_list li:last-child{
	padding-right:0;
}

.flow_list li:last-child .num{
	right:0;
}

.flow_list li .num{
	font-size: clamp(1.8rem,3vw,2.6rem);
	color:#fff;
	font-weight:700;
	line-height:1;
	position:absolute;
	z-index:1;
	left: 0%;
	right: 6%;
	margin:auto;
	top: -20px;
	width: 43px;
	height: 43px;
}

.flow_list li .num span{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100%;
}

.flow_list li .num span:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#FB7E51;
	z-index:-1;
	transform:rotateZ(45deg);
}

.flow_list li .img{
	max-width:98px;
}

.flow_list li .title{
	font-size: clamp(1.6rem,1.8vw,2rem);
	margin-top: 7.3%;
}

.flow_list li::before {
    position: absolute;
    content: "";
    width:100%;
    height:100%;
    background:url(./img/recruit/flow.png)no-repeat;
    z-index:-1;
    background-size:contain;
    left: 0;
    top: 0;
}

.flow_list li:last-child:before {
    background:url(./img/recruit/flow2.png)no-repeat;
    background-size:contain;
}

.btn2{
	display:flex;
	align-items:center;
	height:127px;
	border-radius:10px;
	padding: 0 2%;
	font-size: clamp(2rem,4vw,3.5rem);
	font-weight:700;
	line-height:1;
	box-shadow:0 7px 0 #00000029;
	position:relative;
	transition: .4s;
	cursor:pointer;
}

.btn2:hover{
	opacity:1;
	box-shadow: 0 0px 0 #00000029;
	transform:translateY(7px);
}

.btn2 .img{
	margin-right:28px;
}

.btn2:before{
	position:absolute;
	content:"";
	width:64px;
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:2px solid #fff;
	border-radius:50%;
	right:2%;
	top:0;
	bottom:0;
	margin:auto;
}

.btn2.arrow:after{
	position:absolute;
	content:"";
	width: 65px;
	height: 23px;
	background: url(./img/recruit/btn_arrow.svg)no-repeat center;
	background-size:contain;
	right: 2%;
}

.qanda_div{
	margin: 65px auto 55px;
}

.qanda_area{
	margin-top:35px;
}

.btn3{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	width:100%;
	height:136px;
	border:8px solid #FB7E51;
	font-size: clamp(2.4rem,3vw,4.5rem);
	font-weight:700;
	line-height:1.444;
	position:relative;
	background:#fff;
	box-shadow: 0 7px 0 #00000029;
	transition:.4s;
}

.btn3 span{
	font-size: clamp(1.6rem,3vw,2rem);
	line-height:1;
}

.btn3:before{
	position:absolute;
	content:"";
	width:11px;
	height:22px;
	background:url(./img/common/or_arrow2.svg)no-repeat;
	background-size:contain;
	right: 2.8%;
}

.btn3:hover{
	opacity:1;
	box-shadow: 0 0px 0 #00000029;
	transform:translateY(7px);
}

.rec04{
	padding:125px 0;
}

.rec04 .text{
	line-height: 1.4;
	font-weight:700;
	font-size: clamp(2rem,2vw,3rem);
	text-align:center;
}

.rec04 .small2{
	display:block;
	font-weight:700;
	font-size: clamp(1.4rem,2vw,1.8rem);
	line-height:2;
	margin-bottom: 20px;
}

.rec04 .title{
	line-height: 1.4;
	font-weight:700;
	font-size: clamp(1.5rem, 3vw, 1.8rem);
	margin: auto;
}

.rec04_div{
	padding:50px 0 20px;
	margin:76px auto 58px;
}

.rec04_div .comp_list2{
	margin:0 auto;
}

.comp_list2 li:last-child{
	border:none;
}

.comp_list2 li:last-child:before{
	display:none;
}

/* news */
.news01{
	padding:150px 0;
}

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

.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;
	font-weight: 500;
	text-decoration: none;
	border-radius:8px;
}

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

.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 3px #fff;
  border-right: solid 3px #fff;
}

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

.news01 .title_area{
	padding:0 0 24px;
	border-bottom:1px solid #dadada;
	margin-bottom:24px;
}

.news01 .title_area .date{
	font-size:1.8rem;
}

.news01 .title_area h2{
	font-size: clamp(2.4rem,3vw,3.2rem);
	font-weight:700;
	margin-top:10px;
}

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

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

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

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

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

/* interview */
.int01{
	padding:170px 0;
}

.int01 .int_div1{
	background:#fff;
	border:10px solid #F7F7F7;
	border-radius:16px;
	text-align:center;
	position:relative;
	margin:0 auto 70px;
}

.int01 .int_div1:before{
	position:absolute;
	content:"";
	background:url(./img/interview/tri.png)no-repeat;
	background-size:contain;
	width:76px;
	height:84px;
	bottom:-50px;
	left:0;
	right:0;
	margin:auto;
}

.int01 .int_div1 .text1{
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	font-weight:500;
	margin-top:24px;
}

.int01 .int_div1 .sou1{
	font-size: clamp(6rem,16vw,12.8rem);
	position:absolute;
	left: 24px;
	top: 24px;
	line-height:0;
	z-index:2;
}

.int01 .int_div1 .sou2{
	font-size: clamp(6rem,16vw,12.8rem);
	position:absolute;
	right: 24px;
	bottom: -24px;
	line-height:0;
	z-index:2;
}

.in_cont{
	background:#fff;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
	padding:51px 2% 36px;
}

.int01 .bnr2{
	margin:0 auto 42px;
}

.int01 .text2{
	line-height:1.76;
	font-size: clamp(1.6rem,2.3vw,2.5rem);
	font-weight:500;
	text-align:center;
	margin-bottom: 70px;
}

.int_div21{
	margin-bottom: 80px;
}

.int_div21 .title_area{
	display:flex;
	align-items: center;
	padding:13px 0 16px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:27px;
}

.int_div21 .title_area .num{
	line-height:1.43;
	font-size: clamp(2rem,3vw,4.6rem);
	font-weight:900;
	color:#FB7E51;
	margin-right:4%;
}

.int_div21 .title_area .title{
	line-height:1.46;
	font-size: clamp(1.6rem,3vw,3rem);
	font-weight:700;	
}

.int_list li{
	display:flex;
	align-items: flex-start;
	width:100%;
	position:relative;
	background:#FFEBCC;
	border-radius:12px;
	margin-bottom: 15px;
	padding: 20px 1.5% 20px 1.5%;
}

.int_list li:nth-child(2n){
	background:#FFDAA0;
}

.int_list li:before{
	position:absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 37px solid #FFEBCC;
	border-left: 0;
	left:-2%;
	top: 18px;
	z-index:-1;
}

.int_list li:nth-child(2n):before{
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 37px solid #FFDAA0;
	border-right: 0;
	left:auto;
	right:-2%;
}

.int_list li .name{
	color:#FB7E51;
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
	margin-right: 3%;
	max-width: 55px;
	width: 100%;
}

.int_list li .text{
	width: 91.4%;
	line-height: 1.667;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
}

.int_div21a.flex .img{
	max-width:375px;
	width: 33%;
}

.int_div21a.flex .text_area{
	max-width:757px;
	width: 64%;
}

.int_div21a .img1{
	margin:68px auto 0;
}

.int_div3{
	padding: 16px 0 0;
	text-align:center;
}

.int_div3 .text3{
	line-height: 2;
	font-size: clamp(1.5rem,2.3vw,2rem);
	font-weight:500;
}

.int_div3 .text4{
	line-height: 1.333;
	font-size: clamp(2rem,2.3vw,3rem);
	font-weight:900;
	margin-top:40px;
}

.int02{
	padding:100px 0;
}

.tablet{
	display:none;
}
.rec04_div.bgwh .title {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

.yt_area{
	padding: 0px 0 150px;
}

.yt{
	width:100%;
	height: 54vw;
	max-height: 670px;
}

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

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


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

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

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


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

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

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


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

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

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

#cover2 .soushoku .sou1{
	left: -3.5%;
	top: -3%;
}

#cover2 .soushoku .sou2{
	left: 45.4%;
	top: 0%;
}

#cover2 .soushoku .sou3{
	left: 31.78%;
	bottom: -5.55%;
}
	

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

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

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

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

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


#cover .sou1{
	width: 23%;
	left: -5%;
	top: -5%;
	z-index: 3;
}

#cover .sou3{
	left: 48%;
	bottom: 96%;
}
	
.co02_div{
	margin-left: 5%;
	width: 74%;
}

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

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

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

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
#cover .text_area{
	left: 4.5%;
	width: 44%;
}

#cover .text_area .title .tit_spa:before{
	left: -30px;
	width:25px;
	height:20px;
}

#cover .text_area .title .tit_spa:after{
	right: 12px;
	width:22px;
	height:20px;
}

#cover .text_area .title .tit_spa{
	padding: 0 34px 0 0px;
}

.rec02 .rec02_div{
	margin-right: 12%;
}

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

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

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


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

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

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


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

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


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

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

.tablet{
	display:block;
}




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


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



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

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


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


.contact_tb th {
	width: 30%;
	font-size: 80%;
	padding: 15px 0;
	padding-right: 1.564%;
}

.contact_tb td {
	font-size: 80%;
	padding: 15px 0;
}

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

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

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

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

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

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

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

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

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

.zip2formError {
	left: 54% !important;
}

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

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

	
#cover .text_area{
	/* bottom:0; */
}

#cover .sou1{
	left: -5%;
	top: -11%;
}

header {
	padding: 0 2% 0;
}

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

.hd_link{
	width: 30%;
}

.hd_link_btn1{
	font-size:1.5rem;
	justify-content:center;
}

.hd_link_btn1 img{
	margin:0 3%;
}

.nav_list1{
	width: 68%;
}


.pc_nav{
	width: 67%;
}


.content01 .sou1{
	width: 29%;
	left: -8%;
}

.content01 .sou2{
	width: 28%;
	right: -6%;
	top: -5%;
}

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


.content02 .img{
	width: 40%;
}

.content02 .text_area{
	width: 73%;
	padding: 4.688% 0 5.209%;
}
	
.content02{
	padding: 10% 0 0;
}

.cov2-div{
	padding-top: 10%;
	height: 300px;
}

#cover2:before{
	width: 60%;
}

.contact_tb1 tr:first-child th,
.contact_tb1 tr:first-child td{
	padding: 15px 0;
}

	.contact_tb1 tr:first-child th{
	padding-right: 1.564%;
}


em {
	font-size: 1.2rem;
}


.comp01 .flex .img{
	margin-right: 2%;
}

.comp01 .flex .text_area{
	margin-right: 2%;
	width: 44%;
}


.rec02_div .sou1{
	top: -30%;
	width: 30%;
}

.rec02_div .sou2{
	bottom: -20%;
	width: 30%;
}

.flow_list li .num{
	font-size: clamp(1.8rem,2vw,3.1rem);
	right: 6%;
	top: -28px;
	width: 36px;
	height: 36px;
}

.flow_list li .img{
	max-width:80px;
}

.flow_list li .title{
	margin-top: 3%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

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

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

.gnav.active{
	display: block;
}

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

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

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

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

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

.pc_nav{
	display:none;
}

#cover {
	/* min-height: 563px; */
	margin: 80px auto 0;
}

#cover .img{
	width: 100%;
	margin-top:auto;
	/* max-width: 600px; */
	/* position: absolute; */
	bottom: 20%;
	right: 0;
	height: 80vh;
	position: relative;
	overflow: hidden;
	height: 600px;
}
#cover .img video
	{
		object-fit: cover;
		width: auto;
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
#cover .text_area{
	bottom:20%;
	z-index:1;
	background:#fffc;
	width: 85%;
	max-width: 520px;
	padding:15px;
}

#cover .text_area .title{
	font-size: clamp(3rem,6vw,6rem);
}


#cover .text_area .text{
	margin-top:10px;
	font-size: clamp(1.8rem, 2.4vw, 2.9rem);
}


#cover .text_area .title .tit_spa:before{
	left: -22px;
	width: 18px;
	height: 15px;
	top: 7px;
}

#cover .text_area .title .tit_spa:after{
	right: 14px;
	width: 15px;
	height: 14px;
}

header {height: 80px;}

.hLogo{
	max-width: 195px;
	width: 100%;
}


#cover .sou1{
	left: 0%;
	top: 0%;
}


.content01{
	padding: 155px 0 175px;
	padding: 80px 0 50px;
}


.content01 .text{
	margin-bottom:35px;
	line-height: 2;
}


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

.content02 .img{
	width: 95%;
	position:initial;
	max-width:450px;
	margin:0px auto 30px;
}

.content02 .text_area{
	width: 95%;
	padding: 4.688% 0 5.209%;
	margin:auto;
}
	
.content02{
	padding: 0% 0 0;
}

.co02_div{
	margin:auto;
	width: 92%;
}

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

.news_list li{
	width: 49%;
	margin-right: 0;
	margin-bottom: 55px;
}


.news_list li .img{
	height: 40vw;
	max-height:253px;
	border-radius:10px;
	margin-bottom:10px;
}


.content04{
	padding:95px 0 80px;
}

.rec_contents{
	padding: 40px 0;
}

.rec_btn{
	min-height:180px;
}


footer .flex{
flex-direction:column;
}

footer .left{margin: auto;width:100%;text-align: center;}

footer .right{max-width:450px;width:100%;margin: 30px auto 0;text-align: center;}


.ft_list{
	margin-bottom: 50px;
}
	
footer .logo {margin: 0 auto 24px;}

.contact #cover2:before,
.entry #cover2:before{
	background: url(./img/contact/mv_sp.png)no-repeat left;
	background-size: cover;
}

.news #cover2:before{
	background: url(./img/news/mv_sp.png)no-repeat left;
	background-size: cover;
}

.business #cover2:before{
	background: url(./img/business/mv_sp.png)no-repeat left;
	background-size: cover;
}

.company #cover2:before{
	background: url(./img/company/mv_sp.png)no-repeat left;
	background-size: cover;
}


.recruit #cover2:before{
	background: url(./img/recruit/mv_sp.png)no-repeat left;
	background-size: cover;
}

.interview #cover2:before{
	background: url(./img/interview/mv_sp.png)no-repeat left;
	background-size: cover;
}
	
.pankuzu {
	bottom: -30px;
}

.cov2-div{
	padding-top: 6%;
	height: 250px;
}

#cover2 .soushoku .sou1{
	left: 0%;
	top: 0%;
	max-width:40px;
}

#cover2 .soushoku .sou2{
	max-width:40px
}

#cover2 .soushoku .sou3{
	left: 31.78%;
	max-width:40px;
}


.busi01{
	padding:150px 0 160px;
}

.busi01 .sou1{
	left: -3%;
	z-index: -1;
	bottom: -3.7%;
}

.busi01 .sou2{
	right: -1%;
	top: 2%;
	min-width:140px;
}

.busi01 .text{
	margin: 25px auto 0;
}

.busi_list01{
	margin: 60px auto 60px;
	flex-direction:column;
}

.busi_list01 .busi_li_cont{
	width: 95%;
	padding: 30px 16px 19px;
	margin:30px auto 10px;
	max-width:420px;
	box-shadow: 5px 5px 0 #FB7E51;
}

.busi_list01 .busi_li_cont:last-child{
	margin-right: auto;
	margin-bottom:0;
}

.busi_list01 li.plus_li{
	width: 100%;
	margin: 30px auto;
	max-width: 57px;
}

.busi_list01 li.plus_li span{
	height: 57px;
	font-size: 2.5rem;
}

.busi_list01 .busi_li_cont .title{
	min-height:initial;
	margin-bottom: 20px;
}

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

.comp01 .flex{
	flex-direction:column-reverse;
	margin-top:40px;
}

.comp01 .flex .img{
	max-width:520px;
	width: 95%;
	margin:30px auto 0px;
	height: initial;
	max-height: initial;
}

.comp01 .flex .img img{
	width:initial;
	height:initial;
	object-fit:initial;
}

.comp01 .flex .text_area{
	max-width:initial;
	width: 95%;
	margin: 0 auto;
}

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

.bnr1{
	padding:40px 0;
}



.comp_list li{
	flex-direction:column;
	padding-left: 24px;
}


.comp_list li .date{
	width: 100%;
}

.comp_list li .text{
	width: 100%;
	margin-top:10px;
}

.comp02_div{
	border:5px solid #EBEBEB;
	padding:40px 0 40px;
}

.comp02{
	padding:70px 0 60px;
}

.comp04{
	padding: 40px 0 0px;
}

.comp04 .sou1{
	top: 120px;
	width: 100px;
}

.comp04 .map{
	height:300px;
	margin-top:45px;
}

.comp03 .inner{
	margin-top: -5.5%;
	padding:45px 0 0;
}

.comp_list2{
	margin: 25px auto 0;
}


.comp03 .sou1{
	left: -3%;
	top: 1%;
	width: 100px;
}

.comp03 .sou2{
	right: -10%;
	bottom: -7%;
	width: 100px;
}


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


.comp_list2 li .left{
	width: 100%;
}

.comp_list2 li .right{
	width: 100%;
	margin-top:8px;
}

#cover2{
	margin-top:80px;
}

.bnr1 .bnr{
	box-shadow:0 4px 0 #00000029;
}
	
.rec01{
	padding:90px 0 60px;
}

.rec01 .mainTit3 {
    margin-bottom: 30px;
}

.rec02 .flex{
	flex-direction:column-reverse;
}
	
.rec02 .img{
	position: initial;
	z-index: 0;
	width: 95%;
	max-width: 550px;
	margin: 40px auto 0;
}

.rec02 .text_area{
	margin: 0 auto;
	width: 95%;
	padding: 40px 0;
}

.rec02 .rec02_div{
	margin:0 auto;
	width: 90%;
	max-width: 600px;
}

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

.flow_list{
	margin: 40px auto 50px;
}


.flow_list li .img{
	max-width:98px;
	width:45%;
}

.flow_list li .title{
	font-size: clamp(1.4rem,1.8vw,2rem);
	margin-top: 3%;
}

.flow_list li .num{
	font-size: clamp(1.6rem,2vw,3.1rem);
	width: 32px;
	height: 32px;
}


.qanda_div{
	margin: 35px auto 35px;
}

.rec04_div{
	padding:30px 0 20px;
	margin:35px auto 30px;
}

.rec04{
	padding:60px 0;
}

.news01{
	padding:90px 0;
}

.pagination-list{
	margin: 0px auto 0;
}

.int_list li{
	flex-direction:column;
	padding:15px;
}
	
.int_list li .text{
	width:100%;
	margin-top:8px;
}

.int01 .int_div1 .sou1{
	left: 4px;
	top: 10px;
}

.int01 .int_div1 .sou2{
	right: 4px;
	bottom: -19px;
}

.int01{
	padding:90px 0;
}

.in_cont{
	padding:30px 12px 30px;
}

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

.int_list li:before{
	left: -3%;
	top: 18px;
}

.int_list li:nth-child(2n):before{
	right: -3%;
}

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

.int_div21a.flex.rev{
	flex-direction:column-reverse;
}

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

.int_div21a.flex .img{
	width:100%;
	margin:30px auto 0;
	max-width:300px;
}

.int_div21a .img1{
	margin:30px auto 0;
}

.int_div21{
	margin-bottom: 30px;
}	


.int02{
	padding:40px 0;
}

.contact01{
	margin:90px auto 0;
}

em {
	width:30%;
	min-width:40px;
}

.yt_area {
    padding: 40px 0 100px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* 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: 1.6rem;
	padding: 15px 0 0!important;
}

.choose_list1 {
	width: 80%;
}

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

#cover .img{
	width: 100%;
	height: 500px;
}

#cover .text_area{
	padding:15px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 30%;
	width: 95%;
}

#cover .sou1{
	max-width: 175px;
	width: 52%;
	left: -5%;
}

#cover {
	/* min-height: 545px; */
}

#cover .sou2{
	width: 20%;
	left: 81%;
	top: 6.6%;
}

#cover .sou3{
	width: 10%;
	left: 72%;
	bottom: 92%;
	z-index: -1;
}


.content01 .sou1{
	width: 40%;
	left: -8%;
	top:auto;
	bottom:0;
}

.content01 .sou2{
	width: 40%;
	right: -5%;
	top: -3%;
}


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

#cover .text_area .text{
	font-size: clamp(1.8rem, 1.6vw, 2.9rem);
	text-align: center;
}
	
.copyright {
	font-size: clamp(1rem,1.6vw,1.5rem);
}

.cov2-div{
	padding-top: 10%;
	height: 200px;
}

.send_btn{
	height:55px;
}

.busi_list02{
	flex-direction:column;
}

.busi_list02 li{
	max-width:386px;
	width:100%;
	margin:30px auto 0;
}


.flow_list li{
	width: 49%;
	height: 35vw;
	max-width: initial;
	max-height: initial;
	margin-bottom: 60px;
}

.flow_list li .title{
	font-size: clamp(1.4rem,3vw,2rem);
	margin-top: 7.3%;
}


.flow_list li .img{
	max-width:200;
	width:45%;
}

.flow_list{
	flex-wrap:wrap;
	margin: 40px auto 0px;
}

.flow_list li .num{
	font-size: clamp(1.8rem,2vw,3.1rem);
	width: 36px;
	height: 36px;
}

.btn2 .img{
	margin-right:15px;
	width:60px;
}

.btn2{
	height: 80px;
}

.btn2:before{
	width:44px;
	height:44px;
}

.btn2.arrow:after{
	width: 44px;
	height: 18px;
}

.qanda .pulu{
	width: 46px;
}

.qanda .pulu span{
	width: 20px;
}

.btn3{
	height:90px;
	border: 4px solid #FB7E51;
}

.int01 .int_div1 .text1{
	text-align:left;
}
	
.int01 .int_div1 .tablet{
display:none;		
}

em {
	width:100%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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




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

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

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

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

.cov2-div{
	padding-top: 13%;
}


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

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

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