/*
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
font-family: 'Kosugi Maru',
*/

/* reset */
html{
  scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
  font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #565b52;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.3s ease;
  opacity: 1.0;
}
li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p{
  line-height: 2;
}
a{
  color: #565b52;
  text-decoration: none;
}
a:hover, .active{
  color: #ccc;
}
a:active, a:focus,input:active, input:focus{
  outline:0;
}
a:hover img {
  opacity:0.95;
}
img{
  max-width: 100%;
  height: auto;
}


/* ==================================================
  Common CSS
================================================== */
.flex{
  display: flex;
}
.space-b{
  justify-content: space-between;
}
.row-r{
  flex-direction: row-reverse;
}
.w-inner{
  padding: 0 80px;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
}
.img-rad{
  border-radius: 6px;
}
.-bg{
  background: #f9f8f4;
}
.-bg-dot{
  background:url('../img/bg-ptn-dot1.png')!important;
  background-color: #f9f8f4!important;
}
.-ctr{
  text-align: center;
}
.-m30{
  margin-top: 3rem;
}
.-pu50{
  padding-bottom: 5rem;
}
._vtl{
  border-left: 4px solid #67a7db;
  padding-left: 10px;
}
.-btn{
  background: #b39b14;
  display: block;
  color: #fff;
  width: 300px;
  margin: 3rem auto;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.-btn span{
  position: relative;
  padding-right: 16px;
}
.-btn span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr {
  clear: both;
  border: 0px;
  padding: 20px 0;
}

@media screen and (min-width: 992px){
  .-flex{
    display: flex;
  }
  .-spb{
    justify-content: space-between;
  }
  .pc-n{
    display: none;
  }
}


/* ==================================================
  Animation CSS
================================================== */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* ==================================================
  Header
================================================== */
#l-header {
 z-index:1000;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 transition:all .6s cubic-bezier(.165,.84,.44,1);
 transition-property:transform;
 transition-timing-function:cubic-bezier(.165,.84,.44,1)
}
#l-header .l-header__wrapper {
 margin:0;
}
#l-header .logo img{
  padding-top: 10px;
}
#l-header .l-header__wrapper > .l-header__inner {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 20px 0 25px;
}
#l-hero__wrapper {
 position:relative;
 height:100vh
}
#l-hero__wrapper .l-hero__content {
 position:absolute;
 width: 100%;
}
#global-navi {
  width: 100%;
}
#wrapper nav ul li{
  list-style-type: none;
}
#wrapper nav ul li a{
  color: #565b52;
}
.hidden #wrapper nav ul li a{
  color: #565b52;
}
.hidden #wrapper nav ul li a:hover{
  color: #666;
}
.header{
  background: #fff;
  transition: all 0.5s ease;
}
.hidden {
  background: rgba(255,255,255,0.95) ;
  transition: all 0.5s ease;
}

