@charset "UTF-8";
/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
color
============================*/
/*============================
body
============================*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background-color: #212832;
}

.frontpage {
  line-height: 2;
  letter-spacing: .05em;
  font-kerning: auto;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  color: #ffffff;
  background-color: #212832;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .frontpage {
    font-size: 3.73333vw;
  }
}
.frontpage.white {
  background-color: #f5f5f5;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .frontpage.white.navy {
    background-color: #212832;
  }
}

/*============================
base
============================*/
.frontpage * {
  box-sizing: border-box;
}
.frontpage a {
  text-decoration: none;
}
.frontpage img {
  display: block;
  max-width: 100%;
  height: auto;
}
.frontpage .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .frontpage .pc {
    display: none;
  }
}
.frontpage .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .frontpage .sp {
    display: block;
  }
}
.frontpage small {
  font-size: 70%;
}
.frontpage strong {
  font-weight: 700;
}
.frontpage sup {
  position: relative;
  vertical-align: top;
  font-size: 70%;
  top: -0.1em;
}
.frontpage sub {
  position: relative;
  vertical-align: bottom;
  font-size: 70%;
  bottom: -0.1em;
}

/*============================
extend：extend %base;
============================*/
/*============================
vwでのサイズ指定：vw(16)
============================*/
/*============================
extend

%example {

}
div.example {
  @extend %example;
}

============================*/
.frontpage .header {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .frontpage .header {
    position: static;
    width: auto;
    z-index: 10;
  }
}
.frontpage .main {
  width: calc(100% - 300px);
  margin-left: 300px;
}
@media screen and (max-width: 768px) {
  .frontpage .main {
    width: auto;
    margin-left: 0;
    z-index: 11;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .top_main {
    padding-top: 73.33333vw;
  }
}

.frontpage {
  /*============================
  header
  ============================*/
}
.frontpage .header {
  padding: 120px 50px;
  background-color: rgba(33, 40, 50, 0);
     /*------------------------------

	  ここから下がハンバーガーメニュー
	  に関するCSS
	
	------------------------------*/
  /* チェックボックスは非表示に */
  /* ハンバーガーアイコンの設置スペース */
  /* ハンバーガーメニューのアイコン */
  /* 三本線のうち一番上の棒の位置調整 */
  /* 三本線のうち一番下の棒の位置調整 */
  /* アイコンがクリックされたら真ん中の線を透明にする */
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  /* メニューのデザイン*/
  /* アイコンがクリックされたらメニューを表示 */
}
@media screen and (min-width: 768px) {
  .frontpage .header.hidden {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .header {
    padding: 0;
    position: relative;
    width: 100%;
    height: 73.33333vw;
    background-color: #212832;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition: all 1s;
  }
  .frontpage .header.top {
    position: fixed;
  }
  .frontpage .header.top.active {
    height: 50px;
  }
  .frontpage .header.top.active .logowrap {
    text-align: left;
  }
  .frontpage .header.top.active .logowrap .logo {
    transform: scale(0.5) translate(-24vw, 0);
    margin: 10px 0 0 0;
  }
  .frontpage .header.top.active .nav_sp .ereabtn {
    transform: scale(0.9) translate(24vw, 0);
    margin: -12vw 0 0 0;
  }
  .frontpage .header.top.active .nav_sp .ereabtn::before {
    display: none;
  }
}
.frontpage .header .logowrap {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontpage .header .logowrap {
    text-align: left;
  }
}
.frontpage .header .logowrap .logo {
  width: 200px;
  position: relative;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .frontpage .header .logowrap .logo {
    transition: all .7s;
    width: 68.93333vw;
    display: inline-block;
    margin: 32vw 0 0 15.46667vw;
  }
}
.frontpage .header .logowrap .logo.logo_white {
  visibility: visible;
  opacity: 1;
}
.frontpage .header .logowrap .logo.logo_navy {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .frontpage .header.white .logowrap .logo.logo_white {
    visibility: hidden;
    opacity: 0;
  }
  .frontpage .header.white .logowrap .logo.logo_navy {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .frontpage .header.white.navy .logowrap .logo.logo_white {
    visibility: visible;
    opacity: 1;
  }
  .frontpage .header.white.navy .logowrap .logo.logo_navy {
    visibility: hidden;
    opacity: 0;
  }
}
.frontpage .header .nav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .frontpage .header .nav_sp {
    display: flex;
    justify-content: center;
  }
  .frontpage .header .nav_sp .ereabtn {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 1.33333vw;
    text-decoration-thickness: 1px;
    margin: 20vw 0 0 0;
    transition: all .7s;
    font-size: 16px;
  }
  .frontpage .header .nav_sp .ereabtn::before {
    content: "";
    display: inline-block;
    width: 10.26667vw;
    height: 11.86667vw;
    background-image: url(../img/nav_map_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 1.06667vw;
  }
}
.frontpage .header .nav_sp_area {
  display: none;
}
@media screen and (max-width: 768px) {
  .frontpage .header .nav_sp_area {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 73.33333vw;
    background-color: #212832;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 28% center;
    position: relative;
  }
  .frontpage .header .nav_sp_area.hokkaido {
    background-image: url(../img/nav_map_navy_hokkaido@2x.png);
  }
  .frontpage .header .nav_sp_area.tohoku {
    background-image: url(../img/nav_map_navy_tohoku@2x.png);
  }
  .frontpage .header .nav_sp_area.kanto {
    background-image: url(../img/nav_map_navy_kanto@2x.png);
  }
  .frontpage .header .nav_sp_area.chubu {
    background-image: url(../img/nav_map_navy_chubu@2x.png);
  }
  .frontpage .header .nav_sp_area.kyushu {
    background-image: url(../img/nav_map_navy_kyushu@2x.png);
  }
  .frontpage .header .nav_sp_area .back {
    color: #ffffff;
    padding: 1.86667vw 3.46667vw;
    line-height: 1;
    border: 1px solid #ffffff;
    position: absolute;
    top: 9.06667vw;
    left: 10.66667vw;
    font-size: 3.73333vw;
  }
  .frontpage .header .nav_sp_area ul {
    margin-right: 10.66667vw;
  }
  .frontpage .header .nav_sp_area ul li {
    margin: 3.33333vw 0;
  }
  .frontpage .header .nav_sp_area ul li a {
    color: #999999;
    font-size: 4.8vw;
  }
  .frontpage .header .nav_sp_area ul li a.current {
    color: #ffffff;
  }
}
.frontpage .header .nav {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontpage .header .nav {
    display: none;
  }
}
.frontpage .header .nav .navtit {
  border-bottom: 1px solid #999999;
  line-height: 100%;
  padding-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
  transition: color 1s;
}
.frontpage .header .nav ul {
  margin-top: 24px;
  padding-bottom: 30px;
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.frontpage .header .nav ul.navy::before {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  top: 0;
  left: 50px;
  width: 151px;
  height: 174px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/nav_map_navy.png);
  background-image: image-set(url(../img/nav_map_navy.png) 1x, url(../img/nav_map_navy@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy.png) 1x, url(../img/nav_map_navy@2x.png) 2x);
}
.frontpage .header .nav ul.navy::after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  top: 0;
  left: 50px;
  width: 151px;
  height: 174px;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(../img/nav_map_white.png) !important;
  background-image: image-set(url(../img/nav_map_white.png) 1x, url(../img/nav_map_white@2x.png) 2x) !important;
  background-image: -webkit-image-set(url(../img/nav_map_white.png) 1x, url(../img/nav_map_white@2x.png) 2x) !important;
}
.frontpage .header .nav ul.navy.hokkaido::before {
  background-image: url(../img/nav_map_navy_hokkaido.png);
  background-image: image-set(url(../img/nav_map_navy_hokkaido.png) 1x, url(../img/nav_map_navy_hokkaido@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy_hokkaido.png) 1x, url(../img/nav_map_navy_hokkaido@2x.png) 2x);
}
.frontpage .header .nav ul.navy.tohoku::before {
  background-image: url(../img/nav_map_navy_tohoku.png);
  background-image: image-set(url(../img/nav_map_navy_tohoku.png) 1x, url(../img/nav_map_navy_tohoku@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy_tohoku.png) 1x, url(../img/nav_map_navy_tohoku@2x.png) 2x);
}
.frontpage .header .nav ul.navy.kanto::before {
  background-image: url(../img/nav_map_navy_kanto.png);
  background-image: image-set(url(../img/nav_map_navy_kanto.png) 1x, url(../img/nav_map_navy_kanto@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy_kanto.png) 1x, url(../img/nav_map_navy_kanto@2x.png) 2x);
}
.frontpage .header .nav ul.navy.chubu::before {
  background-image: url(../img/nav_map_navy_chubu.png);
  background-image: image-set(url(../img/nav_map_navy_chubu.png) 1x, url(../img/nav_map_navy_chubu@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy_chubu.png) 1x, url(../img/nav_map_navy_chubu@2x.png) 2x);
}
.frontpage .header .nav ul.navy.kyushu::before {
  background-image: url(../img/nav_map_navy_kyushu.png);
  background-image: image-set(url(../img/nav_map_navy_kyushu.png) 1x, url(../img/nav_map_navy_kyushu@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nav_map_navy_kyushu.png) 1x, url(../img/nav_map_navy_kyushu@2x.png) 2x);
}
.frontpage .header .nav ul li {
  margin-top: 6px;
}
.frontpage .header .nav ul li a {
  color: #999999;
  font-size: 14px;
  padding: 2px 0;
  line-height: 100%;
  transition: .2s;
}
.frontpage .header .nav ul li a:hover {
  color: #ffffff;
}
.frontpage .header .nav ul li a.current {
  color: #ffffff;
}
.frontpage .header .nav .back {
  color: #ffffff;
  padding: 5px 13px;
  line-height: 1;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  transition: .2s;
  font-size: 13px;
}
.frontpage .header .nav .back:hover {
  color: #999999;
}
@media screen and (min-width: 768px) {
  .frontpage .header.white .navtit {
    color: #000000;
  }
  .frontpage .header.white .nav ul.navy::before {
    opacity: 0;
    visibility: hidden;
  }
  .frontpage .header.white .nav ul.navy::after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .frontpage .header.white.navy .navtit {
    color: #ffffff;
  }
  .frontpage .header.white.navy .nav ul.navy::before {
    opacity: 1;
    visibility: visible;
  }
  .frontpage .header.white.navy .nav ul.navy::after {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .header .nav2 {
    display: none;
  }
}
.frontpage .header .nav2 ul li a {
  transition: all 1s;
  color: #ffffff;
  font-size: 13px;
  transition: .2s;
}
.frontpage .header .nav2 ul li a:hover {
  color: #999999;
}
.frontpage .header.white .nav ul li a:hover {
  color: #000000;
}
.frontpage .header.white .nav2 ul li a {
  color: #000000;
  font-size: 13px;
}
.frontpage .header.white .nav2 ul li a:hover {
  color: #999999;
}
.frontpage .header.white.navy .nav2 ul li a {
  color: #ffffff;
  font-size: 13px;
}
.frontpage .header .drawer {
  position: fixed;
  top: 22px;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .frontpage .header .drawer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .header .drawer {
    top: 0;
  }
}
.frontpage .header .drawer-hidden {
  display: none;
}
.frontpage .header .drawer-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上に */
  cursor: pointer;
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.frontpage .header #drawer-check:checked ~ body {
  overflow: hidden;
}
.frontpage .header .drawer-open span {
  right: 20px;
}
.frontpage .header .drawer-open span,
.frontpage .header .drawer-open span:before,
.frontpage .header .drawer-open span:after {
  content: '';
  display: block;
  width: 16px;
  height: 0;
  border-bottom: 0.9px solid white;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}
.frontpage .header .drawer-open span:before {
  width: 20px;
  bottom: 5px;
  right: 0px;
}
.frontpage .header .drawer-open span:after {
  width: 12px;
  top: 5px;
  right: 0px;
}
.frontpage .header #drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
  border-bottom: 0.9px solid rgba(255, 255, 255, 0);
}
.frontpage .header #drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #ffffff;
}
.frontpage .header #drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  width: 20px;
  transform: rotate(-45deg);
  background: #ffffff;
}
.frontpage .header .drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #212832;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  padding: 10.66667vw 10.66667vw 0;
}
.frontpage .header .drawer-content .menu {
  padding: 13.33333vw 0 0;
  font-size: 4.26667vw;
  font-weight: 500;
  color: #000000;
}
.frontpage .header .drawer-content .menu .menubox {
  padding: 4.8vw 0;
  margin-top: 0;
}
.frontpage .header .drawer-content .menu li {
  margin-top: 4vw;
}
.frontpage .header .drawer-content .menu li:first-child {
  margin-top: 0;
}
.frontpage .header .drawer-content .menu li .mt {
  margin-top: 5.06667vw;
}
.frontpage .header .drawer-content .menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s;
  line-height: 1;
}
.frontpage .header .drawer-content .menu li a img {
  display: inline-block;
  height: 5.33333vw;
}
.frontpage .header .drawer-content .menu li a img.header_map {
  height: 7.2vw;
  margin-top: 2.66667vw;
}
.frontpage .header .drawer-content .menu li a img.header_tel {
  height: 11.46667vw;
}
.frontpage .header .drawer-content .groval-nav {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  margin-top: 14vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.frontpage .header .drawer-content .groval-nav .icon {
  padding: 0 6px 0 0px;
}
.frontpage .header .drawer-content .groval-nav li {
  margin-bottom: 3vw;
  color: #FFF;
  font-size: 12px;
}
.frontpage .header .drawer-content .groval-nav li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 460;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0;
}
.frontpage .header .menu_logo {
  height: 20vw;
  margin-bottom: 10vw;
}
.frontpage .header #drawer-check:checked ~ .drawer-content {
  opacity: 1;
  visibility: visible;
}
.frontpage .header .drawer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.frontpage .header .drawer-list li {
  margin: 10px 0;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .frontpage .header .drawer-list li {
    margin: 2vw 0;
    padding-bottom: 3vw;
  }
  .frontpage .header .drawer-list li img {
    height: 6vw;
  }
}
.frontpage .header .drawer-list li a {
  font-size: 18px;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .frontpage .header .drawer-list li a {
    font-size: 4.4vw;
  }
}
.frontpage .header .drawer-list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: opacity .1s;
}
.frontpage .header .drawer-list li a img {
  position: relative;
  z-index: 2;
}
.frontpage .header .drawer-list .hr {
  width: 423px;
  height: 1px;
  border-top: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .frontpage .header .drawer-list .hr {
    width: 75vw;
    border-top: 0.6vw solid #fff;
  }
}

