@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: 16rem;
}

.font_serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a.tel_link {
  pointer-events: none;
}

main {
  display: block;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 1080rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.c_red {
  color: #df1616;
}

.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65rem;
  position: relative;
  padding-bottom: 20rem;
}
.common_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 200rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#d2d2d2), color-stop(50%, #d2d2d2), color-stop(50%, #1d2088), to(#1d2088));
  background-image: linear-gradient(to right, #d2d2d2, #d2d2d2 50%, #1d2088 50%, #1d2088);
}
.common_ttl span {
  display: block;
}
.common_ttl span.m_ttl {
  font-size: 36rem;
  letter-spacing: 6rem;
}
.common_ttl span.sub_ttl {
  letter-spacing: 6rem;
  font-size: 30rem;
  position: relative;
}
.common_ttl span.sub_ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 90%;
  left: -32rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(28deg);
          transform: translateY(-50%) rotate(28deg);
  background-color: #333;
}

.mv {
  position: relative;
}
.mv h1 {
  position: absolute;
  top: 50rem;
  left: 0;
  padding-top: 15rem;
  padding-bottom: 15rem;
  padding-left: 68rem;
  width: 914rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.87)), color-stop(73%, rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87) 73%, rgba(255, 255, 255, 0));
}
.mv h1 img {
  width: 601rem;
}

header {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b3190), to(#08246a));
  background: linear-gradient(#0b3190, #08246a);
}
header .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .content_wrap .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 20px;
}
header .content_wrap .ttl_wrap .logo_wrap {
  width: 327rem;
}
header .content_wrap .right_content .to_sougou {
  width: 140rem;
}

.news_topics {
  margin-top: 75rem;
}
.news_topics .news_list {
  margin-top: 60rem;
}

.news_list ul li {
  padding-bottom: 5rem;
  border-bottom: 1px solid #cac9d1;
}
.news_list ul li + li {
  margin-top: 20rem;
}
.news_list ul li h3 {
  font-size: 17rem;
  color: #0b308e;
  font-weight: bold;
}
.news_list ul li p.desc {
  margin-top: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_list ul li p.desc time {
  display: block;
  width: 100rem;
}
.news_list ul li p.desc span.text {
  display: block;
}
.news_list ul li p.en_text {
  margin-top: 5rem;
}

.teaser_concept {
  margin-top: 100rem;
  background-image: url(../img/teaser/bg_concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40rem;
  padding-bottom: 170rem;
}
.teaser_concept .content_wrap {
  position: relative;
  margin-top: 65rem;
  text-align: center;
}
.teaser_concept .content_wrap h3 {
  font-size: 36rem;
  letter-spacing: 5rem;
  -webkit-filter: drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff);
          filter: drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff);
}
.teaser_concept .content_wrap p {
  margin-top: 36rem;
  font-size: 18rem;
  line-height: 2.5;
  letter-spacing: 2rem;
  -webkit-filter: drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff);
          filter: drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff) drop-shadow(0 0 2rem #fff);
}
.teaser_concept .content_wrap .img_wrap {
  position: absolute;
}
.teaser_concept .content_wrap .img_wrap.img01 {
  top: 110rem;
  left: 0;
}
.teaser_concept .content_wrap .img_wrap.img02 {
  top: 15rem;
  right: 0;
}

