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

  CommonElements

======================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  html {
    font-size: calc(100vw / 128);
  }
}
/*.menu-open {
  overflow: hidden;
}*/
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.6rem;
  color: #54565a;
  line-height: 2.0;
  background: #ffffff;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック",sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
a[target="_blank"] {
  position: relative;
}
a[target="_blank"]::after {
  display: inline-block;
  content: "\e904";
  font-family: 'keiounivsfc';
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 8px;
}
/*フッターアイコンなし*/
.noicon[target="_blank"]::after {
  display: none;
}
p {
  /*font-size: 2.0rem;
  line-height: 2.2;*/
  font-size: 1.6rem;
  line-height: 1.93;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}
img {
  max-width: 100%;
}
br.br-pc {
  display: block;
}
br.br-sp {
  display: none;
}
.disp-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  a[target="_blank"]::after {
    font-size: 1.2rem;
  }
  br.br-pc {
    display: none;
  }
  br.br-sp {
    display: block;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: inline-block;
  }
}

#container {
  width: 100%;
}
.cont-inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1060px) {
  .cont-inner {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .cont-inner {
    margin: 0 auto;
    width: 80%;
  }
}

@font-face {
  font-family: 'keiounivsfc';
  src:
    url('/css/fonts/keiounivsfc.ttf?s7yakx') format('truetype'),
    url('/css/fonts/keiounivsfc.woff?s7yakx') format('woff'),
    url('/css/fonts/keiounivsfc.svg?s7yakx#keiounivsfc') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'keiounivsfc';
}

.icon-b::before {
  content: "\e900";
}
.icon-facebook::before {
  content: "\e901";
}
.icon-line::before {
  content: "\e902";
}
.icon-twitter::before {
  content: "\e903";
}
.icon-blank::before {
  content: "\e904";
}
.icon-arrow::before {
  content: "\e905";
}

/* ------------------------------------
  parts
------------------------------------ */
.btn {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #54565a;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  padding: 10px 14px;
  max-width: 460px;
  margin: 0 auto;
}
.btn:hover {
  color: #fff;
  background-color: #54565a;
}
#gray {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background-color: #a4a5a8;
  padding: 20px 44px;
  max-width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.3rem;
    max-width: 100%;
    padding: 12px;
  }
  #gray {
    font-size: 1.2rem;
    padding: 20px 20px;
    max-width: 100%;
  }
}

/* ------------------------------------
  header
------------------------------------ */
header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
body.menu-open header {
  height: 100%;
  overflow-X: hidden;
  overflow-y: auto;
}
header h1,
header .logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto 0 50px;
  position: absolute;
  top: 42px;
  z-index: 5;
}
header h1 a,
header .logo a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
header h1 img,
header .logo img {
  width: 52px;
  transition: all 0.3s ease-out;
}
header h1 a:hover,
header .logo a:hover {
  opacity: 1 !important;
}

/* active */
body:not(.menu-open) header.active .lang-switch li a {
  color: #54565a;
}
body:not(.menu-open) header.active .lang-switch li:not(:last-child)::after {
  background-color: #54565a;
}
body:not(.menu-open) header.active .glo-nav > span {
  color: #54565a;
}
body:not(.menu-open) header.active .menu-wrap #btn-menu span {
  background-color: #54565a;
}

/* .lang-switch */
header .lang-switch {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 38px;
  right: 106px;
  z-index: 6;
}
header .lang-switch li {
  padding: 0 0.5em;
  position: relative;
}
header .lang-switch li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0.5px;
  transform: translateY(-50%);
}
header .lang-switch li a {
  color: #fff;
}
header .lang-switch li a::selection {
  font-weight: 700;
}
header .lang-switch li.active a {
  font-weight: 700;
}

/* header glo-nav */
header .glo-nav {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 38px;
  right: 110px;
  z-index: 5;
}
header .glo-nav > span {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin-right: 18px;
}
header .glo-nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
header .glo-nav ul > li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
header .glo-nav .sns-list {
  margin-right: 106px;
}
header .glo-nav .sns-list > li:not(:last-child) {
  margin-right: 12px;
}
header .glo-nav .sns-list a[target="_blank"]::after {
  content: none;
}
header .glo-nav .sns-list > li img {
  width: 24px;
}
header .glo-nav .sns-list > li:nth-child(2) {
  width: 21px;
}
a[href*="/teaser"]::after {
  content: none;
}

/* header drop-nav */
header .drop-nav {
  display: none;
  height: 100vh;
  opacity: 0;
  background-color: rgba(84, 86, 90, 0.9);
  /*padding: 40px 6%;*/
  padding: 174px 0 40px;
}
body.menu-open header .drop-nav {
  width: 100%;
  opacity: 1;
}
header .drop-nav * a {
  color: #fff;
}

/* list-content */
header .list-content .cont-inner {
  display: -webkit-box;
  display: flex;
  /*overflow-y: scroll;*/
 /*min-height: 540px;*/
  max-width: 1133px;
  padding: 0 66px;
  position: relative;
}
/* header .list-content .cont-inner > *:not(:last-child) {
  margin-right: 102px;
} */