/*============================
footer
============================*/
.frontpage .cover {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontpage .cover {
    width: 100%;
    padding-top: 40px;
  }
}
.frontpage .cover .closemask {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 10;
}
.frontpage .cover.spot .closemask {
  visibility: visible;
}
.frontpage .cover .item {
  position: relative;
  z-index: 11;
  opacity: 0;
}
.frontpage .cover .item.off {
  z-index: 9;
}
.frontpage .cover .item.fade {
  opacity: 1;
}
.frontpage .cover .close {
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .close {
    height: 0;
  }
}
.frontpage .cover .close .closebtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 20px;
  height: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .close .closebtn {
    top: -40px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.frontpage .cover .close .closebtn::before, .frontpage .cover .close .closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #ffffff;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .close .closebtn::before, .frontpage .cover .close .closebtn::after {
    width: 2px;
    height: 30px;
  }
}
.frontpage .cover .close .closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.frontpage .cover .close .closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.frontpage .cover.spot .pic {
  opacity: .2;
}
.frontpage .cover.spot .pic.active {
  opacity: 1;
}
.frontpage .cover .item1 {
  transition: opacity 1.5s .15s;
}
.frontpage .cover .item2 {
  transition: opacity 1.5s .3s;
}
.frontpage .cover .item3 {
  transition: opacity 1.5s .45s;
}
.frontpage .cover .item4 {
  transition: opacity 1.5s .6s;
}
.frontpage .cover .item5 {
  transition: opacity 1.5s .75s;
}
.frontpage .cover .item6 {
  transition: opacity 1.5s .9s;
}
.frontpage .cover .item7 {
  transition: opacity 1.5s 1.05s;
}
.frontpage .cover .item8 {
  transition: opacity 1.5s 1.2s;
}
.frontpage .cover .item9 {
  transition: opacity 1.5s 1.35s;
}
.frontpage .cover .item10 {
  transition: opacity 1.5s 1.5s;
}
.frontpage .cover .item11 {
  transition: opacity 1.5s 1.65s;
}
.frontpage .cover .item12 {
  transition: opacity 1.5s 1.8s;
}
.frontpage .cover .pic {
  width: 100%;
  height: 96px;
  position: relative;
  margin-bottom: 6px;
  transition: all 1s;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic {
    height: 72px;
    overflow-y: hidden;
  }
}
.frontpage .cover .pic.active {
  pointer-events: none;
  height: 144px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic.active {
    height: 108px;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic.active .bg {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic.active .bg::after {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic.active .slideshow ul {
    opacity: 1;
    visibility: visible;
  }
}
.frontpage .cover .pic.active .slideshow ul li {
  width: 3456px;
  height: 144px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic.active .slideshow ul li {
    width: 2592px;
    height: 108px;
    opacity: 1;
    visibility: visible;
  }
}
.frontpage .cover .pic.active .hover {
  display: none;
}
.frontpage .cover .pic.group1_1 .bg::after {
  animation: picmove1 360s linear infinite;
  background-image: url(../img/hokkaido/01_hokkaido_hakodate_288.jpg);
}
.frontpage .cover .pic.group1_2 .bg::after {
  animation: picmove2 240s linear infinite;
  background-image: url(../img/chubu/06_chubu_tsu_cp_288.jpg);
}
.frontpage .cover .pic.group1_3 .bg::after {
  animation: picmove3 400s linear infinite;
  background-image: url(../img/chubu/03_chubu_katsuyama_288.jpg);
}
.frontpage .cover .pic.group1_4 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/kanto/04_honjyo_288.jpg);
}
.frontpage .cover .pic.group1_5 .bg::after {
  animation: picmove2 200s linear infinite;
  background-image: url(../img/chubu/08_chubu_sima_288.jpg);
}
.frontpage .cover .pic.group1_6 .bg::after {
  animation: picmove3 440s linear infinite;
  background-image: url(../img/kanto/01_mito_288.jpg);
}
.frontpage .cover .pic.group1_7 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/tohoku/01_tohoku_gv_hachinohe_288.jpg);
}
.frontpage .cover .pic.group1_8 .bg::after {
  animation: picmove2 280s linear infinite;
  background-image: url(../img/chubu/02_chubu_kanazawa_288.jpg);
}
.frontpage .cover .pic.group1_9 .bg::after {
  animation: picmove1 400s linear infinite;
  background-image: url(../img/tohoku/06_tohoku_pr_koriyama_288.jpg);
}
.frontpage .cover .pic.group1_10 .bg::after {
  animation: picmove2 360s linear infinite;
  background-image: url(../img/tohoku/03_tohoku_morioka_288.jpg);
}
.frontpage .cover .pic.group1_11 .bg::after {
  animation: picmove2 240s linear infinite;
  background-image: url(../img/tohoku/07_tohoku_iwaki_288.jpg);
}
.frontpage .cover .pic.group2_1 .bg::after {
  animation: picmove1 240s linear infinite;
  background-image: url(../img/chubu/04_chubu_minaminagoya_288.jpg);
}
.frontpage .cover .pic.group2_2 .bg::after {
  animation: picmove2 400s linear infinite;
  background-image: url(../img/tohoku/05_tohoku_gv_koriyama_288.jpg);
}
.frontpage .cover .pic.group2_3 .bg::after {
  animation: picmove3 360s linear infinite;
  background-image: url(../img/hokkaido/05_hokkaido_kushiro_288.jpg);
}
.frontpage .cover .pic.group2_4 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/kyushu/01_kyushu_nagasaki_288.jpg);
}
.frontpage .cover .pic.group2_5 .bg::after {
  animation: picmove2 240s linear infinite;
  background-image: url(../img/kanto/03_kanto_fukaya_288.jpg);
}
.frontpage .cover .pic.group2_6 .bg::after {
  animation: picmove3 440s linear infinite;
  background-image: url(../img/tohoku/04_tohoku_hanamaki_288.jpg);
}
.frontpage .cover .pic.group2_7 .bg::after {
  animation: picmove1 360s linear infinite;
  background-image: url(../img/chubu/01_chubu_nigata_288.jpg);
}
.frontpage .cover .pic.group2_8 .bg::after {
  animation: picmove2 400s linear infinite;
  background-image: url(../img/chubu/06_chubu_tsu_cp_288.jpg);
}
.frontpage .cover .pic.group2_9 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/tohoku/02_tohoku_hachinohe_anx_288.jpg);
}
.frontpage .cover .pic.group2_10 .bg::after {
  animation: picmove2 280s linear infinite;
  background-image: url(../img/kanto/05_tsutiura_288.jpg);
}
.frontpage .cover .pic.group3_1 .bg::after {
  animation: picmove1 400s linear infinite;
  background-image: url(../img/kyushu/01_kyushu_nagasaki_288.jpg);
}
.frontpage .cover .pic.group3_2 .bg::after {
  animation: picmove2 280s linear infinite;
  background-image: url(../img/kanto/01_mito_288.jpg);
}
.frontpage .cover .pic.group3_3 .bg::after {
  animation: picmove3 360s linear infinite;
  background-image: url(../img/tohoku/04_tohoku_hanamaki_288.jpg);
}
.frontpage .cover .pic.group3_4 .bg::after {
  animation: picmove1 240s linear infinite;
  background-image: url(../img/chubu/04_chubu_minaminagoya_288.jpg);
}
.frontpage .cover .pic.group3_5 .bg::after {
  animation: picmove2 440s linear infinite;
  background-image: url(../img/chubu/03_chubu_katsuyama_288.jpg);
}
.frontpage .cover .pic.group3_6 .bg::after {
  animation: picmove3 360s linear infinite;
  background-image: url(../img/hokkaido/01_hokkaido_hakodate_288.jpg);
}
.frontpage .cover .pic.group3_7 .bg::after {
  animation: picmove1 280s linear infinite;
  background-image: url(../img/tohoku/02_tohoku_hachinohe_anx_288.jpg);
}
.frontpage .cover .pic.group3_8 .bg::after {
  animation: picmove2 200s linear infinite;
  background-image: url(../img/chubu/02_chubu_kanazawa_288.jpg);
}
.frontpage .cover .pic.group3_9 .bg::after {
  animation: picmove1 240s linear infinite;
  background-image: url(../img/hokkaido/06_hokkaido_kitami_288.jpg);
}
.frontpage .cover .pic.group3_10 .bg::after {
  animation: picmove2 320s linear infinite;
  background-image: url(../img/kanto/06_kamata_288.jpg);
}
.frontpage .cover .pic.group4_1 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/hokkaido/05_hokkaido_kushiro_288.jpg);
}
.frontpage .cover .pic.group4_2 .bg::after {
  animation: picmove2 400s linear infinite;
  background-image: url(../img/chubu/05_chubu_sakae_288.jpg);
}
.frontpage .cover .pic.group4_3 .bg::after {
  animation: picmove3 280s linear infinite;
  background-image: url(../img/tohoku/01_tohoku_gv_hachinohe_288.jpg);
}
.frontpage .cover .pic.group4_4 .bg::after {
  animation: picmove1 440s linear infinite;
  background-image: url(../img/chubu/01_chubu_nigata_288.jpg);
}
.frontpage .cover .pic.group4_5 .bg::after {
  animation: picmove2 360s linear infinite;
  background-image: url(../img/kanto/03_kanto_fukaya_288.jpg);
}
.frontpage .cover .pic.group4_6 .bg::after {
  animation: picmove3 200s linear infinite;
  background-image: url(../img/hokkaido/02_hokkaido_sapporo_288.jpg);
}
.frontpage .cover .pic.group4_7 .bg::after {
  animation: picmove1 280s linear infinite;
  background-image: url(../img/chubu/03_chubu_katsuyama_288.jpg);
}
.frontpage .cover .pic.group4_8 .bg::after {
  animation: picmove2 400s linear infinite;
  background-image: url(../img/tohoku/06_tohoku_pr_koriyama_288.jpg);
}
.frontpage .cover .pic.group4_9 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/kanto/05_nishikawaguti_288.jpg);
}
.frontpage .cover .pic.group4_10 .bg::after {
  animation: picmove2 240s linear infinite;
  background-image: url(../img/chubu/07_chubu_gv_tsu_288.jpg);
}
.frontpage .cover .pic.group5_1 .bg::after {
  animation: picmove1 440s linear infinite;
  background-image: url(../img/chubu/01_chubu_nigata_288.jpg);
}
.frontpage .cover .pic.group5_2 .bg::after {
  animation: picmove2 240s linear infinite;
  background-image: url(../img/kanto/04_honjyo_288.jpg);
}
.frontpage .cover .pic.group5_3 .bg::after {
  animation: picmove3 360s linear infinite;
  background-image: url(../img/hokkaido/01_hokkaido_hakodate_288.jpg);
}
.frontpage .cover .pic.group5_4 .bg::after {
  animation: picmove1 320s linear infinite;
  background-image: url(../img/chubu/08_chubu_sima_288.jpg);
}
.frontpage .cover .pic.group5_5 .bg::after {
  animation: picmove2 400s linear infinite;
  background-image: url(../img/tohoku/04_tohoku_hanamaki_288.jpg);
}
.frontpage .cover .pic.group5_6 .bg::after {
  animation: picmove3 280s linear infinite;
  background-image: url(../img/tohoku/05_tohoku_gv_koriyama_288.jpg);
}
.frontpage .cover .pic.group5_7 .bg::after {
  animation: picmove1 360s linear infinite;
  background-image: url(../img/kyushu/01_kyushu_nagasaki_288.jpg);
}
.frontpage .cover .pic.group5_8 .bg::after {
  animation: picmove2 320s linear infinite;
  background-image: url(../img/chubu/05_chubu_sakae_288.jpg);
}
.frontpage .cover .pic.group5_9 .bg::after {
  animation: picmove1 200s linear infinite;
  background-image: url(../img/kanto/07_kawasaki_288.jpg);
}
.frontpage .cover .pic.group5_10 .bg::after {
  animation: picmove2 280s linear infinite;
  background-image: url(../img/hokkaido/03_hokkaido_obihiro_ekimae_288.jpg);
}
@keyframes picmove1 {
  0% {
    background-position: 120px,0;
  }
  100% {
    background-position: -6912px,0;
  }
}
@keyframes picmove2 {
  0% {
    background-position: 60px,0;
  }
  100% {
    background-position: -6912px,0;
  }
}
@keyframes picmove3 {
  0% {
    background-position: 0,0;
  }
  100% {
    background-position: -6912px,0;
  }
}
.frontpage .cover .pic .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6912px;
  height: 100%;
  transition: all 1s 1s;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .bg {
    height: 72px;
  }
}
.frontpage .cover .pic .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition: all 1s;
  opacity: 1;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.frontpage .cover .pic .slideshow {
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
}
.frontpage .cover .pic .slideshow.fade {
  opacity: 1;
}
.frontpage .cover .pic .slideshow.active ul {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .slideshow {
    overflow-x: scroll;
    visibility: visible;
  }
  .frontpage .cover .pic .slideshow::-webkit-scrollbar {
    display: none;
  }
}
.frontpage .cover .pic .slideshow ul {
  display: flex;
  list-style-type: none;
  position: relative;
  left: 0;
  transition: all 1s;
  opacity: 0;
}
.frontpage .cover .pic .slideshow ul li {
  width: 2304px;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .slideshow ul li {
    width: 1728px;
    height: 72px;
    transition: all 1s .8s;
    opacity: 0;
    visibility: hidden;
  }
}
.frontpage .cover .pic .slideshow ul li img {
  width: 100%;
  height: 100%;
}
.frontpage .cover .pic .slideshow2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .slideshow2 {
    overflow-x: scroll;
  }
}
.frontpage .cover .pic .slideshow2 ul {
  display: flex;
  list-style-type: none;
  animation: photoloop2 1200s linear infinite;
  position: relative;
}
@keyframes photoloop2 {
  from {
    transform: translateX(calc(0));
  }
  to {
    transform: translateX(-100%);
  }
}
.frontpage .cover .pic .slideshow2 ul.speed1 {
  animation: photoloop2 800s linear infinite;
  left: -100px;
}
.frontpage .cover .pic .slideshow2 ul.speed2 {
  animation: photoloop2 1000s linear infinite;
  left: -60px;
}
.frontpage .cover .pic .slideshow2 ul.speed3 {
  animation: photoloop2 1200s linear infinite;
  left: -20px;
}
.frontpage .cover .pic .slideshow2 ul.speed4 {
  animation: photoloop2 1400s linear infinite;
}
.frontpage .cover .pic .slideshow2 ul li {
  width: 1920px;
  height: 72px;
  transition: all .5s;
}
.frontpage .cover .pic .slideshow2 ul li img {
  width: 100%;
  height: 100%;
}
.frontpage .cover .pic .photo {
  height: 72px;
  transform: translate(0, 0);
  animation: photoloop 30s linear infinite;
}
@keyframes photoloop {
  from {
    transform: translateX(calc(-100% + 920px));
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .photo {
    height: 19.2vw;
  }
}
.frontpage .cover .pic .hover {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 14px 42px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .pic .hover {
    display: none;
  }
}
.frontpage .cover .pic .hover::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s;
}
.frontpage .cover .pic .hover.hotelnamehover2 {
  opacity: 0;
  transition: all 1.5s;
}
.frontpage .cover .pic .hover.hotelnamehover2:hover {
  opacity: 1;
}
.frontpage .cover .pic .hover.hotelnamehover3 {
  opacity: 0;
  transition: all 2s;
}
.frontpage .cover .pic .hover.hotelnamehover3:hover {
  opacity: 1;
}
.frontpage .cover .pic .hover .hotelname {
  position: relative;
  z-index: 3;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 100%;
  font-family: inter;
}
.frontpage .cover .pic .hover .hotelname span {
  font-weight: 300 !important;
}
.frontpage .cover .pic .hover .hotelname img {
  height: 28.5px;
}
.frontpage .cover .pic .hover .hotelname.hotelnamehover1 {
  transition: all 2s;
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
}
.frontpage .cover .pic .hover .hotelname.eachTextAnime span {
  opacity: 0;
}
.frontpage .cover .pic .hover .hotelname.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.frontpage .cover .pic .hover .hotelname.glowAnime span {
  opacity: 0;
}
.frontpage .cover .pic .hover .hotelname.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff,0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff,0 0 0 #fff;
  }
}
.frontpage .cover .pic .hover .location {
  position: relative;
  z-index: 3;
  font-size: 12px;
  line-height: 100%;
  margin-top: 10px;
}
.frontpage .cover .pic .hover:hover::before {
  opacity: 1;
}
.frontpage .cover .pic .hover:hover .hotelnamehover1 {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
.frontpage .cover .slide {
  display: none;
}
.frontpage .cover .slide .slideinner {
  padding-top: 9px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  transition: all 1s 1.2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner {
    padding: 5.33333vw 5.33333vw 7.33333vw 5.33333vw;
    flex-direction: column;
  }
}
.frontpage .cover .slide .slideinner.active {
  opacity: 1;
}
.frontpage .cover .slide .slideinner .left {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .left {
    width: auto;
  }
}
.frontpage .cover .slide .slideinner .left.hotelnamehover1 {
  transition: all 2s;
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
}
.frontpage .cover .slide .slideinner .left .hotelname {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .left .hotelname {
    font-size: 5.33333vw;
  }
}
.frontpage .cover .slide .slideinner .left .location {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .left .location {
    font-size: 3.46667vw;
  }
}
.frontpage .cover .slide .slideinner .right {
  display: flex;
  justify-content: end;
  margin-left: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .right {
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
  }
}
.frontpage .cover .slide .slideinner .right .txt {
  width: 63%;
  max-width: 510px;
  font-size: 14px;
  line-height: 1.8;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .right .txt {
    width: 100%;
    max-width: inherit;
    margin-top: 5.06667vw;
    font-size: 3.73333vw;
  }
}
.frontpage .cover .slide .slideinner .right .btn {
  display: block;
  width: 180px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  padding-top: 12px;
  margin-left: 30px;
  margin-right: 20px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .right .btn {
    width: 32vw;
    height: 10.66667vw;
    margin: 0;
    text-align: center;
    font-size: 3.46667vw;
    padding: 2.4vw 0 0 0;
    line-height: 1.6;
    margin: 2vw auto 0;
  }
}
.frontpage .cover .slide .slideinner .right .btn:hover {
  background-color: white;
  color: #000000;
}
.frontpage .cover .slide .slideinner .right .btn .pc_space {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .frontpage .cover .slide .slideinner .right .btn .pc_space {
    display: none;
  }
}

.frontpage .erea {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .frontpage .erea.kyusyu {
    padding-bottom: 700px;
  }
}
.frontpage .erea .close {
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
}
.frontpage .erea .close .closebtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  width: 20px;
  height: 20px;
}
.frontpage .erea .close .closebtn::before, .frontpage .erea .close .closebtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #ffffff;
}
.frontpage .erea .close .closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.frontpage .erea .close .closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.frontpage .erea.spot .pic {
  opacity: .5;
  pointer-events: none;
}
.frontpage .erea.spot .pic.active {
  opacity: 1;
  pointer-events: all;
}
.frontpage .erea .item {
  opacity: 0;
}
.frontpage .erea .item.mt280 {
  padding-top: 280px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .item.mt280 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .erea .item {
    padding-bottom: 50px;
  }
}
.frontpage .erea .item.fade {
  opacity: 1;
}
.frontpage .erea .item1 {
  transition: opacity 1.5s .15s;
}
.frontpage .erea .item2 {
  transition: opacity 1.5s .3s;
}
.frontpage .erea .item3 {
  transition: opacity 1.5s .45s;
}
.frontpage .erea .item4 {
  transition: opacity 1.5s .6s;
}
.frontpage .erea .item5 {
  transition: opacity 1.5s .75s;
}
.frontpage .erea .item6 {
  transition: opacity 1.5s .9s;
}
.frontpage .erea .item7 {
  transition: opacity 1.5s 1.05s;
}
.frontpage .erea .item8 {
  transition: opacity 1.5s 1.2s;
}
.frontpage .erea .item9 {
  transition: opacity 1.5s 1.35s;
}
.frontpage .erea .item10 {
  transition: opacity 1.5s 1.5s;
}
.frontpage .erea .item11 {
  transition: opacity 1.5s 1.65s;
}
.frontpage .erea .item12 {
  transition: opacity 1.5s 1.8s;
}
.frontpage .erea .pic {
  width: 100%;
  height: 144px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .pic {
    height: 108px;
  }
}
.frontpage .erea .pic .btn_l {
  position: absolute;
  bottom: 16px;
  left: 20px;
  cursor: pointer;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.frontpage .erea .pic .btn_l.active {
  visibility: visible;
  opacity: 1;
}
.frontpage .erea .pic .btn_l img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .pic .btn_l {
    display: none;
  }
}
.frontpage .erea .pic .btn_r {
  position: absolute;
  bottom: 16px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.frontpage .erea .pic .btn_r.active {
  visibility: visible;
  opacity: 1;
}
.frontpage .erea .pic .btn_r img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .pic .btn_r {
    display: none;
  }
}
.frontpage .erea .pic .slideshow {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .pic .slideshow {
    overflow-x: scroll;
  }
  .frontpage .erea .pic .slideshow::-webkit-scrollbar {
    display: none;
  }
}
.frontpage .erea .pic .slideshow ul {
  display: flex;
  list-style-type: none;
  position: relative;
  left: 0;
}
.frontpage .erea .pic .slideshow ul li {
  transition: all .5s;
  width: 3840px;
  height: 144px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .pic .slideshow ul li {
    width: 2592px;
    height: 108px;
  }
}
.frontpage .erea .pic .slideshow ul li img {
  width: 100%;
  height: 100%;
}
.frontpage .erea .pic .hover {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 14px 20px;
  opacity: 0;
  transition: opacity 1s;
  color: #ffffff;
}
.frontpage .erea .pic .hover::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.frontpage .erea .pic .hover .hotelname {
  position: relative;
  z-index: 3;
  font-size: 20px;
  line-height: 100%;
}
.frontpage .erea .pic .hover .location {
  position: relative;
  z-index: 3;
  font-size: 12px;
  line-height: 100%;
  margin-top: 10px;
}
.frontpage .erea .pic .hover:hover {
  opacity: 1;
}
.frontpage .erea .slide .slideinner {
  padding-top: 9px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner {
    padding: 5.33333vw;
    flex-direction: column;
  }
}
.frontpage .erea .slide .slideinner .left {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .left {
    width: auto;
  }
}
.frontpage .erea .slide .slideinner .left .hotelname {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .left .hotelname {
    font-size: 5.33333vw;
  }
}
.frontpage .erea .slide .slideinner .left .location {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .left .location {
    font-size: 3.46667vw;
  }
}
.frontpage .erea .slide .slideinner .right {
  display: flex;
  justify-content: end;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .right {
    flex-direction: column;
    margin-left: 0;
  }
}
.frontpage .erea .slide .slideinner .right .txt {
  width: 63%;
  max-width: 510px;
  font-size: 14px;
  line-height: 1.8;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .right .txt {
    width: 100%;
    max-width: inherit;
    margin-top: 5.06667vw;
    font-size: 3.73333vw;
  }
}
.frontpage .erea .slide .slideinner .right .btn {
  display: block;
  width: 180px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  line-height: 100%;
  font-size: 14px;
  padding-top: 12px;
  margin-left: 30px;
  margin-right: 20px;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .slide .slideinner .right .btn {
    width: 32vw;
    height: 10.66667vw;
    margin: 0;
    text-align: center;
    font-size: 3.46667vw;
    padding: 2.4vw 0 0 0;
    line-height: 1.6;
    margin: 2vw auto 0;
  }
}
.frontpage .erea .slide .slideinner .right .btn:hover {
  background-color: white;
  color: #000000;
}
.frontpage .erea .area_bottom_nav ul {
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .area_bottom_nav ul {
    width: 100%;
  }
}
.frontpage .erea .area_bottom_nav ul li {
  margin-left: 10px;
}
.frontpage .erea .area_bottom_nav ul li:first-child {
  margin-left: 0;
}
.frontpage .erea .area_bottom_nav ul li a {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #646970;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .erea .area_bottom_nav ul li a.current {
  color: #212832;
}
.frontpage .erea .area_bottom_nav ul li a:hover {
  color: #212832;
}
@media screen and (max-width: 768px) {
  .frontpage .erea .area_bottom_nav ul li a {
    width: 16vw;
    font-size: 16px;
    padding-top: 4px;
  }
}

