@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  z-index: -2;
}

.main {
  flex: 1;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.text {
  z-index: 1;
  width: 23vh;
  text-align: left;
  display: block;
  position: fixed;
  top: 13%;
}
#header {
  min-width: 1078px;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  align-items: center;
  padding: 0 5px 0 4px;
  z-index: 100;
  position: fixed;
}
#header h1 img {
  width: 380px;
  position: absolute;
  top: 18px;
}
#search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search-wrap h1 a:hover{
  opacity: 1;
}
.nav01c {
  display: flex;
}
#g-nav-list ul li {
  font-weight: 600;
}
#g-nav-list ul li:last-child {
  padding: 0;
}
#g-nav-list ul li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 7px #333;
}
.two-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 9px 93px 0 0 ;
}
.description img {
  width: 100px;
}
.font-size {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgb(19 19 19);
}
#slider {
  width: 100%;
  height: 90vh; 
  z-index: -999;
}
.c-heading1__inner {
  font-weight: 600;
  color: #333;
  font-size: 2.5rem;
}
.c-heading1::before {
  margin: -7px 30px 0 8px;
}
.main {
  height: 28vh;
}
.c-heading1 {
  display: flex;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: .2rem;
}
.c-heading1.-theme-lightBlue::before {
  background: #7ec8ff;
}

.c-heading1::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 41px;
  margin: 0px 30px 0 8px;
  transform: skewX( 
-40deg
) translateX(50%);
  background: #0065b0;
  vertical-align: middle;
}
.c-heading1__inner {
  flex: 1;
  position: relative;
}
/* パンくずリスト */
.p-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 16px;
  background: #f7f7f7;
  /* margin-top: 8px; */
}
.p-breadcrumb li:not(:last-child) {
  margin: 0 24px 0 0;
}
.p-breadcrumb li {
  position: relative;
  list-style: none;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-breadcrumb li a {
  color: #aaa;
  text-decoration: none;
}
.p-breadcrumb li:not(:last-child)::after {
  content: ">";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -16px;
  color: #aaa;
}
.p-breadcrumb li:not(:last-child) {
  margin: 0 24px 0 0;
}
.p-breadcrumb li {
  position: relative;
  list-style: none;
  font-size: 1.2rem;
  white-space: nowrap;
}
.p-breadcrumb li a {
  color: #aaa;
  text-decoration: none;
}
.p-breadcrumb li:not(:last-child)::after {
  content: ">";
  z-index: 1;
  position: absolute;
  top: 0;
  font-size: 0.8rem;
  right: -16px;
  color: #aaa;
}
.p-breadcrumb li {
  position: relative;
  list-style: none;
  font-size: 0.8rem;
  white-space: nowrap;
}
.c-bgSkew-r {
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.c-bgSkew-r::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 182%;
  width: 200px;
  height: 100%;
  background:rgba(51,136,223,0.1) ;
  transform-origin: left top;
  transform: skewX(
-40deg);
}
.c-bgSkew-r_point::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 121%;
  width: 300px;
  height: 100%;
  background:rgba(51,136,223,0.1) ;
  transform-origin: left top;
  transform: skewX(
-40deg);
}
.c-bgSkew-r_point_1::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 100%;
  width: 200px;
  height: 100%;
  background:rgba(51,136,223,0.1) ;
  transform-origin: left top;
  transform: skewX(
-40deg);
}
.p-jpCrew__name1 em{
  font-style: normal;
  font-size: 0.8rem;
}



