﻿

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
:root {
	--f14: clamp(12px, 1.4vw , 14px);
	--f15: clamp(15px, 1.5vw , 15px);
	--f16: clamp(15px, 1.6vw , 16px);
	--f17: clamp(15px, 1.7vw , 17px);
	--f18: clamp(16px, 1.8vw , 18px);
	--f19: clamp(15px, 1.9vw , 19px);
	--f20: clamp(18px, 2vw , 20px);
	--f21: clamp(18px, 2.1vw , 21px);
	--f22: clamp(18px, 2.2vw , 22px);
	--f23: clamp(20px, 2.3vw , 23px);
	--f24: clamp(20px, 2.4vw , 24px);
	--f25: clamp(20px, 2.5vw , 25px);
	--f26: clamp(20px, 2.6vw , 26px);
	--f30: clamp(25px, 3vw , 30px);
	--f32: clamp(22px, 3.2vw , 32px);
	--f35: clamp(25px, 3.5vw , 35px);
	--f40: clamp(26px, 4vw , 40px);
	--f45: clamp(15px, 4.5vw , 45px);
	--f50: clamp(15px, 5vw , 50px);

	--f56: clamp(26px, 5.6vw , 56px);
	--f62: clamp(40px, 6.2vw , 62px);
	--f72: clamp(50px, 7.2vw , 72px);--f88: clamp(50px, 7vw , 88px);
	--f128: clamp(50px, 10vw , 128px);
	--mp50: clamp(20px,5%,50px);
	--mp70: clamp(30px,7%,70px);
	--mp80: clamp(30px,8%,80px);
	--mp100: clamp(50px,10%,100px);
	--mp150: clamp(80px,10%,150px);
	--mp120: clamp(80px,12%,120px);--mp200: clamp(80px,20%,200px);
--yellow: #FFF130;
--pink: #DB4965;
--orange: #F08C20;
--blue: #8DAAC1;
--purple: #7674b5;
--green: #23b574;
--orangeBg: #FFF3C3;
}



body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: var(--f18);
	font-family: "Noto Sans JP";
	font-style: normal;
    -webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body.open{
	height: 100vh;
}




/*リンク表示方法*/

a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:active {
	color: #333;
}

a:hover {
	color: #000000;
}

a:hover img {
	opacity: 1;
}


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

.pc {
	display: block;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}

.pc2{
	
	display:block;
}

.sp2{
	display:none;
}

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

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

header img {
    max-width: 50px;
}
header ul {
	display:flex;
	gap: 0 5px;
}

header ul li img {
}

.headerUl {
	margin: 0 0 0;
}

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

.logo {
	width: 234px;
}

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

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

.flex {
    display: flex;
}
.flex.conBox {
    gap: 0 50px;
}

footer .flex a.sp{
	color:#fff;
}

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

table {
	border-collapse: separate;
}

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

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


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

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

nav {
	border-bottom: 2px solid #8DAAC1;
}

nav ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	gap: 0 1%;
}

nav ul li {
    width: 16%;
    position: relative;
}

nav ul li a {
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.2rem;
    text-align: center;
    color: var(--blue);
    border: 3px solid var(--blue);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: #fff;
    padding: 5px 0;
    height: 60px;
}

nav ul li a span {
    display: block;
    text-align: center;
    font-size: var(--f18);
    font-weight: 500;
}


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

nav li a:hover {
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	transition: .3s;
	color: #fff;
	background:var(--blue);
}


nav li a.active {
    background: var(--blue);
    color: #fff;
}


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

#modal {
	display: none;
}

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

#cover {
	max-width: 1080px;
	width: 95%;
	margin: 0px auto 0;
	position: relative;
}

.naka #cover span {
    display: block;
    font-size: var(--f14);
    font-family: 'Noto Sans JP';
}

.naka h1 {
    font-size: var(--f72);
    font-weight: 500;
    color: var(--blue);
}
.coverBg {
    background-size: cover;
    background-size: 100%;
    background-image: url(../image/cover.png)no-repeat;
    background-image: image-set(url(../image/cover.png) 1x, url(./img/cover@2x.png) 2x);
    background-image: -webkit-image-set(url(../image/cover.png) 1x, url(../image/cover.png) 2x);
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-repeat: no-repeat; */
    position: relative;
}

