/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}
----------------------------------------------------------- */
@font-face {
  font-family: 'honokamarugo';
  src: url('../fonts/honokamarugo.ttf') format('truetype'),
       url('../fonts/honokamarugo.woff') format('woff');
}

html {
font-style: normal;
font-size: 16px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
line-height: 1.5;
}

body {
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-weight: 600;
color: #222222;
background: #fff;
margin: 0;
padding: 0;
height: auto;
height: 100%;
}

html{
 box-sizing: border-box;
}
*, *:after,*:before{
 box-sizing: inherit;
}
html{
width: 100%;
height: 100%;
}
body{
width: 100%;
height: 100%;
}

p {
font-size: 16px;
}

h2 {
font-size: 24px;
font-weight: 600;
}

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

ul {
list-style: none;
padding-inline-start: 0!important;
}

.wrap {
overflow: hidden;
}

a {
text-decoration:none!important;
color: #222!important;
}

a:hover {
opacity: 0.7;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

button:focus {
outline: none!important;
}

@media (min-width: 768px) {
.pc_none {
display: none!important;
}
}

@media (max-width: 767px) {
.sm_none {
display: none!important;
}
}

/*
ヘッダー
----------------------------------------------------------- */
#header {
 height: 105px;
 position: fixed;
 top: 0;
 -webkit-transition: all,.5s;
 transition: all,.5s;
}

@media (max-width: 767px) {
#header {
   height: 60px;
}
}

#header .header-inner {
 position: relative;
 margin: 0 auto;
}

#header, #header .header-inner {
 width: 100%;
 z-index: 9;
 background: #fff;
}

#header .header-inner h1 {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 outline: none;
 font-size: 0;
}

#header .header-inner nav {
 position: absolute;
 top: 34px;
 right: 160px;
 -webkit-transition: all,.5s;
 transition: all,.5s;
}

.clearfix {
 min-height: 1px;
 clear: both;
}

#header .header-inner nav>ul>li {
 float: left;
}

#header .header-inner nav>ul>li a {
 color: #000;
 display: block;
 text-align: center;
 font-family: "Proxima Nova",sans-serif;
 font-style: normal;
 font-size: 16px;
 line-height: 1;
 margin-left: 42px;
 padding: 12px 0;
}

#header .header-inner nav>ul>li:not(:last-child) a {
 position: relative;
 display: inline-block;
 text-decoration: none;
}

@media (max-width: 992px) {
#header .header-inner nav {
 display: none;
}
}

#header .header-inner aside {
 position: absolute;
 top: 40px;
 right: 24px;
 -webkit-transition: all,.5s;
 transition: all,.5s;
}

.clearfix {
 min-height: 1px;
 clear: both;
}

#header .header-inner aside ul li {
 float: left;
}

.header-inner img {
width: 160px;
top: 30px;
left: 20px;
position: absolute;
}

@media (max-width: 767px) {
.header-inner img {
 width: 80px;
 top: 20px;
}
}

.clearfix:after {
 display: block;
 clear: both;
 visibility: hidden;
 height: 0;
 font-size: 0;
 content: ".";
}

.button_container {
 position: fixed;
 top: 46px;
 right: 30px;
 height: 31px;
 width: 60px;
 cursor: pointer;
 z-index: 9999;
}

@media (max-width: 767px) {
.button_container {
   top: 20px;
   right: 20px;
   height: 31px;
   width: 60px;
}
}

.button_container, .overlay {
 display: block;
}

.button_container span {
 background: #000;
 border: none;
 height: 1px;
 width: 60px;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transition: all,.35s ease;
 transition: all,.35s ease;
 cursor: pointer;
}

.button_container span {
 background: #000;
 border: none;
 height: 1px;
 width: 60px;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transition: all,.35s ease;
 transition: all,.35s ease;
 cursor: pointer;
}

.button_container span:nth-of-type(2) {
 top: 10px;
}


.button_container:hover span:nth-of-type(2) {
 width: 20px;
}

.button_container span:nth-of-type(3) {
 top: 20px;
 width: 40px;
}

.button_container:hover span:nth-of-type(3) {
 width: 60px;
}

.button_container.open .top {
 -webkit-transform: translateY(11px) rotate(45deg);
 transform: translateY(11px) rotate(45deg);
 background: #fff;
}

.button_container.open .middle {
 opacity: 0;
 background: #000;
}

.button_container.open .bottom {
 -webkit-transform: translateY(-11px) rotate(-45deg);
 transform: translateY(-11px) rotate(-45deg);
 background: #fff;
 width: 60px;
}

@media (max-width: 767px) {
.button_container.open .top,
.button_container.open .bottom {
 background: #000;
}
}

.split__nav {
 display: none;
 height: 100%;
 left: 0;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 9998;
}

.split__nav .left__nav {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 top: 0;
 width: 0;
}

.split__nav.open .left__nav {
 opacity: 1;
 width: 20%;
}

.split__nav nav {
 margin: 0 auto;
 width: 40%;
}

.split__nav nav ul li {
 margin: 20px 0;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
}

.split__nav.open .left__nav nav ul li {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

.split__nav nav ul li a {
 color: #222;
 letter-spacing: .1em;
 font-size: 16px;
 font-weight: 500;
 font-family: "Proxima Nova",sans-serif;
}

@media (max-width: 767px) {
.split__nav nav ul li a {
 font-size: 14px;
}
}

.split__nav.open .right__nav {
 opacity: 1;
 width: 80%;
}

.split__nav .right__nav {
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: #222;
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 height: 100%;
 left: 20%;
 opacity: 0;
 position: absolute;
 top: 0;
 width: 0;
}

.split__nav .right__nav .inn {
 margin: 0 auto;
 width: 80%;
}

.split__nav .right__nav .inn .list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}

.split__nav .right__nav .inn .list>div {
 margin: 20px 0;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 width: 30%;
 height: auto;
}

.split__nav.open .right__nav .list>div,
.split__nav.open .right__nav h3 {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

.split__nav .right__nav .inn .list>div a {
 color: #fff;
}

.split__nav .right__nav .inn .list>div p {
 display: block;
 font-size: 13px;
 margin-top: 10px;
}

.split__nav .right__nav .inn .list>div span.tl {
 margin-top: 20px;
}

.split__nav .right__nav .inn .list>div span.bl,
.split__nav .right__nav .inn .list>div span.tl {
 display: block;
 width: 100%;
 height: 1px;
 background: #4d4d4d;
 position: relative;
}

.split__nav .right__nav .inn .list>div span.tl:after,
.split__nav .right__nav .inn .list>div span.tl:before {
 top: 0;
}

.split__nav .right__nav .inn .list>div span.bl:after,
.split__nav .right__nav .inn .list>div span.bl:before {
 top: auto;
 bottom: 0;
}

.split__nav .right__nav .inn .list>div ul {
 padding: 12px 10px;
}


.split__nav .right__nav .inn .list>div ul li a {
 display: block;
 text-align: center;
 font-family: "Proxima Nova",sans-serif;
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 text-transform: uppercase;
 padding: 8px 10px;
 color: #fff;
 background: hsla(0,0%,100%,.1);
 border-radius: 2px 2px;
 letter-spacing: 0;
}

.split__nav .right__nav .inn .list>div ul li:not(:first-child) {
 margin-top: 10px;
}

.split__nav .right__nav .inn .list>div:not(:first-child) {
 margin-left: 5%;
}

.split__nav .right__nav .inn .list>div a figure img {
 display: block;
 width: 100%;
 height: auto;
}

.split__nav .right__nav .inn .list>div a figcaption {
 margin-top: 12px;
 font-size: 18px;
 font-size: 1.8rem;
 letter-spacing: .05em;
 font-weight: 500;
 font-family: Josefin Sans,sans-serif;
 font-weight: 400;
 font-style: normal;
 background: url(../img/icon/right-thin.svg) no-repeat 100% 50%;
 background-size: 24px 6px;
}

@media screen and (max-width: 768px){
.split__nav.open .left__nav, .split__nav.open .right__nav {
 width: 100%;
}

.split__nav .left__nav {
 display: block;
 height: auto;
 position: static;
 height: 40%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.split__nav nav {
 margin: 0;
 width: 100%;
 padding: 60px 20px 20px;
}

.split__nav nav ul {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 width: 100%;
}

.split__nav nav ul li {
 width: 44%;
 position: relative;
 margin-top: 2%;
 margin-bottom: 2%;
}

.split__nav nav ul li:nth-child(2n) {
 margin-left: 12%;
}

.split__nav .right__nav {
 display: block;
 height: auto;
 position: static;
 height: 60%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.split__nav .right__nav .inn {
 width: 100%;
 padding: 30px 20px;
}

.split__nav .right__nav .inn .list>div {
 margin: 0;
 width: 50%;
}

.split__nav .right__nav .inn .list>div p {
 font-size: 10px;
 margin-top: 6px;
 letter-spacing: 0;
}

.split__nav .right__nav .inn .list>div:not(:first-child) {
 margin-left: 2%;
}
}

.hero__inner img {
margin-top: 105px;
padding-left: 105px;
width: 100%;
}

video {
width: calc(100% - 105px);
margin-left: 105px;
margin-top: 105px;
}


@media (max-width: 767px) {
.hero__inner img {
 margin-top: 60px;
 padding-left: 0;
 height: 350px;
 object-fit: cover;
}

video {
 margin-top: 0;
 margin-left: 0;
 width: 100%;
}
}

.wrapper {
height: 100%;
height: 100vh;
position: relative;
width: 100%;
}

video {
background-attachment: fixed;
background-position: center center;
background-size: cover;
left: 0;
min-height: 100%;
min-height: calc(100vh - 60px);
min-width: 100%;
min-width: 100vw;
position: absolute;
top: 0;
z-index: 1;
background: #222;
}

#hero {
 position: relative;
 margin: 0 auto;
 height: 100%;
}

#hero .hero__inner {
 width: 100%;
 height: 100%;
 min-height: 100%;
}

.swiper-container {
 margin-left: auto;
 margin-right: auto;
 position: relative;
 overflow: hidden;
 list-style: none;
 padding: 0;
 z-index: 1;
}
.swiper-container {
 width: 100%;
 height: 100%;
}

#hero .blank__lt {
 left: 0;
}
#hero .blank__lt {
 position: absolute;
 background: #fff;
 z-index: 2;
 top: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 105px;
 height: 100%;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

@media (max-width: 767px) {
#hero .blank__lt {
 width: 0;
}
}

#hero .swiper-pagination {
 position: absolute;
 z-index: 100;
}

#hero .swiper-pagination-fraction {
 top: 50%;
 left: 30px;
 width: 40px;
 text-align: center;
 font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
 font-weight: 400;
 font-style: normal;
}

@media (max-width: 767px) {
#hero .swiper-pagination-fraction {
 display: none;
}
}

#hero .swiper-pagination-fraction span {
 writing-mode: vertical-rl;
 font-size: 12px;
}

.scroll_box {
overflow: auto;
height: 80%;
}

.visi {
visibility:hidden;
}


/*
TOPコンセプト
----------------------------------------------------------- */
@media (min-width: 768px) {
.sp_br {
 display: none;
}
}

@media (max-width: 767px) {
.pc_br {
 display: none;
}
}

.top_concept {
margin-top: 80px;
margin-bottom: 120px;
text-align: center;
}

@media (max-width: 767px) {
.top_concept {
 margin-top: 60px;
 margin-bottom: 80px;
}
}

.top_concept h2 {
font-family: 'Kozuka Mincho Pr6N','Noto Serif JP','Sawarabi Mincho',sans-serif!important;
font-weight: 500!important;
}

h2.main_ttl {
letter-spacing: 5px;
margin-bottom: 40px;
}

p.main_text {
letter-spacing: 2px;
line-height:1.8;
font-family: 'Kozuka Mincho Pr6N','Noto Serif JP','Sawarabi Mincho',sans-serif!important;
}

@media (max-width: 767px) {
.top_concept h2 {
 font-size: 18px!important;
}

p.main_text {
 font-size: 12px;
 text-align: left;
}
}