.modal {
  display: none;
  width: 1050px;
  padding: 60px 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .modal {
    width: 92%;
    padding: 15vw 0;
  }
}
.modal .flexbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modal .flexbox {
    justify-content: space-between;
  }
}
.modal .flexbox li {
  width: 240px;
  margin-right: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .modal .flexbox li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal .flexbox li {
    width: 40vw;
    margin-right: 0;
    margin-top: 4vw;
  }
}
.modal .flexbox li a {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .modal .flexbox li a {
    font-size: 3.2vw;
  }
}
.modal .flexbox li a p {
  margin-top: 10px;
}
.modal .fancybox-button {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  padding: 0;
  transition: all .5s;
  color: #212832 !important;
}
@media screen and (max-width: 768px) {
  .modal .fancybox-button {
    top: 15px;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: .95;
  background-color: #212832;
}

#modal2 .flexbox {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #modal2 .flexbox {
    flex-direction: column;
  }
}
#modal2 .flexbox li {
  width: 320px;
  margin-right: 30px;
}
#modal2 .flexbox li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #modal2 .flexbox li {
    width: 80%;
    margin-right: 0;
  }
}

#modal3 {
  padding: 40px 66px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #modal3 {
    padding: 5.33333vw;
  }
}
#modal3 .swiper-wrapper {
  width: 100%;
  height: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-wrapper {
    height: 120vw;
  }
}
#modal3 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 0;
  }
}
#modal3 .swiper-slide .left, #modal3 .swiper-slide .right {
  width: 430px;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .left, #modal3 .swiper-slide .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .right {
    margin-top: 5.33333vw;
  }
}
#modal3 .swiper-slide.swiper-slide1 {
  align-items: center;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide.swiper-slide1 {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
#modal3 .swiper-slide.swiper-slide1 .left p {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide.swiper-slide1 .left p {
    font-size: 4.26667vw;
    line-height: 1.6;
    margin-top: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide.swiper-slide3 .right .icon {
    text-align: left;
  }
  #modal3 .swiper-slide.swiper-slide3 .right h4 {
    text-align: left;
    margin-top: 10px;
  }
  #modal3 .swiper-slide.swiper-slide3 .right p {
    margin-top: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide.swiper-slide4 .right {
    margin-top: 13.33333vw;
  }
}
#modal3 .swiper-slide .flexbox {
  display: block;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .flexbox {
    display: flex;
    justify-content: flex-start;
  }
}
#modal3 .swiper-slide .icon {
  text-align: center;
}
#modal3 .swiper-slide .icon img {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .icon img {
    height: 10.66667vw;
    margin-right: 2.66667vw;
  }
}
#modal3 .swiper-slide h4 {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide h4 {
    font-size: 3.73333vw;
  }
}
#modal3 .swiper-slide p {
  margin-top: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide p {
    margin-top: 10px;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
#modal3 .swiper-slide .btnwrap {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .btnwrap {
    text-align: right;
  }
}
#modal3 .swiper-slide .btnwrap .btn {
  display: inline-block;
  font-size: 14px;
  padding: 10px 24px;
  margin-top: 20px;
  line-height: 1;
  border: 1px solid #999999;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-slide .btnwrap .btn {
    right: 5.33333vw;
    margin: 4vw 0 0 0;
    border: 1px solid #000000;
  }
}
#modal3 .swiper-button-prev, #modal3 .swiper-button-next {
  top: inherit;
  bottom: 2px;
  width: 22px;
  height: 22px;
  background-color: #000000;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-button-prev, #modal3 .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
}
#modal3 .swiper-button-prev::after, #modal3 .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-button-prev::after, #modal3 .swiper-button-next::after {
    font-size: 4vw;
  }
}
#modal3 .swiper-button-prev {
  left: 400px;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-button-prev {
    left: 20vw;
  }
}
#modal3 .swiper-button-next {
  right: 400px;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-button-next {
    right: 20vw;
  }
}
#modal3 .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #modal3 .swiper-pagination {
    bottom: 10px;
    font-size: 4vw;
  }
}
#modal3 .fancybox-button {
  width: 30px;
  height: 30px;
  top: 30px;
  right: 30px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  #modal3 .fancybox-button {
    width: 6vw;
    height: 6vw;
    top: 0.26667vw;
    right: 0.26667vw;
  }
}
#modal3 .fancybox-button svg path {
  fill: #ffffff;
  stroke-width: 0;
}