.naka .coverBg {
    height: 390px;
}
.catchBox {
    text-align: center;
    color: #988575;
    width: 95%;
    margin: 0 auto;
}

.catchBox h1 {
    margin: 15px 0 0;
    font-size: var(--f25);
}

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

.privacy #cover {
	background: #555;
}

.company #cover {
	background: #444;
}

.contact #cover {
	background: #777;
}

.list #cover {
	background: #ccc;
}

/*スクロールアニメーション*/
.scroll-downs {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: -20px;
	left: 0;
	margin: auto;
	width :34px;
	height: 55px;
	}
  .mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	/* border: 2px solid #fff; */
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
	}
  .scroller {
	width: 1px;
	height: 45px;
	background-color: #333;
	animation-name: scroll;
	animation-duration: 1s;
	/* animation-timing-function: cubic-bezier(.15,.41,.69,.94); */
	animation-iteration-count: infinite;
	}
  @keyframes scroll {
	0% { height:0; }
  }


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

#main {
	width: 100%;
	/* margin: var(--mar) auto 0; */
}

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

.conBox .mainTit{line-height: 55px;color: var(--blue);margin: 0 0 var(--mp50);}

.mainTit {
    font-size: var(--f72);
    font-weight: 500;
}

.mainTit span{font-size: var(--f14);font-family: 'Noto Sans JP';display: block;font-weight: 400;margin: 30px 0 0;line-height: initial;}



.content01 p{line-height: 36px;}

.content01 dl dt {
    font-size: var(--f32);
    margin: 0 0 var(--mp50);
}

.content01 p:not(:last-child) {
    margin: 0 0 30px;
}

.content02{
	background-size: cover;
	background-size: cover;
	background-image: url(../image/news_bg.png)no-repeat;
	background-image: image-set(url(../image/news_bg.png) 1x, url(./img/index/news_bg@2x.png) 2x);
	background-image: -webkit-image-set(url(../image/news_bg.png) 1x, url(./img/index/news_bg@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: bottom;
}

.news {
    display: flex;
    gap: 0 1%;
    justify-content: space-between;
}

.content02 .news {
    margin: 0 0 var(--mp50);
}

.cate {
    display: inline-block;
    font-size: var(--f14);
    position: absolute;
    background: var(--blue);
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px 0;
    z-index: 1;
}

.works .cate {
    background: #988575;
}

.news li p img {
    border-radius: 8px;
}

.news li p {overflow: hidden;border-radius: 8px;height: 270px;}

.website .news li p{
	max-height: 240px;
	height: 17vw;
}

.website .news li p img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.content02 .news li {
	text-align:center;
    width: 100%;
}
.news a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.news li:hover img {
    transform: scale(1.2,1.2);
    transition:.8s;
}
.news li {
    position: relative;
}
.news li dl dd.date {
    font-size: var(--f14);
    margin: 5px 0;
}

.news li dl dt {
    font-size: var(--f16);
}

.news li dl {
    display: flex;
    flex-direction: column-reverse;
}



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

footer {
	/* margin: 50px auto 0; */
	/* padding: var(--pad) 0 0; */
	/* background: #ededed; */
	border-top: 2px solid var(--blue);
}

footer .logo {
	width: 243px;
	margin: 0 auto;
}

footer .inner {
	padding: var(--pad50) 0;
	text-align: center;
}

footer > ul {
	display: flex;
	gap: 0 1%;
	justify-content: space-between;
	padding: 10px 0;
	width: 95%;
	max-width: 1075px;
	margin: 0 auto;
}

footer > ul a {
    text-decoration: none;
    color: #777777;
    font-size: var(--f14);
    font-weight: 500;
}

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

footer ul li {
}

footer ul li a {

}

footer ul li:first-child a {

} 

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

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


footer .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footerLogo {
    margin: 0 0 50px;
    max-width: 236px;
}

footer .sns {
    display: flex;
    gap: 0 20px;
}



footer .blueBg > .flex {
    max-width: 1075px;
    margin: 0 auto;
    justify-content: space-between;
    padding: var(--mp50) 0;
    font-size: var(--f14);
    color: #fff;
    width: 95%;
}

/* 全ページ共通クラス
----------------------------------------------------------- */
/*background*/
.blueBg {
    background: var(--blue);
}

/*--- font ---*/
.raj {
    font-family: 'Rajdhani';
}

.center {
    text-align: center;
}
.Tit {
    font-size: var(--f72);
    font-weight: 500;
    color: var(--blue);
    line-height: 50px;
    margin: 0 0 40px;
}

.Tit.border {
    border-bottom: 2px solid;
    padding: 0 0 10px;
}

.Tit span {
    display: block;
    font-size: var(--f14);
    font-family: 'Noto Sans JP';
    /* border-bottom: 2px solid; */
    /* padding: 0 0 20px; */
}
.pink {
    color: var(--pink);
}

/*--- btn ---*/

.btn {
    width: 95%;
    max-width: 200px;
    line-height: 36px;
}

.btn.center {
    margin: 0 auto;
}

.btn a {
    display: flex;
    border: 1px solid;
    color: var(--blue);
    text-decoration: none;
    text-align: center;
    font-size: var(--f15);
    font-weight: 500;
    position: relative;
    transition: .3s;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn a.gray {
    color: #777777;
}

.btn a:after {
    content: "";
    width: 14px;
    height: 5px;
    border-bottom: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(-50%, -50%) skew(45deg);
}

.btn a.gray:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
}
.btn a:hover:after {
    transition: .3s;
    right:-3px;
}
form .btn.contact {
    margin: 20px auto 0;
    position: relative;
}

.btn.contact {
    width: 100%;
    max-width: 380px;
}

.btn.contact a {
    background: #988575;
    color: #fff;
    border: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 0 1%;
    justify-content: center;
}

.btn.contact a:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.btn.contact a:before {
    content: "";
    background: url(../image/mail_icon.svg)no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
}


/*--- 余白 ---*/


#main .conte {
    padding: var(--mp120) 0 0;
}

.content01.conte {
    margin-bottom: var(--mp120);
}

#main .conte:last-child {
    padding-bottom: var(--mp120);
}

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

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

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

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

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