.c-button_type-arrow {
margin-top: 60px;
}

.c-button_type-arrow a {
 width: 235px;
 height: 45px;
 display: block;
 text-align: center;
 line-height: 43px;
 font-size: 14px;
 letter-spacing: 3px;
 font-weight: 700;
 border: 1px solid #424141;
 margin: 0 auto;
 font-family: "Proxima Nova",sans-serif;
 color: #222;
}

.head_btn {
margin-top: 20px;
}

.head_btn a {
 width: 100%;
 height: 40px;
 display: block;
 text-align: center;
 line-height: 40px;
 font-size: 16px;
 letter-spacing: 3px;
 font-weight: 600;
 border: 1px solid #fff;
 margin: 0 auto;
 font-family: "Proxima Nova",sans-serif;
 color: #fff!important;
}

.c-button_type-arrow a:before {
 content: url(../img/arrow.svg);
 display: inline-block;
 vertical-align: top;
 line-height: 40px;
 width: 39px;
 padding-right: 10px;
}

/*
TOPブランド
----------------------------------------------------------- */
.top_brand {
padding-top: 80px;
padding-bottom: 120px;
background-color: #F0F0F0;
}

@media (max-width: 767px) {
.top_brand {
 padding-top: 60px;
 padding-bottom: 80px;
}
}

.box01 {
 position: relative;
 display: block;
 margin: -12.46153% 0 0 35%;
 width: 65%;
 background: #FFF;
 z-index: 3;
 text-align: center;
}

@media screen and (max-width: 767px){
.box01 {
 margin: -40px 0 0 0;
 width: 90%;
}

.box02 {
 margin-left: 40px!important;
}
}

.box01 img {
text-align: center;
}

.box01 > .vessel {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
}

@media screen and (max-width: 767px){
.box01 > .vessel {
 display: block;
 width: auto;
 height: auto;
}
}

.box01 .main01 {
 padding: 10% 12% 10% 12%;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

@media screen and (max-width: 767px){
.box01 .main01 {
 padding: 12.2vw 10vw 12.4vw 10vw;
}
}

@media screen and (max-width: 767px){
.box01 .side01, .box01 .main01 {
 display: block;
}
}

.main01 img {
width: 240px;
}

@media (max-width: 767px) {
.main01 img {
 width: 150px;
}
}

.brandtext01 {
 display: inline-block;
 width: 100%;
 text-align: center;
}

.tag01 {
 position: absolute;
 top: 50px;
 left: 45px;
 display: block;
 padding-bottom: 144px;
 width: 2em;
 color: #969696;
 font-size: 12px;
 font-family: 'Proxima Nova', sans-serif;
 font-weight: 400;
 letter-spacing: 0.1em;
 white-space: nowrap;
}

.tag01 .scrollLine01 {
 z-index: 4;
 position: absolute;
 bottom: 0;
 left: 50%;
 display: block;
 margin-left: -5px;
 width: 1px;
 height: 30px;
 overflow: hidden;
}

.scrollLine01:before {
 background: #FFF;
 z-index: 10;
 -webkit-animation: scroll 2.4s infinite normal;
 animation: scroll 2.4s infinite normal;
}

.tag01 .scrollLine01::after, .tag01 .scrollLine01:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 1px;
 height: 30px;
 background: rgba(124, 124, 124, 0.3);
}

.brandtext {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.brandtext > .lo0101 {
margin: 0 auto;
}

.brandtext01 {
 display: block;
 font-size: 36px;
 font-family: 'Proxima Nova', sans-serif;
 line-height: 1;
 letter-spacing: 0.05em;
}

.indexTxtMod02 {
 display: block;
 margin-top: 11px;
 color: #222;
 font-size: 14px;
 font-weight: 700;
 line-height: 2;
 letter-spacing: 0;
}

.iconMod01 {
 display: inline-block;
 padding: 0 9px;
 height: 28px;
 background: #E24D0A;
 color: #FFF;
 font-size: 12px;
 font-weight: 700;
 line-height: 28px;
 text-indent: 0.05em;
 letter-spacing: 0.05em;
}

.brandtext02 {
 display: block;
 margin-top: 60px;
 color: #5F5F5F;
 font-size: 14px;
 line-height: 2;
 letter-spacing: 0;
}

@media (max-width: 767px) {
.brandtext02 {
   margin-top: 40px;
}
}

.brandtext02 > .p {
 display: block;
}

@media (max-width: 767px) {
.brandtext02 > .p {
 font-size: 12px;
 text-align: left;
}
}

.brandtext02 > .p + .p {
 margin-top: 28px;
}

.box01 .side01 {
 overflow: hidden;
 width: 10vw;
 background: #1C2015;
 color: #FFF;
 text-align: center;
 letter-spacing: 0.1em;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 position: relative;
}

.box01 .side01::before {
 content: "";
 position: absolute;
 left: -10vw;
 background: #000;
 display: block;
 width: 10vw;
 height: 100%;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
}

@media screen and (max-width: 767px){
.box01 .side01 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: auto;
 height: 60px;
 text-indent: 0.1em;
}
}

.box01 .side01text01 {
 -webkit-transition: 0.2s cubic-bezier(0.32, 0.95, 0.6, 1);
 transition: 0.2s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.box01 .side01 .side01text01 {
 display: inline-block;
 font-size: 12px;
 font-family: 'Proxima Nova', sans-serif;
 font-weight: 400;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}

@media screen and (max-width: 767px){
.box01 .side01 .side01text01 {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
}

#brandarea .box01 {
 position: relative;
 display: block;
 margin: -21.76923% 0 0 0;
 width: 65%;
 background: #FFF;
 z-index: 3;
}

#brandarea .box01 > .vessel {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 width: 100%;
}

#brandarea .box01 .main01 {
 padding: 10% 12% 10% 12%;
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
}

@media screen and (max-width: 767px){
#brandarea .box01 {
 margin: -40px 0 0 0;
 width: 90%;
}

#brandarea .box01 > .vessel {
 display: block;
 width: auto;
 height: auto;
}

#brandarea .box01 .main01 {
 padding: 12.2vw 10vw 12.4vw 10vw;
}

#brandarea .box01 .side01 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: auto;
 height: 60px;
 text-indent: 0.1em;
}
}

.brand1,.brand2 {
padding-bottom: 80px;
}

/*
TOPニュース
----------------------------------------------------------- */
.top_news {
margin-top: 80px;
margin-bottom: 120px;
}

@media (max-width: 767px) {
.top_news {
 margin-top: 60px;
 margin-bottom: 80px;
}
}

.top_news h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
margin-bottom: 40px;
}

@media (max-width: 767px) {

.top_news h2 {
font-size: 32px;
}

.top_news p {
font-size: 12px;
}

.news_thumbnail {
margin-bottom: 20px;
}

}

/*
TOPリクルート
----------------------------------------------------------- */
.top_recruit {
margin-top: 80px;
margin-bottom: 120px;
}

@media (max-width: 767px) {
.top_recruit {
 margin-top: 60px;
 margin-bottom: 80px;
}
}

.top_recruit h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
margin-bottom: 40px;
}

@media (max-width: 767px) {
.top_recruit h2 {
 font-size: 32px;
}

.recruit_img img {
 height: 220px;
 object-fit: cover;
 object-position: 0 100%;
}
}

.recruit_font {
font-family: 'Noto Sans JP', sans-serif!important;
}

h2.rec_ttl {
font-size: 32px;
font-family: 'Noto Sans JP', sans-serif!important;
font-weight: 300;
}

.recruit_font p {
font-family: 'Noto Sans JP', sans-serif!important;
font-weight: 100;
}



/*
404
----------------------------------------------------------- */
.error {
padding-top: 60px;
}

/*
下層ページ
----------------------------------------------------------- */
.page_head {
margin-top: 105px;
background-color: #F0F0F0;
padding-top: 60px;
margin-bottom: 80px;
}

/*
サロン一覧
----------------------------------------------------------- */
.salon_list {
margin-top: 80px;
margin-bottom: 120px;
}

.salon_list h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

.salon_list {
 margin-top: 60px;
 margin-bottom: 80px;
}

.salon_list h2 {
 font-size: 32px;
}
}

.logo_list {
text-align: center;
margin-top: 80px;
margin-bottom: 60px;
}

.logo_list img {
width: 150px;
}

.list {
margin-bottom: 60px;
}

.list h2 {
text-align: left;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-size: 18px;
letter-spacing: 3px;
font-weight: bold;
margin: 0;
}

.list p {
font-size: 14px;
}

.list a {
font-size: 15px;
}

.list_border {
border-bottom: solid 1px #D1D1D1;
margin-top: 40px;
}