@media(max-width:1100px) {
  .other-wrap {
    display: none;
}
.l-main {
  margin-top: 61px;
}
.p-breadcrumb {
  margin-top: 0;
}
}
@media(max-width:1280px) {
  .two-wrap{
    padding-right: 45px;
  }
}
@media(max-width:1100px) {
  #header h1 img {
    
    padding-top: 0;
    top: 5px;
}
}
@media(max-width:1060px) {
  .font-size {
    display: none;
  }
  #header h1 img {
    max-width: 286px;
    width: 100%;
    padding-top: 0;
    top: 9px;
}
}
@media(max-width:768px) {
  .main {
    height: 37vh;
  }
  #slider {
    width: 100%;
    height: 75vh; 
    z-index: -999;
  }
}
#footer {
  background-color: #F7F7F7;
  padding: 115px 170px 115px 170px;
}
.footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapwrap {
  display: flex;
  justify-content: space-between;
}
.footer-left {
  line-height: 1.5rem;
  text-align: left;
  font-size: 0.9rem;
}
.footer-right {
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.logo-wrap {
  text-align: left;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: flex-end;
  }
/* footericon */
.l-footer-sns {
  display: flex;
  padding: 0 40px;
  background-color: #fff;
  border-radius: 49px;
  align-items: center;
  max-width: 410px;
  width: 100%;
  height: 60px;
  justify-content: center;
}
.l-footer-sns__heading {
  margin-right: 40px;
}
.l-footer-sns__heading {
  font-family: futura-pt, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #878787;
}
.l-footer-sns__list {
  display: flex;
  justify-content: space-between;
}
.l-footer-sns__list>* {
  width: 100%;
  list-style: none;
}
.l-footer-sns__link {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #090a0c;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.l-footer-sns__link:hover{
  width:100%;
  opacity:1 ;
  text-decoration: 1px solid #000;
}
.l-footer-sns__link span {
  background-image: linear-gradient(#090a0c,#090a0c);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: right bottom;
  transition: background-size .4s;
  font-size: 0.98rem;
}
.l-footer-sns__link:hover span {
  background-size: 100% 1px;
  background-position: left bottom;
}
.l-footer-sns__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}
.-instagram .l-footer-sns__link::before {
  width: 26.06px;
  height: 26.06px;
  background-image: url(../img/icon_instagram.svg);
}

.logo-wrap img {
  text-align: left;
  max-width: 350px;
  width: 100%;
}
#g-nav-list {
  padding-top: 20px;
}
.size-button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 11px;
  text-align: center;
  width: 40px;
  font-weight: 600;
  box-shadow: 1px 1px 2px rgb(74 74 75);
  border-radius: 70px;
}
.size-button:hover, .size-button.active {
  background-color: #3388DF;
  color: #fff;
}
#page-top img {
  width: 70px;
  opacity: 0.8;
}
.footer-right span{
  text-align: left;
  display: block;
}
@media(max-width:1060px) {
  .sp-none {
    display: none;
  }
}
@media(max-width:1400px) {
  #footer {
    padding: 70px 70px 85px 70px;
  }
}
@media(max-width:900px) {
  .c-heading1__inner {
    font-size: 1.4rem;
}
  .wrapwrap {
    display: block;
  }
  .footer-left {
    text-align: center;
  }
  .logo-wrap {
    text-align: center;
  }
  .footer-right span {
    display: block;
    padding-top: 14px;
    font-size: 0.6rem;
    line-height: 1.0rem;
    text-align: center;
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
  }
  #footer {
    padding: 60px 17px 15px 17px;
  }
  .logo-wrap img {
    max-width: 350px;
    width: 100%;
  }
.accordion_header {
  color: #000;
  background-color: rgba(45, 65, 95, 0.6);
}
.accordion_header a {
  padding: 7px 0 0 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  display: block;
  font-size: 0.8rem;
  padding: 13px 2px;
  line-height: 1.5rem;
  background-color: rgba(45, 65, 95, 0.6);
}
#home a {
  background-color: transparent;
}
#home a, #recruit1 a {
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.0rem;
}
.c-heading1::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 33px;
  margin: 0px 30px 6px 10px;
  transform: skewX( 
-40deg
) translateX(50%);
  background: #0065b0;
  vertical-align: middle;
}
.logo-wrap{
  display: block;
}
.l-footer-sns{
  margin: 29px auto;
}
.l-footer-sns{
  flex-direction: column;
  justify-content: center;
  height: 75px;
}
.l-footer-sns__heading {
  margin-bottom: 11px;
  margin-right: 0;
}
}
@media(max-width:1060px) {
  .accordion_header {
    color: #000;
    background-color: rgba(45, 65, 95, 0.6);
  }
  .accordion_header a {
    background-color: transparent;
  }
}
@media screen and (max-width: 1060px) {
  .accordion_header a {
    border: none;
  }
}
@media(max-width:768px) {
  #page-top img {
    width: 55px!important;
}
}