@charset "UTF-8";
/********************************************************/
/********* ハンバーガーメニューのアニメーション ************/
/********************************************************/
/********* ハンバーガーメニュー開く ************/
@keyframes openHamburgerMenuItem-1 {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
    transform: rotate(0deg);
  }
  51% {
    width: 0%;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  100% {
    width: 50.4px;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
}
@keyframes openHamburgerMenuItem-2 {
  0% {
    width: 100%;
    transform: rotate(0deg);
    transform-origin: 22px 10px;
  }
  100% {
    width: 50.4px;
    transform: rotate(-36deg);
    transform-origin: 22px 10px;
  }
}
@keyframes openHamburgerMenuItem-3 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes hamburgerMenuContentDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********* ハンバーガーメニュー閉じる ************/
@keyframes closeHamburgerMenuItem-1 {
  0% {
    width: 50.4px;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  50% {
    width: 0%;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  51% {
    width: 0%;
    transform: rotate(0deg);
  }
  100% {
    width: 100%;
  }
}
@keyframes closeHamburgerMenuItem-2 {
  0% {
    width: 50.4px;
    transform: rotate(-36deg);
    transform-origin: 22px 10px;
  }
  100% {
    width: 100%;
    transform: rotate(0deg);
    transform-origin: 22px 10px;
  }
}
@keyframes closeHamburgerMenuItem-3 {
  0% {
    width: 0%;
    left: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes hamburgerMenuContentHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*ipad,mac,iphonでゴシック体がないため、DLしてはいち*/
@font-face {
  font-family: "Sawarabi_Gothic";
  src: url("./font/Sawarabi_Gothic/SawarabiGothic-Regular.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
* {
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  font-family: "Sawarabi_Gothic";
  color: #ffffff;
}

/*::selection {
    background-color: #1b884e;
    color: #ffffff;
}*/
p, h1 {
  color: #000000;
  font-size: 2rem;
}

h1 {
  font-weight: 800;
}

a {
  text-decoration: none;
}

img {
  user-select: none;
  width: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
}

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

.top {
  overflow: hidden;
}

header .navigation {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  top: 0;
  padding-top: 13px;
  padding-bottom: 10px;
  z-index: 9998;
}
@media (max-width: 960px) {
  header .navigation {
    display: initial;
    top: 4px;
  }
}
header .navigation-log {
  position: relative;
  left: 32px;
}
@media (max-width: 960px) {
  header .navigation-log {
    left: 6px;
  }
}
header .navigation-main-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 7px;
}
header .navigation-main-list li:nth-child(1) {
  list-style: none;
  font-size: 1.7rem;
  margin-right: 25px;
}
header .navigation-main-list li:nth-child(1) a {
  color: #ff9936;
  font-weight: 550;
  letter-spacing: 0.5;
}
header .navigation-main-list li:nth-child(2) {
  list-style: none;
  font-size: 1.7rem;
  margin-right: 25px;
}
header .navigation-main-list li:nth-child(2) a {
  color: #ff9936;
  font-weight: 550;
  letter-spacing: 0.5;
}
header .navigation-main-list li:nth-child(3) {
  list-style: none;
  font-size: 1.7rem;
  margin-right: 25px;
}
header .navigation-main-list li:nth-child(3) a {
  color: #ff9936;
  font-weight: 550;
  letter-spacing: 0.5;
}
header .navigation-main-list li:nth-child(4) {
  list-style: none;
  font-size: 1.7rem;
  margin-right: 25px;
}
header .navigation-main-list li:nth-child(4) a {
  color: #ff9936;
  font-weight: 550;
  letter-spacing: 0.5;
}
header .hamburgerMenu_content {
  display: none;
}
@media (max-width: 960px) {
  header .navigation-main {
    pointer-events: none;
    opacity: 0;
  }
  header .hamburgerMenu_wrap_content {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content {
    margin: 0 auto;
    width: 60%;
    min-width: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 84vh;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-log {
    width: 50%;
    min-width: 222.2px;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(1) {
    list-style: none;
    font-size: max(4.4vw, 2.55rem);
    margin-top: 5px;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(1) a {
    color: #ff9936;
    font-weight: 800;
    letter-spacing: 0.5;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(2) {
    list-style: none;
    font-size: max(4.4vw, 2.55rem);
    margin-top: 5px;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(2) a {
    color: #ff9936;
    font-weight: 800;
    letter-spacing: 0.5;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(3) {
    list-style: none;
    font-size: max(4.4vw, 2.55rem);
    margin-top: 5px;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(3) a {
    color: #ff9936;
    font-weight: 800;
    letter-spacing: 0.5;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(4) {
    list-style: none;
    font-size: max(4.4vw, 2.55rem);
    margin-top: 5px;
  }
  header .hamburgerMenu_wrap_content .hamburgerMenu_content-list li:nth-child(4) a {
    color: #ff9936;
    font-weight: 800;
    letter-spacing: 0.5;
  }
  header .hamburgerMenu {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
    opacity: 1;
    overflow: visible;
    cursor: pointer;
    pointer-events: initial;
    z-index: 9999;
  }
  header .hamburgerMenu::before {
    content: "";
    display: block;
    pointer-events: none;
    background-color: #fcfcfc;
    width: 100%;
    height: 100%;
    opacity: 0.35;
  }
  header .hamburgerMenu-list {
    position: absolute;
    display: block;
    width: 40px;
    height: 30px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  header .hamburgerMenu-list div:nth-child(1) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff9936;
    border-radius: 3px;
  }
  header .hamburgerMenu-list div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff9936;
    border-radius: 3px;
  }
  header .hamburgerMenu-list div:nth-child(3) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff9936;
    border-radius: 3px;
  }
  header .hamburgerMenu-list div:nth-child(1) {
    left: 0;
    top: 0;
  }
  header .hamburgerMenu-list div:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  header .hamburgerMenu-list div:nth-child(3) {
    bottom: 0;
  }
}
.footer {
  position: relative;
}
.footer-inner {
  text-align: right;
  width: 98%;
  margin: auto;
}
.footer-inner div {
  font-size: 1.3rem;
  color: #000000;
}
@media (max-width: 960px) {
  .footer-inner div {
    font-size: 1rem;
  }
}

/**********************************************************************/
/************** ハンバーガーメニューアニメーション ***********************/
/**********************************************************************/
[data-hamburgerMenu=close] .hamburgerMenu_wrap_content {
  animation: hamburgerMenuContentHidden;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
[data-hamburgerMenu=close] .hamburgerMenu-list div:nth-child(1) {
  animation: closeHamburgerMenuItem-1;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
[data-hamburgerMenu=close] .hamburgerMenu-list div:nth-child(2) {
  animation: closeHamburgerMenuItem-2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
[data-hamburgerMenu=close] .hamburgerMenu-list div:nth-child(3) {
  animation: closeHamburgerMenuItem-3;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@media (max-width: 960px) {
  [data-hamburgerMenu=open] .hamburgerMenu_wrap_content {
    opacity: 1;
    pointer-events: initial;
    position: fixed;
    animation: hamburgerMenuContentDisp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  [data-hamburgerMenu=open] .hamburgerMenu_content {
    display: block;
  }
}
[data-hamburgerMenu=open] .hamburgerMenu-list div:nth-child(1) {
  animation: openHamburgerMenuItem-1;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
[data-hamburgerMenu=open] .hamburgerMenu-list div:nth-child(2) {
  animation: openHamburgerMenuItem-2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
[data-hamburgerMenu=open] .hamburgerMenu-list div:nth-child(3) {
  animation-name: openHamburgerMenuItem-3;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

/********************************************************/
/********* ハンバーガーメニューのアニメーション ************/
/********************************************************/
/********* ハンバーガーメニュー開く ************/
@keyframes openHamburgerMenuItem-1 {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
    transform: rotate(0deg);
  }
  51% {
    width: 0%;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  100% {
    width: 50.4px;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
}
@keyframes openHamburgerMenuItem-2 {
  0% {
    width: 100%;
    transform: rotate(0deg);
    transform-origin: 22px 10px;
  }
  100% {
    width: 50.4px;
    transform: rotate(-36deg);
    transform-origin: 22px 10px;
  }
}
@keyframes openHamburgerMenuItem-3 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes hamburgerMenuContentDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********* ハンバーガーメニュー閉じる ************/
@keyframes closeHamburgerMenuItem-1 {
  0% {
    width: 50.4px;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  50% {
    width: 0%;
    transform: rotate(36deg);
    transform-origin: 1.5px 0px;
  }
  51% {
    width: 0%;
    transform: rotate(0deg);
  }
  100% {
    width: 100%;
  }
}
@keyframes closeHamburgerMenuItem-2 {
  0% {
    width: 50.4px;
    transform: rotate(-36deg);
    transform-origin: 22px 10px;
  }
  100% {
    width: 100%;
    transform: rotate(0deg);
    transform-origin: 22px 10px;
  }
}
@keyframes closeHamburgerMenuItem-3 {
  0% {
    width: 0%;
    left: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes hamburgerMenuContentHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header .navigation {
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
@media (max-width: 960px) {
  .header .navigation {
    background-color: initial;
    filter: initial;
  }
}
.header .navigation-log {
  width: 164.2px;
}

.main {
  background-color: rgba(229, 238, 249, 0.18);
}
.main .content {
  width: 905.5px;
  margin: auto;
  padding: 75px 0 30px 0;
}
@media (max-width: 960px) {
  .main .content {
    max-width: 80%;
  }
}
@media (max-width: 520px) {
  .main .content {
    max-width: 89%;
  }
}
.main .content h1 {
  font-size: 3.2rem;
}
@media (max-width: 520px) {
  .main .content h1 {
    font-size: 2.5rem;
  }
}
.main .content article section {
  margin: 4px 0 9px 0;
}
.main .content article .referenceImage {
  margin: 15px auto 15px auto;
  width: 50%;
}
@media (max-width: 960px) {
  .main .content article .referenceImage {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .main .content article .referenceImage {
    width: 100%;
  }
}
.main .content section h2, .main .content section ul, .main .content section li, .main .content section a {
  color: #000000;
}
.main .content section p, .main .content section ul, .main .content section li, .main .content section a {
  font-size: 15px;
}
.main .content section h2 {
  font-size: 22px;
}
@media (max-width: 520px) {
  .main .content section h2 {
    font-size: 22px;
  }
}
.main .content section ul {
  margin: 0px 0px 0px 17px;
}
.main .content section a {
  color: #ff9936;
}

.footer {
  top: 0;
}
@media (max-width: 960px) {
  .footer {
    top: 0;
  }
}

.top #root .header .navigation {
  border-bottom: initial;
  background-color: initial;
}
.top #root .header .navigation-log {
  width: 222.2px;
}
.top #root .footer {
  top: -2.7rem;
}
@media (max-width: 960px) {
  .top #root .footer {
    top: -1.7rem;
  }
}

.main {
  /******************* 画像 ******************/
}
.main .background_area-behind {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 20%;
  height: 100vh;
}
.main .background_area-front {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 83%;
  height: 100vh;
}
.main .intro_natuyasumisskey {
  position: relative;
  height: 100vh;
}
.main .intro_natuyasumisskey-text_960min {
  width: 764px;
  margin: 7px auto 0 calc(20.5% - 100px);
  position: relative;
  top: 29%;
}
.main .intro_natuyasumisskey-text_960min h1 {
  font-size: 5.2rem;
}
.main .intro_natuyasumisskey-text_960min div p {
  text-shadow: 1px 1px 5px #fff;
}
.main .intro_natuyasumisskey-text_960min div p:nth-child(2) {
  text-align: right;
  margin-top: 0.5%;
}
.main .intro_natuyasumisskey-text_0min {
  display: none;
}
.main .intro_natuyasumisskey .contact-address {
  margin-top: 0.5%;
}
.main .intro_natuyasumisskey .contact-address_text {
  text-align: center;
  margin-top: 2.5%;
}
.main .intro_natuyasumisskey .contact-address_text a {
  color: #ff9936;
  font-weight: 800;
}
@media (max-width: 960px) {
  .main .intro_natuyasumisskey-text_960min {
    display: none;
  }
  .main .intro_natuyasumisskey-text_0min {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 63%;
    height: 95vh;
    min-width: 320px;
    margin: 0 auto;
  }
  .main .intro_natuyasumisskey-text_0min h1 {
    font-size: max(5.5vw, 3.1rem);
    line-height: 1;
  }
  .main .intro_natuyasumisskey-text_0min h1:nth-child(2) {
    text-align: right;
  }
  .main .intro_natuyasumisskey-text_0min p {
    font-size: max(2.2vw, 1.6rem);
    text-align: center;
    text-shadow: 1px 1px 5px #fff;
  }
}

/*.footer {
  position: relative;
  top: -2.7rem;
  @media(max-width: $breakpoint_960) {
    top: -1.7rem;
  }
  &-inner {
    text-align: right;
    width: 98%;
    margin: auto;
    div {
      font-size: 1.3rem;
      color: #000000;
      @media(max-width: $breakpoint_960) {
        font-size: 1.0rem;
      }
    }
  }
}*/