/* list-nav */
header .list-nav_wrap {
  display: flex;
}
header .list-nav {
  margin-right: 75px;
}
header .list-nav li:not(:last-child) {
  margin-bottom: 52px;
}
header .list-nav a {
  display: inline-block;
  line-height: 1;
}
header .list-nav a:hover {
  opacity: 1 !important;
}
header .list-nav img {
  height: 24px;
}
header .list-nav img.teaser {
  height: 18px;
}
header .list-nav li ul {
  display: flex;
  color: #fff;
  padding-top: 15px;
}
header .list-nav li ul .undernav {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding:0 15px;
  border-right: 1px solid #fff;
  transform: skewX(-30deg);
}
header .list-nav li ul .undernav:first-of-type {
  padding-left: 0;
}
header .list-nav li ul .undernav:last-of-type {
  border-right: none;
  padding-right: 0;
}
header .list-nav li ul .undernav a {
  color: #fff;
  transform: skewX(30deg);
}
header .list-nav li ul .undernav a:hover {
  background: linear-gradient(90deg, #efc2be, #a4d4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* link-wrap */
header .link-wrap > span {
  display: block;
  line-height: 1;
  margin-bottom: 35px;
}
header .link-wrap > span img {
  height: 18px;
}
header .link-wrap ul {
  margin-bottom: 120px;
}
header .link-wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
header .link-wrap ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
header .link-wrap ul li a:hover {
  background: linear-gradient(90deg, #efc2be, #a4d4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1 !important;
}
header .link-wrap ul.link-list {
    margin-bottom: 50px;
}

/* .drop-nav-footer */
header .drop-nav-footer {
  position: absolute;
  right: 57px;
  bottom: 100px;
  text-align: right;
  margin: 110px 57px 0;
  line-height: 1;
  /*padding-bottom: 42px;*/
}
header .drop-nav-footer > a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
header .drop-nav-footer small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

/* Hover */
/*
@media (hover: hover) and (pointer: fine) {
  header .glo-nav ul > li > a.btn:hover {
    opacity: 0.6;
  }
}
*/

@media only screen and (max-width: 768px) {
  header {
    width: 100%;
    height: auto;
  }
  body.menu-open header {
    background-color: rgba(84, 86, 90, 0.9);
    /* max-height: 605px; */
    /*height: auto;*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header h1,
  header .logo {
    width: auto;
    height: 40px;
    margin: 14px auto 0 6%;
    position: static;
  }
  header h1 img,
  header .logo img {
    width: 33px;
  }
  /* .lang-switch */
  header .lang-switch {
    top: 12px;
    right: calc(9% + 20px);
  }
  header .lang-switch li:not(:last-child)::after {
    height: 11px;
    transform: translateY(-50%) translateY(2px);
  }
  header .lang-switch li a {
    font-size: 1.2rem;
  }
  .menu-open header .glo-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    opacity: 1;
    visibility: visible;
  }
  /* glo-nav */
  header .glo-nav {
    right: 0;
    top: 14vw;
    height: auto;
    display: none;
    padding-top: 7px;
    margin-right: 6%;
  }
  header .glo-nav > span {
    font-size: 1.25rem;
  }
  header .glo-nav ul {
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  header .glo-nav .sns-list {
    margin-right: 0;
  }
  header .glo-nav .sns-list > li img {
    width: 19px;
  }
	header .glo-nav .sns-list > li:nth-child(2) {
		width: 18px;
	}
  /* .drop-nav */
  header .drop-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 110px;
    background-color: transparent;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* list-content */
  header .list-content .cont-inner {
    display: block;
    padding: 0;
  }
  header .list-content .cont-inner > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  header .list-nav {
    margin-right: 6rem;
  }
  header .list-nav + .list-nav {
    margin-right: 0;
  }
  header .list-nav li:not(:last-child) {
    margin-bottom: 15px;
  }
  header .list-nav img {
    height: 13px;
  }
  header .list-nav img.teaser {
    height: 11px;
  }
  header .list-nav li ul {
    display: block;
    padding-top: 10px;
  }
  header .list-nav li ul .undernav {
    font-size: 1rem;
    padding: 0;
    border-right: none;
    transform: skewX(0);
  }
  header .list-nav li ul .undernav a {
    transform: skewX(0);
  }
  header .list-nav li ul .undernav + .undernav {
    padding-top: 2rem;
  }
  header .link-wrap > span {
    margin-bottom: 14px;
  }
  header .link-wrap > span img {
    height: 11px;
  }
  header .link-wrap ul {
    margin-bottom: 0;
  }
  header .link-wrap ul li:not(:last-child) {
    margin-bottom: 6px;
  }
  header .link-wrap ul li a {
    font-size: 1.0rem;
  }
  header .link-wrap ul li a[target="_blank"]::after {
    font-size: 1.0rem;
  }
  header .link-wrap ul.link-list {
    margin-bottom: 40px;
  }
  /* drop-nav-footer */
  header .drop-nav-footer {
    width: 88%;
    margin: 56px auto 40px;
    position: static;
    display: flex;
    justify-content: center;
  }
  header .drop-nav-footer > a {
    font-size: 1.1rem;
  }
  header .drop-nav-footer > a:first-child {
    text-align: left;
  }
  header .drop-nav-footer > a:nth-child(2) {
    text-align: right;
  }
  header .drop-nav-footer small {
    font-size: 1.0rem;
  }
}

/*-----------------------------------------
  menu btn
-----------------------------------------*/
.menu-wrap {
  display: block;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 15;
}
.menu-wrap #btn-menu {
  display: block;
  width: 55px;
  height: 40px;
  position: relative;
}
.menu-wrap #btn-menu span {
  width: 30px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-out;
}
.menu-wrap #btn-menu span:nth-of-type(1) {
  top: 7px;
  transform: translateX(-50%) rotate(0);
}
.menu-wrap #btn-menu span:nth-of-type(2) {
  top: 18px;
  transform: translateX(-50%) rotate(0);
}
.menu-wrap #btn-menu span:nth-of-type(3) {
  top: 29px;
  transform: translateX(-50%) rotate(0);
}
/* .menu-open */
.menu-open #btn-menu span {
  width: 55px;
  height: 2px;
}
.menu-open #btn-menu span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) rotate(30deg);
}
.menu-open #btn-menu span:nth-of-type(2) {
  transform: translateX(10%) translateX(2.5px) rotate(0);
  opacity: 0;
}
.menu-open #btn-menu span:nth-of-type(3) {
  top: 18px;
  transform: translateX(-50%) rotate(-30deg);
}

