@charset "utf-8";
/* CSS Document */
h2 {
	font-size: 2.7rem;
	letter-spacing: 3px;
	color: #ff9a9a;
	padding-bottom: 1rem;
}
h2 .kr,
h3 .kr,
h4 .kr {
    font-size: 65% !important;
	margin-top: 0 !important;
    font-weight: bold;
    font-style: italic;
	display: block;
    line-height: 1;
	padding-bottom: 0.4rem;
}
/*--== main ==--*/
main {
	position: relative;
	z-index: 0;
}
main::before,
main::after {
	content: "";
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -4;
}
main::before {
	background: url(../img/index_bgimg_02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 28%;
	top: 60px;
}
main::after {
	background: url(../img/index_bgimg_01.png) , url(../img/index_bgimg_03.png);
	background-position: top left , top right;
	background-repeat: no-repeat;
	background-size: 28%;
}

/*--== belt ==--*/
.blt {
	position: relative;
}
.blt_op,
.blt_ed {
	display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 180px;
	z-index: 0;
}
.blt_op {
    top: -6.5vw;
	align-items: start;
}
.blt_ed {
    bottom: -6.8%;
	align-items: flex-end;
}
.blt-l,.blt-r {
	width: 50%;
}
.blt-p{
	fill:#ff9a9a;
}
.blt-y{
	fill:#FFD800;
}
.blt-g{
	fill:#ddc285;
}
.blt-w{
	fill:#ffffff;
}
.blt-ly {
	fill: #fffbe4;
}
.blt-lb {
	fill: #cef4ff;
}
.blt .blt_wrap {
    padding: 1rem 0 3rem;
}
.blt .blt_wrap h2 span {
    font-size: 1.2rem;
}
/*--== section ==--*/
section {
	position: relative;
	z-index: 0;
}

/*--== close ==--*/
.close {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 1000;
}
.close .close_wrap {
    width: 100%;
    height: 100%;
	display: flex !important;
    flex-wrap: wrap;
}
.close .close_box {
    padding: 2rem;
    background: rgba(0, 0, 0, 0.5);
}
/*--== mainvisual ==--*/
.mainvisual .w-1200 {
    overflow: hidden;
	width: 99% !important;
}
/* mainvisual_img */
.mainvisual_img01 {
    width: 49%;
    margin: 0 4% 0 auto;
    display: block;
}
.mainvisual_img02 {
	width: 18%;
	position: absolute;
	right: 0;
	top: -0.5%;
	animation: shake 5s infinite;
	transform: rotate(15deg);
}
@keyframes shake {
    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}
.mainvisual_img03 {
	position: absolute;
	width: 26%;
	top: 2.2%;
	left: 0.8%;
	z-index: 1;
}
.mainvisual_img04 {
	position: absolute;
	width: 27%;
	bottom: 3%;
	left: 33%;
}
/* mainvisual > h2 , head01 */
.mainvisual h2,
.main_head01,
.main_head02 {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 600px;
}
.mainvisual h2 {
	top: 12%;
}
.mainvisual h2:after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.mainvisual h2 span {
	background: #ff9a9a;
	color: #fff;
	line-height: 6rem;
	font-size: 2.9rem;
	line-height: 6rem;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
	padding-left: 1rem;
	box-shadow: 3px 3px 0 #ffd800;
}
.mainvisual_catch_img {
    width: 70px;
    position: absolute;
    top: 90px;
}
/* main_head01 */
.main_head01 {
    top: 40%;
}
.main_head01 span {
    font-size: 2.5rem;
    font-weight: bold;
    background: #fff;
    border: 3px solid #ffd800;
    box-shadow: 5px 5px 0 #ffd800;
    padding: 0.25rem 1rem;
    line-height: 5rem;
}
.main_head01 span:nth-child(3) {
	margin-left: 8%;
}
/* main_head02 */
.main_head02 {
	top: 44%;
	background: #fff;
	width: 50%;
	max-width: 350px;
	max-height: 20rem;
	z-index: -1;
	padding: 9rem 3rem 2rem;
}
.main_head02 li {
	font-weight: bold;
	font-size: 1.2rem;
	list-style: disc;
	border-bottom: 1px dashed #ccc;
	padding: 0.5rem 0px;
	color: #ff9a9a;
}
.main_head02 li span {
    background: linear-gradient(transparent 60%, #ffec80 60%);
	padding: 0 0.5rem;
}
/*--== greeting ==--*/
.greeting {
	position: relative;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8)20%);
}
.greeting:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1)90%);
	z-index: -1;
}
.greeting .flex {
    padding: 1rem 0;
}
.greeting .blt {
	background: #ff9a9a;
	margin-top: -3rem;
}