@media screen and (min-width: 992px){
  #l-header .logo{
    width: 15%;
  }
  #wrapper{
    width: 60%;
  }
  #l-header .head-contact{
    width: 25%;
    text-align: center;
    display: flex;
  }
  #l-header .head-tel{
    width: 55%;
  }
  #l-header .head-mail{
    width: 45%;
  }
  #l-header .head-tel p{
    font-size: max(1.7vw, 1rem);
    font-weight: bold;
    line-height: 1.2;
  }
  #l-header .head-tel span{
    font-size: max(.7vw, 9px);
    line-height: 1.4;
    display: block;
  }
  #l-header .head-mail a{
    background: #5394FF;
    color: #fff;
    font-size: max(.9vw, 9px);
    font-weight: bold;
    padding: 0 .5vw;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    position: relative;
    border-radius: 500px;
  }
  #l-header .head-mail a::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/head-mail.svg) no-repeat;
    background-size: contain;
    margin-right: 2px;
  }
  #global-navi .menu{
    display: flex;
    justify-content: flex-end;
  }
  #wrapper nav ul li{
    padding: 0 .8vw;
    position: relative;
    font-size: max(1vw, .7rem);
  }
  #wrapper nav ul li a{
    position: relative;
  }
  #wrapper nav ul li a:hover{
    color: #eee;
  }
  #wrapper nav ul .last::after {
    width: 0;
    height: 0;
  }
  .menu-items{
    height: 60px;
    position: relative;
  }
  .menu-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    transition: all .15s;
  }
  .SubMenu {
    visibility: hidden;
    position: absolute;
    left: -40px;
    top: 70px;
    width: 200px;
    background-color: #f9f8f4;
  }
  #wrapper nav .SubMenu-Item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  #wrapper nav .SubMenu-Item a{
    color: #444;
    background-color: #f9f8f4;
    display: block;
    padding: 10px 20px;
    font-size: max(.9vw, .7rem);
    position: relative;
  }
  #wrapper nav .SubMenu-Item a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    border-top: 2px solid #67a7db;
    border-right: 2px solid #67a7db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wrapper nav .SubMenu-Item a:hover{
    background: #efe8df;
  }
  #wrapper nav .menu-items:hover .SubMenu {
    visibility: visible;
  }
  #wrapper nav .contact-items{
    display: none;
  }
  #wrapper .sp-icon{
    display: none;
  }
  .col2-items{
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  #l-header{
    top: 0px;
  }
  #l-header .logo img{
    height: 30px;
  }
  #l-header .l-header__wrapper > .l-header__inner{
    padding: 0 10px;
    height: 50px;
  }
  #l-hero__wrapper{
    margin-top: 0px;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 50px 0 0 0;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
  }
  #wrapper nav ul li {
    display:block;
    padding: 14px 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: .95rem;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    background: #67a7db;
    top: 0;
    right: 0;
    width: 52px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  #wrapper .btn-gnavi::after{
    content: "メニュー";
    position: absolute;
    bottom: 3px;
    left: 6px;
    font-size: 10px;
    color: #fff;
    letter-spacing: -1px;
  }
  #wrapper .btn-gnavi span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top:10px; 
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top:18px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top:26px;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(1) {
    top: 13px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(2) {
    opacity: 0;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(3){
    top: 25px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
  } 
  #wrapper .contents section:nth-child(odd) p {
    left: 10%
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%
  }
  #wrapper nav .contact-items{
    background: #67a7db;
    text-align: center;
    margin: 30px 20px 0 20px;
  }
  #wrapper nav .contact-items a::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/head-mail.svg) no-repeat;
    background-size: auto;
    background-size: contain;
  }
  .hidden #wrapper nav .contact-items a,#wrapper nav .contact-items a{
    color: #fff!important;
  }
  .head-contact{
    display: none;
  }
  .menu-items a{
    position: relative;
  }
  .menu-items a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 3px solid #67a7db;
    border-right: 3px solid #67a7db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wrapper nav .SubMenu{
    display: flex;
    margin: 14px -20px -14px -20px;
    border-top: 1px solid #eaeaea;
  }
  #wrapper nav .SubMenu-Item{
    font-size: .75rem;
    width: 50%;
    padding: 15px 0 15px 20px;
    border-bottom: 0;
  }
  .menu-items .SubMenu-Item{
    position: relative;
  }
  .menu-items .SubMenu-Item::before{
    content: "";
    position: absolute;
    left:0;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 2px;
    border-top: solid 0px #ccc;
  }
  .menu-items .SubMenu-Item a::before{
    width: 0;
    height: 0;
    border-right: 0;
  }
  #wrapper nav .SubMenu li:nth-child(odd){
    border-right: 1px solid #eaeaea;
  }
  #wrapper .sp-icon{
    position: absolute;
    top: 0;
    right: 60px;
  }
  #wrapper .sp-icon ul{
    display: flex;
  }
  #wrapper .sp-icon li a{
    display: block;
    width: 55px;
    height: 50px;
    font-size: 10px;
    text-align: center;
    color: #555;
    position: relative;
  }
  #wrapper .sp-icon .sp-room a::before{
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/sp-head-room.svg) no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -14px;
  }
  #wrapper .sp-icon .sp-contact a::before{
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/sp-head-mail.svg) no-repeat;
    background-size: auto;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -12px;
  }
  #wrapper .sp-icon li a span{
    padding-top: 30px;
    display: block;
  }
  #site-header .search-oc-btn:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto;
    background-image: url(../img/siteheader_icon_sh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}
  .w-inner{
    padding: 0 30px;
  }
}


/* ==================================================
  RESPONSIVE CSS
================================================== */
@media only screen and (min-width: 769px){
  body{
    font-size: 16px;
  }
  .sp{
    display: none!important;
  }
  .flex_box{
    display: flex;
    justify-content: space-between;
    height: 190px;
  }
  .f_add{
    width: 55%;
  }
  .f_time{
    width: 44%;
  }
  .col2__items{
    width: 48%;
  }
}

