@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Michroma&display=swap');
html,body{
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1A1A1A;
	line-height: 2;
  letter-spacing: 0.03em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #1A1A1A;
  transition: color 0.4s, opacity 0.4s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover{ color: #5CADBB;cursor: pointer; }
a:hover img{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

.michroma{ font-family: 'Michroma', sans-serif; }
.sky{ color: #5CADBB; }




body {
  background-color: #eee;
  padding-top: 8rem;
  position: relative;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg-1.jpg) center top #eee fixed;
  background-size: 128rem auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}


.anchor {
  padding-top: 13rem;
  margin-top: -13rem;
}


nav,
.nav-head {
  width: 100%;
  height: 8rem;
  background: #fff;
  border-bottom: 1px solid #1A1A1A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav a.logo {
  display: block;
  width: auto;
  margin: 0 auto 0 4rem;
}

nav a.logo img {
  width: 150px;
  height: auto;
}

nav ul.nav {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}

nav ul.nav li {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 4rem;
}

/* nav ul.nav li a {
  display: flex;
  align-items: center;
}

nav a svg.ext {
  width: 1.8rem;
  margin: 0.2rem 0 0 0.4rem;
}

nav a svg.ext g,
nav a svg.ext path {
  transition: stroke 0.4s;
}

nav a:hover svg.ext g,
nav a:hover svg.ext path {
  stroke: #5CADBB;
} */

nav a.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 100%;
  font-family: 'Michroma', sans-serif;
  font-size: 1.9rem;
  background: #5CADBB;
  color: #fff;
  overflow: hidden;
  position: relative;
}

nav a.nav-btn span {
  position: relative;
  z-index: 1;
}

nav a.nav-btn::before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #1A1A1A;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}

nav a.nav-btn:hover::before {
  transform: translateX(100%);
  transition: transform 0.6s linear;
}

/* @media screen and (min-width: 768px) {
  header.loginedAdmin nav {
    top: 32px;
  }
} */

.common-header {
  padding: 16rem 0 0;
}

.common-header h1 {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Michroma', sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1.4;
}

.common-header .h1-btm {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin: 1em 0 16rem;
}

.common-header img.header-img {
  width: 100%;
  height: 42rem;
  object-fit: cover;
  border-radius: 4.4rem;
  margin-bottom: 16rem;
  position: relative;
  z-index: 1;
}

.message .common-header img.header-img {
  object-position: center top;
}


.h-1 {
  font-family: 'Michroma', sans-serif;
  font-size: 6.4rem;
  font-weight: 400;
}

.h-1-btm {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-bottom: 2rem;
  margin: 0.5em 0 4rem;
  border-bottom: 1px solid;
}


.h-2 {
  font-family: 'Michroma', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.h-2-btm {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #5CADBB;
  margin: 0.5em 0 4rem;
}


.link-btn {
  font-family: 'Michroma', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  display: flex;
  align-items: center;
  width: 27.2rem;
  height: 6rem;
  padding: 0 3rem;
  border-radius: 3rem;
  border: 1px solid;
  margin: 8rem auto 0;
  position: relative;
  z-index: 1;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

.link-btn.jp {
  font-weight: 700;
}

.link-btn.wh {
  color: #fff;
}

.link-btn:hover {
  background: #68C7D8;
  color: #1A1A1A;
}

.link-btn.wh:hover {
  border: 1px solid #68C7D8;
}

.link-btn::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #1A1A1A;
  background: url(../images/common/btn-arrow.svg) center center no-repeat #68C7D8;
  background-size: contain;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.4s;
}

.link-btn.wh::before {
  border: 0;
}

.link-btn:hover::before {
  background: url(../images/common/btn-arrow.svg) center center no-repeat #fff;
  background-size: contain;
}

.link-btn.ext::before {
  background: url(../images/common/btn-arrow-ext.svg) center center no-repeat #68C7D8;
  background-size: contain;
}

.link-btn.ext:hover::before {
  background: url(../images/common/btn-arrow-ext.svg) center center no-repeat #fff;
  background-size: contain;
}


.normal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.2rem;
  height: 6rem;
  padding: 0 3rem;
  border-radius: 3rem;
  background: #68C7D8;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  margin: 3rem auto 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

.normal-btn.wh {
  background: transparent;
}

.normal-btn:hover {
  background: transparent;
  color: #5CADBB;
  border: 1px solid #5CADBB;
}

.normal-btn.wh:hover {
  color: #888;
  border: 1px solid #888;
}


.zoom {
  display: block;
  overflow: hidden;
  will-change: transform;
}

.zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

a.zoom:hover img,
a:hover .zoom img {
  transform: scale3d(1.11, 1.11, 1.11);
  opacity: 1;
}


ul.sns {
  /* display: flex; */
  align-items: center;
}

ul.sns li {
  display: block;
  /* width: 2.4rem; */
}

ul.sns li+li {
  /* margin-left: 3.2rem; */
}

ul.sns li a img {
  width: 100%;
}


.quotation-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: 3.7rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

.quotation-txt::before {
  content: "";
  display: block;
  width: 0.89em;
  height: 0.78em;
  background: url(../images/common/quotation.svg) top center no-repeat;
  background-size: contain;
  margin-bottom: 0.43em;
}

.quotation-txt span {
  padding: 0 0.2em;
  background: #5CADBB;
  color: #fff;
}

.quotation-txt span+span {
  margin-top: 0.2em;
}


footer {
  background-color: #343434;
  border-radius: 3rem 3rem 0 0;
  color: #fff;
  padding: 9rem 0 8rem;
  margin-top: 20rem;
}

footer a {
  color: #fff;
  display: flex;
  align-items: center;
}

footer a:hover {
  color: #68C7D8;
}

footer a svg.ext {
  width: 1.8rem;
  margin: 0.2rem 0 0 0.4rem;
}

footer a svg.ext g,
footer a svg.ext path {
  transition: stroke 0.4s;
}

footer a:hover svg.ext g,
footer a:hover svg.ext path {
  stroke: #68C7D8;
}

footer .content.footer-1 {
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  position: relative;
}

footer .content.footer-1::before {
  content: "";
  display: block;
  width: calc(100% - 10rem);
  height: 1px;
  background: #525252;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer .content.footer-2 {
  display: flex;
  justify-content: flex-end;
}


.footer-1 .wrap-1,
.footer-1 .wrap-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-1 .wrap-1 h2 {
  font-family: 'Michroma', sans-serif;
  font-size: 13.2rem;
  font-weight: 400;
  color: #68C7D8;
}

.footer-1 .wrap-1 .link-btn {
  margin: 0;
}

.footer-1 .wrap-2 {
  margin-top: 4rem;
}

.footer-1 .wrap-2>* {
  width: calc(50% - 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  /* 新たに追加 */
  min-height: 30rem;
  /* 必要に応じて適切な高さを設定 */
}

.footer-1 .wrap-2 h3 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #68C7D8;
  margin-bottom: 1.5rem;
}

.footer-1 .wrap-2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex;
  /* 左寄せ */
  justify-content: flex-start;
  /* 左寄せ */
}

.footer-1 .wrap-2 ul li {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  /* 行間を広げるためのマージン */
  border-bottom: 1px solid;
}

}

.footer-1 .wrap-2 ul li a {
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid;
}

.footer-1 .wrap-2 ul li a svg {
  margin-left: auto;
}


.footer-2 .footer-logo {
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.footer-2 a.logo {
  display: block;
  width: 10.4rem;
  margin-bottom: auto;
}

.footer-2 a.logo img {
  width: 100%;
}

.footer-2 .copy {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 3rem;
}

.footer-2 ul.footer-nav {
  margin-right: 7rem;
}

.footer-2 ul.footer-nav li {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.footer-2 ul.footer-nav li+li {
  margin-top: 1.1em;
}

.footer-2 ul.footer-btn li {
  display: block;
}

.footer-2 ul.footer-btn li+li {
  margin-top: 3rem;
}

.footer-2 .link-btn {
  margin: 0 auto;
}




/* スクロールアニメ */
.f-btm {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
  transform: translateY(3.5rem);
}

.f-glow {
  display: block;
  overflow: hidden;
}

.f-glow>span {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
  display: inline-block;
  transform: translateY(100%);
}

.rollup {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.7s;
  position: relative;
}

.rollup::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  transition: clip-path 1s;
}

.f-btm.load,
.s-ani-ct.load .f-btm,
.f-glow.load>span,
.s-ani-wrap.load .f-glow>span {
  opacity: 1;
  transform: translate(0);
}

.s-ani-wrap.load .rollup,
.rollup.load {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.s-ani-wrap.load .rollup::before,
.rollup.load::before {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.s-ani-ct.load .f-btm:nth-child(2) {
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.s-ani-ct.load .f-btm:nth-child(3) {
  transition-delay: 0.4s;
  transition-property: opacity, transform;
}

.s-ani-ct.load .f-btm:nth-child(4) {
  transition-delay: 0.6s;
  transition-property: opacity, transform;
}


/* ヘッダー動き */
.home .t-ani,
.home .t-ani>span {
  transition-delay: 0.5s;
  transition-property: opacity, transform;
}

.home .t-ani.delay2,
.home .t-ani.delay2>span {
  transition-delay: 0.8s;
  transition-property: opacity, transform;
}


/* ロード画面 */
#loading {
  display: none;
}

.home #loading {
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  max-width: 15%;
  height: auto;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 2s;
}


.overflow {
  overflow: hidden;
}


/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }

  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .content {
    width: 100%;
    max-width: 120rem;
    padding: 0 5rem;
    margin: 0 auto;
  }




  /*　タブレット
------------------------------------------------------------------------------------------------*/
  @media (max-width: 1200px) {

    html {
      font-size: 0.833vw;
    }



  }

  /*　タブレットここまで */
}

/*　PCここまで */




/*　1340px以上
------------------------------------------------------------------------------------------------*/
@media (min-width: 1340px) {

  body {
    font-size: 1.8rem;
  }

  .content {
    max-width: 192rem;
    padding: 0 12rem;
  }


  .common-header h1 {
    font-size: min(6.8vw, 13rem);
  }

  .common-header .h1-btm {
    font-size: clamp(1.6rem, 1vw, 2rem);
  }

  .common-header img.header-img {
    height: min(31.3vw, 60rem);
    margin-bottom: 20rem;
  }


  .h-1 {
    font-size: clamp(6.4rem, 4.7vw, 9rem);
  }

  .h-1-btm {
    font-size: 1.8rem;
    margin: 1rem 0 4rem;
  }


  .h-2 {
    font-size: 2.9rem;
  }

  .h-2-btm {
    margin: 0.5em 0 9rem;
  }


  .link-btn {
    width: 33.5rem;
    height: 7.4rem;
    padding: 0 4rem;
    border-radius: 3.9rem;
  }

  .link-btn::before {
    width: 4.3rem;
    height: 4.3rem;
    right: 1.7rem;
  }

  .link-btn.jp {
    font-size: 1.6rem;
  }


  .quotation-txt {
    font-size: clamp(3.7rem, 2.86vw, 5.5rem);
  }


  footer {
    border-radius: 4rem 4rem 0 0;
    padding: 10rem 0 9rem;
    margin-top: 24rem;
    font-size: 1.6rem;
  }

  footer a svg.ext {
    margin: 0.2rem 0 0 0.8rem;
  }

  footer .content.footer-1 {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }

  footer .content.footer-1::before {
    width: calc(100% - 24rem);
  }


  .footer-1 .wrap-1 h2 {
    font-size: min(10vw, 20.7rem);
  }

  .footer-1 .wrap-2 {
    margin-top: 8rem;
  }

  .footer-1 .wrap-2>* {
    width: calc(50% - 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 25rem;
  }

  .footer-1 .wrap-2 h3 {
    font-size: 2rem;
    margin-bottom: 1em;
  }


  .footer-2 a.logo {
    width: 13.7rem;
  }

  .footer-2 .copy {
    font-size: 1.3rem;
    margin-top: 5rem;
  }

  .footer-2 ul.footer-nav {
    margin-right: 9rem;
  }

  .footer-2 ul.footer-nav li {
    font-size: 1.6rem;
  }

  .footer-2 ul.footer-btn li+li {
    margin-top: 4rem;
  }




}

/*　1340px以上ここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  html {
    font-size: 2.6vw;
  }

  body {
    font-size: 1.4rem;
  }

  .content {
    width: 100%;
    padding: 0 2.4rem;
  }


  body {
    padding-top: 6.4rem;
  }

  body::before {
    background: url(../images/common/bg-1_sp.jpg) center top repeat-y #eee fixed;
    background-size: 100% auto;
  }


  .anchor {
    padding-top: 10.4rem;
    margin-top: -10.4rem;
  }


  nav,
  .nav-head {
    height: 6.4rem;
  }

  nav a.logo {
    margin-left: 2.4rem;
  }
 
  nav a.logo img {
    width: 150px;
    height: auto;
  }

  nav a.nav-btn {
    width: 10.4rem;
    font-size: 1.4rem;
  }

  .nav-head a.nav-btn {
    margin-right: 6.4rem;
  }


  .nav-unshown {
    display: none;
  }

  #nav-open {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 6.4rem;
    background: #1A1A1A;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }

  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    width: 2rem;
    position: absolute;
    transition: .3s ease-in-out;
  }

  #nav-open span {
    transition: background 0s .15s;
  }

  #nav-open span:before {
    bottom: 0.6rem;
    transform: rotate(0);
    transition: bottom .15s .15s, transform .15s;
  }

  #nav-open span:after {
    bottom: -0.6rem;
    transform: rotate(0);
    transition: bottom .15s .15s, transform .15s;
  }

  /*中身*/
  #nav-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url(../images/common/bg-1_sp.jpg) center center repeat-y;
    background-size: 100% auto;
    padding-top: 6.4rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: .3s ease-in-out;
    opacity: 0;
    pointer-events: none;

    overflow-y: scroll;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    /* バー非表示 IE・Edge用 */
    scrollbar-width: none;
    /* バー非表示 Firefox用 */
  }

  #nav-content::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* バー非表示 Chrome・Safari用 */
  #nav-content::-webkit-scrollbar {
    display: none;
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked~#nav-close {
    pointer-events: inherit;
  }

  #nav-input:checked~#nav-close::before {
    opacity: 0.5;
  }

  #nav-input:checked~#nav-close #nav-content {
    opacity: 1;
    pointer-events: inherit;
  }

  #nav-input:checked~#nav-open span {
    background: transparent;
  }

  #nav-input:checked~#nav-open span:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom .15s, transform .15s .15s;
  }

  #nav-input:checked~#nav-open span:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom .15s, transform .15s .15s;
  }


  #nav-content .wrap {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 7rem 0 5rem;
    background: white;
  }

  ul.sp-nav-1 li {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
  }

  ul.sp-nav-1 li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.sp-nav-1 li+li {
    margin-top: 2.2rem;
  }

  /* ul.sp-nav-2 {
    margin-top: 7rem;
  }

  ul.sp-nav-2 li+li {
    margin-top: 2.4rem;
  }

  ul.sp-nav-2 .link-btn {
    font-size: 1.6rem;
    margin: 0 auto;
  } */

  #nav-content ul.sns {
    justify-content: center;
    margin-top: 4.8rem;
  }


  .common-header {
    padding: 8rem 0 0;
  }

  .common-header h1 {
    font-size: 3.7rem;
    letter-spacing: 0;
  }

  .common-header .h1-btm {
    font-size: 1.4rem;
    margin: 1.6rem 0 6rem;
  }

  .common-header img.header-img {
    height: 20rem;
    border-radius: 1.7rem;
    margin-bottom: 9.5rem;
  }


  .h-1 {
    font-size: 3rem;
  }

  .h-1-btm {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 1.2rem;
    margin: 0.8rem 0 4rem;
  }


  .h-2 {
    font-size: 2.3rem;
  }


  .link-btn {
    margin: 5.5rem auto 0;
  }

  .link-btn.jp {
    letter-spacing: 0;
  }


  .quotation-txt {
    font-size: 2.2rem;
  }

  .quotation-txt span {
    white-space: nowrap;
  }


  footer {
    padding: 7rem 0 3rem;
    margin-top: 12rem;
  }

  footer .content.footer-1 {
    padding-bottom: 0;
    margin-bottom: 8rem;
  }

  footer .content.footer-1::before {
    content: none;
  }

  footer .content.footer-2 {
    display: block;
  }


  .footer-1 .wrap-1,
  .footer-1 .wrap-2 {
    display: block;
  }

  .footer-1 .wrap-1 h2 {
    text-align: center;
    font-size: 5.8rem;
  }

  .footer-1 .wrap-1 .link-btn {
    margin: 2.4rem auto 0;
  }

  .footer-1 .wrap-2 {
    margin-top: 6rem;
  }

  .footer-1 .wrap-2>* {
    width: 100%;
  }

  .footer-1 .wrap-2 h3 {
    margin: 4.5rem 0 2.4rem;
  }

  .footer-1 .wrap-2 ul {
    display: block;
  }

  .footer-1 .wrap-2 ul li {
    width: 100%;
  }

  .footer-1 .wrap-2 ul li+li {
    margin-top: 2.4rem;
  }

  .footer-1 .wrap-2 ul li a {
    padding-bottom: 0.6em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    transition: color 0.4s, border 0.4s;
  }

  .footer-1 .wrap-2 ul li a:hover {
    border-bottom: 1px solid #68C7D8;
  }

  .footer-1 .wrap-2 ul li a svg {
    width: 2.4rem;
    height: 2.4rem;
  }


  .footer-2 a.logo {
    margin: 0 auto 5rem;
  }

  .footer-2 .copy {
    text-align: center;
    margin-top: 8rem;
  }

  .footer-2 ul.footer-nav {
    margin-right: 0;
  }

  .footer-2 ul.footer-nav li {
    justify-content: center;
  }

  .footer-2 ul.footer-btn {
    margin-top: 6.5rem;
  }

  .footer-2 ul.footer-btn li+li {
    margin-top: 2.4rem;
  }

  .footer-2 ul.sns {
    justify-content: center;
    margin-top: 5.5rem;
  }


  .home #loading {
    background: #eeeeee;
  }

  #loading img {
    max-width: 50%;
    height: auto;
    min-width: 100px;
  }




}

/*　スマホここまで */


@media (max-width: 1920px) {
  .pcmax {
    display: none;
  }
}