@media only screen and (max-width: 768px) {
  .menu-wrap {
    top: 10px;
    right: 6%;
  }
  .menu-wrap #btn-menu {
    width: 30px;
  }
  .menu-wrap #btn-menu span {
    width: 25px;
    height: 2px;
  }
  .menu-wrap #btn-menu span:nth-of-type(1) {
    top: 9px;
  }
  .menu-wrap #btn-menu span:nth-of-type(3) {
    top: 27px;
  }
  /* .menu-open */
  .menu-open #btn-menu span {
    width: 28px;
  }
  .menu-open #btn-menu span:nth-of-type(1) {
    top: 20px;
  }
  .menu-open #btn-menu span:nth-of-type(3) {
    top: 20px;
  }
}

/* ------------------------------------
  cv
------------------------------------ */
.cv {
    position: absolute;
    width: 144px;
    bottom: 100px;
    left: 50px;
}
.cv .sp {
    display: none;
}
.cv a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
    .cv .pc {
        display: none;
    }
    .cv {
      position: fixed;
      width: 70px;
      bottom: 30px;
      right: 0;
      left: auto;
    }
    .cv .sp {
        display: block;
        
    }
}


/* ------------------------------------
  footer
------------------------------------ */
footer {
  /*background: url('/img/common/footer-bg.jpg') center center no-repeat;*/
    background-color: #737478;
  background-size: cover;
  position: relative;
  padding: 70px 0 56px;
}
footer .footer-clm {
  display: -webkit-box;
  display: flex;
  margin-bottom: 70px;
  padding: 0 32.5px;
}
footer .footer-logo {
  margin-right: 82px;
}
footer .footer-logo a:hover {
  opacity: 1;
}
footer .footer-logo img {
  width: 65px;
}
/* .sitemap */
footer .sitemap {
  flex-shrink: 0;
  margin-right: 70px;
}
footer .sitemap li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  flex-direction: column;
}
footer .sitemap li:not(:last-child) {
  margin-bottom: 44.5px;
}
footer .sitemap li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
footer .sitemap li a:hover {
    opacity: 1;
}
footer .sitemap li a:nth-child(2) {
  margin-left: 40px;
}
footer .sitemap li a:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #646464;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
footer .sitemap li img {
  height: 16px;
}
footer .sitemap li ul {
  display: flex;
  color: #fff;
  padding-top: 12px;
}
footer .sitemap li ul .undernav {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding:0 15px;
  border-right: 1px solid #fff;
  transform: skewX(-30deg);
}
footer .sitemap li ul .undernav:first-of-type {
  padding-left: 0;
}
footer .sitemap li ul .undernav:last-of-type {
  border-right: none;
  padding-right: 0;
}
footer .sitemap li ul .undernav a {
  color: #fff;
  transform: skewX(30deg);
}
footer .sitemap li ul .undernav a:hover {
  background: linear-gradient(90deg, #efc2be, #a4d4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .contact_wrap */
footer .contact_wrap {
    padding-bottom: 28px;
}
footer .contact_wrap .contact {
  display: block;
  line-height: 1;
}
footer .contact_wrap .contact a {
  display: inline-block;
  line-height: 1;
}
footer .contact_wrap .contact img {
  height: 16px;
  vertical-align: baseline;
}
footer .contact_wrap .info_ttl {
  display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: solid 1px #fff;
}
footer .contact_wrap .info {
  padding-top: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
footer .contact_wrap .info a {
    color: #fff;
}
footer .contact_wrap .info .tel {
  font-size: 18px;
  font-weight: 700;
}
footer .contact_wrap .info .time {
  font-size: 10px;
}
/* SP用 .sp_contact_wrap */
.sp_contact_wrap {
    display: none;
}
/* .link-wrap */
footer .link-wrap {
  padding-top: 30px;
}
footer .link-wrap > span {
  display: -webkit-box;
  display: flex;
  margin-bottom: 15px;
}
footer .link-wrap > span img {
  height: 16px;
}
/* teaser-wrap */
footer .teaser-wrap {
    line-height: 1;
}
footer .teaser-wrap .teaser img {
  height: 12px;
}
/* .link-list */
footer .link-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
footer .link-list > li {
  margin-right: 30px;
}
footer .link-list a {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .link-list a:hover {
  background: linear-gradient(90deg, #efc2be, #a4d4bf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1 !important;
}
/* .sp-link-wrap */
footer .sp-link-wrap {
  display: none;
}

/* .sns-list-wrap */
footer .sns-list-wrap > ul {
  display: none;
}
/* .link-img-clm */
footer .link-img-clm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 74px;
}
footer .link-img-clm li:first-of-type {
    width: 192px;
}
footer .link-img-clm li:last-of-type {
    width: 225px;
}
footer .link-img-clm li:not(:last-child) {
  margin-right: 50px;
}
footer .link-img-clm a::after {
  content: none;
}
/* copyright */
footer .cont-inner > small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  footer .sitemap {
    padding-right: 5vw;
  }
  footer .contact_wrap {
    padding-bottom: 36px;
  }
  footer .contact_wrap .info_ttl {
    line-height: 1.5;
    margin-top: -0.5em;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 45px 0;
  }
  footer .footer-logo {
    text-align: center;
    margin-right: 0;
    margin-bottom: 35px;
  }
  footer .footer-logo img {
    width: 39px;
  }
  footer .footer-clm {
    display: block;
    margin-bottom: 33px;
    padding: 0;
  }
  footer .link-img-clm li:first-of-type {
    width: 96px;
}
  footer .link-img-clm li:last-of-type {
    width: 112px;
  }
  footer .sitemap {
    display: none;
  }
  /* .contact_wrap */
  footer .contact_wrap {
    display: none;
  }
  /* SP用 .sp_contact_wrap */
  .sp_contact_wrap {
    display: block;
    padding-top: 2.5rem;
  }
  .sp_contact_wrap + .sp_contact_wrap {
    padding-top: 4rem;
  }
  footer .contact {
    display: block;
    padding-top: 4rem;
    text-align: center;
    line-height: 1;
  }
  footer .contact img {
    height: 15px;
  }
  .sp_contact_wrap:first-of-type {
    padding-top: 40px;
  }
  footer .sp_contact_wrap .info_ttl {
    color: #fff;
    font-size: 12.5px;
    font-weight: 500;
    padding-bottom: 5px;
    text-align: center;
    line-height: 1;
    border-bottom: solid 1px #fff;
    letter-spacing: .01em;
    width: fit-content;
    margin: 0 auto;
  }
  footer .sp_contact_wrap .info {
    padding-top: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: calc(42/28*1em);
  }
  footer .sp_contact_wrap .info a {
    color: #fff;  
  }
  footer .link-wrap {
    display: none;
  }
  footer .sp_contact_wrap .tel {
    display: inline-block;
    padding-top: 1rem;
    font-size: 2.1rem;
    font-weight: 700;
  }
  footer .sp_contact_wrap .time {
    display: inline-block;
    padding-top: .5rem;
    font-size: 1.1rem;
  }
  footer .sp_contact_wrap .mail {
    display: inline-block;
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
  footer .sp_contact_wrap .mail a {
    letter-spacing: .05em;
  }
  /* .sp-link-wrap */
  footer .sp-link-wrap {
    display: block;
    margin-bottom: 28px;
  }
  footer .sp-link-wrap ul {
    padding: 0 3%;
  }
  footer .sp-link-wrap li {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  footer .sp-link-wrap li a {
    text-decoration: none; 
  }
  footer .sp-link-wrap li a::after {
    content: url('/img/index/icon_externallink.svg');
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    text-indent: 0.5em;   
  }
  footer .sp-link-wrap a {
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #fff;
    text-decoration: underline;
    text-align: center;
  }
  /* .sns-list-wrap */
  footer .sns-list-wrap > span {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  footer .sns-list-wrap > span img {
    height: 13px;
  }
  footer .sns-list-wrap ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .sns-list-wrap ul > li:not(:last-child) {
    margin-right: 28px;
  }
  footer .sns-list-wrap ul > li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .sns-list-wrap ul > li img {
    width: 35px;
  }
  footer .sns-list-wrap ul > li a[target="_blank"]::after {
    content: none;
  }
  footer .link-img-clm {
    padding: 0 32px;
    margin-bottom: 35px;
  }
  footer .link-img-clm li:not(:last-child) {
    margin-right: 25px;
  }
  footer .cont-inner > small {
    font-size: 1.0rem;
  }
  /* .sp-teaser-wrap */
  footer .teaser-wrap {
    display: none;
  }
}

/* ------------------------------------
  modal
------------------------------------ */
.modal {
  display: none;
  width: 100%;
  max-width: 750px;
  margin: 0;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 20;
  position: fixed;
}
.modal .modal-close {
  display: block;
  width: 82px;
  height: 44px;
  position: absolute;
  top: 0;
  right: -10px;
  transform: translateX(100%);
  cursor: pointer;
}
.modal .modal-close::before,
.modal .modal-close::after {
  content: "";
  width: 93px;
  height: 2px;
  background-color: #9c9c9c;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .modal-close::before {
  transform: translate(-50%, -50%) rotate(30deg);
}
.modal .modal-close:after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.modal figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 100px 80px;
}
.modal.basil figure {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}
.modal figure img {
  height: 238px;
  margin-left: 68px;
}
.modal figure .ttl_salt {
  height: 267px;
  /* margin-left: 68px; */
}
.modal figcaption {
  width: 55.594%;
}
.modal .title {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}
.modal .title img {
  width: 100%;
  height: 23px;
  margin: 0 auto;
}
.modal .title > small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 20px 0 25px;
  position: relative;
}
.modal .title > small::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #424448;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.modal figcaption .head-title {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #424448;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
.modal figcaption p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #424448;
  letter-spacing: 0.08em;
}
.modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1100px) {
  .modal {
    width: calc(100% - 92px);
    transform: translate(-50%, -50%) translate(-42px, 0);
  }
}

@media only screen and (max-width: 768px) {
  .modal {
    width: 80%;
    max-width: auto;
    height: 476px;
    transform: translate(-50%, -50%) translate(0, 0);
  }
  .modal .modal-close {
    width: 48.5px;
    height: 24px;
    top: -10px;
    right: 0;
    transform: translateY(-100%);
    cursor: pointer;
  }
  .modal .modal-close::before,
  .modal .modal-close::after {
    width: 49px;
  }
  .modal figure {
    height: 100%;
    display: block;
    text-align: center;
    padding: 19% 12.5% 15%;
    overflow-y: auto;
  }
  .modal figure img {
    width: 24.299%;
    height: auto;
    margin-left: 0;
    margin-bottom: 42px;
  }
  .modal figure .ttl_salt {
    height: auto;
  }
  .modal .title {
    margin-bottom: 12px;
  }
  .modal .title img {
    height: 16px;
  }
  .modal .title > small {
    font-size: 1.1rem;
    padding: 8px 0 13px;
  }
  .modal .title > small::after {
    width: 10px;
    height: 2px;
  }
  .modal figcaption {
    width: 100%;
  }
  .modal figcaption .head-title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 12px;
  }
  .modal figcaption p {
    font-size: 1.2rem;
    text-align: justify;
  }
}

/*-----------------------------------------
  Hover
-----------------------------------------*/
a,
.modal .modal-close {
  transition: all 0.3s ease-out;
}
/* Hover */
@media (hover: hover) and (pointer: fine) {
  body:not(.tab_view) a:hover,
  body:not(.tab_view) .modal .modal-close:hover {
    opacity: 0.6;
  }
}
.btn-hover:hover {
  background-color: #54565a !important;
  opacity: 1 !important;
}
/*-----------------------------------------
  ClearFix
-----------------------------------------*/
.clear::before,
.clear::after,
header::before,
header::after,
footer::before,
footer::after {
  content: '';
  display: table;
}
.clear::after,
header::after,
footer::after {
  clear: both;
}
.clear,
header,
footer {
  *zoom: 1;
}