.list_btn {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.list_btn a {
 width: 235px;
 height: 45px;
 display: block;
 line-height: 43px;
 font-size: 14px;
 letter-spacing: 3px;
 font-weight: 700;
 border: 1px solid #424141;
 font-family: "Proxima Nova",sans-serif;
 color: #222;
 text-align: center;
 margin: 0 20px;
}

.list_btn a:before {
 content: url(../img/arrow.svg);
 display: inline-block;
 vertical-align: top;
 line-height: 40px;
 width: 39px;
 padding-right: 10px;
}

.list_bt {
margin-top: 40px;
}

@media (min-width: 991px) {
    .list_bt {
    margin-bottom: 15px;
  }
  }

@media (max-width: 576px) {
.recruit_list_border .list_bt {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
}

@media (max-width: 767px) {
.sm-none {
 display: none;
}

.list_btn a {
 font-size: 12px;
}

.list_btn a:before {
 display: none;
}
}

@media (min-width: 768px) {
.pc-none {
 display: none;
}
}

/*
スタイル詳細
----------------------------------------------------------- */
@media (min-width: 768px){
.col-md-style {
-ms-flex: 0 0 14.2857143%;
flex: 0 0 14.2857143%;
max-width: 14.2857143%;
}
}

h2.main_ttl {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

h2.main_ttl {
font-size: 32px;
}
}

.concept_ttl {
font-family: 'Times New Roman', sans-serif!important;
font-size: 28px!important;
text-align: center;
font-weight: 600!important;
letter-spacing: 5px;
line-height: 1.8;
}

.concept_txt {
font-weight: bold;
letter-spacing: 2px;
line-height: 1.6;
font-size: 18px;
}


.style_tab {
margin-top: 40px;
margin-bottom: 80px;
}

.style_tab a {
border-right: 1px solid #222222;
font-family: "Proxima Nova",sans-serif;
padding: 5px 0;
}

.style_btn {
justify-content: center;
align-items: center;
color: #222;
background: #fff;
}

.style_btn:hover {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #222222;
color: #fff!important;
}

.style_tab a:last-child {
border-right: none;
}

@media (max-width: 767px) {
.style_tab a:nth-child(3n) {
 border-right: none;
}
}

.style_area {
margin-bottom: 120px;
}

.style_area h3 {
font-size: 22px;
text-align: center;
letter-spacing: 3px;
font-weight: bold;
margin-bottom: 60px;
}

.style_single_img img {
margin-bottom: 40px;
}

.style_single_inner {
margin-bottom: 120px;
}

@media (max-width: 767px) {
.style_single_inner {
 margin-bottom: 20px;
}
}

h4.sub_ttl {
font-family: "Proxima Nova",sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
padding-bottom: 10px;
}

.style_single_inner p {
font-size: 14px;
letter-spacing: 1px;
line-height: 28px;
padding-bottom: 20px;
}

.style_single_img img {
width: 100%;
height: 520px;
object-fit: cover;
object-position: top;
}

.thumbnails img {
width: 100%;
height: 60%;
object-fit: cover;
object-position: top;
}

.fluid-box {
width: 100vw;
background-color: #F0F0F0;
margin-bottom: 80px;
}

h2.style_ttl {
font-size: 14px;
padding-top: 10px;
}

.fluid-box-inner {
padding-top: 60px;
padding-bottom: 80px;
}

h2.length_ttl {
font-family: "Proxima Nova",sans-serif;
font-size: 32px;
padding-bottom: 40px;
text-align: center;
letter-spacing: 2px;
}

.staff_text h2 {
font-size: 14px;
font-family: "Proxima Nova",sans-serif;
margin-bottom: 10px;
}

.staff_text h3 {
font-size: 18px;
text-align: left;
margin-bottom: 5px;
}

.staff_text h4 {
font-size: 15px;
font-family: "Proxima Nova",sans-serif;
font-weight: normal;
}

.type {
margin-top: -80px;
}

@media (max-width: 767px) {
.type {
 margin-top: 40px;
}
}

.type_row {
display: flex;
-webkit-align-items: baseline;
-ms-align-items: baseline;
align-items: baseline;
margin-bottom: 10px;
}

h5.type_ttl {
font-size: 14px;
padding-bottom: 10px;
width: 100px;
text-align: left;
}

.type_row span {
background: #222;
color:#fff;
font-size: 16px;
line-height: 1.2;
padding: 5px;
width: 90px;
margin-right: 20px;
text-align: center;
}

span.type_btn {
background: #222!important;
color:#fff!important;
}

span.type_btn2 {
background: #fff!important;
color:#222!important;
}

.type_row2 {
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}

.type_row2 img {
margin-right: 20px;
}

@media (max-width: 767px) {
.type_row2 img {
 margin-right: 10px;
}
}

/*
店舗詳細
----------------------------------------------------------- */
.hero__inner img {
max-height: 850px;
width: 100%;
object-fit: cover;
}

@media (max-width: 1600px) {
.hero__inner img {
 max-height: 760px;
}
}

@media (max-width: 1280px) {
.hero__inner img {
 max-height: 660px;
}
}

.shop_area h3, .map_area h3 {
text-align: left!important;
font-size: 18px;
}

.shop_area p, .map_area p {
text-align: left!important;
font-size: 16px;
}

.access {
background: #F0F0F0;
}

.access p {
padding: 20px 40px;
font-size: 14px!important;
}

.credit_area {
display: flex;
}

.credit_area img {
width: 45px;
padding: 0 5px;
height: auto;
}

span.service_text {
background: #F0F0F0;
color: #222222;
padding: 10px 15px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

@media (max-width: 767px) {
.credit_area img {
 width: 40px;
 padding: 0 5px;
 height: auto;
}

span.service_text {
 padding: 8px 10px;
 font-size: 10px;
 margin: 0 4px;
}
}

.original-ul.row{
margin-left: -25px;
margin-right: -25px;
}

.original-ul > li{
padding: 0 10px;
}

@media (max-width: 767px) {
.original-ul.row{
 margin-left: -15px;
 margin-right: -15px;
}

.original-ul > li{
 padding-right: 15px;
 padding-left: 15px;
}
}

li.shop_border div{
border-bottom: 1px solid #D1D1D1;
margin-bottom: 10px;
}

.shop_description {
padding-top: 40px;
}

iframe {
width: 100%!important;
}

.map_area {
margin-top: 120px;
}

@media (max-width: 767px) {
.map_area {
 margin-top: 80px;
}
}

.reserve-button {
margin-top: 40px!important;
}

.shop_staff, .instagram_feed {
margin-top: 80px;
margin-bottom: 120px;
text-align: center;
}

.instagram_feed {
  margin-bottom: 120px;
  text-align: center;
  }

@media (max-width: 767px) {
.shop_staff, .instagram_feed {
 margin-top: 60px;
 margin-bottom: 80px;
}
}

.shop_staff h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
margin-bottom: 40px;
}

.shop_sns_maintitle {
  font-family: 'Times New Roman', sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
  }

@media (max-width: 767px) {
.shop_staff h2, .shop_sns_maintitle  {
font-size: 32px;
}
}

.staff_loop img{
width: 100%;
max-height: 270px;
object-fit: cover;
object-position: top;
}

.staff_loop h2 {
text-align: left;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-size: 14px;
margin-bottom: 10px;
letter-spacing: normal;
}

.staff_loop h3 {
text-align: left;
font-size: 18px;
}

.staff_loop h4 {
text-align: left;
font-size: 14px;
font-family: "Proxima Nova",sans-serif;
border-bottom: solid 1px #D1D1D1;
}

.staff_loop p {
text-align: left;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-size: 12px;
line-height: 1.8;
letter-spacing: 1px;
}

/*
メニュー
----------------------------------------------------------- */
.menu-list {
text-align: left!important;
}

.menu-list h2 {
font-family: "Proxima Nova",sans-serif;
font-size: 24px;
font-weight: bold!important;
letter-spacing: 3px;
padding-bottom: 15px;
border-bottom: solid 1px #D1D1D1;
}

.menu-list span {
font-size: 12px;
padding-left: 20px;
color: #D1D1D1;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
}

.menu-list p {
font-size: 16px!important;
font-weight: 600!important;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
margin-bottom: 0;
padding-bottom: 30px;
}

p.sub_menu {
font-size: 12px!important;
font-weight: 400!important;
margin-top: -25px;
}

.waribiki {
background-color: #F0F0F0;
}

.waribiki p {
padding: 20px 40px;
text-align: center!important;
font-size: 14px!important;
}

.price-text p {
line-height: 2;
font-size: 14px!important;
}

/*
ブログ
----------------------------------------------------------- */
.blog_area {
margin-top: 80px;
margin-bottom: 120px;
}

.blog_area h2,h2.blog_ttl {
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-size: 24px;
text-align: left;
font-weight: 600;
letter-spacing: 5px;
margin-top: 20px;
margin-bottom: 40px;
}

.blog_area p {
font-size: 16px;
line-height: 2;
letter-spacing: 1px;
font-weight: normal;
}

@media (max-width: 767px) {

.blog_area {
 margin-top: 60px;
 margin-bottom: 80px;
}

.blog_area h2 {
 font-size: 18px;
}
}

.blog_info {
display: flex;
align-items: center;
}

.blog_info p {
background: #F0F0F0;
padding: 5px;
font-size: 12px;
margin: 1px;
}

.blog_info time {
padding-left: 20px;
}

.next {
padding-top: 40px;
display: flex;
justify-content: center;
}

.next p {
padding: 0 20px;
font-size: 14px;
font-weight: bold;
}

.category_area h3 {
padding-bottom: 20px;
border-bottom: solid 1px #D1D1D1;
font-family: "Proxima Nova",sans-serif;
}

.category_area li {
margin-bottom: 10px;
font-family: "Proxima Nova",sans-serif;
list-style: none;
}

.category_area a {
line-height: 2;
}

.blog_archive h2 {
font-size: 18px;
margin-top: 5px;
}

.blog_archive img {
width: 100%;
min-height: 260px;
max-height: 260px;
object-fit: cover;
}

@media (max-width: 767px) {
.blog_archive img {
 min-height: 120px;
 max-height: 120px;
}

.blog_archive h2 {
 font-size: 14px;
}

.blog_info {
 font-size: 12px;
}

.blog_info p {
 padding: 2px 3px;
}

.top_blog img {
 width: 100%;
 min-height: 260px;
 max-height: 260px;
 object-fit: cover;
}

}

.news_thumbnail img {
margin-bottom: 10px;
}

.pagenav {
margin: 0 auto;
padding-top: 40px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
 border-color: #fff!important;
}
.wp-pagenavi a, .wp-pagenavi span {
 text-decoration: none;
 border: none!important;
 padding: 8px 12px!important;
 margin: 4px!important;
 background: #f0f0f0!important;
}

@media (max-width: 767px) {
.wp-pagenavi a, .wp-pagenavi span {
 text-decoration: none;
 border: none!important;
 padding: 5px 7px!important;
 margin: 3px!important;
 background: #f0f0f0!important;
}
}

/*
会社概要
----------------------------------------------------------- */
table {
width: 100%;
}

.subpage-table th {
font-weight: 400;
text-align: left;
padding-top: 35px;
padding-bottom: 35px;
padding-right: 32px;
padding-left: 20px;
white-space: nowrap;
}

.subpage-table td {
padding-right: 20px;
}

.gray {
background: #f0f0f0;
}

/*
採用ページ
----------------------------------------------------------- */
#top-company {
 position: relative;
 z-index: 1;
}

#top-project {
 position: relative;
 z-index: 1;
}

#top-about .top-content {
 position: relative;
 margin-bottom: 112px;
}

.clearfix:before, .clearfix:after {
 content: "";
 display: table;
}

.clearfix:after {
 clear: both;
}

.section-left .mini-txt-area {
 left: 0;
}
.mini-txt-area {
 width: 440px;
 padding: 48px;
 background: #fff;
 z-index: 99;
 position: absolute;
 top: 64px;
}

#top-about .top-content .sectionTtl-bg {
 text-align: left;
}

.sectionTtl-bg, .header-entry-btn a, #newsrelease h2, .subnav-ttl, #pageTtl {
 font-weight: normal;
 text-transform: uppercase;
 font-weight: bold;
}
.sectionTtl-bg {
 color: #333;
 font-weight: bold;
 border-top: none;
 text-align: left;
 border: none;
 font-size: 24px;
 margin: 0 0 32px;
 line-height: 1.6;
}

.sectionTtl-bg .miniTtl {
 display: block;
 font-size: 33.3%;
 margin: 24px 0 0;
 letter-spacing: 0.1em;
}

.next-page-link a {
 display: table;
 margin: 32px auto 0;
 text-decoration: none;
 padding: 15px 80px;
 font-size: 108%;
 letter-spacing: 0.1em;
 color: #000;
 text-shadow: none;
 border-radius: 3px;
 color: #fff;
}

.section-left .img-area {
 float: right;
 position: relative;
 margin: 0 -15px 0 0;
 max-width: 840px;
 max-height: 440px;
 object-fit: cover;
}

.top-content {
margin-top: 60px;
}

.recruit-en img {
vertical-align: bottom;
}

.clearfix {
 zoom: 1;
}

.section-right .mini-txt-area {
 right: 0;
}

.section-right .img-area {
 float: left;
 position: relative;
 margin: 0 0 0 -15px;
 max-width: 840px;
 max-height: 440px;
 object-fit: cover;
}

@media (max-width: 767px){
#top-about .top-content {
   margin-bottom: 40px;
}

.mini-txt-area {
 width: 100%;
 position: relative;
 padding: 0;
 top: 0;
 background: transparent;
}

.section-left .img-area, .section-right .img-area {
 float: none;
 margin: 16px 0 0;
}

.section-pdg img, #blogPostList img {
 float: none;
 display: block;
 margin: 0 auto;
}

.mini-txt-area {
 width: 100%;
 position: relative;
 padding: 0;
 top: 0;
 background: transparent;
}

.sectionTtl-bg {
 font-size: 20px;
}

}

.merit {
padding-bottom: 120px;
}

.merit h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

.merit {
 padding-bottom: 80px;
}

.merit h2 {
 font-size: 32px;
}
}

.merit h3 {
padding-top: 60px;
font-size: 24px;
padding-bottom: 20px;
text-align: center;
font-weight: bold;
}

.merit p {
text-align: center;
}

@media (max-width: 767px) {
.merit h3 {
 font-size: 20px;
 text-align: left;
}

.merit p {
 text-align: left;
}
}

.merit_area {
padding-top: 40px;
}

.merit_area h4 {
font-size: 20px;
font-weight: bold;
padding-bottom: 20px;
}

.merit_area p {
text-align: left!important;
}

.box_img {
text-align: center;
padding: 20px;
}

.merit_area img {
width: 50%;
}