.fancybox-slide {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .fancybox-slide {
    padding: 20px;
  }
}

#bestrate {
  width: 1000px;
  background: #ffffff;
  padding: 50px 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  #bestrate {
    padding: 50px 20px;
  }
}
#bestrate .fancybox-button {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  #bestrate .fancybox-button {
    width: 6vw;
    height: 6vw;
    top: 0.26667vw;
    right: 0.26667vw;
  }
}
#bestrate .fancybox-button svg path {
  fill: #ffffff;
  stroke-width: 0;
}
#bestrate h2 {
  font-size: 24px;
  font-weight: 340;
  letter-spacing: 0.05em;
  line-height: 1;
}
#bestrate .lead {
  font-size: 18px;
  font-weight: 340;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 14px 0;
  margin-top: 20px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}
#bestrate .part h3 {
  font-size: 18px;
  font-weight: 340;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 14px 0;
  margin-top: 20px;
}
#bestrate .part p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
#bestrate .part ul {
  margin-top: 10px;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
}
#bestrate .part ul li {
  width: 430px;
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0;
}
#bestrate .part .qa .q, #bestrate .part .qa .a {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
#bestrate .part .qa dt {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 40px 0 0;
}
#bestrate .part .qa dt:first-child {
  margin: 20px 0 0;
}
#bestrate .part .qa dd {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 0;
}