.pankuzu li a:hover {
    color: #333;
}


/*--- ページトップ ---*/
#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 {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.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, #msg {width: 100%;height: 50px;padding: 10px;}

#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;
	height: 240px;
}

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

input[type="text"] {
	height: 50px;
}

input[type="text"],
textarea,
select,
option {
	width: 100%;
}

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


.contactForm ul li dl {
    display: flex;
}

.contactForm ul li dl dt {
    width: 30%;
    max-width: 300px;
    margin-top: 10px;
}

.contactForm ul li:first-child dl dt {
    margin: 0;
}

.contactForm ul li dl dd {
    width: 70%;
}

input, textarea, select, option {
    border: none;
    background: #F6F6F6;
    padding: 10px;
    line-height: 28.8px;
}

::placeholder {
    color: #ccc;
}
.choose_list label {
    padding: 0 10px 0 0;
}
.contactForm ul.formArea li:not(:last-child) {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.contactForm ul li dl dt em {
    color: var(--pink);
}

.contactForm ul.formArea {
    border-top: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    padding: 40px 0 40px;
    margin: var(--mp100) 0;
}
.PrivacyPolicy h3 {
    font-size: var(--f24);
    color: #988575;
    margin: 0 0 10px;
}

.PrivacyPolicy > p {
    margin: 0 0 30px;
}

.PrivacyPolicy {
    background: #ECF6FC;
    padding: 30px;
    height: 266px;
    overflow: auto;
    font-size: var(--f16);
}

.contactContainer .inner {
    max-width: 880px;
}

.PrivacyPolicy dl dt {
    font-weight: 600;
    margin: 15px 0 5px;
}

.PrivacyPolicy dl dd ul li {
    text-indent: -1.3em;
    margin: 5px 0px 5px 1.3em;
}
.checkBox {
    text-align: center;
    margin: var(--mp50) 0 0;
}

.btn.contact input {
    width: 100%;
    padding: 22px 0;
    cursor: pointer;
    background: #988575;
    color: #fff;
    border-radius: 8px;
    font-size: var(--f16);
}

.btn.contact:after {
	content: "";
	width: 16px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%) skew(45deg);
}

