@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

em,
i {
  font-weight: normal;
}

.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url(../img/bg-pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

#content {
  width: 38vw;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  overflow-y: auto;
}

#content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    max-width: 100%;
  }
}
.lang__btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
  border-radius: 110px;
  background: #fff;
  padding: 12px;
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 90%;
}
.lang__btn .btn {
  width: 48%;
  border-radius: 71px;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  color: #969696;
  font-weight: bold;
  cursor: pointer;
}
.lang__btn .btn.is_active {
  background: #00C2ED;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.lang__btn .btn.japanese {
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .lang__btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 384px;
    border-radius: 110px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    max-width: 95%;
  }
  .lang__btn .btn {
    width: 48%;
    border-radius: 71px;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    color: #969696;
    font-weight: bold;
    cursor: pointer;
  }
  .lang__btn .btn.is_active {
    background: #00C2ED;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }
  .lang__btn .btn.japanese {
    letter-spacing: 0.2em;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.ja {
  display: block;
}

.en {
  display: none;
}

.header {
  width: 38vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  justify-content: flex-end;
  display: flex;
  z-index: 5;
}
.header__logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.header__menu {
  cursor: pointer;
  display: none;
}
.header__menu img {
  width: 41px;
}
.header__menu .off {
  display: block;
}
.header__menu .on {
  display: none;
}
.header__menu.is_active .off {
  display: none;
}
.header__menu.is_active .on {
  display: block;
}

@media screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    width: 100%;
  }
  .header__menu {
    display: block;
  }
}
.fv {
  height: auto;
  background: #d9d9d9;
}
.fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro img {
  width: 100%;
}

.service {
  padding: 120px 20px 50px;
  background: #00C2ED;
}
.service__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.service__en {
  color: #000;
  line-height: 1.5;
  font-family: "Agbalumo", system-ui;
  width: 20%;
}
.service__contents {
  width: 76%;
}
.service__contents h3 {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.service__contents p {
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
}
.service__bottom {
  background: #fff;
  border-radius: 5px;
  padding: 30px 15px 15px;
}
.service__bottom h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
.service__bottom h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #124262;
  margin: 30px auto;
}
.service__detail--item {
  margin-bottom: 15px;
}
.service__detail--item .title {
  background: #EEEEEE;
  border-radius: 3px;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.service__detail--item .text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}
.service__detail--item .text .blue {
  font-size: 13px;
  color: #00C2ED;
}

.strong {
  margin-top: 30px;
}

.point {
  padding: 40px 20px 50px;
}
.point h2 {
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  font-weight: 900;
  text-align: center;
  background: #00C2ED;
  font-size: 24px;
  padding: 8px 15px;
  margin: 0 auto 70px;
}
.point__item + .point__item {
  margin-top: 100px;
}
.point__item--title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 30px;
}
.point__item--title .ttl_en {
  writing-mode: vertical-lr;
  color: #00C2ED;
  font-family: "Agbalumo", system-ui;
  font-size: 16px;
}
.point__item--title .ttl_en span {
  font-size: 24px;
}
.point__item p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.point__item p .blue {
  font-weight: 900;
  color: #00C2ED;
}
.point__item .wrap {
  background: #EEEEEE;
  padding: 30px 20px;
  border-radius: 5px;
  margin: 30px 0;
}
.point__item .wrap.mb0 {
  margin-bottom: 0;
}
.point__item .wrap .icon {
  text-align: center;
}
.point__item .wrap .title {
  margin: 15px auto;
  text-align: center;
  font-weight: 900;
}
.point__item .wrap .title span {
  font-size: 24px;
  letter-spacing: 0.05em;
}
.point__item .wrap .title span span {
  font-size: 29px;
}
.point__item .wrap p {
  font-size: 14px;
}
.point__lists {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.point__list {
  background: #00C2ED;
  width: 100%;
  text-align: center;
  font-weight: 900;
  color: #000;
  border-radius: 31px;
  padding: 16px 0;
  position: relative;
}
.point__list + .point__list::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon_bottom.svg) no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.point__img {
  margin-top: 30px;
}

.flow {
  padding: 100px 20px 40px;
  background: #224258;
}
.flow h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.flow h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.flow__item + .flow__item {
  margin-top: 40px;
}
.flow__item + .flow__item .wrap {
  position: relative;
}
.flow__item + .flow__item .wrap::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon_bottom_bl.svg) no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.flow__item .wrap {
  background: #EEEEEE;
  border-radius: 88px;
  display: flex;
  padding: 14px 17px;
  align-items: center;
  gap: 20px;
  position: relative;
}
.flow__item .wrap .icon {
  width: 70px;
}
.flow__item .wrap .text {
  font-size: 16px;
  font-weight: bold;
}
.flow__item .contact__btn {
  margin-top: 10px;
  background: #00870B;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 15px 0;
  display: block;
}
.flow__item .info {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

.bring {
  padding: 40px 20px;
  background: #224258;
}
.bring h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.bring h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.bring__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.bring__list {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
}
.bring .info {
  margin-top: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.price {
  padding: 40px 20px;
  background: #224258;
}
.price h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.price h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.price__item + .price__item {
  margin-top: 30px;
}
.price__item--title {
  margin-bottom: 10px;
  text-align: center;
  background: #00C2ED;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 4px 0;
  font-size: 15px;
}
.price__item .box {
  display: flex;
  justify-content: space-between;
}
.price__item .box .item {
  width: 49%;
}
.price__item .box .item .top {
  background: #EEF5EF;
  padding: 15px 0;
  text-align: center;
}
.price__item .box .item .top h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.price__item .box .item .top .time {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.price__item .box .item .bottom {
  background: #fff;
  text-align: center;
  padding: 6px 0;
}
.price__item .box .item .bottom span {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.price__item .box .item .bottom span span {
  color: #00C2ED;
  font-size: 24px;
  font-weight: 600;
  margin-right: 5px;
}

.access {
  padding: 50px 20px;
}
.access h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
.access h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.access p {
  line-height: 2;
  font-size: 15px;
  font-weight: 500;
}
.access p.min {
  font-size: 12px;
  margin-top: 15px;
}

.information {
  padding: 20px 20px;
}
.information h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
.information h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.information .item .title {
  padding: 4px 7px;
  background: #eee;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.information .item .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.information .item .text .min {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.information .item + .item {
  margin-top: 40px;
}

.extended {
  padding: 50px 20px;
}
.extended h2 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
}
.extended h2::after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  background: #00C2ED;
  margin: 30px auto 40px;
}
.extended p {
  margin-bottom: 25px;
}
.extended .item .title {
  padding: 4px 7px;
  background: #eee;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.extended .item .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.extended .item .text .min {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.extended .item + .item {
  margin-top: 40px;
}

.contact {
  padding: 40px 20px 25px;
  background: #00870B;
}
.contact h2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-style: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.contact p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  width: 92%;
  margin: 0 auto 30px;
}
.contact .btn {
  background: #161616;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  padding: 15px 0;
  display: block;
}

.footer {
  padding: 75px 20px 120px;
  background: #1F1F1F;
}
.footer ul li {
  margin-bottom: 20px;
}
.footer ul a {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.pc__menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}
.pc__menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.pc__menu ul a {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pc__menu {
    width: 100%;
    z-index: 4;
    height: 100%;
    overflow-y: auto;
    background: url(../img/bg.png) repeat;
    background-size: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.3s ease;
  }
  .pc__menu.is_active {
    transform: translateX(0);
  }
  .pc__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pc__menu ul {
    max-width: 250px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */