:root {
  --black-color: #000;
  --white-color: #FFF;
  --base-font-family: "Noto Sans JP", sans-serif;
  --en-font-family: "Times New Roman", serif;
  --page-width: calc(100vw - 80px);
  --max-page-width-sp: 600px;
  --max-page-width: 900px;
  --wrapper-padding: 80px 0;
  --anime-transition: all .5s;
  --anime-opacity: .6;
}

@media screen and (min-width: 769px) {
  :root {
    --wrapper-padding: 120px 0;
  }
}

html,
body {
  font-family: var(--base-font-family);
  /* cursor: none; */
  overflow-x: hidden;
}

html {
  font-size: 62.5%;

}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  background: var(--white-color);
}

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

a {
  color: var(--black-color);
  text-decoration: none;
  /* cursor: none; */
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1 {
  font-size: 3.6rem;
}

h2 {
  font-size: 3.0rem;
}

h3 {
  font-size: 1.8rem;
}

b,
strong,
.bold {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.container {
  width: var(--page-width);
  max-width: var(--max-page-width);
  margin: 0 auto;
  position: relative;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-direction-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

[role=tabpanel] {
  display: none;
}

[role=tabpanel][aria-hidden=false] {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wf-loading {
  opacity: 0;
}

.lookforward-close-btn {
  visibility: hidden;
}

.section-header {
  font-family: var(--en-font-family);
  font-size: 3.04rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {

  .for-tab:not(.for-sp) {
    display: none;
  }

  .for-pc {
    display: none !important;
  }

  .d-flex-sp {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .container {
    max-width: var(--max-page-width);
  }

  .for-sp {
    display: none !important;
  }

  .for-tab {
    display: none;
  }

  .d-flex-pc {
    display: flex;
  }

  body {
    font-size: 18px;
    font-size: 1.8rem;
  }

  a {
    transition: var(--anime-transition);
  }

  .section-header {
    font-size: 3.8rem;
    margin-bottom: 80px;
  }
}


/* ==================================
== cursor
================================== */
@media screen and (min-width: 769px) {
  .cursor {
    position: fixed;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    z-index: 9999999999;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }

  .cursor.cursor--hover {
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
  }
}

/* ==================================
== .page-header
================================== */
.page-header {
  padding: 20px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
}

.page-header.gnav {
  opacity: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  transition: all 2s;
}

.page-header.gnav.show {
  opacity: 1;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}

.page-header .header__logo {
  width: 95px;
  position: relative;
  z-index: 999;
}

.page-header.scroll {
  background-color: #FFF;
}

.page-header nav ul li span,
.page-header nav ul li a {
  color: var(--base-color);
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1.3;
  height: 100%;
  font-family: var(--en-font-family);
}

.page-header .contact__list__item {
  width: 60%;
}

.page-header .contact__list__item:first-child {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .page-header {
    width: 100vw !important;
    top: 0;
    left: 0;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
  }

  .page-header .contact_btn-sp {
    width: max-content;
    height: 34px;
    padding: 0 15px;
    margin: 0 15px 0 auto;
    color: var(--white-color);
    background: var(--orange-color);
    border-radius: 17px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ハンバーガーメニューの初期 */
  .page-header .g-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 22px 20px 30px;
    margin: 0;
    overflow: scroll;
    width: 100vw;
    height: calc(var(--vh) * 100);
    background: var(--white-color);
    transition: all 0.4s;
    transform: translateX(100%);
    z-index: 99;
  }

  .page-header .g-nav.show {
    transform: translateX(0);
  }

  .contact-icon {
    margin-left: auto;
    margin-right: 35px;
    position: relative;
    z-index: 99999;
  }

  .page-header .nav_toggle {
    width: 30px;
    height: 10px;
    border-radius: 27px;
    position: relative;
    z-index: 999999;
  }

  .page-header .nav_toggle i {
    display: block;
    height: 2px;
    background: var(--black-color);
    border-radius: 1px;
    position: absolute;
    right: 0;
    transition: all 0.5s;
  }

  .page-header .nav_toggle i:nth-child(1) {
    top: 0;
    width: 19px;
  }

  .page-header .nav_toggle i:nth-child(2) {
    bottom: 0;
    width: 30px;
  }

  /* クリックした時の閉じるボタン表示 */
  .page-header .g-nav.show {
    opacity: 1;
    visibility: visible;
  }

  .close:before,
  .close:after {
    left: 15px;
  }

  .page-header .nav_toggle.show i:nth-child(1) {
    width: 30px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 50%;
    transform: translate(50%, 0) rotate(-45deg);
  }

  .page-header .nav_toggle.show i:nth-child(2) {
    bottom: 0;
    top: 0;
    margin: auto;
    right: 50%;
    transform: translate(50%, 0) rotate(45deg);
  }

  .page-header nav ul {
    margin: 80px 0 0;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 99999;
  }

  .page-header nav ul li {
    width: 100%;
    margin: 0 0 25px;
    line-height: 1;
  }

  .page-header nav ul li a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .page-header {
    width: 100%;
    padding: 25px 60px 0;
  }

  .page-header .header__logo {
    width: 120px;
  }

  .page-header nav ul {
    gap: 0 30px;
  }

  .page-header nav ul li span,
  .page-header nav ul li a {
    font-size: 2.0rem;
    color: var(--black-color);
    height: 100%;
    cursor: pointer;
    position: relative;
    transition: var(--anime-transition);
  }

  .page-header nav ul li a:hover {
    opacity: var(--anime-opacity);
  }
}

/* ==================================
== footer
================================== */
footer {
  font-family: var(--en-font-family);
  font-size: 1rem;
  margin-top: 200px;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  footer {
    font-size: 1.2rem;
    margin-top: 300px;
  }
}

/* ==================================
== not-found
================================== */
.post-text {
  margin-top: 50px;
}

#privacy #section1 p {
  margin-bottom: 20px;
}

.totop a {
  margin: 40px auto 0;
}


#privacy h1 {
  margin-bottom: 40px;
}

#privacy .block:not(:last-child) {
  margin-bottom: 30px;
}

.back_btn {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  width: 160px;
  height: 45px;
  background: var(--white-color);
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==================================
== home
================================== */
#kv {
  min-height: calc(100svh - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#kv .logo {
  max-width: 700px;
  width: 80%;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {}

/* ==================================
== purpose
================================== */
.purpose__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 48px;
}

.purpose__text {
  line-height: 1.8;
}

.purpose__text:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  .purpose__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}

/* ==================================
== service
================================== */
#service {
  padding-top: 160px;
}

#service .section-header {
  text-align: center;
}

.service__list__item {
  position: relative;
}

.service__list__item__img {
  width: 100%;
  aspect-ratio: 1.502;
}

.service__list__item:last-child .service__list__item__img {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service__list__item:not(:last-child) .service__list__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service__list__item:last-child .service__list__item__img img {
  width: 80%;
}

.service__list__item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service__list__item h3 .arrow {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 5.7px 0 5.7px 0;
  border-radius: 9999px;
  background-color: #000000;
  transition: var(--anime-transition);
}

.service__list__item h3 .arrow::before,
.service__list__item h3 .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}

.service__list__item h3 .arrow::before {
  transform: rotate(45deg);
}

.service__list__item h3 .arrow::after {
  transform: rotate(-45deg);
}

.service__list__item p {
  font-size: 16px;
  line-height: 1.4;
}

.service__list__item a {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .service__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  #service {
    padding-top: 200px;
  }

  .service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 45px;
  }

  .service__list__item {
    width: 100%;
    height: 100%;
  }

  .service__list__item:hover h3 .arrow {
    transform: rotate(-45deg);
  }

  .service__list__item h3 {
    font-size: 24px;
  }
}

/* ==================================
== about
================================== */
#about {
  padding-top: 160px;
}

#about .section-header {
  text-align: center;
}

.about-block {
  gap: 80px 20px;
}

.about-block .photo {
  padding: 0 10%;
  margin: 0 auto 55px;
}

.about-block .text {
  line-height: 1.875;
}

.about-block .text dl {
  font-size: 1.4rem;
}

.about-block .text dl>.d-flex:not(:last-child) {
  margin-bottom: 12px;
}

.about-block .text dl dt {
  width: 89px;
}

.one_link {
  margin-top: 50px;
}

.one_link a {
  background-color: #1E1C1C;
  color: #EFEDE6;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  transition: var(--anime-transition);
}

.one_link a p {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 769px) {
  #about {
    padding-top: 200px;
  }

  .about-block .photo {
    width: 300px;
    padding: 0;
    margin: 0;
  }

  .about-block .content {
    gap: 40px;
  }

  .about__item:not(:last-child) {
    margin-bottom: 7px;
  }

  .about-block .text {
    max-width: calc(100% - 300px);
  }

  .about-block .text dl {
    font-size: 1.6rem;
  }

  .about-block .text dl>.d-flex:not(:last-child) {
    margin-bottom: 3px;
  }

  .about-block .text dl dt {
    margin-right: 20px;
  }

  .one_link {
    margin-top: 100px;
  }

  .one_link a {
    padding: 40px;
  }

  .one_link a:hover {
    opacity: var(--anime-opacity);
  }

  .one_link a img {
    width: 70%;
  }
}

/* ==================================
== contact
================================== */
#contact {
  padding-top: 160px;
}

#contact .section-header {
  text-align: center;
}

.contact__intro {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.4;
}

.contact__list {
  gap: 80px 110px;
}

.contact__list__item {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4.255;
  transition: var(--anime-transition);
}

.contact__list__item:hover {
  opacity: var(--anime-opacity);
}

.contact__list__item.high-hope {
  background: #000;
}

.contact__list__item.mamorin {
  background: #7C7258;
}

.contact__list__item.kasagi {
  background: #2C8221;
}

.contact__list__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact__list__item.kasagi a {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}

.contact__list__item img {
  width: 37.5%;
}

@media screen and (max-width: 768px) {
  .contact__list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  #contact {
    padding-top: 200px;
  }

  .contact__list__item {
    width: calc(50% - 55px);
  }

}