.btn.contact:hover:after {
    transition: .3s;
    right:0px;
}



/* 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(https://zerooneinc.jp/wp-content/themes/zeroone-web/img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(https://zerooneinc.jp/wp-content/themes/zeroone-web/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(https://zerooneinc.jp/wp-content/themes/zeroone-web/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;
}


/* about us
----------------------------------------------------------- */
.textBox {
    max-width: 500px;
    font-size: var(--f16);
    letter-spacing: .8px;
}

.about01 dl dt {
    font-size: var(--f32);
    color: var(--blue);
    margin: 0 0 var(--mp50);
}

.about01 dl dd.flex {
    justify-content: space-between;
    line-height: 32px;
    letter-spacing: .5px;
    gap: 0 2%;
}

.textBox p:not(:last-child) {
    margin: 0 0 30px;
}
.about02 ul li dl {
    display: flex;
    gap: 0 2%;
}

.about02 ul li dl dt {
    width: 30%;
    max-width: 250px;
    font-weight: 600;
}

.about02 ul li dl dd {
    width: 80%;
}

.about02 ul li dl dd a.sp2{
	color:#333;
}

.about02 ul li dl dd .map iframe {width: 100%;margin: 20px 0 0;}

.about02 ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding: 0 0 40px;
    margin: 0 0 40px;
}

.about02 ul {
    font-size: var(--f16);
}




/* works
----------------------------------------------------------- */
.Tit02 {
    font-size: var(--f24);
    border-left: 8px solid;
    color: var(--blue);
    padding: 0 0 0 10px;
    border-bottom: 2px solid;
    margin: 0 0 var(--mp50);
}

.worksContainer .works ul {
    display: flex;
    gap: 0 2%;
}

.worksContainer .works ul li dl dt {
    color: var(--blue);
    font-weight: 600;
    border-bottom: 1px dotted;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    font-size: var(--f18);
}

.worksContainer .works ul li dl {
    font-size: var(--f16);
}

.worksContainer .works ul.border li p {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}



/* recruit
----------------------------------------------------------- */
.recruit .flex {
    justify-content: space-between;
    margin: 3vh 0 0;
    gap: 0 2%;
}

.aboutRecruit.flex li {
    background: #ECF6FC;
    padding: 30px 20px;
    border-radius: 8px;
    width: 48%;
    font-size: var(--f16);
    line-height: 28.8px;
    letter-spacing: .5px;
}

.aboutRecruit.flex li dl dt {
    font-size: var(--f24);
    font-weight: 600;
    margin: 0 0 20px;
    color: #988575;
    display: flex;
    align-items: center;
    gap: 0 1%;
}
.aboutRecruit.flex li dl dt:before {
    content: "";
    background: url(../image/student.svg)no-repeat;
    display: block;
    height: 30px;
    width: 30px;
    background-size: contain;
}

.aboutRecruit.flex li:nth-child(2) dl dt:before {
    background: url(../image/middle.svg)no-repeat;
    background-size: contain;
}

.aboutRecruit.flex {
    margin: var(--mp100) 0 0;
}

.aboutRecruit.flex li dl dd p:not(:last-child) {
    margin: 0 0 30px;
}
.recruit02 .flex {
    justify-content: space-between;
    gap: 0 2%;
    align-items: center;
}

.recruit02 .flex dl dt {
    height: 125px;
    text-align: center;
    position: relative;
    margin: 0 0 10px;
}

.recruit02 .flex li {
    width: 23%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px hsl(0deg 0% 0% / 16%);
    padding: 20px;
    border-radius: 8px;
}

.recruit02 .flex dl dt img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.coment {
    display: flex;
    gap: 0 2%;
    justify-content: space-between;
    border: 4px solid #988575;
    border-radius: 8px;
    padding: var(--mp50);
    margin: var(
    --mp50) 0 0;
    align-items: center;
}

.coment .kome li:before {
    content: "";
    width: 10px;
    height: 10px;
    min-height: 10px;
    background: #988575;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.coment .kome li:not(:last-child) {
    margin: 0 0 5px;
}


