@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* ------------------------------------
// base
------------------------------------ */
body {
  background: #EFF0EE;
  color: #333333;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-size: clamp(0.875rem, 1.1vw, 1rem);
}

a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}
/* // screen
----------------------------------- */
.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

.pconly {
  display: block;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: block;
  }
  .pconly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
  .pconly {
    display: none;
  }
}
/* pageContainer
------------------------------------ */
#pageContainer {
  display: grid;
  grid-template-columns: 1fr;
}
#pageContainer header {
  position: sticky;
  top: 0;
}

/* header
------------------------------------ */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EFF0EE;
  z-index: 100;
  position: relative;
}
header .logo {
  filter: brightness(0) saturate(100%) contrast(85%);
}
header .logo a {
  padding: 1rem clamp(0.625rem, 1.4vw, 1.25rem);
}
header .nav {
  display: flex;
  gap: 0.25rem;
}
header .nav li {
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.3vw, 1.125rem);
}
header .nav li a {
  padding: 1rem clamp(0.1875rem, 1.4vw, 1.25rem);
}
header .utillink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
header .utillink .fia {
  padding: 15px 15px;
  text-align: center;
}
header .utillink .fia img {
  max-width: clamp(6.25rem, 10.4vw, 9.375rem);
}
header .utillink .contact a, header .utillink .call a {
  padding: 1rem clamp(0.3125rem, 2.1vw, 1.875rem);
  align-items: center;
  justify-content: center;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(0.875rem, 1.5vw, 1.375rem);
  display: flex;
  background: #223;
  color: #FFF;
  height: 100%;
  background: #0097A7;
  position: relative;
}
header .utillink .contact a::after {
  content: "";
  width: clamp(0.3125rem, 0.7vw, 0.625rem);
  height: 100%;
  display: block;
  position: absolute;
  right: clamp(0.3125rem, 0.7vw, 0.625rem);
  mask: url(/lib/img/icon_allow_01.svg) no-repeat center/contain;
  background: #FFF;
}
header .utillink .call a {
  background: #595959;
}
header .btn_menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .utillink {
    grid-template-columns: repeat(2, 1fr);
  }
  header .utillink .fia {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .btn_menu {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    justify-content: center;
    display: block;
  }
  header .nav {
    display: none;
  }
  header .utillink {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header .btn_menu {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    justify-content: center;
  }
  #header > header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #header > header .logo {
    width: calc(100% - 6rem);
    max-width: 70%;
  }
  #header > header > nav .nav {
    display: none;
  }
  #header > header.fixed {
    background: transparent;
    transition: opacity 0.3s, transform 0s;
    opacity: 0;
    border-bottom: none;
    grid-template-areas: "logo nav";
  }
  #header > header.fixed .logo {
    display: none;
  }
  #header > header.fixed nav {
    grid-area: nav;
  }
  #header > header.fixed.show {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
  }
  #header > header.fixed.show > nav .btn_menu {
    background: none;
  }
  #header > header.fixed.show > nav .btn_menu > div span {
    background: #000;
  }
}
/* header
------------------------------------ */
.btn_menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_menu > div {
  position: relative;
  width: 60%;
  left: 20%;
  top: 0.75rem;
  height: 1.25rem;
}
.btn_menu > div span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333333;
  left: 0;
  transition: 0.3s;
}
.btn_menu > div span:first-child {
  top: 0;
}
.btn_menu > div span:nth-child(2) {
  top: calc(50% - 1px);
}
.btn_menu > div span:last-child {
  bottom: 0;
}
.js-menuOpen .btn_menu > div span:first-child {
  top: 50%;
  transform: rotate(135deg);
}
.js-menuOpen .btn_menu > div span:nth-child(2) {
  display: none;
}
.js-menuOpen .btn_menu > div span:last-child {
  bottom: auto;
  top: 50%;
  transform: rotate(-135deg);
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #EFF0EE;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0s 0.3s;
}
.js-menuOpen #menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0s 0s;
}