.merit ul li {
display: block;
width: 100%;
font-size: 18px;
font-weight: bold;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.box {
position: relative;
}

.merit ul li h5 {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
white-space: nowrap;
font-size: 22px;
letter-spacing: 4px;
font-weight: 800;
text-align: center;
}

.box-first h5 {
font-size: 32px!important;
}

.box {
background:#c7e5fa;
margin: 0 auto;
width: 250px;
height: 250px;
}

@media (min-width: 1200px) {
.merit ul li h5 {
font-size: 26px;
}

.box {
 width: 270px;
 height: 270px;
}
/* .box-first h5 {
 font-size: 40px!important;
} */
}

.box2 {
background: #FAE1E7;
}

@media (max-width: 991px) {
.box {
 width: 190px;
 height: 190px;
}
.merit ul li h5 {
font-size: 18px;
letter-spacing: 1px;
}

/* .box-first h5 {
 font-size: 32px!important;
} */
}

@media (max-width: 767px) {
.merit ul li {
 font-size: 16px;
}

.box {
 width: 150px;
 height: 150px;
}

.merit ul li h5 {
font-size: 14px;
letter-spacing: 1px;
}

/* .box-first h5 {
 font-size: 28px!important;
} */

}

.interview {
padding-top: 80px;
padding-bottom: 120px;
background: #F0F0F0;
}

.interview h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

.interview {
 padding-top: 60px;
 padding-bottom: 80px;
}

.interview h2 {
 font-size: 32px;
}
}

.interview img {
width: 100%;
max-height: 350px;
object-fit: cover;
object-position: top;
}

@media (max-width: 1199px){
.interview img {
 width: 100%;
 max-height: 290px;
 object-fit: cover;
 object-position: top;
}
}


.interview_area {
margin-top: 60px;
}

.staff_text span {
font-size: 14px;
font-family: "Proxima Nova",sans-serif;
margin-bottom: 20px;
font-weight: normal;
}

.rec_staff {
text-align: right!important;
}

.rec_staff h3 {
text-align: right!important;
}

.rec_staff h2 {
font-size: 20px;
font-family: "Proxima Nova",sans-serif;
margin-bottom: 20px;
font-weight: bold;
letter-spacing: 2px;
text-align: left;
}

.rec_staff p {
padding-bottom: 20px;
text-align: left;
font-size: 16px;
}

.message {
margin-top: 80px;
margin-bottom: 120px;
}

.message h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

.message {
 margin-top: 60px;
 margin-bottom: 80px;
}

.message h2 {
 font-size: 32px;
}
}

.message_area {
padding-top: 60px;
}

.message_area h2 {
font-size: 24px;
text-align: left;
font-weight: 400;
letter-spacing: 5px;
font-family: 'Noto Sans JP', sans-serif!important;
font-weight: bold;
margin-bottom: 40px;
}

@media (max-width: 767px) {
.message_area h2 {
font-size: 20px;
}
}

.daihyo {
text-align: right;
}

.recruitment {
margin-top: 80px;
margin-bottom: 120px;
}

.recruitment h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
}

@media (max-width: 767px) {

.recruitment {
 margin-top: 60px;
 margin-bottom: 80px;
}

.recruitment h2 {
 font-size: 32px;
}
}

dl.about-wrap {
 margin-top: 0;
 margin-bottom: 1rem;
 line-height: 1.6;
 display: flex;
 flex-wrap: wrap;
}

.about-wrap dt {
 font-weight: 600;
 max-width: 30%;
 font-size: 16px;
 text-align: left;
 flex: 0 0 30%;
 padding: 3rem 0px 2.5rem 3rem;
 border-bottom: 1px solid rgb(204, 204, 204);
}

.about-wrap dd {
 font-weight: 400;
 margin-left: 0px;
 max-width: 70%;
 margin-bottom: 0px;
 font-size: 16px;
 text-align: left;
 flex: 0 0 70%;
 padding: 3rem 0px 2.5rem 3rem;
 border-bottom: 1px solid rgb(204, 204, 204);
}

@media (min-width: 992px){
dl.about-wrap {
 margin: 0 auto;
}
}

@media (max-width: 767px){
.about-wrap dt {
 padding: 3rem 0px 2.5rem 0.5rem;
}

.about-wrap dd {
 padding: 3rem 0px 2.5rem 0.5rem;
}
}

.entry {
margin-top: 80px;
margin-bottom: 120px;
}

.entry h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
padding-bottom: 80px;
}

@media (max-width: 767px) {

.entry {
 margin-top: 60px;
 margin-bottom: 80px;
}

.entry h2 {
 font-size: 32px;
}
}

.entry h3 {
font-size: 18px;
margin-bottom: 0;
}

span.kome {
color: #EF0B0B;
}

input {
width: 100%;
border: none;
background: #f0f0f0;
padding: 4px 2px;
}

.gender input {
width: auto;
}

.sourire-age input {
width: auto;
}

.sourire-years input {
width: auto;
}

textarea {
width: 100%;
border: none;
background: #f0f0f0;
}

.c-button_type-arrow input {
 width: 235px;
 height: 45px;
 display: block;
 text-align: center;
 font-size: 14px;
 letter-spacing: 3px;
 font-weight: 700;
 border: 1px solid #424141;
 margin: 0 auto;
 font-family: "Proxima Nova",sans-serif;
 color: #222;
 background: #fff;
}

.gift h3 {
font-weight: 800;
font-size: 22px;
}

@media (max-width: 767px) {
.entry h3 {
 font-size: 16px;
}

.gift h3 {
 font-size: 20px;
 text-align: left;
}
}

.rec_img img{
position: relative;
}

.rec_img h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 64px;
font-weight: 800;
letter-spacing: 10px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
margin-left: 52px;
margin-top: 52px;
}

@media (max-width: 767px) {
.rec_img h2 {
 font-size: 40px;
 margin-left: 0;
 margin-top: 30px;
}
}

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

footer {
 background: #F0F0F0;
 padding-top: 80px;
 padding-bottom: 60px;
}

@media (max-width: 767px) {
footer {
   padding-top: 60px;
   padding-bottom: 60px;
}

.copy {
 padding-top: 20px;
 padding-bottom: 10px;
 text-align: center;
}
}

footer img {
width: 120px;
}

.footer_logo {
text-align: center;
margin-bottom: 80px;
}

@media (max-width: 767px) {
.footer_logo {
 margin-bottom: 60px;
}
}

.copy span {
font-size: 10px;
}

.footer_menu a {
font-family: "Proxima Nova",sans-serif;
}

.brand_list a {
font-size: 12px;
font-weight: 400;
}

.brand_list_ttl a {
font-size: 14px;
font-weight: 600;
}

@media (max-width: 767px) {
.footer_menu a {
font-size: 14px;
}

.brand_list a {
font-size: 12px;
}

.brand_list_ttl a {
font-size: 12px;
}
}

@media (min-width: 993px) {
.lg-max-none {
 display: none;
}
}

@media (max-width: 992px) {
.lg-min-none {
 display: none;
}
}
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
#EntryBtn {
 color: #F0F0F0 !important;
 background-color: #F0F0F0;
 width: 100%;
}
	
.footer_area_inner {
	color: #F0F0F0 !important;
    background-color: #F0F0F0;
    width: 100%;
}
	.footer_area_inner > a {
    color: #F0F0F0 !important;
}
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
  #EntryBtn {
    position: fixed;
    bottom: 0px;

    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #ffffff;
    letter-spacing: 6px;
    border: solid 1px #080808;
    z-index: 9000;
   
}
.footer_area {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 background-color: #222;
 z-index: 9000;
}
.footer_area_inner a {
 font-size: 16px;
 text-align: center;
 letter-spacing: 6px;
}
.footer_area .footer_area_inner {
 position: relative;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
 width: 85%;
 padding: 11px 0;
 font-size: 20px;
 font-weight: bold;
 margin-left: 15px;
 line-height: 1.3;
 font-family: "Proxima Nova",sans-serif!important;
}
.inquiry_btn {
 border: solid 1px #fff;
 display: inline-block;
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 10px 0;
 font-size: 18px;
 font-weight: bold;
 font-family: "Proxima Nova",sans-serif!important;
}
.inquiry_btn:link, .inquiry_btn:visited {
 color: #FFFFFF !important;
}
.footer_area_inner span{
color: #fff;
}
#siteBottom{
margin-bottom: 85px;
}
}

.area_field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}