/*slider*/
.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}

.slide {
  margin: 0px;
  position: relative;
  width: 384px;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.recruit02 .tokucho li dl dt {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: var(--f24);
    font-weight: 600;
    color: var(--blue);
    width: 47%;
    min-width: 260px;
    max-width: 300px;
}

.recruit02 .tokucho li dl {
    display: flex;
    align-items: center;
    gap: 0 30px;
    font-size: var(--f16);
}

.recruit02 .tokucho li {
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    padding: 30px var(--mp50);
    border-radius: 8px;
}

.recruit02 .tokucho li:not(:last-child) {
    margin: 0 0 20px;
}

.entry {
    display: flex;
    justify-content: space-between;
    margin: var(--mp50) 0 0;
}

.entry li {
    border: 2px solid var(--blue);
    width: 48%;
    text-align: center;
    min-height: 149px;
    border-radius: 8px;
}

.entry li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    min-height: 230px;
    position: relative;
}

.entry li a span {
    display: block;
    width: 100%;
    background: var(--blue);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
}

.entry li a img {
    width: 95%;
    max-width: 250px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.entry li a:hover span {
    background: #ebf6ff;
    border-radius: 0 0 6px 6px;
    color: var(--blue);
    transition: .3s;
}

/*contactBtn*/
.contactBox .mainTit {
    line-height: 50px;
    margin: 0 0 var(--mp50);
}

.contactBtn.flex {
    margin: var(--mp50) 0 0;
    align-items: center;
    justify-content: center;
    gap: 0 var(--mp50);
}

.contactBtn.flex .tel {
    font-size: var(--f40);
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
}

.contactBtn.flex .tel:before {
    content: "";
    background: url(../image/tel_icon.svg)no-repeat;
    display: block;
    height: 32px;
    width: 32px;
    background-size: contain;
}

.contactBox {
    padding: var(--mp100) 0;
    background: url(../image/contact_bg.png)no-repeat;
    background-position: center;
    background-size: cover;
}


/* news
----------------------------------------------------------- */
.newsContainer .news {
    flex-wrap: wrap;
    max-width: 780px;
    gap: 25px 0;
    width: 77%;
}

.newsContainer .news .newsText{
	width:100%;
}

.newsContainer .news li {
    width: 48%;
}

.newsContainer .news li p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsContainer .conte.flex {
    justify-content: space-between;
}
.newsText p:not(:last-child) {
    margin: 0 0 10px;
}
.pager {
    padding: var(--mp100) 0;
    display: flex;
    justify-content: center;
    gap: 0 2%;
}

.pager .flex {
    justify-content: center;
    gap: 0 2%;
}

.pager .flex li a {
    text-decoration: none;
    color: var(--blue);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    border: 1px solid;
}
.pager .flex li a:hover {
    background: var(--blue);
    color: #fff;
    transition:.3s;
}

.pager .flex li .pre:hover:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.pager .flex li .next:hover:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.pager .flex li a.active {
    background: var(--blue);
    color: #fff;
}

.pager .flex li .next:before {
    content: "";
    width: 14px;
    height: 5px;
    border-bottom: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) skew(45deg);
}


.pager .flex li .pre:before {
    content: "";
    width: 14px;
    height: 5px;
    border-bottom: 1px solid var(--blue);
    border-left: 1px solid var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) skew(-45deg);
}

.pager .flex li:first-child {
    margin: 0 20px 0 0;
}

.pager .flex li:last-child {
    margin: 0 0 0 20px;
}

.pager .flex li {
    width: 50px;
    height: 50px;
    /* border: 1px solid var(--blue); */
    border-radius: 8px;
    position:relative;
}


.pager .page-numbers {
    text-decoration: none;
    color: var(--blue);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    border: 1px solid;
}
.pager .page-numbers:hover {
    background: var(--blue);
    color: #fff;
    transition:.3s;
}

.pager .page-numbers.prev:hover:before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.pager .page-numbers.next:hover:before {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.pager .page-numbers.current {
    background: var(--blue);
    color: #fff;
}

.pager .page-numbers.next:before {
    content: "";
    width: 14px;
    height: 5px;
    border-bottom: 1px solid var(--blue);
    border-right: 1px solid var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) skew(45deg);
}