.frontpage .content {
  padding: 0 0 200px 0;
  background-color: #000000;
  color: #000000;
  transition: all 2s .5s;
}
.frontpage .content.navy {
  background-color: #212832;
  color: #212832;
}
.frontpage .content.inview_bgwt {
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .frontpage .content {
    padding: 80px 0;
  }
}
.frontpage .content .txtbox {
  width: 800px;
  padding: 110px 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .txtbox {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.frontpage .content .txtbox h2 {
  font-size: 30px;
  line-height: 1;
}
.frontpage .content .txtbox h2 .hiragino {
  font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .frontpage .content .txtbox h2 {
    font-size: 7vw;
  }
}
.frontpage .content .txtbox .lead {
  font-size: 18px;
  line-height: 1.6;
}
.frontpage .content .txtbox h3 {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .frontpage .content .txtbox h3 {
    margin-top: 60px;
  }
}
.frontpage .content .txtbox p {
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .txtbox p {
    margin-top: 20px;
  }
}
.frontpage .content .contnant_pic {
  width: 100%;
  height: 240px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 6px;
  transition: all 1s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .frontpage .content .contnant_pic {
    height: 180px;
    overflow-y: hidden;
  }
}
.frontpage .content .contnant_pic.contnant_pic1::after {
  animation: picmove3 400s linear infinite;
  background-image: url(../img/staff.jpg);
}
.frontpage .content .contnant_pic.contnant_pic2::after {
  animation: picmove3 400s linear infinite;
  background-image: url(../img/room.jpg);
}
.frontpage .content .contnant_pic.contnant_pic3::after {
  animation: picmove3 400s linear infinite;
  background-image: url(../img/food.jpg);
}
.frontpage .content .contnant_pic.contnant_pic4::after {
  animation: picmove3 400s linear infinite;
  background-image: url(../img/bath.jpg);
}
@keyframes picmove3 {
  0% {
    background-position: 0,0;
  }
  100% {
    background-position: -6912px,0;
  }
}
.frontpage .content .contnant_pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 6912px;
  height: 100%;
  transition: all 1s 1s;
  opacity: 1;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.frontpage .content .picbox {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 0 40px;
  padding: 110px 0 0 0;
}
@media screen and (max-width: 768px) {
  .frontpage .content .picbox {
    flex-direction: column;
    width: 69.33333vw;
    margin: 0 auto;
    padding: 21.33333vw 0 0 0;
  }
}
.frontpage .content .picbox .slider_fade {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .picbox .slider_fade {
    flex-direction: column;
    width: 100%;
  }
}
.frontpage .content .picbox .txt {
  width: 240px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .frontpage .content .picbox .txt {
    width: 100%;
    margin-top: 5.33333vw;
  }
}
.frontpage .content .picbox .txt h3 {
  font-size: 24px;
  line-height: 1;
}
.frontpage .content .picbox .txt p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .picbox .txt p {
    margin-top: 4vw;
  }
}
.frontpage .content .picbox .txt .btn {
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1;
  margin-left: 72px;
  color: #000000;
  background: rgba(33, 40, 50, 0);
  border: 1px solid #999999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .content .picbox .txt .btn:hover {
  color: #ffffff;
  background: #212832;
  border: 1px solid rgba(153, 153, 153, 0);
}
@media screen and (max-width: 768px) {
  .frontpage .content .picbox .txt .btn {
    width: 100%;
    margin: 4vw 0 0 0;
    text-align: center;
    border: 1px solid #000000;
  }
}
.frontpage .content .news {
  width: 750px;
  margin: 160px 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontpage .content .news {
    width: 100%;
    padding: 0 5.33333vw;
    margin: 80px 0 0;
  }
}
.frontpage .content .news .btnwrap {
  text-align: center;
}
.frontpage .content .news .btn {
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1;
  position: absolute;
  top: 60px;
  right: 0;
  color: #000000;
  background: rgba(33, 40, 50, 0);
  border: 1px solid #999999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .content .news .btn:hover {
  color: #ffffff;
  background: #212832;
  border: 1px solid rgba(153, 153, 153, 0);
}
@media screen and (max-width: 768px) {
  .frontpage .content .news .btn {
    position: static;
    display: inline-block;
    margin: 4vw 0 0 0;
    text-align: center;
    border: 1px solid #000000;
  }
}
.frontpage .content .news h2 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .frontpage .content .news h2 {
    text-align: center;
  }
}
.frontpage .content .news h2 span {
  display: block;
  font-family: Inter;
  font-weight: 300;
  font-size: 28px;
}
.frontpage .content .news ul {
  margin-top: 40px;
}
.frontpage .content .news ul li {
  border-top: 1px solid #989898;
}
.frontpage .content .news ul li:last-child {
  border-bottom: 1px solid #989898;
}
.frontpage .content .news ul li a {
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .news ul li a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.4;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
}
.frontpage .content .news ul li a .day-cat-wrapping {
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 20px;
}
.frontpage .content .news ul li a .day-cat-wrapping .day {
  display: block;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
}
.frontpage .content .news ul li a .day-cat-wrapping .cat {
  width: 90px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #656565;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  color: white;
}
.frontpage .content .news ul li a .title {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000000;
}
.frontpage .content .news ul li a .title:hover {
  opacity: .5;
}
.frontpage .content .members_ship {
  width: 750px;
  margin: 100px 40px 0;
}
@media screen and (max-width: 768px) {
  .frontpage .content .members_ship {
    width: 100%;
    padding: 0 5.33333vw;
    margin: 80px 0 0;
  }
}
.frontpage .content .members_ship h2 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .frontpage .content .members_ship h2 {
    text-align: center;
  }
}
.frontpage .content .members_ship h2 span {
  display: block;
  font-family: Inter;
  font-weight: 300;
  font-size: 28px;
}
.frontpage .content .members_ship .inner {
  background-color: #ffffff;
  padding: 30px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .members_ship .inner {
    padding: 30px 20px;
  }
}
.frontpage .content .members_ship .inner h3 {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .frontpage .content .members_ship .inner h3 {
    font-size: 20px;
  }
}
.frontpage .content .members_ship .inner h3:first-child {
  margin-top: 0;
}
.frontpage .content .members_ship .inner p {
  margin-top: 10px;
}
.frontpage .content .members_ship .inner .btn {
  display: block;
  width: 240px;
  margin: 30px auto 0;
  text-align: center;
  padding: 14px 0;
  color: #ffffff;
  background: #212832;
  border: 1px solid rgba(153, 153, 153, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .content .members_ship .inner .btn:hover {
  color: #000000;
  background: rgba(33, 40, 50, 0);
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .frontpage .content .members_ship .inner .btn {
    width: 100%;
  }
}
.frontpage .content .members_ship .note {
  margin-top: 10px;
  line-height: 1.4;
}
.frontpage .content .about {
  width: calc(100% - 40px);
  margin: 100px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about {
    width: 100%;
    padding: 0;
    margin: 80px 0 0;
  }
}
.frontpage .content .about h2 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about h2 {
    text-align: center;
  }
}
.frontpage .content .about h2 span {
  display: block;
  font-family: Inter;
  font-weight: 300;
  font-size: 28px;
}
.frontpage .content .about .inner {
  background-color: #ffffff;
  padding: 30px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner {
    padding: 8vw 5.33333vw;
  }
}
.frontpage .content .about .inner h3 {
  font-size: 30px;
  margin-top: 30px;
  line-height: 1.6;
}
.frontpage .content .about .inner h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner h3 {
    text-align: center;
    font-size: 22px;
  }
}
.frontpage .content .about .inner > p {
  margin-top: 30px;
  line-height: 2;
}
.frontpage .content .about .inner .sdgs {
  width: 710px;
  background-color: #f5f5f5;
  margin-top: 60px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs {
    width: 100%;
    margin-top: 9.33333vw;
    flex-direction: column;
  }
}
.frontpage .content .about .inner .sdgs img {
  width: 152px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs img {
    width: 23.86667vw;
    height: 12.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs .tit {
    display: flex;
    align-items: center;
  }
  .frontpage .content .about .inner .sdgs .tit h4 {
    font-size: 18px;
    line-height: 1.8;
    margin-left: 20px;
  }
}
.frontpage .content .about .inner .sdgs .flexbox {
  display: flex;
  flex-direction: column;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs .flexbox {
    width: auto;
    display: inline;
  }
}
.frontpage .content .about .inner .sdgs .flexbox h4 {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs .flexbox h4 {
    display: none;
  }
}
.frontpage .content .about .inner .sdgs .flexbox p {
  margin-top: 16px;
  line-height: 1.6;
}
.frontpage .content .about .inner .sdgs .btnwrap {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs .btnwrap {
    justify-content: center;
  }
}
.frontpage .content .about .inner .sdgs .btnwrap .btn {
  width: 90px;
  height: 28px;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1;
  text-align: center;
  color: #000000;
  background: rgba(33, 40, 50, 0);
  border: 1px solid #999999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .content .about .inner .sdgs .btnwrap .btn:hover {
  color: #ffffff;
  background: #212832;
  border: 1px solid rgba(153, 153, 153, 0);
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .sdgs .btnwrap .btn {
    right: 5.33333vw;
    margin: 4vw 0 0 0;
    border: 1px solid #000000;
  }
}
.frontpage .content .about .inner .recruit {
  width: 710px;
  background-color: #212832;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit {
    width: 100%;
    margin-top: 4vw;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.frontpage .content .about .inner .recruit .left {
  width: 360px;
  height: 180px;
  background: url(../img/recruit.jpg) center top no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .left {
    width: 100%;
    height: 44.66667vw;
    flex-direction: column;
  }
}
.frontpage .content .about .inner .recruit .left h4 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .left h4 {
    font-size: 8vw;
  }
}
.frontpage .content .about .inner .recruit .left h4 .hiragino {
  font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .left p {
    text-align: center;
    line-height: 1.4;
    font-size: 4.26667vw;
    padding: 0 8vw;
  }
}
.frontpage .content .about .inner .recruit .right {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  margin-right: 30px;
  width: 280px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .right {
    width: 100%;
    padding: 4.66667vw 0;
    margin-right: 0;
  }
}
.frontpage .content .about .inner .recruit .right p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .right p {
    text-align: center;
    margin-top: 4vw;
  }
}
.frontpage .content .about .inner .recruit .right .btnwrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .right .btnwrap {
    justify-content: center;
    margin-top: 0;
  }
}
.frontpage .content .about .inner .recruit .right .btnwrap .btn {
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1;
  color: #000000;
  background: white;
  border: 1px solid rgba(153, 153, 153, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.frontpage .content .about .inner .recruit .right .btnwrap .btn:hover {
  color: #ffffff;
  background: #212832;
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .frontpage .content .about .inner .recruit .right .btnwrap .btn {
    padding: 1.6vw 3.2vw;
    right: 5.33333vw;
    text-align: center;
    border: 1px solid #000000;
  }
}

/*# sourceMappingURL=frontpage.css.map */