span.color-area1 {
background: #D17484;
color: #fff;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

span.color-area2 {
background: #F29D72;
color: #fff;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

span.color-area3 {
background: #E9DA90;
color: #222222;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

span.color-area4 {
background: #8CC3A0;
color: #222;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

span.color-area5 {
background: #6D97C9;
color: #fff;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

span.color-area6 {
background: #5A4CA8;
color: #fff;
padding: 5px 10px;
text-align: center;
margin: 0 10px;
font-size: 14px;
white-space: nowrap;
}

/* 20201203 吉成更新 */
.header-subnav {
font-size: 0.6rem;
font-weight: lighter;
}

.head_btn a {
width: 100%;
height: 60px;
display: block;
text-align: center;
line-height: 17px;
font-size: 16px;
letter-spacing: 3px;
font-weight: 600;
border: 1px solid #fff;
margin: 0 auto;
font-family: "Proxima Nova",sans-serif;
color: #fff!important;
padding-top: 14px;
}

.list_btn a {
width: 235px;
height: auto;
display: block;
line-height: 22px;
font-size: 14px;
letter-spacing: 3px;
font-weight: 700;
border: 1px solid #424141;
font-family: "Proxima Nova",sans-serif;
color: #222;
text-align: center;
margin: 0 20px;
padding-top: 5px;
}

.list_btn a:before {
display: none;
}

.page_subtitle {
font-size: 0.8rem;
font-weight: lighter;
text-align: center!important;
margin-bottom: 40px;
}

.top_news h2 {
margin-bottom: 5px;
}

.shop_staff_maintitle {
margin-bottom: 5px!important;
}

.top_recruit h2 {
margin-bottom: 5px;
}

.archive-style-maintitle {
padding-bottom: 5px!important;
}

.pagebtn_reserve {
border: 1px solid #424141;
width: 235px;
height: 52px;
margin: auto;
padding: 5px;
position: relative!important;
text-align: center;
}

.pagebtn_reserve a {
position: absolute!important;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
line-height: 15px;
padding-top: 10px;
}

.pagebtn_reserve:hover {
filter:alpha(opacity=70);/* IE 6,7*/
-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
-moz-opacity:0.7;/* FF , Netscape */
-khtml-opacity: 0.7;/* Safari 1.x */
opacity:0.7;
zoom:1;/*IE*/
}

.before_recruith2 {
padding-bottom: 0px!important;
}

.entry h2 {
font-family: 'Times New Roman', sans-serif;
font-size: 40px;
text-align: center;
font-weight: 400;
letter-spacing: 10px;
padding-bottom: 0px;
}

.before_recruite_entrybtn button {
width: 235px;
height: 60px;
display: block;
text-align: center;
font-size: 14px;
letter-spacing: 3px;
font-weight: 700;
border: 1px solid #424141;
margin: 0 auto;
font-family: "Proxima Nova",sans-serif;
color: #222;
background: #fff;
}

/* 20201208 吉成_採用サイト追加 */

/*-------------
sourire採用サイト 
--------------*/

@media screen and (max-width: 991px){
 
/* タブレット向け記述-lg- */
}

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

/* タブレット向け記述-md- */
}

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

/* SP向け記述-sm- */
}


/* 共通 */
.recruit_topinterview, .recruit_topdata, .recruit_toprc, .recruit_topblog {
padding-top: 150px;
}
@media screen and (max-width: 767px){
.recruit_topinterview, .recruit_topdata, .recruit_toprc, .recruit_topblog {
 padding-top: 75px;
}
}
.vm_arrow {
width: 3rem!important;
margin-left: 0.5rem;
}
.vm_btn {
position: relative;
}
.vm_btn a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;  
}
.vm_btn a:hover {
opacity: .7;  
}
.section-top {
display: flex;
align-items: flex-end;
justify-content: space-between;
margin: 0 10%;
}
.section-top2 {
display: flex;
flex-direction: column;
margin: 0 auto;
width: auto;
}
.vm {
margin: 0;
font-size: 1rem;
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
line-height: 16px;
text-align: left;
margin-left: auto;
}
.data_vm {
  margin-left: 10px;
}
.recruit_sectitle {
margin-bottom: 0.2rem;
font-size: 3rem;
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
@media screen and (max-width: 767px){
.sec1{
 justify-content: center;
}
}
.recruit_subtitle {
font-size: 2rem;
font-weight: lighter;
}

/* header */
.recruit_topmovie {
width: 100%;
height: 100%;
position: relative;
}
.recruit_pconlyr {
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
.recruit_header {
height: 150px;
width: 100%;
display: flex;
text-align: center;
}
@media screen and (max-width: 576px){
.recruit_header {
 height: 100%;
}
}
.header_righttop, .header_rightbottom {
display: flex;
}
.recruit_headerleft {
display: flex;
flex-direction: column;
width: 30%;
}
.headerleft_top {
width: 100%;
height: 50%;
position: relative;  
}
@media screen and (max-width: 576px){
.headerleft_top {
 height: 40%;
 margin-top: 10px;
}
/* SP向け記述-sm- */
}
.headerleft_top a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.headerleft_bottom {
width: 100%;
height: 50%;
}
.headerleft_bottom h2 {
margin: 0;
line-height: 75px;
font-family: "Times New Roman", sans-serif!important;
font-weight: lighter;
}
.headerleft_bottom a {
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
@media screen and (max-width: 991px){
.headerleft_bottom h2 {
 font-size: 1.5rem;
}
/* タブレット向け記述-lg- */
}
@media screen and (max-width: 767px){
.headerleft_bottom h2 {
 font-size: 1rem;
}
/* タブレット向け記述-md- */
}
@media screen and (max-width: 576px){
.headerleft_bottom h2 {
 font-size: 0.7rem;
 line-height: 20px;
 margin-top: 18%;
}
/* SP向け記述-sm- */
}
.headerleft_top img {
width: auto;
height: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;  
}
.recruit_headerright {
width: 70%;
position: relative;
}
.recruit_headerright a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.recruit_headernav1, .recruit_headernav2 ,.recruit_headernav3 , .recruit_headernav4 {
width: 50%;
height: 75px;
position: relative;
}
@media screen and (max-width: 576px){
.recruit_headernav1, .recruit_headernav2 ,.recruit_headernav3 , .recruit_headernav4 {
 width: 100%;
 height: 50px;
 position: relative;
}
/* SP向け記述-sm- */
}
.recruit_headernav1 a, .recruit_headernav2 a,.recruit_headernav3 a, .recruit_headernav4 a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.recruit_headernav1 a:hover, .recruit_headernav2 a:hover,.recruit_headernav3 a:hover, .recruit_headernav4 a:hover {
opacity: 0.4;
cursor: pointer;
background-color: white;
}
.headernav1-text, .headernav2-text,.headernav3-text, .headernav4-text {
line-height: 75px;
margin: 0;
font-size: 1.5rem;
background-color: #222;
color: white;
border: solid 1px white;
font-weight: lighter;
}
@media screen and (max-width: 576px){
.headernav1-text, .headernav2-text,.headernav3-text, .headernav4-text {
 line-height: 50px;
 margin: 0;
 font-size: 0.8rem;
 background-color: #222;
 color: white;
 border: solid 1px white;
}
/* SP向け記述-sm- */
}
@media (max-width: 767px) {
.pc {
display: none;
}
}
@media (min-width: 767px) {
.sp {
display: none;
}
}
/* 採用サイトトップ_topview movie */
.recruit_pconly {
width: 100%;
}
.recruit_pcheader {
display: flex;
flex-direction: column;
margin-left: 20px;
}
@media (max-width: 767px) {
.recruit_pcheader {
 margin-left: 0;
}
}
.pcheader_left {
width: 100px;
height: auto;
margin: 20px 0 0 48px;
}
.pcheader_right h1{
width: auto;
font-size: 1.5rem;
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
.pcheader_right {
margin: 0 0 20px 20px;
}
.pcheader_right h1 {
line-height: 1.5rem;
margin-bottom: 0;
margin-top: 5px;
}
.video-container {
margin: 0 auto;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.video-wrap {
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
}
.recruit_topview {
min-width: 100%;
min-height: 100vh;
position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
.recruit_topview {
 width: 100%;
 top: 50%;
 transform: translateY(-50%);
 margin: 0;
}
}

@media (max-aspect-ratio: 16/9) {
.video-wrap {
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 100vh;
}



.recruit_topview {
 height: 100%;
 width: 180vh;
 left: 50%;
 transform: translateX(-50%);
 margin: 0;
}
}

/* @media (max-width: 567px) {
  .video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 55vh;
  }
}

@media (max-width: 567px) {
  .recruit_topview {
    height: 80%;
    width: 100vh;
    left: 50%;
    top: -40%;
    transform: translateX(-50%);
    margin: 0;
}
} */

/* 採用サイトトップ_INTERVIEW */
.topinterview_contents {
display: flex;
padding-top: 50px;
}
.topinterview-photo {
width: 30%;
}
.topinterview-img {
width: 100%;
height: auto;
}
.recruit-topmessage {
font-size: 2rem;
text-align: center;
margin: 0;
padding: 5rem 0;
font-weight: lighter;
}
@media (max-width: 576px) {

  .video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
  }

.recruit-topmessage {
 font-size: 1.7rem;
}
}
.topinterview_spcontents {
position: relative;
}
.slider{
width: 100%;
height: auto;
}
.slider img{
height: 100%;
width: 100%;
}
/*slick setting*/
.slick-prev, .slick-next{
display: none!important;
}
@media (max-width: 767px) {
.vm_absobtn_interview {
 position: absolute;
 bottom: 0;
 background-color: rgb(255, 255, 255);
 padding: 10px;
 right: 0;
}
}
/* 採用サイトトップ_DATA */
.topdata_contents {
display: flex;
}
@media (max-width: 767px) {
.topdata_contents {
 flex-direction: column;
}
}
.topdata_photo {
width: 70%;
height: 100%;
overflow: hidden;
position: relative;
}
.vm_absobtn_data {
position: absolute;
bottom: 0;
background-color: rgb(255, 255, 255);
padding: 10px;
}
@media (max-width: 767px) {
.vm_absobtn_data {
right: 0;
}
}
@media (max-width: 767px) {
.topdata_photo {
 width: 100%;
}
}
.topdata_photo img {
width: 100%;
height: auto;
}
.recruit_datatitle {
margin-top: 0;
}
.topdata_right {
margin-bottom: 70%;
}
@media (max-width: 767px) {
.topdata_right_sp {
 text-align: center;
 padding-bottom: 70px;
}
}


/* 採用サイトトップ_RECRUIT/COMPANY */
.toprc_contents {
display: flex;
width: 100%;
padding-left: 10%;
}
@media (max-width: 767px) {
.toprc_contents {
 display: flex;
 flex-direction: column;
 padding-left: 0;
}
}
.toprc_photo1, .toprc_photo2 {
width: 100%;
height: auto;
padding-top: 50px;
position: relative;
}
.toprc_right, .toprc_left {
width: 50%;
height: auto;
}
@media (max-width: 767px) {
.toprc_right, .toprc_left {
 width: 100%;
 height: auto;
 text-align: center;
}
.toprc_right {
 padding-top: 110px;
}
}
.toprc-righttext, .toprc-lefttext {
text-align: center;
}
.toprc-texttop {
font-size: 2rem;
margin-bottom: 0;
font-weight: lighter;
padding-top: 50px;
}
@media (max-width: 576px) {
.toprc-texttop {
 font-size: 1.7rem;
 padding-top: 30px;
}
}
.toprc-textbottom {
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
.vm_absobtn {
position: absolute;
bottom: 0;
background-color: rgb(255, 255, 255);
padding: 10px;
}
@media (max-width: 767px) {
.vm_absobtn {
right: 0;
}
}
/* 採用サイトトップ_BLOG */
.topblog_title {
text-align: center;
}
.topblog_info {
max-width: 1200px;
padding-left: 3%;
padding-right: 3%;
margin: 0 auto;
padding-top: 3rem;
}
@media (max-width: 767px) {
.topblog_info {
 margin: 0 2%;
}
}
.topblog_info dl {
display: flex;
font-weight: lighter;
line-height: 25px;
padding-top: 15px;
}
@media (max-width: 767px) {
.topblog_info dl{
 display: block;
}
}
@media (max-width: 767px) {
.topblog_info dt{
 font-size: 0.7rem;
 line-height: 21px;
}
}
@media (max-width: 767px) {
.topblog_info dd{
 margin-left: 0;
}
}
.topblog_1st {
/* border-top: dotted 1px #222; */
margin-bottom: 0;
margin-top: 0;
padding: 10px 0;
}
.topblog_2nd {
/* border-top: dotted 1px #222;  
border-bottom: dotted 1px #222; */
margin-bottom: 0;
margin-top: 0;
padding: 10px 0;
}
.topblog_3rd {
/* border-bottom: dotted 1px #222; */
margin-bottom: 0;
margin-top: 0;
padding: 10px 0;
}
.topblog_cat {
background-color: #707070;
color: white;
padding: 5px 5px;
margin: 0 6px;
font-size: 0.8rem;
}
@media (max-width: 767px) {
.topblog_cat {
 font-size: 0.7rem;
 padding: 5px 5px;
 margin: 0 4px 0 0;
}
}
.topblog_dd {
margin-left: 5px;
}
@media (max-width: 767px) {
.topblog_dd{
 margin-top: 0.5rem;
}
}
.example {
border-bottom: dashed 1px #222;
}
.blog_vmbtn {
padding-top: 2rem;
text-align: end;
position: relative;
}
.blog_vmbtn p{
  border: 1px solid #424141;
  padding: 10px;
  width: 185px;
  text-align: left;
  margin-left: auto;
}
.topblog_1st dt {
  width: 150px;
}
.vm_border {
  border: 1px solid #424141;
  padding: 10px;
}

/* 採用サイトトップ_ENTRY */
.recruit_entry {
padding-top: 100px;
padding-bottom: 60px;
}
@media (max-width: 576px) {
.kasou_companyentry{
padding-top: 0;
}
}
.recruit_entrybg {
background-image: url(../img/entry_bg4.jpg);
background-size:  cover;
background-position: center;
padding-bottom: 100px;
background-repeat: no-repeat;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
position: relative;
width: 100%;
}
.recruit_entrybg::before {
content: '';
position: absolute;
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
background: inherit;
filter: blur(5px);
z-index: -1;
}
.entry_text1, .entry_text2 {
text-align: center;
color: white;
}
.entry_text1 {
padding-top: 100px;
}
.entry_message {
margin: auto;
max-width: 900px;
color: white;
}
@media (max-width: 767px) {
.entry_message {
 margin: 0 21%;
}
}
@media (max-width: 576px) {
.entry_message {
 margin: 0 10%;
}
}
.entry_btn {
margin: auto;
width: 250px;
height: 50px;
text-align: center;
border: 1px solid #424141;
position: relative;
background-color: white;
}
.entry_btn a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;  
}
.entry_btn p {
  margin: 0;
  line-height: 16px;
  font-family: "Times New Roman", sans-serif;
  font-weight: lighter;
  margin-top: 8px;
}
.entry_text1 {
font-size: 3rem;
margin-top: 2rem;
margin-bottom: 0;
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
.entry_text2 {
font-size: 2rem;
margin-top: 0.3rem;
font-weight: lighter;
}
.entry_text3 {
margin-bottom: 0;
}
.entry_text4 {
margin-top: 0;
}
.entry_text3, .entry_text4 {
font-size: 2rem;
font-weight: lighter;
}
@media (max-width: 767px) {
.entry_text3, .entry_text4 {
 font-size: 1.5rem;
}
}
@media (max-width: 576px) {
.entry_text3, .entry_text4 {
 font-size: 1rem;
}
.entry_text4 {
 padding-bottom: 15px;
}
}
.under_entrybtn {
  border: 1px solid #424141;
  padding: 10px;
  width: 180px;
  background-color: white;
  margin: auto;
}
/* footer-pc */
.recruit_footerleft {
width: 20%;
text-align: center;
}
.footerleft_bottom h2 {
margin: 0;
font-size: 1.5rem;
font-weight: lighter;
padding-top: 5px;
}
.recruit_footer {
display: flex;
}
.footercenter_link {
width: 80%;
}
.footer_linkarea {
display: flex;
text-align: center;
justify-content: space-around;
margin: 0 5%;
}
.footer_toptext {
margin: 0;
font-family: "Times New Roman", sans-serif;
font-weight: lighter;
}
.footer_bottomtext {
margin: 0;
font-weight: lighter;
}
.footerleft_toptext {
margin: 0;
font-weight: lighter;
}
.footerleft_bottomtext {
margin: 0;
font-family: "Times New Roman", sans-serif!important;
font-weight: lighter;
}
.footerleft_bottomtext a {
font-family: "Times New Roman", sans-serif!important;
font-weight: lighter;
}
.footer_pparrow {
position: absolute;
height: 10px;
}
.recruit_footerright {
text-align: center;
position: relative;
}
.recruit_copyright {
margin: auto;
font-family: "Times New Roman", sans-serif!important;
font-weight: lighter;
padding-top: 20px;
}

/* footer-sp */
@media (max-width: 991px) {
.footer_toplink {
height: 80px;
}
.footer_linkarea {
flex-wrap: wrap;
}
.footer_toptext {
line-height: 30px;
}
}
@media (max-width: 767px) {
.recruit_footerleft {
width: 100%;
}
.footercenter_link {
width: 100%;
}
.footer_toplink {
height: auto;
}
.recruit_footer {
flex-direction: column;
}
.footer_linkarea {
flex-direction: column;
margin: 0 auto;
padding-top: 30px;
}
.recruit_copyright {
margin: auto!important;
padding-top: 30px;
}
}
.recruit-wrap {
overflow: hidden;
}

@media screen and (max-width:640px){
.recruit_entrysp {
 background-color: white;
}
.recruit_entrysplink {
   border: solid 2px #222;
}
.recruit_entrysplink:link, .recruit_entrysplink:visited {
   color: #222 !important;
}
.recruit_spinnner span{
 color: #fff;
}
}

/* 下層ページ_INTERVIEW */
.interview_mp4{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.interview_01, .interview_02, .interview_03, .interview_04 {
position: relative;
margin-bottom: 250px;
margin-top: 100px;
}
@media screen and (max-width: 767px){
.interview_01 {
  margin-bottom: 150px;
  padding-top: 0;
}
.interview_02, .interview_03, .interview_04 {
 margin-bottom: 150px;
 padding-top: 0;
}
}
.interview-thumtop01 {
position: absolute;
bottom: 0;
left: 15%;
background-color: rgba(255, 255, 255, 0.4);
text-align: left;
padding: 0 3%
}
@media screen and (max-width: 991px){
.interview-thumtop01 {
 left: 5%;
}
}
@media screen and (max-width: 767px){
.interview-thumtop01 {
 padding: 0 1%
}
}

.interview_movie {
max-width: 560px;
margin: auto;
}
.interview-thumnail {
width: 100%;
}
.interview_thumbottom01 {
background-color: #e26868a3;
display: inline-block;
padding: 0 3%;
position: absolute;
left: 0;
width: 100%;
}
.interview-thumtop02 {
position: absolute;
bottom: 0;
left: 15%;
background-color: rgba(255, 255, 255, 0.4);
text-align: left;
padding: 0 3%
}
@media screen and (max-width: 991px){
.interview-thumtop02 {
 left: 5%;
}
}
@media screen and (max-width: 767px){
.interview-thumtop02 {
 padding: 0 1%
}
}
.interview_thumbottom03 {
background-color: #43a896a0;
display: inline-block;
padding: 0 3%;
position: absolute;
left: 0;
width: 100%;
}
.interview-thumtop03 {
position: absolute;
bottom: 0;
left: 15%;
background-color: rgba(255, 255, 255, 0.4);
text-align: left;
padding: 0 3%
}
@media screen and (max-width: 991px){
.interview-thumtop03 {
 left: 5%;
}
}
@media screen and (max-width: 767px){
.interview-thumtop03 {
 padding: 0 1%
}
}
.interview_thumbottom04 {
  background-color: #d5d586a0;
  display: inline-block;
  padding: 0 3%;
  position: absolute;
  left: 0;
  width: 100%;
  }
  .interview-thumtop04 {
  position: absolute;
  bottom: 0;
  left: 15%;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: left;
  padding: 0 3%
  }
  @media screen and (max-width: 991px){
  .interview-thumtop04 {
   left: 5%;
  }
  }
  @media screen and (max-width: 767px){
  .interview-thumtop04 {
   padding: 0 1%
  }
  }
.interview_movie {
max-width: 560px;
margin: auto;
}
.interview-thumnail {
width: 100%;
}
.interview_thumbottom02 {
background-color: #426ea78e;
display: inline-block;
padding: 0 3%;
position: absolute;
left: 0;
width: 100%;
}
.inteview_thumtext1 {
font-size: 2.5rem;
font-weight: lighter;
}
@media screen and (max-width: 767px){
.inteview_thumtext1 {
 font-size: 1.3rem;
}
}
@media screen and (max-width: 576px){
.inteview_thumtext1 {
 font-size: 1rem;
 margin: 3% 0 1% 0;
}
}
.inteview_thumtext2, .inteview_thumtext3, .inteview_thumtext4 {
font-size: 1.5rem;
font-weight: lighter;
margin: 0;
}
@media screen and (max-width: 767px){
.inteview_thumtext2, .inteview_thumtext3, .inteview_thumtext4 {
 font-size: 1rem;
}
}
@media screen and (max-width: 576px){
.inteview_thumtext2, .inteview_thumtext3, .inteview_thumtext4 {
 font-size: 0.7rem!important;
}
}
.inteview_thumtext3 {
margin-top: 3%;
}
.inteview_thumtext4 {
margin-bottom: 5%;
font-size: 1rem;
}
.inteview_thumtext5 {
font-size: 1.5rem;
color: white;
font-weight: lighter;
padding-left: 10%;
padding-top: 3%;
}
@media screen and (max-width: 767px){
.inteview_thumtext5 {
 font-size: 1rem;
 padding-left: 1%;
}
}
@media screen and (max-width: 576px){
.inteview_thumtext5 {
 font-size: 0.7rem;
 margin-top: 13px;
}
}
.inteview_thumtext6 {
font-size: 1.5rem;
color: white;
font-weight: lighter;
text-align: right;
}
@media screen and (max-width: 767px){
.inteview_thumtext6 {
 font-size: 1rem;
}
}
@media screen and (max-width: 576px){
.inteview_thumtext6 {
 font-size: 0.7rem;
}
}
.interview_textarea {
display: flex;
max-width: 1200px;
margin: auto;
padding-bottom: 100px;
}
@media screen and (max-width: 767px){
.interview_textarea {
 display: block;
 padding: 0 5%;
}
}
.interview_movie {
margin-bottom: 130px;
}
.interview_arealeft {
width: 50%;
margin: 0 2.5%;
}
@media screen and (max-width: 767px){
.interview_arealeft {
 width: 100%;
 margin: auto;
}
}
.recruit_questiontitle {
letter-spacing: 2px;
font-weight: lighter;
margin-bottom: 30px;
}
@media screen and (max-width: 767px){
.recruit_questiontitle {
padding-top: 50px;
font-size: 1.3rem;
margin-bottom: 0;
}
}
.interview_arearight {
width: 50%;
margin: 0 2.5%;
}
@media (max-width: 767px) {
.interview_arearight {
 width: 100%;
 margin: 0;
}
}
.question-photo {
width: 100%;
height: auto;
text-align: left;
}
.question-photo img{
  width: auto;
  height: 400px;
}
@media screen and (max-width: 767px){
.question-photo {
 padding: 30px 0;
 text-align: center;
}
.question-photo img{
  width: auto;
  height: 300px;
}
}
.interview_arearight p {
letter-spacing: 1px;
line-height: 1.7rem;
font-weight: lighter;
}
@media screen and (max-width: 767px){
.interview_arearight p {
 letter-spacing: 1px;
 line-height: 1.5rem;
 font-size: 0.8rem;
}
}
/* 下層ページ_COMPANY */
.kasou_topmessage {
padding: 150px 0 150px 0;
display: flex;
justify-content: center;
align-items: center;
margin: 0 10%;
}
@media (max-width: 991px) {
.kasou_topmessage {
 align-items: flex-end;
}
}

.kasoutop_leftmessage, .kasoutop_rightmessage {
width: 50%;
}
.leftmessage_text1 {
font-size: 5rem;
line-height: 5rem;
margin-top: 0;
margin-bottom: 0;
font-family: 'Times New Roman', sans-serif;
letter-spacing: 3px;
}
@media (max-width: 576px) {
.leftmessage_text1 {
 font-size: 3rem;
 line-height: 3rem;
}
}
.leftmessage_text2 {
font-size: 1.5rem;
line-height: 1.5rem;
margin: 0;
margin-top: 15px;
font-weight: lighter;
}
@media (max-width: 576px) {
.leftmessage_text2 {
 font-size: 1.1rem;
 line-height: 1.1rem;
}
}
.leftmessage_text3 {
font-size: 1.2rem;
line-height: 1.2rem;
margin: 0;
padding-top: 50px;
font-weight: lighter;
}
.leftmessage_text4 {
font-size: 1.2rem;
line-height: 1.2rem;
margin: 0;
padding-top: 20px;
font-weight: lighter;
}
.leftmessage_text5 {
font-size: 1rem;
line-height: 1rem;
margin: 0;
padding-top: 10px;
font-weight: lighter;
font-family: 'Times New Roman', sans-serif;
}
.kasoutop_rightmessage {
width: 400px;
}
@media (max-width: 991px) {
.kasoutop_rightmessage {
 width: 300px;
}
}

@media (max-width: 576px) {

}
.topmessage-textarea {
max-width: 1200px;
margin: auto;
padding-bottom: 100px;
padding: 0 5%;
}
@media (max-width: 576px) {
.leftmessage_text1 {
 font-size: 3rem;
 line-height: 3rem;
}
}
.topmessage-title {
font-size: 2.5rem;
line-height: 3rem;
margin: 0;
padding-bottom: 70px;
font-weight: lighter;
letter-spacing: 3px;
text-align: center;
}
@media (max-width: 767px) {
.topmessage-title {
 font-size: 1.5rem;
 line-height: 2rem;
 text-align: left;
}
}
.topmessage-text {
font-size: 1.5rem;
line-height: 2.3rem;
margin: 0;
padding-bottom: 25px;
font-weight: lighter;
letter-spacing: 3px;
}
@media (max-width: 991px) {
.topmessage-text {
 padding-bottom: 25px;
}
}
@media (max-width: 767px) {
.topmessage-text {
 font-size: 1rem;
 line-height: 1.7rem;
}
}
.kasou_company {
  padding-bottom: 100px;
}
/* スーリールが求める人 */
.person_head {
display: flex;
justify-content: space-between;
background-color: #222222;
height: 95%;
}
.person_lefthead, .person_righthead {
width: 100%;
height: auto;
}
.person_lefthead {

}
.person_headimg {
width: auto;
}
.person_righthead {
text-align: right;
width: 100%;
height: 100%;
}
.leftheadwrap {
height: 600px;
}
.person_headtitle, .person_headsubtitle {
color: white;
text-align: center;
width: 100%;
}

#campany_container {
margin: auto;
display: grid;
grid-template-rows: 200px 200px;
grid-template-columns: 60% 20% 20%;
}
#itemA {
grid-row: 1 / 3;
grid-column: 1 / 2;
background-color: #e26868a3;
position: relative;
}
@media (max-width: 991px) {
#campany_container {
 margin: auto;
 display: grid;
 grid-template-rows: 200px;
 grid-template-columns: 100%;
}
#itemA {
 grid-row: 1 / 1;
 grid-column: 1 / 1;
}
}
@media (max-width: 991px) {
#itemB, #itemC, #itemD, #itemE {
 display: none;
}
}
.person_text1 {
color: white;
font-size: 2.5rem;
text-align: center;
margin-bottom: 10px;
font-weight: lighter;
}
@media (max-width: 576px) {
.person_text1 {
 font-size: 1.7rem;
}
}
.person_text2 {
color: white;
font-size: 1.5rem;
text-align: center;
margin-top: 30px;
margin-top: 0;
font-weight: lighter;
}
.person_textarea {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 100%;
text-align: center;/*一応BOX内の文字も中央寄せ*/
}
.person_img {
width: 100%;
height: 100%;
}
.person_img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.person_contents {
display: flex;
}
@media (max-width: 576px) {
.person_contents {
 display: block;
}
}
@media (max-width: 991px) {
.person_contents {
 align-items: center;
}
}
.person_sectitle {
text-align: left;
font-size: 2rem;
font-weight: lighter;
margin: 25px 0;
}
@media (max-width: 991px) {
.person_sectitle {
 text-align: left;
 font-size: 1.5rem;
 font-weight: lighter;
}
}
.person_sec1text {
font-weight: lighter;
}
.person_leftcontent {
width: 50%;
margin: 0 5%;
}
@media (max-width: 576px) {
.person_leftcontent {
 width: 100%;
 padding: 0 5%;
 margin: 0;
}
}
.person_rightcontent {
text-align: center;
width: 50%;
margin: 0 2%;
}
@media (max-width: 576px) {
.person_rightcontent {
 width: 100%;
 padding: 20px 5% 0 5%;
 margin: 0;
}
}
.person_rightcontent img {
height: auto;
width: 100%;
}
@media (max-width: 991px) {
}
.person_sec1, .person_sec2, .person_sec3 {
padding-top: 100px;
padding-bottom: 100px;
max-width: 1200px;
margin: auto;
}
@media (max-width: 991px) {
.person_sec1, .person_sec2, .person_sec3 {
 padding-top: 50px;
 padding-bottom: 50px;
}
}
@media (max-width: 576px) {
.person_sec1, .person_sec2, .person_sec3 {
 padding-top: 20px;
}
}

/* 会社情報 */
@media (max-width: 576px) {
.kasou_campany_infomation {
 padding-top: 30px;
}
}
#campany_container2 {
margin: auto;
display: grid;
grid-template-rows: 200px 200px;
grid-template-columns: 20% 20% 60%;
}
#itemJ {
grid-row: 1 / 3;
grid-column: 3 / 4;
background-color: #426ea7ac;
position: relative;
}
@media (max-width: 991px) {
#campany_container2 {
 margin: auto;
 display: grid;
 grid-template-rows: 200px;
 grid-template-columns: 100%;
}
#itemJ {
 grid-row: 1 / 1;
 grid-column: 1 / 1;
}
}
@media (max-width: 991px) {
#itemF, #itemG, #itemH, #itemI {
 display: none;
}
}
.informaion_sec1wrap {
display: flex;
flex-direction: column;
}
.information_sectitle {
font-size: 2.5rem;
line-height: 2.5rem;
margin: 0;
font-family: 'Kozuka Mincho Pr6N','Sawarabi Mincho',sans-serif;
font-weight: lighter;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 576px) {
.information_sectitle {
 font-size: 2rem;
 line-height: 2rem;
}
}
.information_secsubtitle {
margin: 0;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: lighter;
padding-top: 20px;
padding-bottom: 40px;
}
@media (max-width: 576px) {
.information_secsubtitle {
 font-size: 1.3rem;
 line-height: 1.3rem;
}
}
.information_sec1, .information_sec2, .information_sec3 {
padding-top: 100px;
margin:  0 5%;
}
@media (max-width: 576px) {
.information_sec1, .information_sec2, .information_sec3  {
 padding-top: 50px;
}
}
.information_textarea p{
font-size: 1.2rem;
line-height: 2rem;
font-weight: lighter;
}
@media (max-width: 576px) {
.information_textarea p{
 font-size: 1rem;
 line-height: 2rem;
}
}
.information_textarea {
  text-align: center;
}
.recruit_contentline{
position: relative;
display: inline-block;
margin-bottom: 1em;
}
.recruit_contentline:before {
content: '';
position: absolute;
left: 50%;
bottom: -15px;/*線の上下位置*/
display: inline-block;
width: 45%;/*線の長さ*/
height: 1px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #d8d8d8;/*線の色*/
border-radius: 2px;/*線の丸み*/
}
.recruit_contentline2{
position: relative;
display: inline-block;
margin-bottom: 1em;
}
.recruit_contentline2:before {
content: '';
position: absolute;
left: 50%;
bottom: -15px;/*線の上下位置*/
display: inline-block;
width: 45%;/*線の長さ*/
height: 1px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #d8d8d8;/*線の色*/
border-radius: 2px;/*線の丸み*/
}
.information_content {
max-width: 1200px;
margin: auto;
}
.information_last {
padding-bottom: 100px;
}
.information_textarea img {
  width: 250px;
  margin: 30px 0;
}
.information_textarea p {
  margin: 25px 0;
}
.company_address {
  padding: 0px 24%;
}
@media (max-width: 576px) {
  .company_address {
    padding: 0px 5%;
  }
}
.company_address p{
  text-align: left;
}