.pager .page-numbers.prev:before {
    content: "";
    width: 14px;
    height: 5px;
    border-bottom: 1px solid var(--blue);
    border-left: 1px solid var(--blue);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%) skew(-45deg);
}

.pager .page-numbers.prev{
    margin: 0 20px 0 0;
}

.pager .page-numbers.next{
    margin: 0 0 0 20px;
}

.pager .page-numbers{
    width: 50px;
    height: 50px;
    /* border: 1px solid var(--blue); */
    border-radius: 8px;
    position:relative;
}


.categoryBox h2 {
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    margin: 0 0 5px;
}

.categoryBox {
    width: 100%;
}

.newsContainer .right {
    width: 20%;
    max-width: 200px;
}

.newsContainer .right .categoryBox:not(:last-child) {
    margin: 0 0 30px;
}

.categoryBox ul li {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px;
    padding: 10px 0 10px;
    font-size: var(--f16);
}

.categoryBox ul li:last-child {
    border: none;
}

.categoryBox ul li a {
    color: #333;
}

.news.detail.left .cate {
    position: initial;
}

.cate.nocate{
	background:none!important;
}

.news.detail.left .flex {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.news.detail.left {
    gap: 0;
}
.news.detail.left h2 {
    border-bottom: 1px solid #ccc;
    margin: 20px 0 var(--mp50);
    padding: 0 0 var(--mp50);
    width: 100%;
}
.news.detail.left .btn.center {
    margin: var(--mp100) 0 0 0;
}

/* 05
----------------------------------------------------------- */

/* 06
----------------------------------------------------------- */



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

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

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

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

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


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

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


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


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

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

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


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

img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.conte {
    padding: var(--mp100) 0;
}


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



header h1 {
	font-size: 80%;
}

.logo {
	width: 28%;
}

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

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


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


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

#main {
}


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


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

.copyright small {
	width: 96%;
}



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

.pankuzu {
	width: 98%;
}


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

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

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

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

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


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

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

.privacy dt {
	padding: 0 1%;
}

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

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

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

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


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

.clearForm,
.clearForm2 {
	width: 96%;
	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;
}

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

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

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

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

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

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

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

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




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

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

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

.pc {
	display: block;
}

.sp {
	display: none;
}

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


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

/*about us*/
.about01 dl dd.flex {
    flex-direction: column;
    gap: 10px 0;
}

.about01 dl dd.flex img {
    width: 100%;
}

.textBox {
    max-width: 100%;
}

.about02 ul li dl {
    flex-direction: column;
    gap: 5px 0;
}

.about02 ul li dl dt,.about02 ul li dl dd {
    width: 100%;
    max-width: 100%;
}

	.worksContainer .works ul {
    flex-wrap: wrap;
    gap: 30px 2%;
}

.worksContainer .works ul li {
    width: 49%;
}

/*recruit*/
.aboutRecruit.flex {
    flex-direction: column;
    gap: 20px 0;
}

.aboutRecruit.flex li {
    width: 100%;
}

.recruit02 .flex {
    flex-wrap: wrap;
    gap: 20px 0;
    align-items: inherit;
}

.recruit02 .flex li {
    width: 48%;
}

.coment {
    flex-direction: column;
    gap: 20px 0;
}

.slide {
    width: 230px;
}

.recruit02 .tokucho li dl {
    flex-direction: column;
    gap: 20px 0;
}

.recruit02 .tokucho li dl dt {
    width: 100%;
    justify-content: center;
    max-width: 100%;
}

.entry {
    flex-direction: column;
    gap: 20px 0;
}

.entry li {
    width: 100%;
}

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

.contactBtn.flex .tel a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.newsContainer .conte.flex {
    flex-direction: column;
    gap: 80px 0;
}

.newsContainer .right {
    width: 100%;
    max-width: 100%;
}


.newsContainer .news {
    width: 100%;
}

.news li p {
    height: 180px;
}

.pc2{
	display:none;
}

.sp2{
	display:block;
}

footer .flex a.sp2{
	color:#fff!important;
}

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

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

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




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

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

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