@media only screen and (max-width: 1200px){
  .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* スマートフォン */
@media only screen and (max-width: 768px){
  body,p{
    font-size: 14px;
    line-height: 1.6;
  }
  .pc{
    display: none!important;
  }
  .flex{
    flex-direction: column;
  }
  .w-inner{
    padding: 0 20px;
  }
  .inner{
    padding: 0 20px;
    margin: 0 auto;
  }
  .is-c-wrap{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

/* ==================================================
  Footer
================================================== */
footer {
  background: #5394FF;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.footer_title{
  font-size: 1.17em;
  margin-bottom: 20px;
  font-weight: bold;
}
footer #footer_l {
  width: 38%;
  display: flex;
  justify-content: flex-end;
}
footer #footer_l #footer_l_wrap {
  width: 350px;
  margin: 60px 15px 30px;
}
footer #footer_l #footer_l_wrap a{
  color: #fff;
}
footer #footer_l #footer_l_wrap h3 {
  margin-bottom: 20px;
}
footer #footer_l #footer_l_wrap h3 img {
  width: 175px;
}
footer #footer_l #footer_l_wrap address {
  margin-bottom: 20px;
}
footer #footer_l #footer_l_wrap address p {
  font-size: .95rem;
  font-style: normal;
  color: #fff;
}
footer #footer_l #footer_l_wrap .foot-contact{
  padding: 0;
  color: #fff;
  font-weight: bold;
}
footer #footer_l #footer_l_wrap .foot-contact p{
  font-size: .8rem;
}
footer #footer_l #footer_l_wrap .foot-contact .tel{
  font-size: 2rem;
  line-height: 1.2;
}
footer #footer_l #footer_l_wrap .foot-contact .tel span{
  font-size: 1.2rem;
}
footer #footer_l #footer_l_wrap .contact_btn{
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  margin: .6rem 0 1.8rem 0;
  width: 300px;
  text-align: center;
  max-width: 100%;
  position: relative;
  height: 50px;
  line-height: 50px;
}
footer #footer_l #footer_l_wrap .contact_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer #footer_l #footer_l_wrap #footer_sns_btn {
  display: flex;
}
footer #footer_l #footer_l_wrap #footer_sns_btn li {
  width: 28px;
  margin: 0 20px 0 0;
}
footer .copy {
  font-size: .65rem;
  color: #fff;
}
footer #footer_r {
  background: #53BFFF;
  width: 62%;
  margin: 0 auto;
  padding: 60px 0 30px;
}
footer #footer_r ul li a {
  color: #fff;
  text-decoration: none;
}
footer #footer_r ul li a:hover {
  text-decoration: underline;
}
footer #footer_r #footer_menu {
  width: 660px;
  margin: 0 60px 46px;
  display: flex;
  flex-wrap: wrap;
}
footer #footer_r #footer_menu li {
  width: 32%;
  margin: 0 1% 30px 0;
  font-weight: bold;
}
footer #footer_r #footer_menu li .footer_menu_sub {
  margin: 10px 0 0 1rem;
}
footer #footer_r #footer_menu li .footer_menu_sub li{
  width: 100%;
  margin: 5px 0;
  font-size: .85rem;
  position: relative;
}
footer #footer_r #footer_menu li .footer_menu_sub li::before {
  content: "-";
  position: absolute;
  left: -10px;
  color: #fff;
}
footer #footer_r #footer_menu_other {
  margin: 112px 0 0 20px;
  display: flex;
}
footer #footer_r #footer_menu_other li {
  padding-left: 40px;
  font-size: .8rem;
  position: relative;
}
footer #footer_r #footer_menu_other li::before {
  content: "│";
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: .8rem;
}
footer #footer_r #footer_menu_other li:first-child:before {
  content: none;
}

@media screen and (max-width: 991px) {
  footer {
    display: block;
  }
  footer #footer_l {
    background: none;
    width: 100%;
    display: block;
  }
  footer #footer_l #footer_l_wrap {
     width: 96%;
     margin: 0;
     padding: 40px 0 24px;
     text-align: center;
  }
  footer #footer_l #footer_l_wrap h3{
    margin-bottom: 10px;
  }
  footer #footer_l #footer_l_wrap h3 img {
    width: 100px;
  }
  footer #footer_l #footer_l_wrap .contact_btn{
    margin-left: auto;
    margin-right: auto;
  }
  footer #footer_r {
    width: 100%;
    padding: 0 0 40px;
  }
  footer #footer_r #footer_menu{
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  footer #footer_r #footer_menu li{
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    font-size: .8rem;
  }
  footer #footer_r #footer_menu li .footer_menu_sub{
    margin-top: 2px;
  }
  footer #footer_r #footer_menu li .footer_menu_sub li{
    margin: 0;
    padding: 2px 0;
    border-bottom: 0;
    font-size: .7rem;
  }
  footer #footer_r #footer_menu_other {
    margin: 30px 20px 80px 0;
    flex-direction: column;
  }
  footer #footer_r #footer_menu_other li{
    font-size: .7rem;
    padding-left: 20px;
  }
  footer #footer_r #footer_menu_other li::before{
    content: "";
  }
  footer .copy{
    text-align: center;
    padding-top: 2rem;
  }
  footer #footer_l #footer_l_wrap #footer_sns_btn{
    justify-content: center;
  }
  footer #footer_l #footer_l_wrap #footer_sns_btn li{
    margin: 0 10px;
  }
}


