@charset "UTF-8";

.top{/* background: url(../images/recruit/top.jpg) top right no-repeat; */padding: 3vw 0 0;/* background-size: 160%; */}
.top .ttl{padding: 2.5vw 5vw;margin: 0 auto 8vw;color: var(--blue);font-size: 3.6vw;font-family: "Marcellus";font-weight: 400;letter-spacing: 0.02em;border: 1px solid var(--blue);-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;display: table;line-height: 1;}
.top .read{margin-bottom: 4vw;}
.top .read .mini{background: var(--blue);display: table;margin: 0 auto 2vw;color: #fff;padding: 1% 3%;font-weight: bold;}
.top .read .big{font-size: 6vw;text-align: center;display: block;line-height: 1.5;font-family: var(--mincho);}
.top ul{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;width: 90vw;margin: 0 auto 5vw;}
.top li{width: 31vw;margin: 0 1vw 2vw;}
.top li img{width: 100%;}

.top-gallery { width: 100%; }
.top-gallery-item { width: 85vw; margin: 0 1vw; }
.top-gallery-item img { width: 100%; }

.intro{background: url(../images/recruit/intro_bg.png) top 7vw right -36vw no-repeat;padding: 14vw 0 4vw;position: relative;margin: 0 auto;background-size: 200%;}
.intro-inner{width: 86vw;margin: 0 auto;}
.intro .en{position: absolute;width: 74%;top: -25vw;left: -5vw;}
.intro .read{font-size: 5.2vw;margin-bottom: 3vw;line-height: 1.6;}
.intro p{margin-bottom: 3vw;}

.point{margin-bottom: 10vw;}
.point li{margin-bottom: 8vw;}
.point li:last-child{margin-bottom: 0;}
.point li img{width: 100%;margin-bottom: 4vw;}
.point li .read{font-size: 4.6vw;color: var(--blue);font-weight: bold;margin-bottom: 1vw;}
.point li .read span{font-family: "Marcellus";display: block;font-weight: 400;color: #666;line-height: 1.3;font-size: 3.8vw;}
.point li .list span{display: block;text-indent: -1em;padding-left: 1em;line-height: 1.5;margin-bottom: 2vw;}

.recommend{background: var(--bluebg);padding: 7vw 6vw 8vw;border-top: 2px solid var(--blue);}
.recommend li{padding: 0 0 3vw 1.4em;text-indent: -1.4em;line-height: 1.4;border-bottom: 1px dashed #c2c2c2;margin-bottom: 3vw;font-weight: bold;}
.recommend li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.recommend li:before {margin-right:8px;font-family:icon;content: '\e900';color: var(--blue);border-radius: 6px;font-size: 3vw;}

.entry{background: url(../images/recruit/entry_bg.jpg) top center no-repeat;padding: 10vw 0;background-size: cover;}
.entry-inner{padding: 6vw 7vw 7vw;background: #ffffffd1;width: 86vw;margin: 0 auto;}
.entry .ttl{margin-bottom: 2vw;}
.entry .ttl .en{padding: 2.5vw 5vw;margin: 0 auto 3vw;color: var(--blue);font-size: 3.6vw;font-family: "Marcellus";font-weight: 400;letter-spacing: 0.02em;border: 1px solid var(--blue);-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;display: table;line-height: 1;}
.entry .ttl .jp{display: block;font-size: 4.6vw;text-align: center;line-height: 1.6;}
.entry p{margin-bottom: 3vw;}
.entry a{padding: 7% 4% 7%;background: var(--blue);color: #fff;text-align: center;position: relative;outline: 1px solid #ffffff96;outline-offset: -6px;margin-top: 5vw;border-radius: 160px;}
.entry a .en{opacity: 0.6;font-size: 4vw;text-align: center;margin: 0 auto;line-height: 1;font-family: "Marcellus";font-weight: 400;}
.entry a .jp{font-size: 5vw;text-align: center;display: block;letter-spacing: 0.09em;line-height: 1.4;}
.entry a:after {content: '\f105';font-size: 5vw;font-family: 'icon';position: absolute;top: 50%;right: 6vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}


/* ▼とりあえず */
.flow{position: relative;padding: 10vw 0 14vw;background: url(../images/recruit/flow_bg.jpg) top center;background-size: cover;margin-bottom: 4vw;}
.flow .ttl{position: relative;margin-bottom: 2vw;}
.flow .ttl .en{margin-bottom: 5vw;font-size: 18vw;font-family: "Marcellus";font-weight: 400;display: block;color: #fff;line-height: 1;}
.flow .ttl .jp{position: absolute;z-index: 1;bottom: 15px;font-weight: bold;font-size: 4vw;}
.flow-inner {position:relative;z-index:2;width: 86vw;margin: 0 auto;}

.flow-contents .slick-list { overflow: visible; }
.flow-contents .slick-disabled { opacity: 0.5; }
.flow-contents .slick-dots{left: 0;width: auto;}

.flow-contents-wrap {background: #fff;width: 78vw;margin: 0px 3vw 10vw;position: relative;-moz-box-shadow: 0 0 12px rgba(217, 207, 194, 0.5);-webkit-box-shadow: 0 0 12px rgb(217 207 194 / 50%);box-shadow: 0 0 12px rgb(217 207 194 / 50%);min-height: 89vw;}
.flow-contents-inner{padding: 4%;}
.flow-contents-wrap p{margin-bottom: 0;}
.flow-contents-wrap .num{background: var(--blue);width: 13vw;height: 13vw;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;color: #fff;border-radius: 0 0 70px;font-size: 5vw;position: absolute;z-index: 1;top: 0;left: 0;padding: 0 2vw 2vw 0;font-family: "Marcellus";font-weight: 400;}
.flow-contents-wrap .read{font-weight: 700;color: var(--blue);margin-bottom: 0;font-size: 120%;}
.flow-contents-wrap img {width: 100%; margin-bottom: 4vw;}

.schedule{padding: 7vw 5vw;background: var(--bluebg);margin-bottom: 10vw;}
.schedule .ttl{background: #fff;color: var(--blue);text-align: center;padding: 3%;font-weight: bold;margin-bottom: 3vw;}
.schedule ul{text-align: left;}
.schedule li {overflow: hidden;margin: 0;position: relative;width: 100%;}
.schedule .date {width: 100%;display:block;text-align:left;padding: 0 0 0 5vw;margin: 0;border-left: 1px solid #222;font-weight: bold;margin-bottom:0;color: var(--green01);}
.schedule .list {width:100%;/* display:block; */border-left: 1px solid var(--black);padding: 0px 0 5% 5%;vertical-align: top;text-align: justify;width: 100%;}
.schedule .list:before {content: '';width: 12px;height: 12px;background: var(--black);position: absolute;left: -5px;top: 5px;border-radius: 100%;}

.tab-wrap {width: 100%;margin: 0 auto;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.tab-label {position: relative;width: 48%;border: 1px solid var(--blue);padding: 3vw;text-align: center;display: inline-block;text-decoration: none;outline: none;transition: all .2s;font-weight: 400;font-size: 4vw;order: -1;color: var(--blue);font-weight: bold;}
.tab-label:after {content: "\f105";margin: 0 6px;font-family:icon;display: inline-block;position: absolute;top: 12px;right: 8px;}
.tab-label:hover{background: var(--blue);color:#fff;}
.tab-content {width: 100%;display: none;}
.tab-switch:checked+.tab-label+.tab-content {display: block;padding: 4vw 0 0;}
.tab-switch { display: none; }
.tab-switch:checked+.tab-label {background: var(--blue);color: #fff;}

.tbl {width: 100%;margin-bottom: 10vw;}
.tbl th,.tbl td {vertical-align:middle;line-height: 1.6;letter-spacing: .04em;}
.tbl th {text-align:center;width: 30%;font-weight: 600;padding: 3% 3% 3% 0;color: var(--brown);}
.tbl tr:first-child {border-top: 1px solid #e6e3dc;}
.tbl td {width: 70%;padding: 3% 0;}
.tbl tr{border-bottom: 1px solid #e6e3dc;}
.tbl tr:last-child { border-bottom: none;}
.tbl .category li{margin-bottom: 3vw;}
.tbl .category li span{display: block;background: var(--bluebg);padding: 2% 2% 2% 3%;font-weight: bold;margin-bottom: 1vw;}
.tbl .list{margin-bottom: 0;}
.tbl .list span{display: block;text-indent: -1em;padding-left: 1em;margin-bottom: 1vw;}


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) { 

.top{/* background: url(../images/recruit/top.jpg) top right no-repeat; */padding: 20px 0 0;/* background-size: contain; */}
.top .ttl{padding: 10px 20px 14px;margin-bottom: 40px;font-size: 16px;}
.top .read{margin-bottom: 20px;}
.top .read .mini{margin: 0 auto 10px;padding: 4px 12px;}
.top .read .big{font-size: 32px;}
.top ul{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;width: 560px;margin: 0 auto 5vw;}
.top li{width: 31vw;margin: 0 14px 0;}

.top-gallery-item {width: 590px;margin: 0 5px;}

.intro{background: url(../images/recruit/intro_bg.png) bottom 0px center no-repeat;padding: 110px 0 110px;background-size: 2000px;}
.intro-inner{width: clamp(730px, 90%, 1200px);position: relative;}
.intro .en{top: -230px;left: 0;width: clamp(31.25rem, 25.302rem + 12.931vw, 35rem);}
.intro .read{font-size: 26px;margin-bottom: 20px;}
.intro p{margin-bottom: 3vw;}

.point{margin-bottom: 100px;}
.point li{margin-bottom: 60px;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: flex-start;align-items: flex-start;}
.point li:nth-child(even) img{order: 2;margin: 0 0 0 3vw;}
.point li img{width: 50%;margin: 0 3vw 0 0;}
.point li .text{width: 100%;}
.point li .read{font-size: 22px;margin-bottom: 10px;}
.point li .read span{font-size: 16px;}
.point li .list span{margin-bottom: 6px;}

.recommend{padding: 40px 40px 40px;}
.recommend ul{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.recommend li{padding: 0 0 20px 1.4em;margin-bottom: 20px;width: 48%;}
.recommend li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.recommend li:before {font-size: 16px;}

.entry{background: url(../images/recruit/entry_bg.jpg) top center no-repeat;padding: 80px 0;background-size: cover;}
.entry-inner{padding: 50px;width: clamp(730px, 90%, 900px);}
.entry .ttl{margin-bottom: 2vw;}
.entry .ttl .en{padding: 10px 20px 14px;margin-bottom: 10px;font-size: 16px;}
.entry .ttl .jp{font-size: 22px;}
.entry p{text-align: center;margin-bottom: 20px;}
.entry a{padding: 20px;margin-top: 60px;width: 60%;margin: 40px auto 0;}
.entry a .en{font-size: 20px;}
.entry a .jp{font-size: 20px;}
.entry a:after {font-size: 20px;right: 30px;}


/* ▼とりあえず */
.flow{padding: 80px 0 100px;background: url(../images/recruit/flow_bg.jpg) top center;margin-bottom: 40px;}
.flow .ttl{margin-bottom: 30px;}
.flow .ttl .en{margin-bottom: 20px;font-size: 90px;}
.flow .ttl .jp{font-size: 20px;}
.flow-inner {width: clamp(730px, 90%, 1200px);}
.flow-contents .slick-dots li{width: 10px;height: 10px;margin: 0 10px;}

.flow-contents-wrap {width: 370px;margin: 0 10px 70px;min-height: 438px;}
.flow-contents-inner{padding: 20px;}
.flow-contents-wrap .num{width: 60px;height: 60px;font-size: 26px;padding: 0 10px 10px 0;}
.flow-contents-wrap img { margin-bottom: 12px;}

.schedule{padding: 70px 50px 50px;margin-bottom: 80px;}
.schedule .ttl{padding: 14px;margin-bottom: 20px;}
.schedule li {display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;justify-content: flex-start;-webkit-align-items: center;align-items: center;}
.schedule .date {width: 100px;padding: 0 90px 0 0px;padding-right: 20px;border-left: none;font-size: 16px;margin-bottom: 10px;}
.schedule .list {padding: 0 0 14px 40px;font-size: 14px;}
.schedule .list:before {left: 87px;top: 16px;}
.schedule li li {padding-top: 10px;font-size: 16px;}

.tab-wrap {width: 100%;margin: 0 auto;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.tab-label {width: 49%;padding: 16px;font-size: 18px;}
.tab-label:after {content: "\f105";margin: 0 6px;font-family:icon;display: inline-block;position: absolute;top: 12px;right: 8px;}
.tab-label:hover{background: var(--blue);color:#fff;}
.tab-content {width: 100%;display: none;}
.tab-switch:checked+.tab-label+.tab-content {padding: 40px 0 0;}
.tab-switch { display: none; }

.tbl td {width: 77%;padding: 18px 0;}
.tbl th {text-align:center;width: 20%;padding: 18px 10px;position: relative;}
.tbl .category li{margin-bottom: 20px;}
.tbl .category li span{padding: 6px 6px 6px 10px;margin-bottom: 6px;}
.tbl .list{margin-bottom: 0;}
.tbl .list span{margin-bottom: 4px;}

}

/* ============================================= 
retina用
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 
/* .top{background-image: url(../images/recruit/top@2x.jpg) ;} */
.intro{background-image: url(../images/recruit/intro_bg@2x.png);}
.flow{background-image: url(../images/recruit/flow_bg@2x.jpg);}
.entry{background-image: url(../images/recruit/entry_bg@2x.jpg);}

}