/* 会社情報 */
#campany_container3 {
margin: auto;
display: grid;
grid-template-rows: 200px 200px;
grid-template-columns: 60% 40%;
}
#itemK {
grid-row: 1 / 3;
grid-column: 1 / 2;
background-color: #43a896a0;;
position: relative;
}
#itemL {
grid-row: 1 / 3;
grid-column: 2 / 3;
position: relative;
}
@media (max-width: 991px) {
#campany_container3 {
 margin: auto;
 display: grid;
 grid-template-rows: 200px;
 grid-template-columns: 100%;
}
#itemK {
 grid-row: 1 / 1;
 grid-column: 1 / 1;
}
#itemL {
 display: none;
}
}
/* 会社の目標 */
.goals_content {
max-width: 1200px;
margin: auto;
}
.goals_wrap {
margin: 0 5%;
padding-top: 100px;
}
.goals_wrap h2 {
font-weight: lighter;
font-size: 2.5rem;
}
@media (max-width: 576px) {
.goals_wrap {
 padding-top: 50px;
}
.goals_wrap h2 {
  font-size: 2rem;
  }
}
.goals_textarea {
padding-bottom: 100px;
}
.goals_textarea p{
font-weight: lighter;
padding-top: 30px;
font-size: 1.2rem;
}
@media (max-width: 576px) {
.goals_textarea {
 padding-bottom: 50px;
}
.goals_textarea p{
  font-size: 1rem;
  }
}
/* 下層ページ_RECRUIT */
.kasou_recruit {
max-width: 1200px;
margin: auto;
padding-top: 100px;
}
.kasou_recruit_toplogo {
width: auto;
text-align: center;
}
.kasou_recruitwrap {
margin: 0 5%;
}
.kasou_recruittitle {
font-size: 2.5rem;
line-height: 2.5rem;
margin: 0;
font-family: 'Times New Roman', sans-serif;
font-weight: lighter;
}
@media (max-width: 767px) {
.kasou_recruittitle {
 font-size: 2rem;
 line-height: 2rem;
}
}
.kasou_recruitsubtitle {
margin: 0;
font-size: 1.5rem;
line-height: 1.5rem;
font-weight: lighter;
padding-top: 20px;
padding-bottom: 40px;
}
@media (max-width: 767px) {
.kasou_recruitsubtitle {
 font-size: 1.2rem;
 line-height: 1.2rem;
 padding-bottom: 30px;
}
}
.job_name {
font-size: 1.5rem;
line-height: 1.5rem;
padding: 5px;
}
@media (max-width: 767px) {
.job_name {
 line-height: 2rem;
}
}
.dl.recruitpage_wrap {
margin-top: 0;
margin-bottom: 1rem;
line-height: 1.6;
display: flex;
flex-direction: column;
}
.recruitpage_wrap dt {
font-weight: 600;
max-width: 100%;
font-size: 1.3rem;
text-align: left;
flex: 0 0 30%;
padding: 1.5rem 0px 0rem 3rem;
}
.recruitpage_wrap dd {
font-weight: 400;
margin-left: 0px;
max-width: 100%;
margin-bottom: 0px;
font-size: 16px;
text-align: left;
flex: 0 0 70%;
padding: 1.5rem 0px 1.5rem 3rem;
border-bottom: 1px solid rgb(204, 204, 204);
}
@media (min-width: 992px){
dl.recruitpage_wrap {
margin: 0 auto;
}
}