/*--== start ==--*/
.start {
	background: #fffbe4;
	padding-bottom: 8rem;
}
.start ul {
	display: flex;
	flex-wrap: wrap;
}
.start li {
	display: flex;
	border: 9px double #ffdede;
	width: 100%;
	max-width: 295px;
	height: 295px;
	border-radius: 50%;
	margin: 1rem;
}
.start li img {
	width: 50%;
	margin: auto;
	display: block;
	min-width: 140px;
	margin-bottom: 0.5rem;
}

/* gre_img / gre_txt / gre_table */
.gre_img_wrap {
	position: relative;
	width: 100%;
	height: 500px; /* 任意の高さ */
	overflow: hidden;
}
.gre_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* ここがポイント！background-size: coverと同じ動きをします */
	object-fit: cover;
	z-index: -1;
}
/* .gre_txt */
.greeting .gre_txt {
    padding: 2rem;
	max-width: 600px;
}
.greeting .gre_txt h4 span {
	background: linear-gradient(transparent 60%, #ffd800 60%);
}
.greeting .gre_txt h4 {
    padding-bottom: 1rem;
}
.greeting .gre_txt .list01 {
    padding: 1rem;
    margin-top: 0.5rem;
    border-radius: 1rem;
    background: #fff;
}
/* table_schedule */
.table_schedule table {
    width: 100%;
    table-layout: fixed; /* これを入れると幅の指定が正確に反映されます */
    border-collapse: collapse;
}
/* thead */
.table_schedule thead th,
.table_schedule thead th:last-child {
	border-radius: 3rem;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0.3rem;
	background: #ddd;
	color: #000;
}
/* tbody */
.table_schedule tbody {
	position: relative;
}
.table_schedule tbody:before {
	border-left: 3px solid #ddd;
	content: "";
	position: absolute;
	left: calc(0.8rem - 1.5px);
	top: -5%;
	width: 90%;
	height: 115%;
	z-index: -1;
}
.table_schedule tbody tr:first-child td {
	border-top: none;
}
.table_schedule tbody tr td {
	height: 57px;
	line-height: 1.4;
	padding: 0.5rem;
	border-left: none;
}
/* 1列目：20％ */
.table_schedule tbody tr th:first-child {
	position: relative;
	padding-left: 2rem;
	width: 20%;
}
.table_schedule tbody tr td:first-child {
	position: relative;
	padding-left: 2rem;
	width: 20%;
}
.table_schedule tbody tr td:first-child:before {
	content: "";
	position: absolute;
	top: calc(50% - 11px);
	left: 2px;
	width: 20px;
	height: 20px;
	background: #ff9a9a;
	border-radius: 50%;
	border: 3px solid #fff;
}
/* 2列目：10％ */
.table_schedule th:nth-child(2) {
	background: #ff9a9a;
	color: #fff;
}
.table_schedule td:nth-child(2) {
	width: 13%;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}
.table_schedule td:nth-child(2):before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: #ffebee;
    border-radius: 1rem;
    z-index: -1;
}

/* 3列目：10％ */
.table_schedule td:nth-child(3) {
    width: 10%;
	text-align: center;
}

/* 4列目：15％ */
.table_schedule td:nth-child(4) {
    width: 15%;
	text-align: center;
}

/* 5列目：42％ */
.table_schedule td:last-child {
    width: 42%;
}

