@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --24px: 24px;
  --40px: 40px;
  --89px: 80px;
  --azure: #d4d4d4;
  --untitled-ui-gray600: #475467;
  --goldenrod: #d3950f;
  --gray-white: #eaecf0;
  --navy: #041369;
  --16px: 16px;
  --white: white;
  --gray-supple: #868686;
  --untitled-ui-primary800\<deleted\|variable-ddf4f85f\>: #53389e;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --4em: 4em;
  --2em: 2em;
  --4px: 4px;
  --900px: 900px;
  --untitled-ui-gray800: #1d2939;
  --8px: 8px;
  --3em: 3em;
  --1em: 1em;
}

body {
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.4em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  border-bottom-style: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

blockquote {
  background-color: #fafafa;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.text_box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container_foot {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.max-wide-box-fv {
  z-index: 1;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hight30px {
  width: 100%;
  height: 30px;
}

.menu-button-3 {
  display: none;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.h1 {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

.h1.lower {
  font-size: 34px;
}

.h1.main {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  line-height: 1.4em;
}

.h1.small-copy {
  font-size: 26px;
}

.high20px {
  width: 100%;
  height: 20px;
}

.div-block-450 {
  height: 10px;
}

.footer-bg {
  padding: var(--40px) var(--89px) 100px;
  background-color: var(--azure);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--untitled-ui-gray600);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-decoration: none;
}

.div-block-476 {
  width: 100%;
  height: 50px;
  display: block;
}

.speaker-arrow {
  background-color: #1e2029;
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.icon2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #82d391;
  border-radius: 180px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
}

.text-3 {
  color: var(--goldenrod);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.button-line {
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-top-left-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 60px;
  padding: 8px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 2px 5px 1px #0003;
}

.logo-head {
  border: 1px solid var(--gray-white);
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 30px;
  display: flex;
}

.logo-head.menu {
  border-style: solid;
  border-color: var(--gray-white);
  color: var(--navy);
  padding: 10px 40px 10px 10px;
}

.div-block-671 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
}

.frame-353 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.menu-box {
  background-color: var(--white);
  width: 80%;
  height: 100%;
  position: relative;
}

.menu-bg {
  z-index: 8;
  background-color: #0000001f;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-666 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.navbar-2 {
  z-index: 10;
  border-top: 5px solid var(--goldenrod);
  background-color: #ffffffbd;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon {
  z-index: 1;
  aspect-ratio: 1;
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-663 {
  z-index: 120;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-670 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  display: flex;
}

.nav-link {
  letter-spacing: 4px;
  text-transform: lowercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: var(--goldenrod);
  text-decoration: underline;
}

.logo {
  color: var(--gray-supple);
  text-align: left;
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.fix-button {
  z-index: 50;
  border-bottom: 5px solid var(--goldenrod);
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.ttl-text {
  letter-spacing: 3px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.ttl-text.small-en {
  opacity: .3;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.h2-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-675 {
  background-color: var(--gray-white);
  width: 50px;
  height: 1px;
}

.bg-fv-big {
  z-index: -1;
  opacity: .07;
  background-image: url('../images/Rectangle-1-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.line-ttl-fv {
  background-color: var(--navy);
  width: 100%;
  height: 1px;
}

.ttl-fv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sec-fv-lower {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-left: 80px;
  display: flex;
}

.max-wide-box-fv-lower {
  z-index: 1;
  background-color: #ffffff9e;
  border: 1px solid #47546730;
  border-style: solid none;
  border-top-left-radius: 370px;
  border-bottom-left-radius: 370px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 1080px;
  padding: 40px 140px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 5px #0003;
}

.brand-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-en {
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.h2-en.margin0px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oooh Baby, sans-serif;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  opacity: .63;
}

.slider {
  z-index: -1;
  opacity: .85;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/pexels-picjumbocom-196646.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow, .right-arrow {
  opacity: 0;
}

.slide-2 {
  background-image: url('../images/Rectangle-3-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/pexels-picjumbocom-196645.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-692 {
  width: 100%;
  height: 100%;
  padding: var(--89px);
  grid-column-gap: var(--89px);
  grid-row-gap: var(--89px);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-5 {
  height: 100%;
  padding: 100px;
}

.ttl-fv-lower {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.supple {
  color: var(--gray-supple);
  letter-spacing: 2px;
  font-family: Oooh Baby, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.div-block-693 {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pic-blog {
  aspect-ratio: 2;
  flex: none;
  width: 100px;
}

.div-block-694 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 310px;
  color: var(--black);
  background-color: #fff;
  border-left: 5px solid #c5e2ec;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.blog-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-blog-ttl {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.uui-blogpost01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost01_author-image-wrapper {
  margin-right: 1rem;
}

.uui-blogpost01_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-text-rich-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  border-bottom: 2px solid var(--goldenrod);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost01_image-wrapper {
  aspect-ratio: 2.39;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.uui-breadcrumb-link {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--goldenrod);
}

.uui-breadcrumb-link.w--current {
  font-weight: 600;
  text-decoration: underline;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui-primary800\<deleted\|variable-ddf4f85f\>);
}

.uui-breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  padding: var(--4em) var(--4em) 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  letter-spacing: 1px;
  font-weight: 400;
}

.supple-2 {
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-501 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-558 {
  background-color: #fff;
  border: 1px solid #c7d1cd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.news-box-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #d3d3d3;
  border-bottom: 1px solid #c9c9c9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.75fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-513 {
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4em;
}

.paragraph-2.left {
  text-align: left;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.div-block-698 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.max-width-box-footer {
  width: 100%;
  max-width: var(--900px);
  padding-top: var(--40px);
  padding-bottom: var(--40px);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-699 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo-head {
  width: auto;
  height: auto;
  color: var(--gray-supple);
  letter-spacing: 1px;
  border-style: none;
  line-height: 110%;
}

.logo-head-box {
  background-image: url('../images/favi-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  padding: 5px 10px;
  display: flex;
}

.vertical-box-center-fv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-mail01 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--goldenrod);
  border-radius: 180px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
}

.text_box-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-707 {
  border: 1px solid var(--white);
  background-color: #f05757;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -7% auto auto -5%;
  transform: rotate(-16deg);
}

.text-block {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-family: Oooh Baby, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

.text-block.news {
  font-size: 26px;
  line-height: 70%;
}

.pre-loder-bg-black {
  z-index: 999;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-735 {
  width: 200px;
  height: auto;
}

.brand-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-footer-box {
  border: 1px solid var(--untitled-ui-gray800);
  justify-content: center;
  align-items: center;
  padding: 5px 20px 5px 10px;
  display: flex;
}

.button-top {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border: 2px solid var(--white);
  background-color: var(--goldenrod);
  height: 48px;
  color: var(--white);
  border-radius: 300px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px 30px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
  box-shadow: 1px 2px 5px 1px #804e2233;
}

.button-top:hover {
  border-color: var(--goldenrod);
  background-color: var(--white);
  color: var(--goldenrod);
}

.text-block-2 {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-3-copy {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-694-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 70%;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 121px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 7px 6px 17px 10px #0000000a;
}

.sec-fv-new {
  border: 5px solid var(--goldenrod);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fv-bg-new {
  background-color: #ffffffdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 30px 124px;
  display: flex;
}

.div-block-740 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-blog-ttl-copy {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.image-3 {
  aspect-ratio: 3 / 2;
  opacity: 1;
  width: auto;
  height: 190px;
}

.div-block-707-copy {
  border: 1px solid var(--white);
  background-color: var(--untitled-ui-gray800);
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -7% auto auto -5%;
  transform: rotate(-16deg);
}

.link {
  color: #0e1eca;
  font-family: Noto Sans JP, sans-serif;
}

.link:hover {
  color: #39baff;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-size: 21px;
}

.vertical-box-center-fv-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #ebe6dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.text, .paragraph {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.ttl-h3 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-741 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-742 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-743 {
  margin-top: -55px;
  position: relative;
}

.div-block-744 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-745 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: -20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--goldenrod);
}

.div-block-746 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-747 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-top-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border-bottom: 1px dashed var(--gray-supple);
  color: var(--black);
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.button-top-2:hover {
  border-bottom-color: var(--goldenrod);
  color: var(--goldenrod);
}

.text-button-jp {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.icon-button {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 13px;
  line-height: 100%;
}

.div-block-748 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  color: var(--goldenrod);
}

@media screen and (min-width: 1280px) {
  .max-wide-box-fv {
    align-items: center;
  }

  .menu-button-3 {
    display: none;
  }

  .icon2 {
    background-color: #7ad58c;
  }

  .button-line {
    text-decoration: none;
  }

  .menu-bg {
    display: none;
  }

  .logo-head {
    color: var(--gray-supple);
    letter-spacing: 4px;
  }

  .button-top {
    text-decoration: none;
  }

  .sec-fv-new {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .text_box {
    width: 63%;
  }

  .container_foot {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .max-wide-box-fv {
    z-index: 3;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 90px 40px 200px;
  }

  .menu-button-3 {
    background-color: #344054;
    border-radius: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 10px 12px 12px;
    display: flex;
    position: static;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    background-color: #fff0;
    flex-direction: row;
    align-items: center;
    height: 70px;
  }

  .h1, .h1.lower {
    font-size: 30px;
  }

  .footer-bg {
    align-items: center;
    max-width: 100%;
  }

  .footer-text {
    text-align: center;
    letter-spacing: 4px;
    text-transform: lowercase;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 28px;
  }

  .button-line {
    width: auto;
  }

  .div-block-671 {
    height: 45px;
  }

  .frame-353 {
    display: none;
  }

  .menu-box {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .navbar-2 {
    height: 50px;
  }

  .menu-icon {
    border-radius: 6px;
    width: 30px;
    height: 30px;
    transition: transform .2s;
  }

  .div-block-670 {
    align-items: center;
    width: 100%;
  }

  .nav-link {
    text-align: center;
    font-size: 15px;
  }

  .logo {
    line-height: 110%;
  }

  .div-block-675 {
    width: 40px;
  }

  .sec-fv-lower {
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .max-wide-box-fv-lower {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: auto;
    padding: 20px 100px;
  }

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

  .div-block-692 {
    width: 100%;
    padding: var(--24px) var(--40px);
  }

  .flex-block-5 {
    padding-top: 50px;
    padding-right: var(--40px);
    padding-left: var(--40px);
    flex-direction: column-reverse;
  }

  .div-block-694 {
    width: 100%;
    max-width: none;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

  .div-block-558 {
    justify-content: center;
  }

  .news-box-3 {
    grid-column-gap: var(--4px);
    grid-row-gap: var(--4px);
    flex-direction: column;
    align-items: center;
  }

  .div-block-513 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-698 {
    grid-column-gap: var(--4px);
    grid-row-gap: var(--4px);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .flex-block-6 {
    align-items: center;
  }

  .max-width-box-footer {
    padding-right: var(--40px);
    padding-left: var(--40px);
    align-items: center;
  }

  .div-block-699 {
    align-items: center;
  }

  .logo-head {
    font-size: 10px;
    line-height: 100%;
  }

  .vertical-box-center-fv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button-top {
    width: auto;
  }

  .div-block-694-copy {
    width: 100%;
  }

  .sec-fv-new {
    justify-content: center;
    height: auto;
    min-height: 1000px;
  }

  .fv-bg-new {
    justify-content: flex-start;
    align-items: center;
    padding-top: 124px;
  }

  .image-3 {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .vertical-box-center-fv-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-742 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .text_box {
    width: 93%;
  }

  .max-wide-box-fv {
    height: 100%;
    padding-right: var(--24px);
    padding-left: var(--24px);
  }

  .menu-button-3 {
    padding: 10px;
  }

  .container {
    position: relative;
  }

  .h1.main {
    font-size: 26px;
  }

  .footer-bg {
    z-index: 1;
    padding-top: 40px;
    padding-right: var(--24px);
    padding-left: var(--24px);
    text-align: center;
    position: relative;
  }

  .footer-text {
    text-align: center;
  }

  .div-block-671 {
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .menu-box {
    justify-content: flex-start;
  }

  .div-block-663 {
    padding-right: var(--16px);
    padding-left: var(--16px);
  }

  .logo {
    flex-flow: column;
    display: flex;
  }

  .ttl-text.small-en {
    font-size: 10px;
  }

  .ttl-fv {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .sec-fv-lower {
    padding-bottom: 10px;
  }

  .max-wide-box-fv-lower {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-5 {
    padding: var(--89px) var(--16px);
    justify-content: flex-end;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

  .uui-container-large {
    padding: var(--2em);
  }

  .heading {
    font-size: 29px;
  }

  .news-box-3 {
    flex-direction: column;
    grid-template-columns: 1.5fr 1.75fr;
    place-items: center start;
  }

  .div-block-513 {
    margin-bottom: 5px;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-698 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .logo-head {
    font-weight: 400;
  }

  .vertical-box-center-fv {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text_box-copy {
    width: 93%;
  }

  .text-block.news {
    font-size: 20px;
  }

  .button-top {
    padding-left: 27px;
    padding-right: 27px;
  }

  .text-3-copy {
    letter-spacing: .8px;
  }

  .div-block-694-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding: 60px 30px 90px;
  }

  .sec-fv-new {
    border-bottom-left-radius: 0%;
    height: auto;
    min-height: auto;
  }

  .fv-bg-new {
    height: 100%;
    padding: 60px 12px 200px;
  }

  .div-block-707-copy {
    width: 60px;
    height: 60px;
  }

  .vertical-box-center-fv-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .paragraph {
    text-align: left;
  }

  .div-block-741, .div-block-747, .div-block-748 {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .text_box {
    width: 100%;
  }

  .menu-button-3 {
    z-index: 5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .container {
    max-width: none;
    position: relative;
  }

  .h1 {
    text-align: center;
    line-height: 1.2em;
  }

  .h1.lower {
    font-size: 18px;
  }

  .h1.small-copy {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .footer-bg {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 50px;
    display: flex;
  }

  .footer-text {
    text-align: center;
    margin-bottom: 0;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .ttl-text.small-en {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .max-wide-box-fv-lower {
    width: auto;
    padding-right: var(--24px);
    padding-left: var(--40px);
  }

  .flex-block {
    grid-column-gap: var(--16px);
    grid-row-gap: var(--16px);
    flex-direction: column;
    align-items: center;
  }

  .div-block-692 {
    justify-content: center;
  }

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-container-large {
    padding: var(--2em);
  }

  .heading {
    font-size: 25px;
  }

  .news-box-3 {
    grid-column-gap: var(--4px);
    grid-row-gap: var(--4px);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-513 {
    flex-direction: row;
    align-items: center;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .max-width-box-footer {
    padding: var(--24px) var(--16px);
  }

  .vertical-box-center-fv {
    align-items: center;
  }

  .text_box-copy {
    width: 100%;
  }

  .vertical-box-center-fv-copy {
    align-items: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}