.pc, .pcTel {
	display: none;
}

.sp {
	display: block;
}

.spTel  {
	display: inline;
}


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

table {
	width: 100%;
}

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


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


.telBtn {
	line-height: 1;
	font-size: 3rem;
	position: absolute;
	/* top: 70px; */
	right: 11%;
	z-index: 99;
	padding: 12px 10px;
}

.headerUl{
	margin: 0 0 0 auto;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	width: 35%;
}

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

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

/*-- menu --*/
.hLogo {
    position: absolute;
    z-index: 9;
    padding: 20px 11px;
    top: 0;
}
header {
	position: fixed;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	padding: 0 5px;
	top: 0;
}

header ul {
    margin: 0 54px 0 0;
}

  @keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  @-webkit-keyframes bugfix {
	from {
	  padding: 0;
	}
	to {
	  padding: 0;
	}
  }
  #overlay-button {
	position: fixed;
	right: 10px;
	top: 0;
	padding: 26px 11px;
	z-index: 999;
	cursor: pointer;
	user-select: none;
	}
  #overlay-button span {
	height: 2px;
	width: 35px;
	border-radius: 2px;
	background-color: #333;
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
	}
  #overlay-button span:before {
	top: -10px;
	visibility: visible;
  }
  #overlay-button span:after {
	top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
	height: 2px;
	width: 35px;
	border-radius: 2px;
	background-color: #333;
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
	}
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
	background-color: #333;
  }
  
  input[type=checkbox] {
	display: none; 
	
  }

.checkBox input[type="checkbox"] {
    display: inherit;
}
  
  input[type=checkbox]:checked ~ #overlay {
	visibility: visible;
	transform: translateX(0%);
	}
  
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	background: transparent;
	
	
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
	transform: rotate(45deg) translate(7px, 7px);
  
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
	transform: rotate(-45deg) translate(7px, -7px);
  }
  
  #overlay {
	height: 100vh;
	width: 100vw;
	background: #C9DBE5;
	z-index: 2;
	visibility: hidden;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition-duration: 300ms;
	}

  #overlay ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
	padding-left: 0;
	list-style-type: none;
	}
  #overlay ul li {
	padding: 5px 0;
	}
  #overlay ul li a {
	color: #777;
	text-decoration: none;
	font-size: var(--f14);
	}

#overlay ul li a span {
    display: block;
    font-size: var(--f30);
}
  #overlay ul li a:hover {
	color: #000!important;
  }


.content01{
	margin: 0 0 var(--mp100);
}


.content02 .news li {
    width: 47%;
}

.content02 .news li:not(:last-child) {}



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

#pageTop {
	display: none !important;
}


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

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


/* トップページ
----------------------------------------------------------- */
.coverBg {
    height: 100vh;
    background-size: cover;
}

.naka .coverBg {
    height: 250px!important;
    border-bottom: 2px solid var(--blue);
    margin: 45px 0 0;
}

.naka h1 {
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.catchBox {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0%, -50%);
}
.flex.conBox {
    flex-direction: column;
}

.conBox .mainTit.center {
    text-align: left;
}

.conBox .mainTit {
    line-height: 0;
}
.content01 .btn {
    margin: 0 auto;
}
.content02 .news {
    flex-wrap: wrap;
    gap: 20px 0;
}
footer .blueBg > .flex {
    flex-direction: column;
    gap: 20px 0;
}

footer .blueBg .flex  p > .flex a{
	color:#fff!important;
}

footer .right {
    gap: 10px 0;
    text-align: center;
}


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

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 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;
}
.worksContainer .works ul li {
    width: 100%;
}
.contactForm ul li dl {
    flex-direction: column;
    gap: 5px 0;
}

.contactForm ul li dl dd {
    width: 100%;
    max-width: 100%;
}
.contactForm ul li dl dt {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.contact01 p.center {
    text-align: left;
}
.choose_list label {
    display: block;
}

.news li p {
    height: 160px;
}

.website .news li p {
    max-height: 240px;
    height: 40vw;
}

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

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

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




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

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

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

.telBtn {right: 15%;}

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

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

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

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

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

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

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




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

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

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


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

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

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