@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
/*font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
/* font-family: "BIZ UDGothic", sans-serif;
font-style: normal; */
html {
  font-family: "BIZ UDGothic", "Noto Sans JP", "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, Helvetica, sans-serif;
}

:root {
  --bc-blue: #084767;
  --bc-blue-rgb: 0,54,134;
  --bc-gray: #b5b5b5;
  --bc-gray-l: #ccc;
  --bc-gray-logo: #727171;
  --header-h: 90px;
}
@media screen and (max-width: 768px) {
  :root {
    --header-h: 60px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .sp2 {
    display: none !important;
  }
}

.ov {
  transition: opacity 0.3s;
}
.ov:hover {
  opacity: 0.7;
}

main {
  padding-top: 100px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-left: min(2.5%, 40px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: background-color 0.5s;
}
header, header * {
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  header:not(.nav-open) nav, header:not(.nav-open) a.en, header:not(.nav-open) a.hukko {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header:not(.nav-open) a.logo {
    width: 110px;
  }
}
header.is-scroll, header.nav-open {
  background-color: #fff;
}
header.nav-open {
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px 0;
  max-width: 350px;
  width: 90%;
  height: 100%;
  padding: 120px 5% 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header.nav-open a.logo {
  width: auto;
  height: 60px;
  position: absolute;
  top: 15px;
  left: calc((100% - var(--header-h)) / 2);
  translate: -50% 0;
}
header.nav-open a.logo img {
  height: 100%;
}
header.nav-open .navTgl {
  position: absolute;
  top: 0;
  right: 0;
}
header.nav-open .navTgl i {
  background-color: transparent;
}
header.nav-open .navTgl i::before {
  top: 0;
  rotate: 45deg;
}
header.nav-open .navTgl i::after {
  bottom: 0;
  rotate: -45deg;
}
header a.logo {
  width: 150px;
}
header .navTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--header-h);
  height: var(--header-h);
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  header .navTgl {
    display: none;
  }
}
header .navTgl i {
  display: flex;
  position: relative;
}
header .navTgl i, header .navTgl i::before, header .navTgl i::after {
  width: calc(var(--header-h) * 0.5);
  height: 3px;
  background-color: #000;
}
header .navTgl i::before, header .navTgl i::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
header .navTgl i::before {
  top: calc(var(--header-h) * -0.15);
}
header .navTgl i::after {
  bottom: calc(var(--header-h) * -0.15);
}
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  max-width: calc(100% - 450px);
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  header nav {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
header nav a {
  color: #084767;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  header nav a {
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 18px;
  }
}
header a.en, header a.hukko {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 220px;
  height: var(--header-h);
  color: var(--bc-blue);
}
@media screen and (max-width: 900px) {
  header a.en, header a.hukko {
    gap: 0 6px;
    max-width: 240px;
    width: 100%;
    height: 80px;
    border-radius: 15px !important;
    font-size: 16px;
  }
}
header a.en {
  border-radius: 0 0 0 20px;
  background-color: #ffcf2f;
  font-size: 18px;
}
header a.en::after {
  content: "";
  max-width: 16px;
  width: 100%;
  aspect-ratio: 16/13;
  background-color: var(--bc-blue);
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
header a.en:hover span {
  background-size: 100% 1px;
}
header a.en span {
  background: linear-gradient(var(--bc-blue), var(--bc-blue)) no-repeat left bottom/0px 1px;
  transition: 0.5s;
}
header a.hukko {
  flex-direction: column;
  border-left: 3px solid #ffcf2f;
  border-bottom: 3px solid #ffcf2f;
  border-radius: 0 0 0 20px;
  background-color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  header a.hukko {
    border: 3px solid #ffcf2f;
    position: static;
  }
}
header a.hukko em {
  font-size: 0.75em;
}

section.sns {
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.sns {
    flex-direction: column;
  }
}
section.sns, section.sns * {
  box-sizing: border-box;
}
section.sns h2 {
  width: 220px;
  font-family: "BIZ UDGothic";
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.sns h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
section.sns .cntWrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  section.sns .cntWrap {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  section.sns .cntWrap {
    flex-direction: column;
    gap: 23px 0;
  }
}
section.sns .cntWrap .cntBox {
  max-width: 370px;
  width: 48%;
  border: 1px solid #b7b7b7;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  section.sns .cntWrap .cntBox {
    max-width: 100%;
    width: 100%;
  }
}
section.sns .cntWrap .cntBox iframe {
  display: block;
  width: 100%;
}
section.sns.instagram {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.sns.instagram {
    margin-bottom: 48px;
  }
}
section.sns.instagram .cntWrap .cntBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 15px;
}
section.sns.instagram .cntWrap .cntBox span {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  font-size: 12px;
  letter-spacing: -0.025em;
}
section.sns.instagram .cntWrap .cntBox span img {
  width: 30px;
  border-radius: 50%;
}
section.sns.instagram .cntWrap .cntBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 25px;
  margin: 0 0 0 auto;
  border-radius: 3px;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 10px;
  letter-spacing: -0.05em;
}

.ft_link {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ft_link {
    padding-bottom: 40px;
  }
}
.ft_link ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ft_link ul {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.ft_link ul li {
  width: 24%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ft_link ul li {
    width: 100%;
  }
  .ft_link ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ft_link ul li a {
  display: block;
  overflow: hidden;
}
.ft_link ul li a:hover img {
  transform: scale(1.2);
}
.ft_link ul li a .tmb {
  margin: 0 !important;
}
.ft_link ul li a .tmb img {
  width: 100%;
  transition: all 0.3s;
}
.ft_link ul li a .label {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.ft_link ul li a .label p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  font-size: calc(10px + 0.7vw);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ft_link ul li a .label p {
    font-size: 18px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 0;
  width: 100%;
  padding: 40px 5% 20px;
  background-color: #e0e0e0;
}
footer, footer * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  footer {
    gap: 24px 0;
    padding: 32px 5% 20px;
  }
}
footer a.logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  footer a.logo {
    width: 180px;
  }
}
footer a.dmc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
}
footer a.dmc:hover {
  text-decoration: underline;
}
footer a.dmc:hover img {
  opacity: 0.7;
}
footer a.dmc img {
  width: 65px;
  transition: 0.3s;
}
footer a.dmc span {
  padding-top: 8px;
  color: #000;
}
footer small {
  font-size: 12px;
}