@media screen and (max-width: 768px) {
  #menu header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EFF0EE;
    z-index: 100;
    position: relative;
  }
  #menu header .logo {
    filter: brightness(0) saturate(100%) contrast(85%);
  }
  #menu header .logo a {
    padding: 1rem clamp(0.625rem, 1.4vw, 1.25rem);
  }
  #menu .drawerbox {
    padding: 1.25rem;
    display: block;
  }
  #menu .drawerbox .nav {
    display: grid;
    gap: 0.25rem;
  }
  #menu .drawerbox .nav li {
    font-family: "Reddit Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: clamp(1.125rem, 1.5vw, 1.375rem);
    text-align: center;
  }
  #menu .drawerbox .nav li a {
    display: block;
    padding: 0.5rem 0;
  }
  #menu .drawerbox .utillink {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #menu .drawerbox .utillink .fia {
    order: 3;
    margin-top: 1rem;
    text-align: center;
  }
  #menu .drawerbox .utillink .fia img {
    max-width: 50%;
  }
  #menu .drawerbox .utillink .contact a, #menu .drawerbox .utillink .call a {
    padding: 1rem clamp(0.3125rem, 2.1vw, 1.875rem);
    align-items: center;
    justify-content: center;
    font-family: "Reddit Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(0.875rem, 1.5vw, 1.375rem);
    display: flex;
    background: #223;
    color: #FFF;
    height: 100%;
    background: #0097A7;
    position: relative;
  }
  #menu .drawerbox .utillink .contact a::after {
    content: "";
    width: clamp(0.3125rem, 0.7vw, 0.625rem);
    height: 100%;
    display: block;
    position: absolute;
    right: clamp(0.3125rem, 0.7vw, 0.625rem);
    mask: url(/lib/img/icon_allow_01.svg) no-repeat center/contain;
    background: #FFF;
  }
  #menu .drawerbox .utillink .call a {
    background: #595959;
  }
}
/* parts
------------------------------------ */
:root .hgtype01 {
  --color: #1B728D;
  padding: 0 1.25rem;
}
:root .hgtype01 .en {
  color: var(--color);
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
:root .hgtype01 h2 {
  color: var(--color);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.11);
  font-size: clamp(1rem, 1.9vw, 1.75rem);
}

/* footer
------------------------------------ */
#copy {
  padding: 4rem 2rem 1.5rem;
}
#copy p {
  text-align: center;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-size: 1rem;
  color: #595959;
}

#fialink {
  padding: 1.5rem 1rem;
  background-color: #C2C2C2;
}
#fialink a {
  margin: 0 auto;
  max-width: 400px;
  display: block;
}

/* fixedfooter
------------------------------------ */
#pagetop {
  position: fixed;
  display: none;
  bottom: 2rem;
  right: 1rem;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 0;
  }
}

.pagetop {
  --line-color: #FFF;
}
.pagetop a {
  padding: 4rem 1rem 1rem 1rem;
  color: #FFF;
  font-size: clamp(0.0875remrem, 1.4vw, 1.25rem);
  writing-mode: vertical-rl;
  position: relative;
}
.pagetop a::before, .pagetop a:after {
  content: "";
  position: absolute;
  right: calc(1rem + clamp(0.05remrem, 1vw, 0.9375rem));
  top: 0;
  width: 1px;
  background: var(--line-color);
}
.pagetop a::before {
  height: 3rem;
}
.pagetop a::after {
  height: 1rem;
  transform-origin: left top;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .pagetop a {
    padding: 2.5rem 1rem 0.5rem 1rem;
    line-height: 1;
    writing-mode: vertical-rl;
    writing-mode: horizontal-tb;
  }
  .pagetop a::before, .pagetop a:after {
    right: 2.2rem;
  }
  .pagetop a::before {
    height: 2rem;
  }
}