@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: #FFF;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.5;
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}

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: 767px) {
  body {
    min-width: 0;
  }
}
/* // screen
----------------------------------- */
:root .sp {
  display: none;
}
:root .tab {
  display: none;
}
:root .min1200 {
  display: block;
}
:root .overPC {
  display: block;
}
@media screen and (max-width: 1024px) {
  :root .sp {
    display: none;
  }
  :root .tab {
    display: block;
  }
  :root .min1200 {
    display: block;
  }
  :root .overPC {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  :root .sp {
    display: block;
  }
  :root .tab {
    display: block;
  }
  :root .min1200 {
    display: none;
  }
  :root .overPC {
    display: none;
  }
}

/* header
------------------------------------ */
header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F0EA;
  z-index: 100;
  padding: 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .tsunagu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 26.8vw;
  transition: 0.3s;
}
header .tsunagu.is-scroll {
  width: 17.9vw;
}
header .logo {
  display: none;
}
header .nav {
  display: flex;
  justify-content: flex-end;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
header .nav li {
  position: relative;
}
header .nav li::before {
  content: "";
  width: 1px;
  border-right: 1px solid #333;
  display: block;
  position: absolute;
  top: 0.9375rem;
  bottom: 0.9375rem;
  left: 0;
}
header .nav li:last-child::after {
  content: "";
  width: 1px;
  border-right: 1px solid #333;
  display: block;
  position: absolute;
  top: 0.9375rem;
  bottom: 0.9375rem;
  right: 0;
}
header .nav li a {
  font-weight: 600;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  display: block;
  padding: 0.625rem clamp(1.25rem, 4.6vw, 2.9375rem) 1.875rem;
  position: relative;
  color: #1A50BC;
}
header .nav li a:hover::before {
  bottom: 0.75rem;
}
header .nav li a::before {
  transition: opacity 0.4s ease, transform 0.4s ease;
  content: "";
  width: clamp(0.625rem, 1.3vw, 0.8125rem);
  aspect-ratio: 1;
  border-bottom: 3px solid #1A50BC;
  border-right: 3px solid #1A50BC;
  display: block;
  position: absolute;
  left: calc(50% - clamp(0.3125rem, 0.6vw, 0.375rem));
  bottom: 0.9375rem;
  transform: rotate(45deg);
}
header .btn_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 12px 0 20px;
    box-shadow: none;
  }
  header .tsunagu {
    display: none;
  }
  header .logo {
    display: block;
    padding: 0.625rem 0;
    width: 50%;
  }
  header .nav {
    display: none;
  }
  header .btn_menu {
    display: block;
  }
}

/* header
------------------------------------ */
.btn_menu {
  width: fit-content;
  justify-content: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}
.btn_menu > div {
  position: relative;
  width: 100%;
  height: clamp(1rem, 4.3vw, 2rem);
}
.btn_menu > div span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1A50BC;
  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;
}
.btn_menu p {
  width: fit-content;
  margin-top: 5px;
  line-height: 1;
  font-size: clamp(0.625rem, 3.2vw, 1.5rem);
  font-weight: 800;
  color: #1A50BC;
}
.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: #F5F0EA;
  background: #FFF;
  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: 767px) {
  #menu header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    z-index: 100;
    position: relative;
  }
  #menu .drawerbox {
    padding: 1.25rem;
    display: block;
  }
  #menu .drawerbox .nav {
    display: grid;
    gap: 0.25rem;
  }
  #menu .drawerbox .nav li {
    font-weight: 500;
    font-size: clamp(1.125rem, 2.1vw, 1.375rem);
    text-align: center;
  }
  #menu .drawerbox .nav li a {
    display: block;
    padding: 0.5rem 0;
  }
}
/* parts
------------------------------------ */
:root .btn01 {
  border-radius: 10px;
  background: #1A50BC;
  color: #FFF;
  font-weight: 700;
  font-size: clamp(1rem, 2.1vw, 1.375rem);
  display: grid;
  grid-template-columns: 1fr auto;
  width: fit-content;
  gap: 0.5rem;
  align-items: center;
  padding: 0.625rem 1.25rem 0.875rem;
}
:root .btn01 span {
  color: #FEED03;
  display: contents;
}
:root .btn01::after {
  content: "";
  height: clamp(0.75rem, 1.8vw, 1.125rem);
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFF;
}
:root .btn01:hover {
  background: #EE721C;
}
:root .btn01.close {
  background: #BBB;
  color: #FFF;
  pointer-events: none;
}
:root .btn01.close span {
  color: #FFF;
}

/* footer
------------------------------------ */
#footer {
  position: relative;
}
#footer footer {
  margin: 0 auto;
  max-width: 1200px;
  padding: 5.625rem 2.1875rem;
}
#footer footer dl {
  font-weight: 500;
}
#footer footer .tsunagu {
  width: 32vw;
  display: grid;
  align-items: end;
  justify-content: end;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: #F18E49;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 1.25rem 8%;
  z-index: 0;
}
#footer footer .tsunagu img {
  width: 15.1vw;
}
@media screen and (max-width: 767px) {
  #footer footer {
    padding: 0 2.1875rem 50% 1.25rem;
    position: relative;
  }
  #footer footer .tsunagu {
    position: absolute;
    width: 85%;
    padding: 0 1.25rem 15%;
    z-index: 3;
  }
  #footer footer .tsunagu img {
    margin: 0 0 0 auto;
    width: 65%;
  }
}

/* pagetop
------------------------------------ */
#pagetop {
  position: fixed;
  display: none;
  display: block;
  bottom: 0;
  right: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(20px);
  opacity: 0;
  z-index: 100;
}
#pagetop.is-show {
  transform: translateY(0);
  opacity: 1;
}
#pagetop a {
  padding: 2.5rem 0.9375rem 1.875rem 1.25rem;
  border-radius: 20px 0 0 0;
  color: #FFF;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  line-height: 1;
  position: relative;
  background: #1A50BC;
  display: block;
}
#pagetop a:hover::before {
  top: clamp(0.9375rem, 2.4vw, 1.5625rem);
}
#pagetop a::before {
  transition: opacity 0.4s ease, transform 0.4s ease;
  content: "";
  width: clamp(0.875rem, 2.1vw, 1.375rem);
  aspect-ratio: 1;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  display: block;
  position: absolute;
  left: calc(50% - clamp(0.4375rem, 1.1vw, 0.6875rem));
  top: clamp(0.75rem, 2vw, 1.25rem);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  #pagetop a {
    padding: 1.5625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 15px 0 0 0;
  }
}

/*----------------------------------------------------*/
/* modal_open
------------------------------------------------------*/
:root .modal_open {
  display: grid;
}
:root .modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 90%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  background: #FFF;
  box-sizing: border-box;
}
:root .modal_close {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF;
  background: #EE721C;
  text-align: center;
  padding: 0.25rem 1rem;
  cursor: pointer;
}
:root .modal_close i {
  display: block;
  width: 16px;
  aspect-ratio: 1;
  position: relative;
}
:root .modal_close i::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
}
:root .modal_close i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}
:root .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(112, 112, 112, 0.8);
}