@media (max-width: 767px){
.recruitpage_wrap dt {
padding: 1rem 0 2rem 0.5rem;
max-width: 100%;
}

.recruitpage_wrap dd {
padding: 0 0 2.5rem 0.5rem;
max-width: 100%;
}
}
/* 選考フロー */
.kasourecruit_flow {
padding-top: 100px;
max-width: 1200px;
margin: auto;
}
@media (max-width: 767px) {
.kasourecruit_flow {
 padding-top: 50px;
}
}
.recruit_flowwrap {
margin: 0 5%;
}
.flow_box {
border: solid 1px #222;
text-align: center;
width: 300px;
max-width: 300px;
margin: auto;
}
.flow_textbottom {
color: red;
font-weight: lighter;
text-align: center;
margin: 5px;
font-size: 12px;
}
.flow_box p{
font-size: 1rem;
font-weight: lighter;
margin: 16px 0;
}
.flowsheet_title {
font-weight: lighter;
}
@media (max-width: 767px) {
.flow_box {
 width: 250px;
 max-width: 250px;
}
.flow_box p{
 font-size: 0.8rem;
 margin: 8px 0;
}
.flow_textbottom {
 font-size: 0.8rem;
 color: red;
 font-weight: lighter;
 text-align: center;
 padding-top: 16px;
}
}
.flowsheet_wrap {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
.flowsheet_wrap {
  display: flex;
  flex-direction: column;
}
}
.nomargin {
  border-top: 20px solid #222;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  width: 20px;
  height: 20px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 13px;
}
.flowsheet {
padding-bottom: 50px;
display: flex;
flex-direction: column;
padding: 0 25px;
}
@media (max-width: 767px) {
.flowsheet {
 padding-bottom: 50px;
 display: flex;
 flex-direction: column;
 padding: 0 0 30px 0;
}
}
.flowsheet_title {
font-size: 1.5rem;
padding-bottom: 20px;
margin-bottom: 0;
font-weight: bold;
text-align: center;
}
.triangle-pattern03{
border-top: 20px solid #222;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
width: 20px;
height: 20px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.kasourecruit_head {
padding-top: 100px;
padding-bottom: 60px;
}
.kasourecruit_bg {
background-image: url(../img/s-recruit2.jpg);
background-size:  cover;
background-position: center;
padding-bottom: 100px;
background-repeat: no-repeat;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
position: relative;
width: 100%;
}
.kasourecruit_bg::before {
content: '';
position: absolute;
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
background: inherit;
filter: blur(5px);
z-index: -1;
}
.kasourecruit_text1, .kasourecruit_text2 {
text-align: left;
color: white;
margin-left: 10%;
}
@media (max-width: 767px) {
.kasourecruit_text1, .kasourecruit_text2 {
 text-align: center;
 margin-left: 0;
}
.kasourecruit_bg {
 background-image: url(../img/s-recruit2.jpg);
 background-size:  cover;
 background-position: center;
 padding-bottom: 100px;
 background-repeat: no-repeat;
 backdrop-filter: blur(1px);
 -webkit-backdrop-filter: blur(1px);
 position: relative;
 width: 100%;
}
.kasourecruit_bg::before {
 content: '';
 position: absolute;
 top: -5px;
 bottom: -5px;
 left: -5px;
 right: -5px;
 background: inherit;
 filter: blur(1px);
 z-index: -1;
}
}
.kasourecruit_text1 {
padding-top: 200px;
font-size: 3rem;
line-height: 3rem;
margin-bottom: 0;
font-weight: lighter;
font-family: 'Times New Roman', sans-serif;
}
.kasourecruit_text2 {
margin-top: 20px;
font-size: 1.5rem;
line-height: 1.5rem;
padding-bottom: 80px;
font-weight: lighter;
}

/* 下層ページ_DATA */
.recruit_data_section {
  max-width: 1200px;
  margin: auto;
}
.recruit_kasoudata {
padding-top: 70px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 767px) {
.recruit_kasoudata {
justify-content: space-between;
}
}
@media (max-width: 576px) {
.recruit_kasoudata {
 display: block;
 }
}
.recruit_datacontents {
padding-bottom: 80px;
width: 45%;
}
@media (max-width: 767px) {
.recruit_datacontents {
 width: 48%;
}
}
@media (max-width: 576px) {
.recruit_datacontents {
 width: 100%;
}
}
.kasoudata_photo, .recruitdata_textarea {
text-align: center;
}
.data_title {
padding: 0 7%;
}
.kasoudata_text1 {
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 5px;
font-weight: lighter;
}
@media (max-width: 767px) {
.kasoudata_text1 {
 font-size: 1rem;
}
}
.kasoudata_text2 {
font-size: 1.5rem;
margin-top: 0;
font-weight: lighter;
}
@media (max-width: 767px) {
.kasoudata_text2 {
 font-size: 1rem;
}
}
.data_subtitle {
padding-bottom: 0;
}

.data_photoimg {
width: 400px;
}
@media (max-width: 576px) {
.data_photoimg {
 width: 300px;
}
}
.kasoudata_photo {
padding-top: 25px;
padding-bottom: 25px;
}
.data_span {
  font-size: 2rem;
  font-weight: bold;
  color: #F41A47;
}
@media (max-width: 576px) {
  .data_span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  }

/* 採用ページ_entry */
input.wpcf7-form-control.wpcf7-submit {
  background: white;
  width: 300px;
  height: 70px;
  border: 1px solid black;
  font-size: 1.2rem;
}
.before_recruite_entrybtn {
  text-align: center;
}
@media (max-width: 576px) {
  input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
}
  .form_font {
    font-size: 0.8rem;
  }
  .span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 1em;
  }