/* .gre_table */
.gre_table img{
	max-width: 200px;
	margin: auto;
}
.gre_catch span {
    border-bottom: 2px solid;
    padding: 0 1rem 0.25rem;
    line-height: 2.2;
}
.price {
	background: #fffbe6;
	margin-top: 3rem;
	border-radius: 2rem;
}
/*--== info ==--*/
.class {
    background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1)95%);
}
.class .blt {
    background: #ff9a9a;
}
.class .blt .blt_wrap {
	padding: 1rem 0 1rem;
}
.class h2 {
	font-size: 2.5rem;
	border-bottom: 2px dashed;
	max-width: 1000px;
	margin: 0 auto 1rem;
	padding-bottom: 0;
}
.class #tab_menu {
	margin-top: 40px;
}
.class #tab_menu p {
	padding-bottom: 1rem;
}
.class #tab_menu .tab_btn {
    display: flex;
	flex-wrap: wrap;
}
.class #tab_menu li {
	opacity: 0.6;
	width: 25%;
	margin-top: 3rem;
}
.class #tab_menu .selected {
	opacity: 1;
}
.class #tab_menu .selected a {
	box-shadow: 0 0 7px #888;
}
.class #tab_menu li a {
	display: block;
	padding: 1rem;
	background: #ff9a9a;
	width: 90%;
	margin: auto;
	border-radius: 30px;
	border: 5px solid #fff;
	box-shadow: 0 0 7px #aaa;
	font-weight: bold;
	color: #fff;
	position: relative;
	transition-duration: 0.5s;
	transition-property: transform;
}
.class #tab_menu li a span {
	display: block;
}
.class #tab_menu li a:hover {
	transform: translateY(-1rem);
}
.class #tab_menu li a:before {
	content: "";
	position: absolute;
	background-size: cover;
	width: 80px;
	height: 80px;
	top: -58px;
	left: calc(50% - 40px);
}
/* #CLASS01 */
.class01 .gre_img_wrap {
	box-shadow: 0 0 8px #ff9a9a;
}
.class #tab_menu li.btn_class01 a:before {
	background-image: url(../img/index_class_img01.png);
}
.class .class_job_catch.class01 h3 {
	color: #ff9a9a;
}
/* #CLASS02 */
.class02 .gre_img_wrap {
	box-shadow: 0 0 8px #ffbf43;
}
.class #tab_menu li.btn_class02 {
	font-size: 1.1rem;
}
.class #tab_menu li.btn_class02 a {
	background: #ffbf43;
	padding-left: 5px;
	padding-right: 5px;
}
.class #tab_menu li.btn_class02 a:before {
	background-image: url(../img/index_class_img02.png);
}
.class .class_job_catch.class02 h3 {
	color: #ffbf43;
}
/* #CLASS04 */
.class04 .gre_img_wrap {
	box-shadow: 0 0 8px #dab8ff;
}
.class #tab_menu li.btn_class04 a {
	background: #dab8ff;
}
.class #tab_menu li.btn_class04 a:before {
	background-image: url(../img/index_class_img04.png);
}
.class .class_job_catch.class04 h3 {
	color: #dab8ff;
}
/* #CLASS06 */
.class06 .gre_img_wrap {
	box-shadow: 0 0 8px #9ab4ff;
}
.class #tab_menu li.btn_class06 a {
	background: #9ab4ff;
}
.class #tab_menu li.btn_class06 a:before {
	background-image: url(../img/index_class_img06.png);
}
.class .class_job_catch.class06 h3 {
	color: #9ab4ff;
}
/* #CLASS03 */
.class03 .gre_img_wrap {
	box-shadow: 0 0 8px #57bbd9;
}
.class #tab_menu li.btn_class03 a {
	background: #57bbd9;
}
.class #tab_menu li.btn_class03 a:before {
	background-image: url(../img/index_class_img03.png);
}
.class .class_job_catch.class03 h3 {
	color: #57bbd9;
}
/* #CLASS05 */
.class05 .gre_img_wrap {
	box-shadow: 0 0 8px #d7b77d;
}
/* tab_menu */
.class #tab_menu li.btn_class05 a {
	background: #d7b77d;
}
.class #tab_menu li.btn_class05 a:before {
	background-image: url(../img/index_class_img05.png);
}
.class .class_job_catch.class05 h3 {
	color: #d7b77d;
}
.class #tab_menu li.btn_da a {
	background: #6ec080;
}
.class #tab_menu li.btn_driver a {
	background: #ff9a9a;
}
.class .class_job_catch {
	padding: 3rem 0 0rem;
	line-height: 1.8;
	letter-spacing: 1.5px;
	max-width: 1950px;
	margin-left: auto;
	margin-right: auto;
}
.class .class_job_catch h3 {
	margin-top: 0;
}
.class .class_job_catch.da h3,
.class .class_job_catch.da p {
	color: #6ec080;
}
.class .class_job_catch.driver h3,
.class .class_job_catch.driver p {
	color: #ff9a9a;
}
.table_schedule thead th, .table_schedule thead th:last-child {
    font-size: 1.1rem;
}
.class_endcatch {
	padding: 3rem 0 2rem;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.class_endcatch span {
	background: linear-gradient(transparent 60%, #ffd800 60%);
}
/* banner */
.class .banner {
	margin-top: 10rem;
	padding-bottom: 150px;
}
.class .bn_wrap::after {
    background: url(../img/index_banner_img01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.class .bn_wrap {
    margin-bottom: 0;
}
/*--== banner ==--*/
.banner {
	z-index: 0;
	position: relative;
}
.bn_wrap {
    margin-bottom: 150px;
	position: relative;
}
.bn_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
	height: 100%;
	background: #dcdcdc;
	border-radius: 0 1rem 0 1rem;
	z-index: -1;
}
.bn_wrap::after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 300px;
	right: -2%;
	height: 360px;
	background: url(../img/index_banner_img02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 0 1rem 0 1rem;
	z-index: -1;
}
.bn_wrap h3 {
    font-size: 3rem;
	position: absolute;
    transform: rotate(-7deg);
    position: absolute;
    top: -1rem;
}
.bn_wrap h3 span {
    background: #ff9a9a;
    box-shadow: 7px 7px 0 #ffd800;
    color: #fff;
    padding: 0.5rem 1rem;
}
.bn_wrap .bn_flex {
	width: 80%;
	margin: 2rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.bn_wrap .bn_flex li {
	width: 50%;
}
.bn_wrap .bn_flex a {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #bb2828 !important;
	background-image: linear-gradient(80deg, #ff9a9a 0%, #ff6200 100%) !important;
	padding: 1rem;
	width: 90%;
	min-width: 300px;
	margin: auto;
	border-radius: 1rem;
	border: 10px solid #fff;
	box-shadow: 0 0 5px #aaa;
}
/*--== pickup ==--*/
.pickup {
	background: rgb(255, 251, 228);
	background: linear-gradient(0deg, rgba(255, 251, 228, .5) 0%, rgba(255, 251, 228, 1) 99.8%);
	padding-bottom: 50px;
}
.pickup .blt_wrap {
	background: #ddc285;
}
/* slide_wrap */
.pickup .relative {
	margin-top: 100px;
	margin-bottom: 120px;
}
.pickup .slide_wrap {
	margin: 0 auto;
	width: 380px;
	height: 250px;
	position: relative;
	perspective: 1000px;
}
.pickup .carousel {
	height: 100%;
	width: 100%;
	position: absolute;
	transform-style: preserve-3d;
	transition: transform 1s;
}
.pickup .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #fff;
	width:380px;
	height: 250px;
	opacity: 1;
	border-radius: 10px;
	box-shadow: 0 0 8px #c9bc9d;
}
.pickup .slide_img-1 {
	transform: rotateY(0deg) translateZ(350px);
}
.pickup .slide_img-2 {
	transform: rotateY(60deg) translateZ(350px);
}
.pickup .slide_img-3 {
	transform: rotateY(120deg) translateZ(350px);
}
.pickup .slide_img-4 {
	transform: rotateY(180deg) translateZ(350px);
}
.pickup .slide_img-5 {
	transform: rotateY(240deg) translateZ(350px);
} 
.pickup .slide_img-6 {
	transform: rotateY(300deg) translateZ(350px);
}
.pickup .btn_n-p {
	width: 200px;
	height: 80px;
	position: relative;
	margin: 0 auto 4rem;
}
.pickup .next,
.pickup .prev {
	color: #ddc285;
	position: absolute;
	top: 100px;
	cursor: pointer;
	font-size: 2rem;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: rgb(255 255 255 / 50%);
}
.pickup .next:hover,
.pickup .prev:hover {
	color: #fff;
	background: #ddc285;
}
.pickup .next:active,
.pickup .prev:active {
	top: 104px;
	box-shadow: 0 1px 0 #999;
}
.pickup .next { right: 0; }
.pickup .prev { left: 0; }

/* pickup_wrap */
.pickup_wrap {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.pickup_wrap dl {
	background: #fff;
	border-radius: 1.5rem;
	padding: 0 1rem 2rem;
	height: 100%;
	width: 90%;
	margin: auto;
	border: 15px solid #ffc19a;
}
.pickup_wrap dt {
	position: relative;
	margin: auto;
	max-width: 300px;
	margin-top: -2rem;
	padding: 1rem;
	background: #ffc19a;
	color: #fff;
	border: 5px solid #fffbe4;
	border-radius: 1rem 1rem 2.5rem 2.5rem;
}
.pickup_wrap dt::before {
	content: "";
	top: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	margin-top: -2rem;
	background: #fff;
	color: #fff;
	border: 15px solid #ffc19a;
	border-radius: 35px;
}
.pickup_wrap dd {
	display: flex;
	padding: 0.5rem 0;
	position: relative;
}

/* pickup_dl_02 / 西宮土曜オリニ学校（こども） */
.pickup_wrap.pickup_dl_02 dl {
	border: 15px solid #ddc285;
}
.pickup_wrap.pickup_dl_02 dt {
	background: #ddc285;
}
.pickup_wrap.pickup_dl_02 dt::before {
	border: 15px solid #ddc285;
}
.pickup_wrap.pickup_dl_02 .one_t_l:after {
	background: #ddc285;
}
/* pickup_dl_03 */
.pickup_wrap.pickup_dl_03 dl {
	border: 15px solid #f39ca2;
}
.pickup_wrap.pickup_dl_03 dt {
	background: #f39ca2;
}
.pickup_wrap.pickup_dl_03 dt::before {
	border: 15px solid #f39ca2;
}
.pickup_wrap.pickup_dl_03 .one_t_l:after {
	background: #f39ca2;
}
/* pickup_dl_04 */
.pickup_wrap.pickup_dl_04 dt {
    max-width: 500px;
}
.pickup_wrap.pickup_dl_04 dl {
	border: 15px solid #b85e82;
}
.pickup_wrap.pickup_dl_04 dt {
	background: #b85e82;
}
.pickup_wrap.pickup_dl_04 dt::before {
	border: 15px solid #b85e82;
}
.pickup_wrap.pickup_dl_04 .one_t_l:after {
	background: #b85e82;
}
.pickup .banner {
	padding-top: 180px;
}
/*--== access ==--*/
.access {
	padding-bottom: 120px;
	background: #fff;
}
.access .main_box {
	padding-top: 5rem;
}
.access .blt_wrap {
	background: #ff9a9a;
}
/* access access_txt */
.access .access_txt {
	padding-left: 3%;
	padding-right: 3%;
}
.access ul {
	margin-bottom: 1rem;
}
.access dl {
	border-bottom: 1px dashed #aaa;
	padding: 0.5rem 0;
}
.access_txt dd {
	padding-left: 1rem;
}
/* access table */
.access table thead th {
	width: 15%;
}
.access table thead th:first-child {
	width: 25%;
}

/*--== faq ==--*/
.faq {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1)90%);
}
.faq .blt_wrap {
	background: #ffd800;
}

/* banner */
.faq .banner {
	padding-top: 200px;
}
.faq .bn_wrap::after {
	background: url(../img/index_banner_img01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* faq_wrap */
.faq .faq_wrap h3,
.pickup .blt_wrap h3,
.class .class_tab h3,
.class .class_job_catch h3{
	font-size: 2rem;
	margin: 5rem auto 3rem;
	padding: 1rem 0;
	border-top: 8px double;
	border-bottom: 8px double;
	width: 90%;
	max-width: 900px;
	color: #ff9a9a;
}
.faq .fap_box {
    background: #fff;
    padding: 5% 10% 2%;
    box-shadow: 0 0 10px #bbb;
    border-radius: 1rem;
}
/* fap_box */
.fap_box .cp_qa *,
.fap_box .cp_qa *:after,
.fap_box .cp_qa *:before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.fap_box .cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
}
.fap_box .cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.fap_box .cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0.5em 0.5em 2em;
	padding: 1em 0 2em 0;
	cursor: pointer;
	border-radius: 0.3em;
	background: #ff9a9a;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.fap_box .cp_qa .cp_actab label span {
	display: block;
	padding: 0 2em 1em 2em;
	border-bottom: 1px solid #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
}
/* --?アイコン */
.fap_box .cp_qa .cp_actab label::before {
	content: '\f128';
	position: absolute;
	top: 0.5em;
	left: -1em;
	width: 1.8em;
	height: 1.8em;
	font-size: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff9a9a;
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff;
	z-index: 1;
}
/* --▼アイコン */
.fap_box .cp_qa .cp_actab label::after {
	font-size: 1em;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 1em;
	content: "\f107";
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 1em;
	padding: 0.5em;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 答え */
.fap_box .cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 8em;
	-webkit-transition: max-height 0.5s ease;
			transition: max-height 0.5s ease;
}
/* --!アイコン */
.fap_box .cp_qa .cp_actab .cp_actab-content::before {
	position: absolute;
	z-index: 1;
	left: 5.5em;
	content: '';
	border: 3px solid #ffffff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 1.8em;
	background: url(../img/index_qa_pra.png);
	background-size: 90%;
	background-color: #ffd800;
	background-position: center;
	background-repeat: no-repeat;
}
.fap_box .cp_qa .cp_actab .cp_actab-content .txt {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 1em 2em 1em 3em;
	border-radius: 0.3em;
	border: 3px solid #ff9a9a;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.fap_box .cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 110em;
}
/* 質問をクリックした時の▼アイコンの動き */
.fap_box .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	bottom: 0em;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/*-----------------------------------------*/
@media screen and (max-width: 1200px) {
	.blt_op, .blt_ed {
		max-height: 70px;
	}
	.mainvisual h2 span {
		line-height: 5rem;
		font-size: 2.5rem;
	}
	.mainvisual_catch_img {
		top: 70px;
	}
	.main_head01 {
		top: 38%;
		left: 3%;
	}
	.main_head01 span {
		font-size: 1.8rem;
		line-height: 4rem;
	}
	.main_head01 span:nth-child(3) {
		margin-left: 10%;
	}
	.main_head02 {
		padding: 6rem 3rem 2rem;
	}
	.mainvisual h2 {
		left: 3%;
	}
	/* pickup */
	.pickup .pickup_wrap dt {
		font-size: 1.2rem;
	}
	.pickup_wrap .one_t_l {
		min-width: 100px;
	}
	/* start */
	.start {
		padding-bottom: 6rem;
	}
	.start dl {
		padding: 0.5rem;
	}
	/* class */
	.class #tab_menu li {
		width: 33%;
	}
	/* faq */
	.bn_wrap {
		padding: 4rem 0 3rem;
	}
}
@media screen and (max-width: 999px) {
	h2 {
		font-size: 1.8rem;
		margin-top: 0;
		padding-bottom: 0;
	}
	main::before {
		background-size: 90%;
		top: 55px;
	}
	main::after {
		background-size: 47%;
		top: 35vh;
	}
	/* mainvisual */
	.mainvisual {
		top: 55px;
		padding-bottom: 50px;
	}
	.mainvisual .w-1200 {
		padding-bottom: 260px;
		width: 100% !important;
	}
	.mainvisual .w-1200:after {
		content: "";
		width: 78%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0%;
		background: linear-gradient(0deg, rgba(126,164,84,0) 0%, rgba(241,227,210,1)20%);
		z-index: -10;
	}
	/* mainvisual_img */
	.mainvisual_img01 {
		width: 78%;
		margin: 0 0% 0 auto;
		z-index: -5;
		position: relative;
	}
	.mainvisual_img01:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		background: #f1e3d2;
		z-index: -8;
	}
	.mainvisual_img02 {
		width: 30%;
		position: absolute;
		right: 0;
		top: 0.5%;
	}
	.mainvisual_img03 {
		position: absolute;
		width: 60%;
		top: 18%;
		left: 0.8%;
		z-index: -1;
	}
	.mainvisual_img04 {
		position: absolute;
		width: 50%;
		bottom: unset;
		top: 26%;
		left: 4%;
		z-index: 0;
	}
	/* mainvisual > h2 , head */
	.mainvisual h2,
	.main_head01,
	.main_head02 {
		max-width: 99vw;
		max-height: 50vw;
	}
	.mainvisual h2 {
		left: 0%;
		top: 48%;
	}
	.mainvisual h2 span {
		font-size: 6.5vw;
		line-height: 220%;
	}
	.main_head01_02 {
		max-width: 280px;
		position: absolute;
		bottom: 3%;
		left: calc( 50% - 140px );
		right: calc( 50% - 140px );
	}
	.main_head01 {
		top: unset;
		left: unset;
		right: unset;
		max-width: unset;
		bottom: 12%;
		z-index: 2;
		position: relative;
		max-height: 124px;
	}
	.main_head01 span {
		font-size: 1.3rem;
		line-height: 210%;
		padding: 0.25rem 0.25rem;
		margin-left: 75px;
	}
	.main_head01 span:nth-child(3) {
		margin-left: calc( 75px + 10%);
	}
	.main_head02 {
		position: relative;
	}
	.mainvisual_catch_img {
		top: unset;
		bottom: -9px;
		width: 58px;
		left: 30px;
	}
	.main_head02 {
		z-index: 1;
		width: 95%;
		padding: 0 0.5rem 0 5%;
		background: rgb(255 255 255 / 80%);
		max-width: 400px;
		border-radius: 1rem;
		margin-top: 7px;
		text-align: center;
	}
	.main_head02 li {
		font-size: 1rem;
		padding: 0.2rem;
		list-style: none;
	}
	/* blt */
	.blt .blt_wrap h2 span {
		font-size: 1.1rem;
	}
	.blt_ed {
		bottom: -9%;
	}
	/* greeting */
	.greeting .blt {
		margin-top: 0;
	}
	.greeting .gre_txt {
		padding: 1rem;
	}
	.greeting .gre_txt .list01 {
		padding: 0rem;
	}
	.greeting .blt_ed {
		bottom: -6%;
	}
	/*--== start ==--*/
	.start li {
    max-width: 175px;
    height: 175px;
		margin: 4rem auto;
	}
	.start .w4 dd {
		padding: 0;
	}
	.start .w4 img {
		max-width: 250px;
		margin: auto;
		display: block;
	}
	/*--== class ==--*/
	.class #tab_menu li a:before{
		top: -66px;
	}
	.class #tab_menu li a {
		min-height: 85px;
			align-content: center;
	}
	.class #tab_menu .tab_btn {
		position: relative;
		padding-bottom: 10rem;
	}
	.class #tab_menu li {
		width: 50%;
		font-size: 14px !important;
	}
	.class #tab_menu li a {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.class #tab_menu li.btn_driver a {
		font-size: 11px;
		min-height: 63px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
	.class #tab_menu .selected {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.class #tab_menu .selected a {
		font-size: 19px !important;
		padding-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
	}
	.class #tab_menu .selected a::after {
		content: "\f107";
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #888;
		font-size: 35px;
	}
	.class #tab_menu .btn_driver.selected a {
		padding: 1rem
	}
	.class #tab_menu .selected a br {
		display: none !important;
	}
	.class .table01>tbody>tr>th,
	.class .table01>tbody>tr>td{
		display: block;
		width: 100%;
	}
	.class .table01>tbody>tr>th {
		background: #fffced;
	}
	.class .table01>tbody>tr:first-child th {
		border-bottom: none;
	}
	.class .table01>tbody>tr>td {
		border-left: none;
	}
	.class .banner {
		margin-top: 7rem;
		padding-bottom: 50px;
	}
	/* table_schedule */
	.table_schedule tbody tr {
			margin-bottom: 2rem;
			display: block;
	}
	.table_schedule>tbody>tr>th,
	.table_schedule>tbody>tr>td {
		display: block;
		width: 100% !important;
		padding-left: 2rem;
	}
	.table_schedule>tbody>tr>th {
		background: #fffced;
	}
	.table_schedule>tbody>tr:first-child th {
		border-bottom: none;
	}
	.table_schedule>tbody>tr>td {
		border-left: none;
	}
	.table_schedule tbody:before {
		top: 0;
		height: 100%;
	}
	/* 2列目 */
	.table_schedule td:nth-child(2) {
		padding-top: 0.8rem !important;
	}
	.table_schedule td:nth-child(2):before {
		padding: 0.5rem 0 0 0.5rem;
	}
	/*--== banner ==--*/
	.bn_wrap .bn_flex a {
		font-size: 1.3rem;
		min-width: unset;
		max-width: 350px;
		padding-left: 0;
		padding-right: 0;
	}
	/*--== pickup ==--*/
	.faq .faq_wrap h3,
	.pickup .blt_wrap h3,
	.class .class_tab h3,
	.class .class_job_catch h3 {
		font-size: 1.6rem;
		padding: 0.5rem 0;
	}
	/* pickup / slide_wrap */
	.pickup .relative {
		height: 320px;
		overflow: hidden;
		width: 90vw;
		margin: 0 auto;
	}
	.pickup .slide_wrap {
		width: 220px;
		height: 85px;
		margin-top: 20px;
	}
	.pickup .blt_wrap {
		padding-bottom: 50px;
	}
	.pickup_wrap {
		margin-bottom: 4rem;
	}
	.pickup .carousel {
		height: 100%;
		width: 100%;
		position: absolute;
		transform-style: preserve-3d;
		transition: transform 1s;
	}
	.pickup .item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		background: #fff;
		width: 220px;
		height: 120px;
		opacity: 1;
		border-radius: 10px;
	}
	.pickup .slide_img-1 {
	transform: rotateY(0deg) translateZ(200px);
	}
	.pickup .slide_img-2 {
	transform: rotateY(60deg) translateZ(200px);
	}
	.pickup .slide_img-3 {
	transform: rotateY(120deg) translateZ(200px);
	}
	.pickup .slide_img-4 {
	transform: rotateY(180deg) translateZ(200px);
	}
	.pickup .slide_img-5 {
	transform: rotateY(240deg) translateZ(200px);
	} 
	.pickup .slide_img-6 {
	transform: rotateY(300deg) translateZ(200px);
	}
	.pickup .btn_n-p {
		width: 200px;
		height: 80px;
		position: relative;
		margin: 0 auto 2rem;
	}
	.pickup .next, .prev {
		color: #80cce3;
		position: absolute;
		top: 100px;
		cursor: pointer;
		font-size: 2rem;
		width: 60px;
		height: 60px;
		box-shadow: 0 0 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
		background: rgb(255 255 255 / 50%);
	}
	.pickup .next:hover,
	.pickup .prev:hover {
		color: #fff;
		background: #80cce3;
	}
	.pickup .next:active,
	.pickup .prev:active {
		top: 104px;
		box-shadow: 0 1px 0 #999;
	}
	.pickup .next { right: 0; }
	.pickup .prev { left: 0; }

	/*--== access ==--*/
	.access h2 {
		margin: 3rem auto 1.5rem;
	}
	.access .main_box .container{
		display: flex !important;
	}
	.access table>tbody>tr>th,
	.access table>tbody>tr>td {
		display: block;
		width: 100%;
	}
	.access table>tbody>tr>th {
		text-align: left;
		border-bottom: none;
		padding: 0.5rem 0.5rem 0;
		position: relative;
	}
	.access table>tbody>tr>th:before {
			content: "\f105";
			padding-right: 0.4rem;
	}
	.access table>tbody>tr>td {
		border-left: none;
		border-top: none;
		padding: 0 0.5rem 0.5rem;
	}
	/*--== faq ==--*/
	.faq {
		padding-bottom: 50px;
	}
	.faq .bn_wrap {
		margin-bottom: 50px;
	}
	/* fap_box */
	.faq .fap_box {
		padding: 7% 3% 2%;
		border-radius: 0 0 1rem 1rem;
	}
	.fap_box .cp_qa .cp_actab label {
		margin: 0 0em 0.5em 1.1em;
	}
	.fap_box .cp_qa .cp_actab label::after {
		text-align: center;
		font-size: 2.2rem;
		bottom: 1.1rem;
	}
	.fap_box .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
		bottom: -1.1rem;
	}
	.fap_box .cp_qa .cp_actab .cp_actab-content {
		padding: 0px 0 0 1em;
	}
	.fap_box .cp_qa .cp_actab .cp_actab-content .txt {
		padding: 1em 1em 1em 1em;
		margin-top: 1rem;
		margin-right: 0;
	}
	.fap_box .cp_qa .cp_actab .cp_actab-content .txt::first-letter {
		padding-left: 2rem;
	}
	.fap_box .cp_qa .cp_actab label span {
		font-size: 1.2rem;
	}
	.fap_box .cp_qa .cp_actab label::before {
		font-size: 1.5rem;
	}
	.fap_box .cp_qa .cp_actab .cp_actab-content::before {
		left: 0rem;
		width: 65px;
		height: 65px;
	}
}
/*max-width:800px*/
@media screen and (max-width: 800px) {
	/*--== banner ==--*/
	.banner {
		overflow-x: clip;
		padding-top: 150px;
	}
	.greeting .w-1200 {
		padding: 1rem 0 0;
	}
	.class_endcatch .w-1200 {
		padding: 1rem 0 0;
	}
	.bn_wrap::before {
		border-radius: 1rem;
	}
	.bn_wrap h3 {
		font-size: 2rem;
	}
	.bn_wrap .bn_flex {
		display: block;
		margin-top: 0;
	}
	.bn_wrap .bn_flex li {
		width: 100%;
	}
	.bn_wrap .bn_flex li:last-child a {
		margin-top: 1rem;
	}
	.bn_wrap .bn_flex a {
		font-size: 1.1rem;
	}
	.bn_wrap::after {
		bottom: unset;
		top: -130px;
		width: 220px;
		right: 31vw;
		height: 265px;
	}
	/*--== pickup ==--*/
	/*--== access ==--*/
	.access .main_box .container{
		display: inline-block !important;
	}
	.access ul {
		 margin-bottom: 0; 
	}
	.access h2 {
		font-size: 1.6rem;
		margin: 0 auto;
	}
	/*--== info ==--*/
	.class .banner {
		margin-top: 0rem;
	}
}
/*max-width: 560px*/
@media screen and (max-width: 560px) {
	/*--== banner ==--*/
	.bn_wrap h3 {
		top: 2rem;
	}
	.bn_wrap::after {
		right: 5vw;
		top: -175px;
	}
}
@media screen and (max-width: 299px) {
	.main_head01_02 {
		bottom: -1%;
	}
}