@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
/*************************
変数設定
*************************/
/* ===========================================================/
/  初期設定
=============================================================*/
html {
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  box-sizing: border-box;
}
body.js-open {
  overflow: hidden;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.37;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.sp_only{display: none;}
.pc_only{display: block;}
.kage, .huchi{  text-shadow: 0 15px 10px rgba(0, 0, 0, 0.6);}



.black{display: none;}
.white{display: block;}



/* .header{ background-color: #007bbb;} */
@media screen and (max-width: 400px) {
  .kage{  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);}
  .huchi{text-shadow: -1px -1px #000, -1px 1px #000, 1px -1px #000, 1px 1px #000}    
}

@media screen and (min-width: 1201px) {
  .no-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .no-tab {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_only{display: none;}
  .sp_only{display: block;}
  .no-sp {
    display: none !important;


  }
}

.dib {
  display: inline-block;
}

@media screen and (min-width: 1201px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.form-reset {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* ===========================================================/
/  z-index
=============================================================*/
.header {
  z-index: 9000;
}
.header--white {
  z-index: 8500;
}
.header__main {
  position: relative;
  z-index: 8000;
}
.header__btn {
  position: relative;
  z-index: 8000;
}
.header__menu {
  position: relative;
  z-index: 7000;
}

/* ===========================================================/
/  共通パーツ
=============================================================*/
.cmn__inner {
  width: 84.6153846154%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .cmn__inner {
  width: 95%;}
     /* .header:nth-of-type(1){ background-color: #007bbb;} */
}


.oswald {
  font-family: "Oswald", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;

  font-weight: 900;
}

.breadcrumb {
  padding-left: 50px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    display: contents;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .breadcrumb__list {
    display: none;
  }
}
.breadcrumb__item {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #898787;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}
.breadcrumb__item:hover {
  opacity: 0.6;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 15px;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "＞";
  display: block;
  margin-right: 15px;
  font-size: 1.4rem;
  color: #898787;
}
.breadcrumb__item--current {
  color: #333;
}
.breadcrumb__item--current:hover {
  opacity: 1;
}

.page-top {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .page-top {
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 32px;
    right: 14px;
    z-index: 10;
  }
}
@media screen and (max-width: 750px) {
  .page-top {
    width: 45px;
    height: 45px;
    bottom: 16px;
    right: 7px;
  }
}
.page-top:hover {
  opacity: 0.8;
}
.page-top--js-hide {
  opacity: 0;
  pointer-events: none;
}

.sec__ttl {
  margin: 0 auto;
  width: fit-content;
  color: #007BBB;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec__ttl--en {
  font-size: 55px;
  line-height: 1.49;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .sec__ttl--en {
    font-size: 8rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .sec__ttl--en {
    font-size: 4rem;
  }
}
.sec__ttl--jp {
  display: block;
  font-size: 2.4rem;
  line-height: 1.46;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec__ttl--jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .sec__ttl--jp {
    font-size: 2rem;
  }
}
.sec__ttl::after {
  content: "";
  display: block;
  margin: 28px auto 0;
  width: 64px;
  height: 12px;
  background: #007BBB;
}
@media screen and (max-width: 1200px) {
  .sec__ttl::after {
    margin-top: 24px;
    width: 128px;
    height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .sec__ttl::after {
    margin-top: 12px;
    width: 64px;
    height: 12px;
  }
}
.sec__ttl--white {
  color: #fff;
}
.sec__ttl--white::after {
  background: #fff;
}

.btn {
  margin: 0 auto;
  width: 258px;
  height: 63px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #007BBB;
  border: 1px solid transparent;
  border-radius: 31.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .btn {
    width: 516px;
    height: 126px;
    font-size: 4rem;
    border-radius: 63px;
    border-width: 2px;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    width: 258px;
    height: 63px;
    font-size: 2rem;
    border: 31.5px;
    border-width: 1px;
  }
}
@media screen and (max-width: 400px) {
  .btn {
    width: 258px;
    height: 50px;
    font-size: 2rem;
    border: 25px;
    border-width: 1px;
  }
}




.btn:hover {
  color: #007BBB;
  background: #fff;
  border-color: #007BBB;
}
.btn--white {
  background: #fff;
  color: #007BBB;
}
.btn--white:hover {
  background: #007BBB;
  color: #fff;
  border-color: #fff;
}
.btn--right {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .btn--right {
    margin-right: auto;
  }
}
.btn--left {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .btn--left {
    margin-left: auto;
  }
}

.lower-mv {
  height: 354px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .lower-mv {
    height: 504px;
  }
}
@media screen and (max-width: 750px) {
  .lower-mv {
    height: 252px;
  }
}
.lower-mv__ttl {
  padding-top: 127px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lower-mv__ttl {
    padding-top: 170px;
  }
}
@media screen and (max-width: 750px) {
  .lower-mv__ttl {
    padding-top: 85px;
  }
}
.lower-mv__ttl--en {
  display: block;
  font-size: 5.5rem;
  letter-spacing: 0.05em;
  line-height: 1.49;
}
@media screen and (max-width: 1200px) {
  .lower-mv__ttl--en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 750px) {
  .lower-mv__ttl--en {
    font-size: 4rem;
  }
}
.lower-mv__ttl--jp {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
@media screen and (max-width: 1200px) {
  .lower-mv__ttl--jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .lower-mv__ttl--jp {
    font-size: 2rem;
  }
}

/* ===========================================================/
/  ローディング
=============================================================*/
.loading {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  transition: opacity 1s;
  z-index: 9999;
}
.loading--js-loaded {
  opacity: 0;
  pointer-events: none;
}

/* ===========================================================/
/  ヘッダー
=============================================================*/
.header {
  width: 100%;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 132.3px;
  }
}
@media screen and (max-width: 750px) {
  .header {
    height: 66.15px;
  }
}
.header__wrap {
  margin: 0 44px 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__wrap {
    margin-left: 44px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .header__wrap {
    margin-left: 22px;
    margin-right: 16px;
  }
}


@media screen and (max-width: 750px) {
  .header__wrap {
    margin-left: 10px;
    margin-right: 16px;
  }
}


.header__main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;


}
.header__logo {
  max-width: 432.27px;
}


.header__logo a img{display: block;width: 500px;}


@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 457.06px;
  }
  .header__logo a img{display: block;width: 500px;}
}
@media screen and (max-width: 750px) {
  .header__logo {
    max-width: 228.53px;
  }
  .header__logo a img{display: block;width: 300px;}
}
.header__logo--white {
  display: none;
}
.header--white {
  position: fixed;background: #fff;
  /* background: #fff; */
  /* transform: translateY(-100%);
  transition: all 1s ease-out; */
}
.header--js-show {
  transform: none;
  




}

/* ===========================================================/
/  グローバルナビ
=============================================================*/
.global-nav {
  margin-left: 43px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .global-nav {
    display: none;
  }
}
.global-nav__list {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav__item {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.global-nav--js-show .global-nav__item {
  color: #333;
}
.global-nav__link {
  padding: 0 2.2395833333vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1920px) {
  .global-nav__link {
    padding: 43px;
  }
}
.global-nav__link:hover {
  color: #fff;
  background: #007BBB;
}
.global-nav__link--contact {
  margin-left: 2.2395833333vw;
  padding: 0;
  width: 171px;
  height: 42px;
  background: #007BBB;
  border: 1px solid transparent;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  .global-nav__link--contact {
    margin-left: 43px;
  }
}
.global-nav__link--contact::before {
  content: "";
  display: block;
  margin-right: 6.9px;
  width: 25.41px;
  height: 16.12px;
  background: url(../img/common/icon-mail.svg) no-repeat center/contain;
}
.global-nav__link--contact:hover {
  color: #007BBB;
  background: #fff;
  border: 1px solid #007BBB;
}
.global-nav__link--contact:hover::before {
  background-image: url(../img/common/icon-mail_blue.svg);
}
.global-nav--js-show .global-nav__link--contact {
  color: #fff;
}
.global-nav--js-show .global-nav__link--contact:hover {
  color: #007BBB;
}
.global-nav__lower-box {
  padding: 24px 9.8958333333vw 22px 23px;
  background: #007BBB;
  display: flex;
  position: absolute;
  right: -44px;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .global-nav__lower-box {
    padding-right: 190px;
  }
}
.global-nav__link:hover + .global-nav__lower-box {
  opacity: 1;
  pointer-events: initial;
}
.global-nav__lower-box:hover {
  opacity: 1;
  pointer-events: initial;
}
.global-nav__lower-list {
  margin-left: 2.65625vw;
  display: flex;
  align-items: center;
  gap: 2.2395833333vw;
}
@media screen and (min-width: 1920px) {
  .global-nav__lower-list {
    gap: 43px;
    margin-left: 51px;
  }
}
.global-nav__lower-item {
  transition: all 0.3s ease-out;
}
.global-nav__lower-item:hover {
  opacity: 0.8;
}
.global-nav__lower-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}
.global-nav__lower-ttl span {
  margin-top: 2px;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.global-nav__lower-ttl::after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 37px;
  height: 7px;
  background: #fff;
}
.global-nav--js-show .global-nav__lower-ttl {
  color: #fff;
}
.global-nav__lower-item-link {
  display: flex;
}
.global-nav__lower-item-img {
  width: 5.2083333333vw;
  height: 96px;
}
@media screen and (min-width: 1920px) {
  .global-nav__lower-item-img {
    width: 100px;
  }
}
.global-nav__lower-list--company .global-nav__lower-item-img {
  width: 6.5104166667vw;
}
@media screen and (min-width: 1920px) {
  .global-nav__lower-list--company .global-nav__lower-item-img {
    width: 125px;
  }
}
.global-nav__lower-item-img--access {
  border: 1px solid #fff;
}
.global-nav__lower-item-ttl {
  width: 6.5104166667vw;
  height: 96px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
@media screen and (min-width: 1920px) {
  .global-nav__lower-item-ttl {
    width: 125px;
  }
}

/* ===========================================================/
/  バーガーボタン
=============================================================*/
.burger-btn {
  display: none;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .burger-btn {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .burger-btn {
    width: 30px;
    height: 30px;
  }
}
.burger-btn span {
  display: block;
  background: #fff;
  position: absolute;
  width: 60px;
  height: 6px;
  top: 24px;
  right: 16px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 750px) {
  .burger-btn span {
    width: 30px;
    height: 3px;
    top: 12px;
    right: 8px;
  }
}
.burger-btn span:nth-of-type(1) {
  top: 12px;
}
@media screen and (max-width: 750px) {
  .burger-btn span:nth-of-type(1) {
    top: 6px;
  }
}
.burger-btn span:nth-of-type(3) {
  top: 36px;
}
@media screen and (max-width: 750px) {
  .burger-btn span:nth-of-type(3) {
    top: 18px;
  }
}
.burger-btn span.js-white {
  background: #fff;
}
.burger-btn--js-open span:nth-of-type(1) {
  top: 24px;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 750px) {
  .burger-btn--js-open span:nth-of-type(1) {
    top: 12px;
  }
}
.burger-btn--js-open span:nth-of-type(2) {
  opacity: 0;
}
.burger-btn--js-open span:nth-of-type(3) {
  top: 24px;
  transform: rotateZ(-45deg);
}
@media screen and (max-width: 750px) {
  .burger-btn--js-open span:nth-of-type(3) {
    top: 12px;
  }
}
.burger-btn--black span {
  background: #333;
}

/* ===========================================================/
/  バーガーメニュー
=============================================================*/
.burger-menu {
  display: none;
  width: 100%;
  background: #007BBB;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
  position: absolute;

  top: 66px;
    /* top: 0px; */
  left: 0;

}
.burger-menu a{color: #333;}
.burger-nav__list {
  padding: 122px 38px 36px 128px;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .burger-nav__list {
    padding: 20px 19px 18px 64px;
  }
}
.burger-nav__item {
  color: #fff;
  font-size: 3.2rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .burger-nav__item {
    font-size: 1.6rem;
  }
}
.burger-nav__item + .burger-nav__item {
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .burger-nav__item + .burger-nav__item {
    margin-top: 1em;
  }
}
.burger-nav__item:nth-of-type(3) {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .burger-nav__item:nth-of-type(3) {
    margin-top: 6px;
  }
}
.burger-nav__item:nth-of-type(5) {
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .burger-nav__item:nth-of-type(5) {
    margin-top: 11px;
  }
}
.burger-nav__lower-list {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .burger-nav__lower-list {
    margin-left: 10px;
  }
}
.burger-nav__bottom-list {
  padding-left: 128px;
  padding-bottom: 36px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .burger-nav__bottom-list {
    padding-left: 64px;
    padding-bottom: 16px;
  }
}
.burger-nav__bottom-item {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .burger-nav__bottom-item {
    font-size: 1.2rem;
  }
}
.burger-nav__bottom-item + .burger-nav__bottom-item {
  margin-left: 88px;
}
@media screen and (max-width: 750px) {
  .burger-nav__bottom-item + .burger-nav__bottom-item {
    margin-left: 44px;
  }
}

/* ===========================================================/
/  フッターお問い合わせ
=============================================================*/
.footer-contact {
  padding: 89px 0;
  background: #007BBB;
}
@media screen and (max-width: 1200px) {
  .footer-contact {
    padding: 124px 0 170px;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact {
    padding: 62px 0 85px;
  }
}
.footer-contact__para {
  margin-top: 48px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer-contact__para {
    margin-top: 72px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.75;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__para {
    margin-top: 36px;
    font-size: 1.6rem;
  }
}
.footer-contact__row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .footer-contact__row {
    margin-top: 110px;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__row {
    margin-top: 55px;
  }
}
.footer-contact__tel span {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer-contact__tel span {
    text-align: center;
  }
}
.footer-contact__tel span:first-of-type {
  display: block;
  font-size: 3.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .footer-contact__tel span:first-of-type {
    width: 100%;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__tel span:first-of-type {
    font-size: 2.4rem;
  }
}
.footer-contact__tel span:last-of-type {
  display: block;
  line-height: 1.43;
}
@media screen and (max-width: 1200px) {
  .footer-contact__tel span:last-of-type {
    margin-top: 4px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__tel span:last-of-type {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
.footer-contact__btn {
  margin-left: 347px;
}
@media screen and (max-width: 1200px) {
  .footer-contact__btn {
    margin-left: 0;
    margin-top: 96px;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__btn {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-contact__btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-contact__btn a::before {
  content: "";
  display: block;
  margin-right: 6.9px;
  width: 25.41px;
  height: 16.12px;
  background: url(../img/common/icon-mail_blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .footer-contact__btn a::before {
    margin-right: 29.8px;
    width: 51.04px;
    height: 32.36px;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__btn a::before {
    margin-right: 14.9px;
    width: 25.52px;
    height: 16.18px;
  }
}
.footer-contact__btn a:hover {
  color: #fff;
  background: #007BBB;
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .footer-contact__btn a:hover {
    border-width: 2px;
  }
}
@media screen and (max-width: 750px) {
  .footer-contact__btn a:hover {
    border-width: 1px;
  }
}
.footer-contact__btn a:hover::before {
  background-image: url(../img/common/icon-mail.svg);
}

.bg-gray {
  background-color: #F0F3F5;
}

/* ===========================================================/
/  フッター
=============================================================*/
.footer {
  padding: 33px 0 17px;
  background: url(../img/common/footer-bg.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 131.2px 0 32px;
    background-image: url(../img/common/footer-bg_sp.jpg);
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 65.6px 0 16px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__left {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .footer__right {
    display: none;
  }
}
.footer__logo {
  max-width: 402px;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    max-width: 100%;
  }
}
.footer__address {
  margin-top: 31px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .footer__address {
    margin-top: 46.6px;
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .footer__address {
    margin-top: 23.3px;
    font-size: 1.4rem;
  }
}
.footer__btn {
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .footer__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .footer__btn {
    margin-top: 30px;
  }
}
.footer__btn a {
  color: #333;
}
@media screen and (max-width: 1200px) {
  .footer__btn a {
    max-width: 246px;
    height: 74px;
    border-radius: 37px;
    font-size: 2.8rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 750px) {
  .footer__btn a {
    max-width: 123px;
    height: 37px;
    border-radius: 18.5px;
    font-size: 1.4rem;
  }
}
.footer__btn a::before {
  content: "";
  display: block;
  margin-right: 11.8px;
  width: 16.99px;
  height: 22.01px;
  background: url(../img/common/icon-access.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .footer__btn a::before {
    width: 33.98px;
    height: 44.02px;
  }
}
@media screen and (max-width: 750px) {
  .footer__btn a::before {
    width: 16.99px;
    height: 22.01px;
  }
}
.footer__btn a:hover::before {
  background-image: url(../img/common/icon-access_sp.svg);
}
.footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: right;
  transform: translateY(0.5em);
}
@media screen and (max-width: 1200px) {
  .footer__copyright {
    margin-top: 129.2px;
    font-size: 2rem;
    text-align: left;
    transform: none;
  }
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    margin-top: 64.6px;
    font-size: 1rem;
  }
}

/* ===========================================================/
/  フッターナビ
=============================================================*/
.footer-nav__list {
  display: flex;
}
.footer-nav__item {
  color: #fff;
}
.footer-nav__item + .footer-nav__item {
  margin-left: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .footer-nav__item + .footer-nav__item {
    margin-left: 85px;
  }
}
.footer-nav__item:nth-of-type(2) {
  margin-left: 1.3541666667vw;
}
@media screen and (min-width: 1920px) {
  .footer-nav__item:nth-of-type(2) {
    margin-left: 26px;
  }
}
.footer-nav__item:nth-of-type(4) {
  margin-left: 2.1875vw;
}
@media screen and (min-width: 1920px) {
  .footer-nav__item:nth-of-type(4) {
    margin-left: 42px;
  }
}
.footer-nav__item--col {
  display: flex;
  flex-direction: column;
}
.footer-nav__link {
  transition: all 0.3s ease-out;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav__link + .footer-nav__link {
  margin-top: 33px;
}
.footer-nav__lower-list {
  margin-top: 18px;
}
.footer-nav__lower-item {
  line-height: 2;
}
.footer-nav__bottom-list {
  margin-top: 35px;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-nav__bottom-item + .footer-nav__bottom-item {
  margin-left: 88px;
}/*# sourceMappingURL=common.css.map */


.white_back{background-color: #fff;}
.blue_back{background-color: #007bbb;}