@media (max-width: 576px) {
  .span.wpcf7-list-item {
    display: flex;
  }
  .gender input {
    width: auto;
    margin-top: 5px;
}
span.wpcf7-list-item-label {
  margin-left: 2px;
}
  }
  .recruit_entry_formtext1 {
    font-size: 2.5rem;
    text-align: center;
    padding: 100px 0;
  }
  @media (max-width: 576px) {
    .recruit_entry_formtext1 {
      font-size: 1.5rem;
      text-align: center;
      padding: 50px 0;
    }
}
@media (max-width: 767px) {
.span.wpcf7-form-control.wpcf7-checkbox.gender {
  display: flex;
  flex-direction: column;
}
}
.privacy_recruit {
  text-align: center!important;
  margin-bottom: 40px;
}
.privacy_recruit input {
  width: auto;
}
.pp_entry {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.kiyaku {
  width: 100%;
  height: 300px;
  overflow: scroll;
  padding-bottom: 25px;
  margin: 0 15px;
  border: dashed 1px #222;
  padding: 10px;
  font-weight: lighter;
}
.kiyaku p {
  font-size: .8rem;
}
.kibou_txt {
  font-size: .8rem;
  color: red;
  margin-left: 15px;
}
.kibou_txt2 {
  font-size: .8rem;
  color: red;
}
.recruit_entry_form h3 {
  font-size: 1.5rem;
}
/* 下層ページ_募集要項一覧 */
.recruit_salonlistwrap {
  display: flex;
  flex-direction: column;
}
.recruit_salonlistwrap li {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .recruit_salonlistwrap li {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .recruit_salonlistwrap {
    display: flex;
    flex-direction: column;
  }
  .recruit_salonlistwrap a {
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: lighter;
  }
}

.recruit_list_text {
  text-align: center!important;
}
.system_text1, .system_text2, .system_text3 {
  text-align: center;
  color: white;
}
.system_text1 {
  font-size: 2rem;
  padding-top: 100px;
  font-weight: lighter;
}
.system_text2 {
  font-size: 1rem;
  font-weight: lighter;
}
.system_text3 {
  font-size: 2rem;
  font-weight: lighter;
}
@media (max-width: 576px) {
  .system_text3 {
    font-size: 1rem;
  }
}
.system_span {
  font-size: 3.5rem;
}
@media (max-width: 576px) {
  .merit_ttl_h3 {
    padding-top: 70px;
  }
}
  @media (max-width: 576px) {
    .system_span {
      font-size: 2.5rem;
    }
}
.merit_h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: center;
  font-family: sans-serif;
}
@media (max-width: 991px) {
  .merit_h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .merit_h5 {
    font-size: 20px;
  }
}
.box {
  background-color: #426ea78e;
}
.box2 {
  background-color: #e26868a3;
}
.merit_ttl_h3 {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .merit_ttl_h3 {
    padding-top: 70px;
  }
}
/* .btn_seisyain a {
  background-color: #426ea78e;
  padding: 5px;
  border: solid 1px #D1D1D1;
  line-height: 27px;
}
.btn_seisyain {
    padding: 5px 0;
}
@media (max-width: 576px) {
  .btn_seisyain {
    padding: 10px 0;
}
}
.btn_shorttime a {
  background-color: #e26868a3;
  padding: 5px;
  border: solid 1px #D1D1D1;
  line-height: 27px;
}
.btn_shorttime {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .btn_shorttime {
    padding: 10px 0;
  }
}
.btn_jitan a {
  background-color: #43a896a0;
  padding: 5px;
  border: solid 1px #D1D1D1;
  line-height: 27px;
}
.btn_jitan {
    padding: 5px 0;
  }
  @media (max-width: 576px) {
    .btn_jitan {
      padding: 10px 0;
    }
  }
  .entry_archive_arrow {
    width: 15px;
  } */

  .recruit_salonlistwrap a {
    background-color: #333;
    color: white!important;
    padding: 5px;
    border: solid 1px #D1D1D1;
    line-height: 27px;
    display: inline-block;
    width: 400px;
    text-align: center;
  }
  @media (max-width: 576px) {
    .recruit_salonlistwrap a {
      background-color: #333;
      color: white!important;
      padding: 5px;
      border: solid 1px #D1D1D1;
      line-height: 27px;
      display: block;
      width: 100%;
      font-size: .7rem;
  }
    }
  .btn_blackwhite {
      padding: 5px 0;
  }
  .recruit_salonlistwrap li {
    margin-bottom: 25px;
    text-align: left;
  }
    @media (max-width: 576px) {
    .recruit_salonlistwrap {
        padding: 10px 0;
      }
    }
    @media (max-width: 991px) {
      .recruit_salonlistwrap li {
        margin-bottom: 25px;
        text-align: center;
      }
      }
  
   .white_archive_arrow {
     width: 15px;
     margin-bottom: 3px;
     margin-left: 5px;
   }

   .list_stylist .seisyain .white_archive_arrow {
     margin-left: 19px;
   }
   .list_este .seisyain .white_archive_arrow {
    margin-left: 19px;
  }
  .kyubo_img {
    height: 25px;
    margin-bottom: 3px;
    margin-left: 3px;
  }
  @media (max-width: 576px) {
    .kyubo_img {
      height: 20px;
      margin-bottom: 3px;
      margin-left: 3px;
    }
    }

    .recruit_list_border {
      border: solid 3px #D1D1D1;
      display: flex;
    }
    @media (max-width: 767px) {
      .recruit_list_border {
        border: solid 3px #D1D1D1;
        display: flex;
        flex-direction: column;
        padding: 0;
      }
      }
  .recruitList_wrap {
    padding: 30px 0;
    width: 100%;
}
@media (max-width: 767px) {
  .recruitList_wrap {
    padding: 0;
    margin: 10px;
  }
}
  span.entrynum {
    border-bottom: 1px solid red;
    padding-bottom: 3px;
    display: inline-block;
    width: 125px;
    font-weight: lighter;
  }
  span.kyuboicon {
    background-color: red;
    padding: 5px;
    font-size: 16px;
    color: white;
    display: inline-block;
    margin-top: 10px;
    font-weight: lighter;
}

/* 20200115追加 */
.shoplist_sitelink {
    width: 235px;
    display: inline-block;
    padding: 5px 0;
    color: white!important;
    background-color: #424141!important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
}

@media (max-width: 767px) {
  .shoplist_sitelink {
    display: block;
    margin: 0 auto;
}
}

.shoplist_sitelink:hover {
  color: #424141!important;
  background-color: white!important;
  border: solid 1px #424141;
}

/* 2/16　追加 中島 */

.insta_title {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 30px;
}

@media (max-width: 576px) {
  .insta_title {
    padding-top: 75px;
  }
}

/* 3/4　追加 中島 */

.staffblogbtn {
	text-align: center;
    line-height: 15px;
}

.btnblog {
	border: 1px solid #424141;
    width: 190px;
    height: 52px;
    margin: auto;
    padding: 12px 0 5px 0;
    position: relative!important;
}

.staffblogbtn.btnblog.pc_dx {
    cursor: pointer;
}

/* スマホ向け記述-スタッフのブログボタン専用- */

@media (max-width: 414px) {
.pc_dx {
display: none;
}

.btnblogsp {
  border: 1px solid #424141;
  max-width: 100%;
  height: 52px;
  margin: 20px auto;
  padding: 12px 0 5px 0;
  position: relative!important;
}
}
@media (min-width: 414px) {
.sp_dx {
display: none;
}
}
/* ツールバーの文字色変更（高橋さん依頼） */
a.ab-item {
  color: #ffffff!important;
}

/* 20210521 吉成追加 */
p.category_text {
  display: block;
  width: auto;
}

.blog_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog_info time {
  padding-left: 0;
}






/*--------------------20210820--------------------*/
.recruit_topview ul li {
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 24s;
}
.recruit_topview ul li:nth-child(1) {
    background-image: url(../img/slider1.jpg);
    animation-name: slider-zoomin;
    animation-delay: -3s;
    background-size: cover;
    padding-top: 56.25%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}
.recruit_topview ul li:nth-child(2) {
    background-image: url(../img/slider2.jpg);
    animation-name: slider-zoomout;
    opacity: 0;
    animation-delay: 5s;
    background-size: cover;
    padding-top: 56.25%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}
.recruit_topview ul li:nth-child(3) {
    background-image: url(../img/slider3.jpg);
    animation-name: slider-zoomin;
    opacity: 0;
    animation-delay: 13s;
    background-size: cover;
    padding-top: 56.25%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
footer {
    background: #f4ab2d;
}
.headernav1-text, .headernav2-text, .headernav3-text, .headernav4-text {
    background-color: #2499cc;
}
.merit_area_net_work img {
	width: 900px;
	margin: auto;
	display: block;
	margin: auto;
	max-width: 100%;
}
.merit_area_main_shop img {
	width: 571px;
	margin: auto;
	display: block;
	margin: auto;
	max-width: 100%;
}
.recruit_entry_form .age,
.recruit_entry_form .years {
	width: auto;
}
.topmessage-text {
	white-space: pre-line;
}
.company_address {
    padding: 0px 20%;
}
.interview_textarea {
    width: 100%;
}
.entry_text3,
.entry_text4 {
	text-align: center;
}
#itemB {
    grid-row: 1 / 3;
    grid-column: 2 / 5;
}
#itemF {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.interview_movie_img  {
	margin-bottom: 50px;
}
.pcheader_left {
	width: 150px;
	margin: auto;	
}
.pcheader_right {
	margin: 0;
}
.footerleft_top a {
	display: block;
}
.footerleft_top a img {
	width: 230px;
}
.recruit_pcheader {
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 0;
}
.information_textarea img {
    width: 350px;
}


@media (max-width: 991px) {
	.kasou_topmessage {
	    margin: 0 5%;
	}
	.company_address {
		padding: 0;
	}
	.recruit_topview {
	    height: 100%;
	    width: 100%;
	}
	.recruit_topview ul li:nth-child(1) {
	    background-image: url(../img/slider1_sp.jpg);
	}
	.recruit_topview ul li:nth-child(2) {
	    background-image: url(../img/slider2_sp.jpg);
	}
	.recruit_topview ul li:nth-child(3) {
	    background-image: url(../img/slider3_sp.jpg);
	}
}