.hotel_takamatsu_list {
  margin-top: 170rem;
}
.hotel_takamatsu_list h2 {
  text-align: center;
  font-size: 36rem;
  font-weight: 600;
}
.hotel_takamatsu_list .list_wrap {
  margin-top: 50rem;
}
.hotel_takamatsu_list .list_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14rem;
}
.hotel_takamatsu_list .list_wrap ul li .box {
  width: 350px;
}
.hotel_takamatsu_list .list_wrap ul li .box .img_wrap img {
  width: 100%;
  aspect-ratio: 350/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text,
.hotel_takamatsu_list .list_wrap ul li .box .text {
  height: 144rem;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08256c), color-stop(14%, #082873), color-stop(85%, #092e86), to(#0b308e));
  background-image: linear-gradient(to top, #08256c, #082873 14%, #092e86 85%, #0b308e);
  padding-top: 30rem;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 {
  text-align: center;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span {
  display: block;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl {
  font-size: 24rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::before, .hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 40rem;
  height: 1px;
  background-color: #fff;
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::before {
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.m_ttl {
  font-size: 32rem;
}
.hotel_takamatsu_list .list_wrap ul li .box .text {
  padding: 20rem 24rem 10rem;
  text-align: center;
}
.hotel_takamatsu_list .list_wrap ul li .box .text h3 img {
  width: auto;
  height: 26rem;
}
.hotel_takamatsu_list .list_wrap ul li .box .text p.en_ttl {
  margin-top: 10rem;
  color: #0b308e;
}
.hotel_takamatsu_list .list_wrap ul li .box .text .to_site {
  margin-top: 8rem;
}
.hotel_takamatsu_list .list_wrap ul li .box .text .to_site a {
  width: 100%;
  min-height: 36rem;
  color: #0b308e;
  border: 1px solid #0b308e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
}
.hotel_takamatsu_list .list_wrap ul li .box.site_box {
  width: 352px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 5rem 0 0 #d9d9d9;
          box-shadow: 0 5rem 0 0 #d9d9d9;
}

.top_recruit {
  margin-top: 200rem;
}
.top_recruit .content_wrap {
  margin-top: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_recruit .content_wrap .img_wrap {
  width: 300rem;
}
.top_recruit .content_wrap .img_wrap img {
  width: 100%;
  height: 371rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_recruit .content_wrap .text {
  width: 606rem;
  padding: 35rem 53rem 5rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#08256c), color-stop(14%, #082873), color-stop(85%, #092e86), to(#0b308e));
  background-image: linear-gradient(to top, #08256c, #082873 14%, #092e86 85%, #0b308e);
}
.top_recruit .content_wrap .text h3 {
  text-align: center;
  color: #fff;
}
.top_recruit .content_wrap .text h3 span {
  display: block;
}
.top_recruit .content_wrap .text h3 span.h_name {
  font-size: 28rem;
}
.top_recruit .content_wrap .text h3 span.ttl {
  font-size: 34rem;
}
.top_recruit .content_wrap .text p.lead_text {
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 10rem;
}
.top_recruit .content_wrap .text dl {
  margin-top: 20rem;
}
.top_recruit .content_wrap .text dl .box {
  background-color: #efede5;
  padding: 12rem 30rem 12rem 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_recruit .content_wrap .text dl .box + .box {
  margin-top: 12rem;
}
.top_recruit .content_wrap .text dl .box dt {
  font-weight: bold;
  color: #0a2d86;
}
.top_recruit .content_wrap .text dl .box dd a {
  width: 240rem;
  height: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c3a11f;
  background-color: #fff;
  border: 1px solid #c3a11f;
}
.top_recruit .content_wrap .text dl .box dd a span {
  display: block;
  position: relative;
  padding-right: 38rem;
}
.top_recruit .content_wrap .text dl .box dd a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 23rem;
  height: 24rem;
  background-image: url(../img/common/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer {
  margin-top: 100rem;
}
footer .page_list_area {
  border-top: 1px solid #cbc5b3;
  border-bottom: 1px solid #cbc5b3;
}
footer .page_list_area .page_list {
  background: #efede5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15rem 0;
}
footer .page_list_area .page_list ul {
  min-height: 53rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem 25rem;
}
footer .page_list_area .page_list ul li a {
  font-size: 13rem;
}
footer .contact_area {
  margin-top: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75rem;
}
footer .contact_area .logo_wrap {
  width: 322rem;
}
footer .contact_area .logo_wrap img {
  width: 100%;
}
footer .contact_area p.to_mail a {
  text-decoration: underline;
}
footer .btn_area {
  margin-top: 30rem;
  padding-top: 20rem;
  border-top: 1px solid #1b1b1b;
}
footer .btn_area .to_sogo {
  margin-left: auto;
  margin-right: auto;
  width: 300rem;
}
footer .btn_area .to_sogo a {
  display: block;
  background: #f1ede1;
  border: 1px solid #c5c3bc;
}
footer p.copy {
  margin-top: 26rem;
  padding: 15rem;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 12rem;
  text-align: center;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .common_ttl {
    gap: 40rem;
    padding-bottom: 16rem;
  }
  .common_ttl::before {
    width: 120rem;
    height: 2rem;
  }
  .common_ttl span.m_ttl {
    font-size: 24rem;
    letter-spacing: 3rem;
  }
  .common_ttl span.sub_ttl {
    letter-spacing: 3rem;
    font-size: 20rem;
  }
  .common_ttl span.sub_ttl::before {
    left: -20rem;
  }
  .mv {
    position: relative;
  }
  .mv h1 {
    position: absolute;
    top: 30rem;
    left: 0;
    padding-top: 12rem;
    padding-bottom: 12rem;
    padding-left: 16rem;
    width: 300rem;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.87)), color-stop(73%, rgba(255, 255, 255, 0.87)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87) 73%, rgba(255, 255, 255, 0));
  }
  .mv h1 img {
    width: 200rem;
  }
  .mv .img_wrap img {
    height: 400rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  header .content_wrap .ttl_wrap {
    display: block;
  }
  header .content_wrap .ttl_wrap .logo_wrap {
    width: 200rem;
  }
  header .content_wrap .right_content .to_sougou {
    width: 100rem;
  }
  .news_topics {
    margin-top: 50rem;
  }
  .news_topics .news_list {
    margin-top: 40rem;
  }
  .news_list ul li {
    padding-bottom: 5rem;
    border-bottom: 1px solid #cac9d1;
  }
  .news_list ul li + li {
    margin-top: 16rem;
  }
  .news_list ul li h3 {
    font-size: 16rem;
  }
  .news_list ul li p.desc {
    margin-top: 14rem;
  }
  .news_list ul li p.desc time {
    width: 80rem;
  }
  .news_list ul li p.desc span.text {
    width: calc(100% - 80rem);
  }
  .news_list ul li p.en_text {
    margin-top: 5rem;
  }
  .teaser_concept {
    margin-top: 70rem;
    padding-top: 40rem;
    padding-bottom: 120rem;
  }
  .teaser_concept .content_wrap {
    margin-top: 50rem;
  }
  .teaser_concept .content_wrap h3 {
    font-size: 20rem;
    letter-spacing: 3rem;
  }
  .teaser_concept .content_wrap p {
    margin-top: 30rem;
    font-size: 15rem;
    line-height: 2.2;
    letter-spacing: 0;
  }
  .teaser_concept .content_wrap .img_wrap {
    display: none;
  }
  .hotel_takamatsu_list {
    margin-top: 100rem;
  }
  .hotel_takamatsu_list h2 {
    font-size: 24rem;
  }
  .hotel_takamatsu_list .list_wrap {
    margin-top: 50rem;
  }
  .hotel_takamatsu_list .list_wrap ul {
    display: block;
  }
  .hotel_takamatsu_list .list_wrap ul li + li {
    margin-top: 20rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box {
    width: auto;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .open_text,
  .hotel_takamatsu_list .list_wrap ul li .box .text {
    height: auto;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .open_text {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#08256c), color-stop(14%, #082873), color-stop(85%, #092e86), to(#0b308e));
    background-image: linear-gradient(to top, #08256c, #082873 14%, #092e86 85%, #0b308e);
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl {
    font-size: 18rem;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::before, .hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.sub_ttl::after {
    width: 20rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .open_text h3 span.m_ttl {
    font-size: 20rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .text {
    padding: 20rem 15rem 20rem;
    text-align: center;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .text h3 img {
    width: auto;
    height: 22rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .text p.en_ttl {
    font-size: 14rem;
    margin-top: 8rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .text .to_site {
    margin-top: 8rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box .text .to_site a {
    font-size: 16rem;
  }
  .hotel_takamatsu_list .list_wrap ul li .box.site_box {
    width: auto;
  }
  .top_recruit {
    margin-top: 120rem;
  }
  .top_recruit .content_wrap {
    padding-top: 20rem;
    width: 335rem;
    display: block;
    margin-top: 40rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#08256c), color-stop(14%, #082873), color-stop(85%, #092e86), to(#0b308e));
    background-image: linear-gradient(to top, #08256c, #082873 14%, #092e86 85%, #0b308e);
    margin-left: auto;
    margin-right: auto;
  }
  .top_recruit .content_wrap .img_wrap {
    width: 300rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top_recruit .content_wrap .img_wrap img {
    width: 100%;
    height: 371rem;
  }
  .top_recruit .content_wrap .text {
    width: auto;
    padding: 16rem 14rem;
    background-image: none;
  }
  .top_recruit .content_wrap .text h3 span.h_name {
    font-size: 18rem;
  }
  .top_recruit .content_wrap .text h3 span.ttl {
    font-size: 22rem;
  }
  .top_recruit .content_wrap .text p.lead_text {
    margin-top: 8rem;
  }
  .top_recruit .content_wrap .text dl {
    margin-top: 16rem;
  }
  .top_recruit .content_wrap .text dl .box {
    padding: 16rem 16rem;
    display: block;
  }
  .top_recruit .content_wrap .text dl .box + .box {
    margin-top: 12rem;
  }
  .top_recruit .content_wrap .text dl .box dt {
    font-size: 16rem;
    text-align: center;
  }
  .top_recruit .content_wrap .text dl .box dd {
    margin-top: 5rem;
  }
  .top_recruit .content_wrap .text dl .box dd a {
    font-size: 16rem;
    width: auto;
    height: 40rem;
  }
  .top_recruit .content_wrap .text dl .box dd a span {
    padding-right: 30rem;
  }
  .top_recruit .content_wrap .text dl .box dd a span::after {
    width: 20rem;
    height: auto;
    aspect-ratio: 23/24;
  }
  footer {
    margin-top: 80rem;
  }
  footer .page_list_area .page_list {
    padding: 12rem 0;
  }
  footer .page_list_area .page_list ul {
    min-height: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  footer .page_list_area .page_list ul.inner {
    width: 360rem;
  }
  footer .page_list_area .page_list ul li {
    width: 50%;
    padding-right: 10px;
  }
  footer .page_list_area .page_list ul li a {
    font-size: 12rem;
  }
  footer .page_list_area .page_list ul li:nth-child(odd) {
    padding-left: 10rem;
  }
  footer .contact_area {
    margin-top: 20rem;
    display: block;
  }
  footer .contact_area .logo_wrap {
    width: 260rem;
    margin-left: auto;
    margin-right: auto;
  }
  footer .contact_area p.to_mail {
    margin-top: 12rem;
    text-align: center;
  }
  footer .btn_area {
    margin-top: 20rem;
    padding-top: 16rem;
  }
  footer .btn_area .to_sogo {
    margin-left: auto;
    margin-right: auto;
    width: 200rem;
  }
  footer p.copy {
    margin-top: 20rem;
    padding: 12rem 10rem;
    font-size: 10rem;
  }
}/*# sourceMappingURL=teaser.css.map */