/* ==================================================
  Page top / Notice btn
================================================== */
#page-top{
  position: fixed;
  bottom: 110px;
  right: 20px;
}
#page-top::before {
  display: block;
  content: "";
  height: 3px;
  width: 20px;
  background: #DFF3FF;
  position: absolute;
  -webkit-transform: translate3d(0,0,0)rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  bottom: 32px;
  right: -1px;
}
#page-top::after {
  display: block;
  content: "";
  height: 3px;
  width: 20px;
  background: #DFF3FF;
  position: absolute;
  -webkit-transform: translate3d(0,0,0)rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 0;
  bottom: 32px;
  right: 12px;
}
#page-top a {
  color: #DFF3FF;
  font-weight: bold;
}
#notice-btn{
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 100%;
  z-index: 2;
  background: #5394FF;
  border: 0px solid #ccc;
  border-radius: 30px 0 0 0;
}
#notice-btn a{
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 260px;
  height: 100px;
}
#notice-btn .notice-inner{
  position: relative;
}
#notice-btn .close{
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 1;
  cursor: pointer;
}
#notice-btn .txt{
  width: 90%;
  line-height: 1.4;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
#notice-btn .num{
  color: #f2ede4;
  font-size: 1.4rem;
  padding: 0 2px;
}

@media only screen and (max-width: 991px){
  #notice-btn{
    bottom: 0;
    right: 0;
    left: 0;
    width: 250px;
    border-radius: 0 20px 0 0;
  }
  #notice-btn a{
    height: 80px;
  }
  #page-top {
    bottom: 16px;
  }
}


/* ======================================================
  Breadcrumb
  ======================================================= */
#breadcrumb{
  padding: 20px 0 20px 26px;
  position: relative;
}
#breadcrumb::before{
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/icon-home.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
}
#breadcrumb ol{
  margin: 0;
  padding: 0;
  display: flex;
}
#breadcrumb li{
  list-style-type: none;
  font-size: .8rem;
  position: relative;
}
#breadcrumb li a{
  display: block;
  padding: 0 24px 0 0;
  color: #333;
}
#breadcrumb li a:hover{
  text-decoration: underline;
  color: #ccc;
}
#breadcrumb li::after {
  content: "＞";
  color: #aaa;
  font-size: 10px;
  position: absolute;
  right: 16px;
  top: 18%;
  width: 0;
  height: 0;
  z-index: 2;
}
#breadcrumb li:last-child::after {
  content: " "!important;
}


/* ======================================================
  Header Title
  ======================================================= */
#content .is-head__wrapper{
  padding: 0;
  height: 520px;
  position: relative;
}
#content .is-head__img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
}
#content .is-head__txt{
  position: absolute;
  left: 50px;
  bottom: 10%;
  text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
}
#content .is-head__txt h1{
  font-size: max(2.6vw, 1.4em);
}
#content .is-head__title{
  font-size: max(2.6vw, 1.4em);
  font-weight: bold;
}
#content .is-head__txt span{
  display: block;
  font-size: max(1.3vw, .9em);
  padding-left: 5px;
  font-weight: 600;
}

/* ヘッダー画像設定 */
.head-message{
  background-image: url(../img/head/head-message.jpg);
}
.head-guide{
  background-image: url(../img/head/head-guide.jpg);
}
.head-facility{
  background-image: url(../img/head/head-room.jpg);
}
.head-staff{
  background-image: url(../img/head/head-staff.jpg);
}
.head-faq{
  background-image: url(../img/head/head-faq.jpg);
}
.head-recruit{
  background-image: url(../img/head/head-recruit.jpg);
}
.head-recruit-faq{
  background-image: url(../img/head/head-recruit-faq.jpg);
}
.head-company{
  background-image: url(../img/head/head-company.jpg);
}
.head-privacy{
  background-image: url(../img/head/head-privacy.jpg);
}
.head-sitemap{
  background-image: url(../img/head/head-sitemap.jpg);
}
.head-ct{
  background-image: url(../img/head/head-contact.jpg);
}
.head-news{
  background-image: url(../img/head/head-news.jpg);
}

@media screen and (max-width: 991px) {
  #content .is-head__wrapper{
    height: 230px;
  }
  #content .is-head__txt{
    left: 20px;
  }
}