@charset "UTF-8";
/*==============================================
	Reset
==============================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure {
  margin: 0;
  padding: 0;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table, th, td,
img {
  border: 0;
}

img, input {
  vertical-align: top;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  outline: 0;
}

em {
  font-style: normal;
}

header, footer, nav, main,
article, section, aside,
figure, figucaption,
small {
  display: block;
}

input[type="button"], input[type="submit"] {
  background: none;
  border: none;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

/*------------------------
	Font
------------------------*/
/*================================
	PC & SP Common Styles
================================*/
/*------------------------
	Layout, Elements
------------------------*/
body {
  opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

a.linkarea {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

/*------------------------
	SNS Navi
------------------------*/
.snslist li {
  line-height: 1;
}
.snslist li a {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 0;
}
.snslist li a::before {
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  font-weight: 400;
}
.snslist li.fb a::before {
  content: "\f09a";
}
.snslist li.insta a::before {
  content: "\f16d";
}

/*------------------------
	Slick Hack
------------------------*/
.slick-disabled {
  opacity: 0;
}

/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (PC)
	Common Styles

==============================================*/
@media screen and (min-width: 835px) {
  /*================================
  	Layout
  ================================*/
  /*================================
  	Elements
  ================================*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.4rem;
  }

  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }

  a,
  .linkarea_parent {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
  }

  a:hover,
  .linkarea_parent:hover {
    opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }

  main a.blank::after {
    content: "\f35d";
    margin-left: .5em;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #999;
  }

  .sponly {
    display: none;
  }

  #contents {
    padding-top: 90px;
  }
  body#index #contents {
    padding-top: 100px;
  }

  /*================================
  	header
  ================================*/
  #siteheader {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  #siteheader.fixed {
    position: fixed;
  }
  #siteheader .inner {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0 5% 0 3%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  #siteheader .logo {
    width: 307px;
  }
  #siteheader #gnav {
    width: calc(100% - 400px);
  }
  #siteheader #gnav .gnavlist {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  #siteheader #gnav .gnavlist li {
    margin-left: 1rem;
  }
  #siteheader #gnav .gnavlist li a {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
  }
  #siteheader .menu,
  #siteheader .close {
    display: none;
  }
  body:not(#index) #siteheader, body#index #siteheader.fixed {
    background: #fff;
  }
  body:not(#index) #siteheader .logo img.white, body#index #siteheader.fixed .logo img.white {
    display: none;
  }
  body#index #siteheader:not(.fixed) .inner {
    height: 100px;
  }
  body#index #siteheader:not(.fixed) .logo img.normal {
    display: none;
  }
  body#index #siteheader:not(.fixed) #gnav .gnavlist li a {
    color: #fff;
  }

  /*================================
  	Grobal Navi
  ================================*/
  /*================================
  	Footer
  ================================*/
  #sitefooter {
    background: #fff url(../img/footer_bg.jpg) center top/cover no-repeat;
    margin-top: 130px;
    padding-bottom: 100px;
  }
  #sitefooter .recruit {
    height: 430px;
    background: #E4EEF6 url(../img/recruit_photo.jpg) center top/auto 430px no-repeat;
    position: relative;
  }
  #sitefooter .recruit .details {
    width: 90%;
    max-width: 950px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #sitefooter .recruit .details h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.5rem;
    letter-spacing: .1em;
    color: #232C67;
  }
  #sitefooter .recruit .details h2 em {
    display: block;
    margin-bottom: 20px;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  #sitefooter .recruit .details .more {
    margin-top: 20px;
  }
  #sitefooter .recruit .details .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
  }
  #sitefooter .recruit .details .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sitefooter .recruit .details .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #sitefooter .logo {
    width: 307px;
    margin: 0 auto 80px;
    padding-top: 100px;
  }
  #sitefooter .footnav {
    margin-bottom: 80px;
  }
  #sitefooter .footnav ul {
    text-align: center;
  }
  #sitefooter .footnav ul li {
    display: inline-block;
    margin: 0 1rem;
  }
  #sitefooter .footnav ul li a {
    display: block;
    padding: 1rem;
    font-family: 'EB Garamond', serif;
    font-size: 1.4rem;
    letter-spacing: .1em;
    color: #fff;
  }
  #sitefooter small {
    text-align: center;
    font-family: 'EB Garamond', serif;
    letter-spacing: .1em;
    color: #fff;
  }
  #sitefooter small a {
    color: #fff;
  }

  /*================================
  	Pagetop
  ================================*/
  #pagetop {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
  }
  #pagetop a {
    width: 3rem;
    height: 3rem;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 0;
    color: #666;
  }
  #pagetop a::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -.4rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*================================
  	Contents
  ================================*/
  #contents {
    min-width: 1100px;
  }

  /*------------------------
  	Page Header
  ------------------------*/
  #pageheader {
    background: #fff url(../img/pageheader_bg.jpg) center center/cover no-repeat;
    padding: 150px 5%;
  }
  #pageheader h1 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 3.6rem;
    color: #fff;
  }
}
/*------------------------
	Font
------------------------*/
@media screen and (max-width: 834px) {
  /*==============================================
  
  	SWC (SP)
  	Common Styles
  
  ==============================================*/
  /*================================
  	Layout
  ================================*/
  /*================================
  	Elements
  ================================*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.4rem;
  }

  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }

  main a[target=_blank]::after {
    content: "\f35d";
    margin-left: .5em;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #999;
  }

  .pconly {
    display: none;
  }

  /*================================
  	header
  ================================*/
  #siteheader {
    width: 100%;
    height: 5rem;
    padding: 1.25rem 5%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  body:not(#index) #siteheader {
    background: #fff;
  }
  #siteheader.fixed {
    position: fixed;
  }
  #siteheader .logo img {
    height: 2.5rem;
  }
  #siteheader .menu {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1rem;
    position: absolute;
    right: 3%;
    top: 1rem;
  }
  #siteheader .menu span {
    display: inline-block;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  #siteheader .menu::before {
    content: "";
    display: block;
    width: 3rem;
    height: 1.7rem;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    margin: 0 auto .7rem;
  }
  #siteheader .menu::after {
    content: "";
    display: block;
    width: 3rem;
    border-top: 1px solid #262626;
    position: absolute;
    left: 50%;
    top: .8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body:not(#index) #siteheader, body#index #siteheader.fixed {
    background: #fff;
  }
  body:not(#index) #siteheader .logo img.white, body#index #siteheader.fixed .logo img.white {
    display: none;
  }
  body#index #siteheader:not(.fixed) .logo img.normal {
    display: none;
  }
  body#index #siteheader:not(.fixed) .menu {
    color: #fff;
  }
  body#index #siteheader:not(.fixed) .menu::before {
    border-top: 1px solid  #fff;
    border-bottom: 1px solid  #fff;
  }
  body#index #siteheader:not(.fixed) .menu::after {
    border-top: 1px solid  #fff;
  }
  body#index #siteheader:not(.fixed) #gnav .gnavlist li a {
    color: #fff;
  }

  /*================================
  	Grobal Navi
  ================================*/
  #gnav {
    display: none;
    width: 100%;
    height: 100vh;
    background: url(../img/footer_bg.jpg) center center/cover no-repeat;
    padding-top: 70px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  #gnav .gnavlist {
    border-top: 1px solid  #fff;
    margin: 0 5%;
  }
  #gnav .gnavlist li a {
    display: block;
    border-bottom: 1px solid  #fff;
    padding: 2rem 5%;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
  }
  #gnav .close {
    padding-top: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    right: 5%;
    top: 10px;
  }
  #gnav .close::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
  }

  /*================================
  	Footer
  ================================*/
  #sitefooter {
    background: url(../img/footer_bg.jpg) center center/cover no-repeat;
    padding-bottom: 50px;
  }
  #sitefooter .recruit {
    height: 140vw;
    background: #EAF3F8 url(../img/recruit_photo_sp.jpg) center bottom/cover no-repeat;
    position: relative;
  }
  #sitefooter .recruit .details {
    padding: 50px 7% 0;
  }
  #sitefooter .recruit .details h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3rem;
    line-height: 1.4;
    color: #232C67;
  }
  #sitefooter .recruit .details h2 em {
    display: block;
    margin-bottom: 20px;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  #sitefooter .recruit .details .more {
    margin-top: 10px;
  }
  #sitefooter .recruit .details .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
  }
  #sitefooter .recruit .details .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sitefooter .recruit .details .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #sitefooter .logo {
    padding-top: 50px;
    text-align: center;
  }
  #sitefooter .logo img {
    height: 3rem;
  }
  #sitefooter .footnav {
    margin: 40px 0 50px;
  }
  #sitefooter .footnav ul {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sitefooter .footnav ul li {
    width: 50%;
    padding: .5rem;
  }
  #sitefooter .footnav ul li a {
    display: block;
    padding: .5rem;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: #fff;
  }
  #sitefooter small {
    text-align: center;
    font-family: 'EB Garamond', serif;
    letter-spacing: .1em;
    font-size: 1rem;
    color: #fff;
  }
  #sitefooter small a {
    color: #fff;
  }

  /*================================
  	Pagetop
  ================================*/
  #pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    color: #666;
  }
  #pagetop a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*================================
  	Contents
  ================================*/
  #contents {
    padding: 50px 0 100px;
  }

  /*------------------------
  	Page Header
  ------------------------*/
  #pageheader {
    background: url(../img/pageheader_bg_sp.jpg) center center/cover no-repeat;
    padding: 80px 5%;
  }
  #pageheader h1 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 2.8rem;
    color: #fff;
  }
}
