
.simple-header__in {
  position: relative;
  background: #fff;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__in {
    height: 65px;
  }
}

.simple-header__lg {
  position: absolute;
  line-height: 1;
  margin: 0;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}

.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 37px;
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}

.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}


.l-footer {
  padding: 60px 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 17.33333% 6.66667%
  }
}

.l-footer__logo {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url("/common/images/logo_gs_footer03.png") no-repeat;
  background-size: contain;
  position: relative;
}

.l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.l-footer__nav {
  margin-top: 50px;
  line-height: 1.1;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 10.76923%
  }
}

.l-footer__nav>li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .l-footer__nav>li {
    display: block;
    margin: 3.07692% 0 0;
    font-size: 3.46667vw
  }
}

.l-footer__nav>li>a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .l-footer__nav>li>a {
    padding-right: 4.76923%
  }
}

.l-footer__nav>li>a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 11px;
  height: 9px;
  background: url(../images/icon-window.png) no-repeat;
  background-size: contain
}

@media screen and (max-width: 767px) {
  .l-footer__nav>li>a::before {
    top: 0;
    width: 3.2vw;
    height: auto;
    margin-top: 0.66667vw;
    padding-top: 2.4vw
  }
}

.l-footer__nav>li:first-child {
  margin-left: 0
}

@media screen and (max-width: 767px) {
  .l-footer__nav>li:first-child {
    margin-top: 0
  }
}

.l-footer__copyright {
  margin-top: 50px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10.76923%;
    font-size: 3.2vw
  }
}