@view-transition {
  navigation: auto;
}
::view-transition-group(*),
::view-transition-old(*),
::view-transition-new(*) {
  animation-duration: 800ms;
  animation-timing-function: ease-in-out;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 75%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
/* a:hover {
  opacity: 0.8;
} */
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00000080;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Shippori Mincho, serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #efefef;
  color: #4f4f4f;
  --header-height: 79px;
}
.english__font{
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
}
@media (max-width: 767px) {
  body {
    --header-height: 58px;
  }
}
main {
  overflow-x: hidden;
}
.container {
  width: min(1120px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: min(1120px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1120px, 100% - 32px);
  }
}
.container--1294 {
  width: min(1294px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--1294 {
    width: min(1294px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--1294 {
    width: min(1294px, 100% - 32px);
  }
}
.container--480 {
  width: min(480px, 100% - 320px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--480 {
    width: min(480px, 100% - 160px);
  }
}
@media (max-width: 767px) {
  .container--480 {
    width: min(480px, 100% - 32px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 33px 24px 40px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header.is-collapsed {
  background-image:linear-gradient(to bottom,rgba(239, 239, 239,0.5),rgba(239, 239, 239,0))
}
.header .header__logo {
  width: 155px;
  height: 26px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 120px;
    height: 20px;
  }
}
.header .header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .nav {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.header .nav.is-open {
  background: #a3a3a3cc;
  opacity: 1;
  visibility: visible;
}
.header .nav .nav__inner {
  position: absolute;
  top: 55.6%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.8);
  width: 640px;
  max-height: 80%;
  overflow-y: auto;
  padding: 40px 0 40px 64px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .header .nav .nav__inner {
    width: min(360px, 100% - 32px);
    padding: 40px 0 40px 24px;
    top: 84px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%);
  }
}
.header .nav .nav__inner .menu-curve {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  height: 100%;
  z-index: -1;
}
.header .nav .nav__inner .menu-curve svg{
      height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
  .header .nav .nav__inner:before {
    width: min(278px, 100%);
  }
}
.header .nav .nav__list li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .nav .nav__list li:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header .nav .nav__list li:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #2b2b2b;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .header .nav .nav__list li:before {
    display: none;
  }
}
.header .nav .nav__list li + li {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .header .nav .nav__list li + li {
    margin-top: 16px;
  }
}
.header .nav .nav__list a {
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 1.8;
    color: #4e4e4e
}
@media (max-width: 767px) {
  .header .nav .nav__list a {
    font-size: 1.4rem;
  }
}
.header .nav .nav__facebook {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 54px;
}
@media (max-width: 767px) {
  .header .nav .nav__facebook {
    width: 20px;
    height: 20px;
    margin-top: 40px;
  }
}
.header .nav .nav__facebook img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 39px;
}
@media (max-width: 767px) {
  .header .hamburger {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
.header .hamburger.is-open .hamburger__icon {
  background-color: transparent;
}
.header .hamburger .hamburger__icon {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 99rem;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header .hamburger .hamburger__icon {
    width: 6px;
    height: 6px;
  }
}
.header .hamburger .hamburger__text {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .header .hamburger .hamburger__text {
    font-size: 1.1rem;
  }
}
.footer {
  padding: 11px 11px 5px;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding: 7px 7px 3px;
  }
}
.footer .footer__copyright {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 0.8rem;
    text-align: center;
  }
}
@media (max-width:560px){
  .footer .footer__copyright {
    font-size: 0.65rem;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}

.bg-curve{}
/* .bg-curve span:nth-child(1){
  width: 100%;
  height: 200px;
  display: block;
  background:#08a;
  clip-path: path("M0.78331 226.044C183.893 149.877 732.983 -1.7201 1464.47 1.22579");
} */