/*
Theme Name : TKP研修ネット
Description : 研修ネット用テーマ
Version : 20191007
*/
/* 共通 */
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'メイリオ',Meiryo,Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 16px;
	color: #333333;
	overflow-x :hidden;
}
p{
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
a{
	color: #5cb8b2;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover{
	color: #5cb8b2;
	text-decoration: none;
}
.tel{
	pointer-events: none;
	text-decoration: none;
}
.wrapper{
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
}
.common__bar-attention{
	display: block;
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
	padding: 2px 0;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	font-size: 13px;
}
.common__bar-attention:hover{
	background-color: #5cb8b2;
	color: #FFFFFF;
}
.section__index{
	width: calc(100% - 40px);
	max-width: 1060px;
	border-bottom: 1px solid #EFEFEF;
	padding: 50px 20px;
	margin: 0 AUTO;
}
.section__facility{
	width: calc(100% - 40px);
	max-width: 1060px;
	border-bottom: 1px solid #EFEFEF;
	padding: 50px 20px;
	margin: 0 AUTO;
}
.container{
	width: 100%;
	max-width: 1100px;
	margin: 20px AUTO;
}
.flex__container{
	width: 100%;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.flex__container::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.flxbox__1clmn{
	width: 100%;
	margin: 10px 0;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__2clmn{
	width: calc(50% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__3clmn{
	width: calc((33.33%) - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__4clmn{
	width: calc(25% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__5clmn{
	width: calc(20% - 10px);
	padding: 0px;
	margin: 5px;
	align-content: stretch;
	box-sizing: border-box;
}
/* flex-box ハック */
:root .flex__container{
	display: block\0/;
}
:root .search-form__radio-child,
:root .flxbox__search-map,
:root .flxbox__search-form,
:root .index__box,
:root .flxbox__1clmn,
:root .flxbox__2clmn,
:root .flxbox__3clmn,
:root .flxbox__4clmn,
:root .flxbox__5clmn{
	float: left\0/;
}
:root .common__content{
	box-sizing: border-box;
	border: 1px solid #EFEFEF;
}
:root .index__box{
	min-height: 450px\0/;
	box-sizing: border-box\0/;
	border: 1px solid #EFEFEF\0/;
}
:root .flxbox__1clmn,
:root .flxbox__2clmn,
:root .flxbox__3clmn,
:root .flxbox__4clmn,
:root .flxbox__5clmn{
	min-height: 150px\0/;
}
.color__green{
	color: #5cb8b2;
}
.color__red{
	color: #dd3224;
}
.common__img{
	width: AUTO;
	max-width: 100%;
}
.common__large{
	font-size: 1.8em;
	letter-spacing: 2px;
}
.common__btn{
	display: inline-block;
	background-color: #222222;
	border: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	margin: 10px AUTO;
	padding: 10px 15px;
	display: block;
	width: 80%;
	text-decoration: none;
}
.common__btn:hover{
	background-color: rgba(0,0,0,0);
	border: 1px solid #222222;
	color: #222222;
}
.common__btn-soon{
	display: inline-block;
	background-color: #999999;
	border: 1px solid #999999;
	color: #FFFFFF;
	text-align: center;
	margin: 10px AUTO;
	padding: 10px 15px;
	display: block;
	width: 80%;
	text-decoration: none;
}
.common__content{
	box-sizing: border-box;
	background-color: #FFFFFF;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
}
.common__content-img{
	width: 100%;
	height: 210px;
	margin: 0;
	object-fit: cover;
}
.common__content-caption{
	padding: 15px;
	font-size: 14px;
}
.common__content-title{
	font-weight: bold;
	display: block;
	font-size: 16px;
	padding: 0 0 5px 0;
}

/* ------------------------------------------------------ トップページの施設一覧 */
.index__box{
	width: calc((33.33%) - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	position: relative;
}
.index__box:hover{
	background-color: #EFEFEF;
	color: #333333;
}
.index__box-img{
	width: 100%;
	height: 215px;
	margin: 0;
	object-fit: cover;
}
.index__box-content{
	padding: 15px;
	font-size: 14px;
}
.index__box-prefecture{
	display: block;
	padding: 8px 0;
	margin: 0 0 5px 0;
	width: 80px;
	text-align: center;
	background-color: #222222;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
}
.index__box-name{
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	padding: 0 0 10px 0;
	font-family: "Century Gothic", Oswald, sans-serif, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
}
.index__box-address{
	display: block;
	background-image: url(/common/img/icon_pin.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-top: 5px;
	padding-left: 25px;
}
.index__box-access{
	display: block;
}

/* ------------------------------------------------------ トップページの施設一覧2 */
.index__facility{
	width: calc((50%) - 20px);
	padding: 0 0 90px 0;
	margin: 0 10px 30px 10px;
	align-content: stretch;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	position: relative;
}
.index__facility-img{
	width: 100%;
	height: 215px;
	margin: 0;
	object-fit: cover;
}
.index__facility-content{
	padding: 10px 15px;
	font-size: 14px;
}
.index__facility-prefecture{
	display: block;
	padding: 5px;
	margin: 0;
	width: 90px;
	text-align: center;
	background-color: #5cb8b2;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.index__facility-name{
	font-size: 1.8em;
	letter-spacing: 1px;
	display: block;
	padding: 0 0 10px 0;
	font-family: "Century Gothic", Oswald, sans-serif, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
}
.index__facility-address{
	display: block;
	background-image: url(/common/img/icon_pin.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-top: 5px;
	padding-left: 25px;
}
.index__facility-access{
	display: block;
}
.index__facility-table{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: calc(100% - 30px);
	margin: 0 15px;
}
.index__facility-table th,
.index__facility-table td{
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
}

.index__facility-btn{
	display: block;
	background-color: #5cb8b2;
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 0px;
	position: absolute;
	margin: 15px;
	bottom: 0;
	left: 0;
	right: 0;
}
.index__facility-btn:hover{
	background-color: #FFFFFF;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
.section__title-2nd{
	width: 100%;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
	font-family: 'Century Gothic', 'Oswald', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.section__title-2nd_caption{
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	letter-spacing: 2px;
}
.section__title-3rd{
	width: 100%;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
	font-family: 'Century Gothic', 'Oswald', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.index__feature{
	width: 100%;
	max-width: 1098px;
	margin: 20px AUTO;
	padding: 20px 1px 50px 1px;
	position: relative;
}
.index__feature::after{
	content: "";
	display: block;
	clear: both;
}
/* ------------------------------------------------------ 奇数 */
.index__feature:nth-child(odd)::before{
	position: absolute;
	background-color: #EFEFEF;
	content: "";
	display: block;
	z-index: 0;
	right: 0;
	bottom: 10px;
	width: 70%;
	height: 80%;
}
.index__feature:nth-child(odd) .index__feature-img{
	position: relative;
	width: 60%;
	height: AUTO;
	margin: 0 0 80px 0;
	z-index: 1;
}
.index__case-img{
	position: relative;
	width: AUTO;
	height: AUTO;
	margin: 0 0 80px 0;
	float: right;
	z-index: 1;
}
.index__feature:nth-child(odd) .index__feature-content{
	width: 35%;
	padding: 30px;
	height: AUTO;
	position: absolute;
	bottom: 50px;
	right: 0;
	z-index: 2;
}
/* ------------------------------------------------------ 偶数 */
.index__feature:nth-child(even)::before{
	position: absolute;
	background-color: #EFEFEF;
	content: "";
	display: block;
	z-index: 0;
	left: 0;
	bottom: 10px;
	width: 70%;
	height: 80%;
}
.index__feature:nth-child(even) .index__feature-img{
	position: relative;
	width: 60%;
	height: AUTO;
	margin: 0 0 80px 0;
	float: right;
	z-index: 1;
}
.index__feature:nth-child(even) .index__feature-content{
	width: 35%;
	padding: 30px;
	height: AUTO;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 2;
}
.index__map{
	position: relative;
}
.index__map-img{
	display: block;
	margin: 0 AUTO;
	width: AUTO;
	max-width: 100%;
	z-index: 0;
}
.map__label{
	background-color: #5cb8b2;
	text-align: center;
	padding: 5px;
	position: absolute;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1;
}
.map__label-child{
	display: block;
	font-weight: bold;
}
.map__label-tokyo{
	top: 65%;
	left: 50%
}
.map__label-sendai{
	top: 40%;
	left: 60%;
}
.map__label-nagoya{
	top: 68%;
	left: 38%;
}
.map__label-osaka{
	top: 70%;
	left: 31%;
}
.map__label-kobe{
	top: 66%;
	left: 24%;
}
.map__label-kanazawa{
	top: 58%;
	left: 39%;
}
.map__label-hiroshima{
	top: 70%;
	left: 16%;
}
.map__label-fukuoka{
	top: 80%;
	left: 10%;
}
.map__label-okinawa{
	top: 83%;
	left: 82%;
}
/* ------------------------------------------------------ ヘッダー */
.header{
	display: block;
	position: fixed;
	width: 160px;
	height: 100%;
	background-color: #FFFFFF;
	border-right: 1px solid #EFEFEF;
	padding: 0;
	margin: 0;
	left: 0;
	z-index: 1001;
}
.header__logo{
	display: block;
	width: 140px;
	height: 120px;
	margin: 20px AUTO 20px AUTO;
	background-image: url(../img/CIRQ_logo3.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	font-size: 11px;
	color: #999999;
	text-indent: -9999px;
	text-decoration: none;
	text-align: center;
}
.header__logo:hover{
	color: #999999;
}
.nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav__child{
	display: block;
	padding: 10px;
	text-align: center;
}
.nav__child-btn{
	display: block;
	background-color: #5cb8b2;
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 0px;
}
.nav__child-btn:hover{
	background-color: #FFFFFF;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
.nav__child-link{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	text-decoration: none;
	border-left: 5px solid #FFFFFF;
	box-sizing: border-box;
}
.nav__child-link:hover{
	color: #333333;
	border-left: 5px solid #5cb8b2;
	cursor: pointer;
}

.section__eyecatch{
	width: 100%;
	height: 700px;
	background-color: #FFFFFF;
	position: relative;
}
#mainvisual{
	width: 100%;
	height: 700px;
	z-index: 0;
	overflow: hidden;
}
.slick-list,
.slick-track{
	width: 100%;
	height: 100%;
}
.slick-slide{
	position: relative;
	z-index: 1;
}
.slick-dots{
	display: block;
	width: calc(100% - 100px);
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 100px;
	text-align: right;
}
.slick-dots::after{
	content: "";
	display: block;
	clear: both;
}
.slick-dots li{
	display: inline-block;
	padding: 5px;
}
.slick-dots li button{
	display: block;
	width: 40px;
	height: 12px;
	margin: 0 AUTO;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #FFFFFF;
}
.slick-dots li button:hover{
	cursor: pointer;
}
.slick-dots .slick-active button{
	background-color: #d71b1b;
}
.slick-arrow{
	width: 80px;
	height: 100%;
	margin-top: 0;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	text-indent: -9999px;
	background-size: 80px AUTO;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0px solid #FFFFFF;
}
button:focus {
	outline: none;
    border: 0px solid #000000;
}
.slick-arrow:hover{
	cursor: pointer;
}
.slick-prev{
	left: 0;
	background-image: url(/common/img/icon_slider-prev.png);
}
.slick-next{
	right: 0;
	background-image: url(/common/img/icon_slider-next.png);
}

.section__eyecatch-contents{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	padding: 30px;
	z-index: 10;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: right;
	font-family: "Century Gothic", Hiragino Mincho Pro, "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.se_position1{
	left: 50px;
	top: 20%;
}
.se_position2{
	right: 50px;
	bottom: 20%;
}
.se_position3{
	right: 50px;
	top: 40%;
}
.flow{
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
}
.flow::last-child{
	border-bottom: 0px solid #CCCCCC;
}
.flow__arrow{
	border-bottom: 3px solid #CCCCCC;
	position: relative;
}
.flow__arrow::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #CCCCCC;
}
.flow__title{
	display: table-cell;
	width: 150px;
	margin: 0;
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}
.flow__data{
	margin: 0;
	padding: 15px 0;
	vertical-align: middle;
}
.flow__title-img{
	display: block;
	margin: 10px AUTO;
}
/* ------------------------------------------------------ パンくずリスト */
.blanchcamb{
	color: #333333;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	list-style: none;
}
.blanchcamb__child{
	display: inline-block;
}
.blanchcamb__child-link{
	color: #333333;
}
.blanchcamb__child::after{
	content: " > ";
}
.blanchcamb__child:last-child::after{
	content: "";
}
/* ------------------------------------------------------ お問い合わせ */
.contact{
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
	padding: 30px 0;
	background-color: #333333;
	color: #FFFFFF;
}
.contact__title{
	color: #FFFFFF;
	display: block;
	width: 100%;
	margin: 0 AUTO 10px AUTO;
	font-size: 21px;
	font-weight: normal;
}
.contact__base{
	width: 100%;
	max-width: 1100px;
	display: table;
	table-layout: fixed;
	margin: 10px AUTO;
}
.contact__reception{
	display: block;
	font-size: 14px;
	padding: 5px;
}
.contact__telnum{
	font-size: 48px;
	color: #FFFFFF;
	padding: 0 0 0 50px;
	background-image: url(/common/img/icon_telWhite.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.contact__base-phone,
.contact__base-mail{
	display: table-cell;
	padding: 20px;
}
.contact__btn-mail{
	display: block;
	background-color: #5cb8b2;
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 20px;
	font-size: 24px;
}
.contact__btn-mail:hover{
	background-color: #FFFFFF;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
/* ------------------------------------------------------ フッター */
.footer{
	display: block;
	width: calc(100% - 190px);
	margin: 0 0 0 160px;
	padding: 1px 20px;
	background-color: #222222;
	color: #EFEFEF;
}
.footer__companydata{
	font-size: 14px;
}
.footer__copyright{
	text-align: right;
	font-size: 12px;
	margin: 0;
	padding: 30px;
}
.footer__btn-scroll{
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(/common/img/icon_scrollTop.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #FFFFFF;
	text-indent: -9999px;
	-webkit-animation: A 2s ease 0s infinite alternate;
	animation: A 2s ease 0s infinite alternate;
	z-index: 1001;
}
.footer__btn-scroll:hover{
	cursor: pointer;
}
.footer__link{
	color: #EFEFEF;
	text-decoration: none;
}
.footer__link:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
/* -------------------------------------------------- グループ会社リンク */
.grounp-company{
	width: 100%;
	max-width: 1100px;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 AUTO;
	padding: 0;
	list-style: none;
}
.grounp-company-link{
	align-content: stretch;
	width: calc(100% / 5);
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
.grounp-company-link a{
	display: block;
	border: 1px solid #999999;
	color: #CCCCCC;
	margin: 2px;
	padding: 3px 0;
	font-size: 11px;
	text-decoration: none;
}
.grounp-company-link a:hover{
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.mobile__toggle{
	display: none;
}
.mobile__toggle:hover{
	cursor: pointer;
}
.header_mobile{
	display: none;
}

.ricoh-theta-spherical-image{
	width: 100%;
	height: 375px;
}
.common__catch-large{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 1.5em;
}
@media screen and (max-width: 1000px) {
	.flxbox__4clmn{
		width: calc(33.33% - 20px);
	}
}
@media (max-width: 810px) {
	.header__logo{
		margin: 20px AUTO;
	}
	.header_mobile{
		display: block;
		width: 100%;
		height: 60px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #EFEFEF;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.header__logo-mobile{
		display: block;
		width: 140px;
		height: 60px;
		margin: 0 AUTO;
		background-image: url(../img/CIRQ_logo.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: AUTO 30px;
		position: relative;
		font-size: 11px;
		color: #999999;
		text-indent: -9999px;
		text-decoration: none;
		text-align: center;
	}
	.mobile__toggle{
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		text-indent: -9999px;
		z-index: 1001;
		width: 40px;
		height: 40px;
	}
	.mobile__toggle::before{
		content: "";
		display: block;
		position: absolute;
		background-color: #666666;
		width: 60%;
		height: 1px;
		z-index: 1002;
		top: 13px;
		left: 0;
		right: 0;
		margin: AUTO;
	}
	.mobile__toggle::after{
		content: "";
		display: block;
		position: absolute;
		background-color: #666666;
		width: 60%;
		height: 1px;
		z-index: 1002;
		bottom: 13px;
		left: 0;
		right: 0;
		margin: AUTO;
	}
	.mobile__toggle.on::before{
		width: 80%;
		height: 1px;
		top: 20px;
		left: 0;
		right: 0;
		margin: AUTO;
		transform: rotate(-45deg);
	}
	.mobile__toggle.on::after{
		width: 80%;
		height: 1px;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: AUTO;
		transform: rotate(45deg);
	}
	.header{
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0;
		width: 100%;
		height: AUTO;
		z-index: 1000;
		background-color: rgba(255,255,255,0.9);
	}
	.nav{
		width: 50%;
		margin: 0 AUTO 30px AUTO;
	}
	.common__bar-attention{
		width: 100%;
		margin: 60px 0 0 0;
	}
	.wrapper,
	.contact{
		width: 100%;
		margin: 0;
	}
	.footer{
		width: calc(100% - 40px);
		margin: 0;
	}
	#mainvisual,
	.section__eyecatch{
		height: 500px;
	}
	.contact__base,
	.contact__base-phone,
	.contact__base-mail{
		display: block;
	}
	.index__box,
	.flxbox__2clmn,
	.flxbox__3clmn,
	.flxbox__4clmn{
		width: calc(50% - 20px);
	}
	.grounp-company-link{
		width: calc(33.33%);
	}
	.grounp-company-link{
		width: 33.33%;
	}

	/* ------------------------------------------------------ 奇数 */
	.index__feature:nth-child(odd)::before{
		position: absolute;
		background-color: #EFEFEF;
		content: "";
		display: block;
		z-index: 0;
		right: 0;
		bottom: 10px;
		width: 95%;
		height: 80%;
	}
	.index__feature:nth-child(odd) .index__feature-img{
		position: relative;
		width: 80%;
		height: AUTO;
		margin: 0 AUTO;
		z-index: 1;
	}
	.index__feature:nth-child(odd) .index__feature-content{
		width: 80%;
		padding: 15px;
		margin: 0px AUTO;
		height: AUTO;
		position: relative;
		bottom: 0;
		right: AUTO;
		z-index: 2;
	}
	/* ------------------------------------------------------ 偶数 */
	.index__feature:nth-child(even)::before{
		position: absolute;
		background-color: #EFEFEF;
		content: "";
		display: block;
		z-index: 0;
		left: 10px;
		bottom: 10px;
		width: 95%;
		height: 80%;
	}
	.index__feature:nth-child(even) .index__feature-img{
		position: relative;
		width: 80%;
		height: AUTO;
		margin: 0 AUTO;
		float: none;
		z-index: 1;
	}
	.index__feature:nth-child(even) .index__feature-content{
		width: 80%;
		padding: 15px;
		margin: 0px AUTO;
		height: AUTO;
		position: relative;
		bottom: 0;
		left: AUTO;
		z-index: 2;
	}
}
@media (max-width: 550px) {
	.tel{
		pointer-events: auto;
	}
	#mainvisual,
	.section__eyecatch{
		height: 300px;
	}
	.flxbox__2clmn,
	.flxbox__3clmn,
	.flxbox__4clmn,
	.index__box{
		width: calc(100% - 20px);
	}
	.grounp-company-link{
		width: 50%;
	}
	.contact__telnum{
		font-size: 30px;
		background-size: AUTO 30px;
		padding: 0 0 0 30px;
	}
	.section__title-3rd{
		font-size: 18px;
		padding: 10px 0;
	}
	.index__feature-content{
		font-size: 14px;
	}
	.section__eyecatch-contents{
		padding: 15px;
		z-index: 10;
		font-size: 18px;
	}
	.slick-arrow{
		width: 30px;
	}
	.common__large{
		font-size: 1.2em;
		letter-spacing: 2px;
	}
}
@media (min-width: 811px) {
	.header{
		display: block!important;
	}
}
