/*************
コーポレートサイトトップの新着記事用スケルトン
**************/
.article-skelton .category-date .category-tag {
  width: 100px;
  height: 28px;
  background-color: #e1e4e6;
}

.article-skelton .category-date .yyyymmdd {
  width: 128px;
  height: 28px;
  background-color: #e1e4e6;
}

.article-skelton .news-title {
  min-width: 320px;
  height: 28px;
  background-color: #e1e4e6;
}

.article-skelton .category-date .category-tag,
.article-skelton .category-date .yyyymmdd,
.article-skelton .news-title {
  position: relative;
  overflow: hidden;
}

.article-skelton .category-date .category-tag::before,
.article-skelton .category-date .yyyymmdd::before,
.article-skelton .news-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  content: "";
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255, 255, 255, 0.4),
    rgba(255,255,255,0)
  );
  animation: skeleton-animation 1.2s linear infinite;
}

@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*************
↑ここまで
**************/

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

a {
  text-decoration: underline;
}

.container {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  padding: 0px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  margin-left: 8px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.image {
  color: #272727;
}

.image-2 {
  color: #272727;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  display: block;
  width: 90px;
  height: 50px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.collection-item-2 {
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-title {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.div-block-4 {
  display: block;
  width: 920px;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 128px;
  padding-bottom: 0px;
  letter-spacing: 2px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
}

.collection-list-wrapper {
  width: 920px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  line-height: 1.5;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.page-title {
  margin-bottom: 48px;
}

.heading-4 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 23px;
  font-weight: 400;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e7eaec;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.text-block-2 {
  color: #272727;
  line-height: 1.5;
  letter-spacing: 0px;
  text-decoration: none;
}

.pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #e06249;
  text-decoration: none;
}

.next:hover {
  border-style: none;
  background-color: #f4f7f8;
  color: #e06249;
}

.category-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 24px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  text-decoration: none;
}

.red-line {
  position: relative;
  width: 32px;
  height: 1px;
  clear: none;
  background-color: #e06249;
}

.light-gray-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e7eaec;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  margin-top: 64px;
  margin-bottom: 0px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #272727;
}

.post-date {
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-5 {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 32px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.paragraph {
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 36px;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-wrapper-2 {
  display: block;
  width: 100%;
}

.link-2 {
  color: #e06249;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-6 {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  letter-spacing: 2px;
}

.nav-social-area {
  position: absolute;
  top: auto;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #394040;
}

.image-5 {
  width: 28px;
  height: 28px;
}

.image-5:hover {
  opacity: 1;
}

.twitter-bk {
  width: 28px;
  margin-right: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.twitter-bk:hover {
  opacity: 0.7;
}

.button-jet-gray {
  position: relative;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 16px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #394040;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.button-jet-gray:hover {
  background-color: #e7eaec;
  color: #272727;
}

.button-jet-gray.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-weight: 400;
  letter-spacing: 2px;
}

.link-4 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.news-item:hover {
  opacity: 0.7;
}

.file-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.file-download:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.text-block-4 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  letter-spacing: 2px;
  text-decoration: none;
}

.image-6 {
  margin-right: 8px;
}

.facebook-bk {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.facebook-bk:hover {
  opacity: 0.7;
}

.dropdown {
  width: 100%;
}

.text-block-5 {
  width: 144px;
  float: none;
  clear: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.dropdown-toggle {
  display: inline-block;
  width: 215px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border: 1px solid #272727;
}

.dropdown-toggle.w--open {
  margin-bottom: 0px;
}

.icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 16px 16px 16px 8px;
  float: right;
  clear: none;
}

.previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: none;
  max-width: 30px;
  min-height: auto;
  min-width: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #e06249;
}

.previous:hover {
  border-style: none;
  background-color: #f4f7f8;
  color: #e06249;
}

.text-block-6 {
  height: auto;
  font-weight: 700;
  text-decoration: none;
}

.icon-2 {
  width: 24px;
  height: 24px;
  margin-left: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
}

.text-block-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.dropdown-link {
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #e7eaec;
}

.dropdown-link.w--current {
  padding-right: 16px;
  padding-left: 16px;
  color: #e06249;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-link-3 {
  font-family: Montserrat, sans-serif;
}

.dropdown-link-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.dropdown-2 {
  margin-bottom: 32px;
}

.dropdown-list {
  margin-top: -1px;
  border-style: solid;
  border-width: 1px;
  border-color: #394040;
  background-color: #fff;
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 400px;
  height: auto;
  margin-top: 0px;
  padding: 48px 0px 0px;
  background-color: #fff;
}

.text-block-9 {
  margin-bottom: 4px;
  border: 1px none #272727;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
}

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

.text-block-10 {
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
}

.list-item {
  margin-bottom: 24px;
}

.button-red {
  position: static;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e06249;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 2px;
}

.button-red:hover {
  background-color: #e7eaec;
  color: #e06249;
}

.list {
  margin-right: 48px;
  margin-bottom: 48px;
  margin-left: 48px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-7 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: auto;
}

.link-block-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 12px;
  margin-right: 12px;
}

.come-join-us {
  margin: 48px 48px 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-11 {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
}

.div-block-15 {
  margin-top: 83px;
  background-color: #394040;
}

.text-block-12 {
  margin-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}

.link-block-7 {
  margin-right: 0px;
  margin-left: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.link-block-7:hover {
  opacity: 0.7;
}

.link-block-8 {
  margin-right: 24px;
}

.yyyymmdd {
  display: block;
  width: 128px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
}

.image-8 {
  color: transparent;
}

.image-9 {
  color: #e06249;
}

.image-10 {
  color: transparent;
}

.image-11 {
  color: #394040;
}

.div-block-17 {
  padding: 12px 32px;
}

.nav-menu {
  position: absolute;
  display: none;
  overflow: scroll;
  width: 400px;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.div-block-18 {
  position: relative;
  padding: 20px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-19 {
  position: relative;
  padding: 20px;
}

.menu-link {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.menu-link:hover {
  opacity: 0.7;
}

.navbar-other {
  display: block;
  width: 100%;
  height: 72px;
  max-width: 100%;
  padding: 12px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e06249;
}

.menu-button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #e06249;
  color: #fff;
}

.menu-button-2:hover {
  color: #fff;
}

.menu-button-2.w--open {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 12px;
  margin-right: 32px;
  padding: 0px;
  background-color: transparent;
  color: transparent;
}

.menu-list {
  margin-right: 48px;
  margin-left: 48px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.brand-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3 {
  color: #fff;
}

.image-12 {
  position: relative;
  width: 48px;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: #272727;
  text-decoration: none;
}

.collection-item-4 {
  text-decoration: none;
}

.link-block-10 {
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  text-decoration: none;
}

.dropdown-3 {
  margin-bottom: 32px;
}

.dropdown-toggle-2 {
  width: 215px;
  padding: 12px 16px;
  border: 1px solid #272727;
}

.text-block-14 {
  width: 144px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: #fff;
}

.archive-item {
  margin-top: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #272727;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.archive-item:hover {
  border-style: none;
  background-color: #e7eaec;
}

.collection-list-2 {
  margin-top: 0px;
  border: 1px solid #272727;
}

.dropdown-link-5 {
  background-color: #fff;
}

.dropdown-link-6 {
  background-color: #fff;
}

.dropdown-list-2 {
  display: none;
  margin-top: -1px;
  border: 1px solid #000;
}

.dropdown-cms {
  width: 215px;
  padding: 12px 16px;
  border: 1px solid #272727;
}

.rich-text-block {
  margin-bottom: 32px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv-bg-red {
  position: absolute;
  width: 100%;
  height: 152px;
  max-height: 152px;
  max-width: 100%;
  background-color: #e06249;
}

.div-block-23 {
  position: relative;
  display: block;
  width: 100%;
  height: 664px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #e7eaec;
}

.image-13 {
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: 101%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  height: 100%;
}

.slider {
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
}

.fv-bg-gray {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 100%;
  background-color: #f4f7f8;
}

.div-block-24 {
  position: relative;
  left: 30px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -90px;
  margin-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 72px;
  height: 72px;
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  padding: 0px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #394040;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.scroll-button:hover {
  background-color: #e7eaec;
  color: #272727;
}

.div-block-25 {
  position: relative;
  height: 100%;
  max-height: 664px;
  float: none;
  clear: none;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  position: absolute;
  top: 0px;
  z-index: 5;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.mask {
  overflow: visible;
}

.left-arrow {
  display: none;
  height: 100px;
  max-height: 100%;
}

.right-arrow {
  display: none;
  height: 668px;
}

.slide-nav {
  display: none;
  margin-bottom: 45px;
}

.slide-2 {
  z-index: 0;
  overflow: visible;
  height: 100%;
}

.image-14 {
  display: block;
  width: 100%;
  height: 100.000019%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-main-copy-l {
  position: absolute;
  top: 45%;
  z-index: 5;
  height: auto;
  margin-top: -110px;
  padding-left: 32px;
}

.fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 733px;
  max-height: 733px;
  margin-top: 0px;
  padding-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #e06249;
}

.tab-link:hover {
  color: transparent;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 57px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e06249;
  background-color: transparent;
  color: #e06249;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  padding: 0px 0px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 32px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-15 {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(39, 39, 39, 0.7);
  font-size: 12px;
}

.text-block-16 {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(39, 39, 39, 0.7);
  font-size: 12px;
}

.text-block-17 {
  margin-bottom: 4px;
  color: #e06249;
  font-size: 12px;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 20px;
  font-weight: 600;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
  color: rgba(39, 39, 39, 0.7);
  font-size: 20px;
  font-weight: 600;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  color: rgba(39, 39, 39, 0.7);
  font-size: 20px;
  font-weight: 600;
}

.div-block-31 {
  position: static;
  z-index: 0;
  display: block;
  width: 100%;
  height: 0px;
  margin-top: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #e06249;
  background-color: #e06249;
}

.vmv-title {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 54px;
  line-height: 78px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8px;
}

.text-span {
  color: #e06249;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vmv-text {
  max-width: 1200px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-30 {
  position: static;
  z-index: 0;
  display: none;
  width: 100%;
  height: 0px;
  margin-top: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #e06249;
  background-color: #e06249;
}

.text-span-2 {
  color: #e06249;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-tab-3 {
  position: static;
  height: 100%;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  line-height: 61px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}

.text-span-3 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 0px;
}

.text-span-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 30px;
  letter-spacing: 4px;
}

.text-span-5 {
  color: #e06249;
}

.value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-pane-tab-1 {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-2 {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-15 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: block;
  width: 1200px;
  height: 228px;
  max-height: 228px;
  max-width: 1200px;
  background-color: transparent;
  color: #e06249;
}

.div-block-33 {
  position: absolute;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 733px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vision-svg-l {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f7f8;
}

.image-16 {
  width: 100%;
  height: 100.000075%;
  max-width: none;
  margin-left: 16px;
}

.text-contents {
  width: 50%;
  height: auto;
  max-width: 563px;
  min-width: 482px;
  margin-right: 16px;
}

.en-section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.heading-10 {
  overflow: visible;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 2px;
}

.service-text {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
}

.image-17 {
  margin-top: 24px;
  margin-bottom: 32px;
}

.service-copy {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 2px;
}

.button-blue-fill {
  position: relative;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  padding: 16px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2093d2;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}

.button-blue-fill:hover {
  background-color: #e7eaec;
  color: #272727;
}

.button-blue-fill.w--current {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 32px;
  background-color: #2093d2;
  color: #fff;
}

.button-blue-fill.w--current:hover {
  border: 1px none #000;
  background-color: #e7eaec;
  color: #2093d2;
}

.button-steel-blue-fill {
  position: relative;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  padding: 16px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #647F94;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}

.button-steel-blue-fill:hover {
  background-color: #e7eaec;
  color: #272727;
}

.button-steel-blue-fill.w--current {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 32px;
  background-color: #647F94;
  color: #fff;
}

.button-steel-blue-fill.w--current:hover {
  border: 1px none #000;
  background-color: #e7eaec;
  color: #647F94;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button-blue-stroke {
  position: relative;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  padding: 16px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #394040;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
}

.button-blue-stroke:hover {
  background-color: #e7eaec;
  color: #272727;
}

.button-blue-stroke.w--current {
  position: relative;
  display: inline-block;
  width: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #2093d2;
  background-color: transparent;
  color: #2093d2;
  font-size: 16px;
  line-height: 1.5;
}

.button-blue-stroke.w--current:hover {
  background-color: #e7eaec;
}

.jp-section-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 4px;
}

.leadershio-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cards-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 104px;
  grid-row-gap: 64px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask {
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  width: 144px;
  height: 144px;
  max-height: 144px;
  margin-top: 0px;
  padding-top: 0%;
  border-radius: 100%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.profile-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-13 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 4px;
}

.heading-14 {
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(39, 39, 39, 0.45);
  font-size: 18px;
  font-weight: 400;
}

.text-block-23 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(224, 98, 73, 0.25);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-24 {
  margin-bottom: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(39, 39, 39, 0.45);
  font-size: 18px;
  letter-spacing: 2px;
}

.text-block-25 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4px;
}

.div-block-45 {
  position: static;
  z-index: 1;
  height: auto;
}

.profile-text {
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 2;
}

.profile-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leadership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 128px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  height: 1px;
  margin-top: 16px;
}

.text-block-15-copy {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(39, 39, 39, 0.7);
  font-size: 12px;
}

.text-block-20-copy {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 20px;
  font-weight: 600;
}

.tab {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px;
  background-color: transparent;
  color: rgba(39, 39, 39, 0.7);
  text-align: center;
}

.tab:hover {
  border: 1px none #000;
  opacity: 1;
  color: #e06249;
}

.tab.w--current {
  padding-bottom: 12px;
  border-bottom: 1px solid #e06249;
  background-color: transparent;
  color: #e06249;
}

.tab-pane-tab-4 {
  width: 100%;
  height: 100%;
}

.tab-pane-tab-5 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 128px;
  padding-left: 0px;
}

.tab-pane-tab-6 {
  width: 100%;
  height: 100%;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-27 {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
}

.en-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
}

.jp-title {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-32 {
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 2px;
}

.mission-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 128px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vision-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 128px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 104px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.profile-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 904px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 64px;
  -ms-grid-columns: 400px 400px;
  grid-template-columns: 400px 400px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.contact-bg-gray {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  max-height: 768px;
  max-width: 100%;
  background-color: #e7eaec;
}

.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 653px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-54 {
  position: relative;
}

.company-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 322px;
  height: 100%;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.company-title-group {
  display: inline-block;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-15 {
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  -o-object-fit: contain;
  object-fit: contain;
}

.company-tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.company-th {
  width: 54px;
  margin-right: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-block-3 {
  width: 132px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}

.company-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: 653px;
  max-width: 1158px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3-copy {
  width: 112px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.leader-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.text-block-3-copy {
  width: 112px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}

.text-block-8 {
  width: 112px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}

.company-td-adress {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.company-td {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.map {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 790px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-lighter-gray {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 653px;
  max-height: none;
  background-color: #f4f7f8;
}

.contact {
  display: block;
  width: 100%;
  padding: 64px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

.list-2 {
  margin-top: 16px;
  margin-bottom: 48px;
  padding-left: 20px;
}

.contact-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 384px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.field-label {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
}

.text-field {
  width: 312px;
  height: 45px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
}

.text-span-7 {
  color: #e06249;
  font-weight: 400;
}

.text-span-8 {
  color: #e06249;
}

.text-span-9 {
  color: #e06249;
  font-weight: 400;
}

.text-span-10 {
  color: #e06249;
  font-weight: 400;
}

.text-field-l {
  width: 100%;
  height: 192px;
  max-height: 192px;
  margin-bottom: 12px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7eaec;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 472px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy-policy {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}

.div-block-63 {
  width: 100%;
  margin-top: -24px;
  padding-top: 0px;
}

.footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  width: auto;
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #394040;
}

.text-block-38 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 2px;
}

.image-18 {
  height: 32px;
}

.link-block-12 {
  margin-bottom: 16px;
}

.footer-contents {
  width: 100%;
  max-width: none;
}

.text-block-39 {
  font-family: Montserrat, sans-serif;
  color: #e7eaec;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 2px;
}

.social-area {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-13 {
  margin-left: 24px;
  padding-left: 0px;
}

.link-block-14 {
  margin-left: 24px;
}

.link-block-15 {
  margin-left: 24px;
}

.footer-area {
  width: 100%;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 340px;
  max-height: 340px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-height: 340px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  max-height: 340px;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-19 {
  width: auto;
  height: 100%;
  max-width: none;
}

.image-20 {
  width: auto;
  max-width: none;
}

.div-block-71 {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(120, 0, 0, 0.4);
}

.recruit-heading {
  display: inline-block;
  margin-top: 64px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
}

.recruit-text {
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
}

.fv-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding-right: 0px;
  background-color: rgba(120, 0, 0, 0.4);
  background-image: url('../images/Texture.png');
  background-position: 0px 0px;
  background-size: auto;
  color: transparent;
}

.vision-svg-s {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-title-group {
  max-width: 1200px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.service-img-l {
  display: flex;
  width: 50%;
  max-width: 563px;
}

#serviceToiro .service-img-l {
  justify-content: center;
}

.service-img-s {
  display: none;
  width: 50%;
  max-width: 614px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 472px;
  margin-left: 0px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-item-2 {
  color: #e06249;
}

.list-item-3 {
  color: #e06249;
}

.list-item-4 {
  color: #e06249;
}

.ib-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f4f7f8;
}

.ib-contact__invoice {
  margin-top: 16px;
}

.ib-contact.booking-support {
  margin-top: 32px;
}

.link-5 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #394040;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.contact-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 92px;
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #272727;
  text-decoration: none;
}

.contact-button:hover {
  color: #fff;
}

.text-block-42 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 16px;
  font-weight: 600;
}

.text-block-42:hover {
  color: #fff;
}

.image-26 {
  margin-right: 8px;
  color: #fff;
}

.div-block-75 {
  position: static;
  display: none;
  width: auto;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv-main-copy-s {
  display: none;
  height: 0px;
}

.div-block-76 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: 0px;
  padding: 48px 48px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 3px solid #fff;
  background-color: #f4f7f8;
}

.news-section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-77 {
  display: block;
  width: 81px;
  height: auto;
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-link-l {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 973px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1158px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-3 {
  width: auto;
  height: auto;
  margin-left: 104px;
}

.news-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-decoration: none;
}

.news-item-copy:hover {
  opacity: 0.7;
}

.news-link-s {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #272727;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2px;
  text-decoration: underline;
}

.image-29 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-30 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recaptcha {
  margin-bottom: 0px;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(120, 0, 0, 0.4);
  opacity: 0;
}

.pop-up-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 912px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 48px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.pop-up-title-jp {
  width: auto;
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}

.text-block-43 {
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

.pop-up-title-group {
  margin-bottom: 48px;
}

.paragraph-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 20px;
}

.text-block-44 {
  width: 160px;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-5-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 20px;
}

.text-block-45 {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.text-block-46 {
  width: 100%;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-block-80 {
  max-width: 560px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-82 {
  margin-left: 48px;
}

.link-block-17 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.div-block-83 {
  position: absolute;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 912px;
  margin-top: -48px;
  margin-right: 0px;
  padding: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-6 {
  color: #272727;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-84 {
  max-width: 322px;
}

.map-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 525px;
  max-width: 790px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-86 {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: block;
}

.div-block-87 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-88 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
}

.div-block-89 {
  display: none;
  margin-left: 32px;
}

.slide-3 {
  height: 100%;
}

.menu-contents {
  overflow: scroll;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 64px;
  -o-object-fit: fill;
  object-fit: fill;
}

.success-message {
  position: static;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e06249;
  background-color: transparent;
  color: #272727;
}

.text-block-47 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 28px;
  text-align: left;
}

.text-block-48 {
  font-family: Montserrat, sans-serif;
  color: #e06249;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

.text-block-49 {
  margin-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 4px;
}

.div-block-92 {
  margin-bottom: 40px;
}

.scroll-svg {
  color: #fff;
}

.scroll-svg:hover {
  color: #272727;
}

.html-embed {
  height: 15px;
}

.div-block-93 {
  position: relative;
  height: 100vh;
  padding-top: 0px;
}

.text-span-12 {
  display: none;
}

.text-span-13 {
  display: none;
}

.text-span-17 {
  display: none;
}

.text-span-18 {
  display: none;
}

.text-span-20 {
  display: none;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 0px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-group-leader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.leader-name-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 984px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sosial-title {
  margin-right: 24px;
  font-family: Montserrat, sans-serif;
  color: #e7eaec;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contact-title-group {
  display: block;
  width: 100%;
  max-width: 984px;
  margin: 0px auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-toppage {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 72px;
  padding: 0px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e06249;
}

.navbar-toppage.temp {
  display: block;
}

.empty-state {
  padding: 40px 0px;
  background-color: transparent;
}

.collection-list-4 {
  margin-bottom: 48px;
}

.page-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5px;
  font-weight: 600;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-96 {
  width: 30px;
  height: 30px;
}

.div-block-96-copy {
  width: 30px;
  height: 30px;
}

.mission-svg-l {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-svg-l {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-svg-s {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.value-svg-s {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-we-do-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 733px;
  max-height: 733px;
  margin-top: 0px;
  padding-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vision-contents-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 128px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vision-svg-l-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vmv-title-copy {
  width: 100%;
  max-width: 1200px;
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 54px;
  line-height: 78px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8px;
}

.vmv-text-copy {
  max-width: 1200px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 2px;
}

.tab-copy {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px;
  background-color: transparent;
  color: rgba(39, 39, 39, 0.7);
  text-align: center;
}

.tab-copy:hover {
  border: 1px none #000;
  opacity: 1;
  color: #e06249;
}

.tab-copy.w--current {
  padding-bottom: 12px;
  border-bottom: 1px solid #e06249;
  background-color: transparent;
  color: #e06249;
}

.vision-svg-s-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 228px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  height: 100%;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.textarea {
  width: 100%;
  height: 192px;
  min-height: 192px;
  margin-bottom: 0px;
  padding: 12px 16px;
}

.html-embed-3 {
  margin-right: 24px;
}

.checkbox-label {
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.image-31 {
  max-width: 80%;
  color: #e06249;
}

.text-block-50 {
  margin-bottom: 20px;
}

.mv-heading-l {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 8px;
  text-indent: 0px;
}

.mv-heading-s {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 8px;
  text-indent: 0px;
}

.image-33 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-left: 0px;
}

.link-block-18 {
  display: block;
  width: 100%;
  margin-top: 0px;
  line-height: 1;
  text-decoration: none;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-98 {
  overflow: hidden;
  width: 158px;
  height: 186px;
  background-image: url('../images/Mask-group.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-99 {
  margin-top: 32px;
  padding: 12px;
  background-color: #f4f7f8;
  line-height: 1;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 231px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.text-block-51 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.text-block-51:active {
  text-decoration: none;
}

.text-block-52 {
  margin-top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.5;
}

.text-block-53 {
  display: block;
  margin-top: auto;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #2892d7;
  border-radius: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2892d7;
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-54 {
  margin-right: 6px;
  margin-left: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-4 {
  max-width: 984px;
  padding-right: 32px;
  padding-left: 32px;
}

.div-block-103 {
  margin-top: 128px;
}

.div-block-104 {
  margin-top: 128px;
}

.html-embed-4 {
  font-size: 16px;
  letter-spacing: 2px;
}

.select-field {
  width: 312px;
  height: 45px;
  background-color: #fff;
}

.div-block-105 {
  display: block;
  background-color: transparent;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  list-style-type: none;
}

.list-3 .link-7:hover {
  color: #394040;
}

.text-span-21 {
  text-decoration: none;
}

.link-7 {
  display: block;
  height: 72px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  line-height: 72px;
  font-weight: 700;
  text-decoration: none;
}

.link-7.global-menu-whoweare {
  letter-spacing: 2px;
}

.link-7.global-menu-service {
  letter-spacing: 2px;
}

.link-7.global-menu-board {
  letter-spacing: 2px;
}

.link-7.global-menu-company {
  letter-spacing: 2px;
}

.link-7.global-menu-ir-top {
  letter-spacing: 2px;
}

.link-7.global-menu-ir-inquiry {
  border-bottom: 2px solid #394040;
  color: #394040;
  letter-spacing: 2px;
  cursor: default;
}

.link-7.global-menu-ir-inquiry.corp-top {
  border-bottom-style: none;
  color: #fff;
  cursor: pointer;
}

#serviceToiro {
  background: #DFE9F0;
}

#serviceToiro .service-copy {
  color: #647F94;
}


@media screen and (max-width: 991px) {
  .div-block-4 {
    width: 100%;
    max-width: 100%;
    padding-right: 48px;
    padding-left: 48px;
  }

  .collection-list-wrapper {
    max-width: 100%;
  }

  .category-date {
    width: auto;
    margin-bottom: 12px;
  }

  .nav-social-area {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #394040;
  }

  .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-12 {
    background-color: transparent;
    color: #fff;
  }

  .nav-menu {
    display: block;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .what-we-do {
    height: 677px;
    max-height: none;
    padding-top: 80px;
  }

  .tabs-menu {
    margin-left: 24px;
  }

  .tab-link {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    padding-left: 0px;
    color: #272727;
  }

  .tab-link:hover {
    color: #e06249;
  }

  .tab-link.w--current {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e06249;
    background-color: transparent;
    color: #e06249;
  }

  .text-block-17 {
    color: transparent;
  }

  .text-block-18 {
    color: #272727;
    text-align: center;
  }

  .text-block-18:hover {
    color: #e06249;
  }

  .text-block-18:focus {
    color: #e06249;
  }

  .vmv-title {
    font-size: 5.449vw;
    line-height: 1.5;
    text-align: center;
    text-indent: 0px;
  }

  .tabs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vmv-text {
    font-size: 18px;
    text-align: center;
  }

  .heading-9 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .text-span-3 {
    text-indent: -18px;
  }

  .value {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: 0px;
  }

  .image-15 {
    width: 991px;
    height: auto;
    max-width: none;
  }

  .vision-svg-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-contents {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .button-blue-fill {
    font-size: 16px;
  }

  .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-blue-stroke.w--current {
    font-size: 16px;
  }

  .cards-section {
    padding-bottom: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 56px;
  }

  .profile-item {
    width: 100%;
    max-width: 400px;
    min-width: auto;
  }

  .leadership {
    padding-top: 80px;
  }

  .text-span-6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
  }

  .tab-pane-tab-5 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .mission-contents {
    padding-right: 40px;
    padding-bottom: 120px;
    padding-left: 40px;
  }

  .value-contents {
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .vision-contents {
    height: 100%;
    padding-right: 48px;
    padding-bottom: 80px;
    padding-left: 48px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .profile-list {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    grid-column-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .company-th {
    font-size: 100%;
  }

  .text-block-3 {
    width: 115px;
    font-size: 100%;
  }

  .company-contents {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-8 {
    font-size: 100%;
  }

  .company-td-adress {
    font-size: 100%;
  }

  .contact {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 20px;
  }

  .paragraph-4 {
    font-size: 100%;
  }

  .form {
    width: 100%;
    margin-left: 0px;
  }

  .privacy-policy {
    width: auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vision-svg-s {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-21 {
    width: auto;
    height: 74px;
  }

  .image-22 {
    width: 100%;
  }

  .image-23 {
    width: 100%;
  }

  .image-24 {
    width: 100%;
  }

  .service-img-l {
    display: none;
  }

  .service-img-s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: 335px;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-25 {
    width: auto;
    height: 100%;
    max-height: 335px;
    max-width: none;
  }

  .form-block {
    margin-bottom: 0px;
    padding-left: 24px;
  }

  .list-item-2 {
    font-size: 100%;
  }

  .link-5 {
    font-size: 100%;
  }

  .div-block-76 {
    padding: 32px 48px;
  }

  .div-block-77 {
    margin-right: 64px;
  }

  .collection-list-wrapper-3 {
    height: auto;
  }

  .div-block-78 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-list-3 {
    height: auto;
    margin-left: 0px;
  }

  .news-item-copy {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-29 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-30 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .map-area {
    max-height: 517px;
  }

  .text-span-11 {
    display: none;
  }

  .text-span-15 {
    display: none;
  }

  .text-span-17 {
    display: inline;
  }

  .text-span-19 {
    display: none;
  }

  .div-block-95 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sosial-title {
    margin-right: 24px;
  }

  .contact-title-group {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-toppage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mission-svg-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .value-svg-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission-svg-s {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .value-svg-s {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .what-we-do-copy {
    height: 677px;
    max-height: none;
    padding-top: 80px;
  }

  .tabs-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-copy {
    margin-left: 24px;
  }

  .vision-contents-copy {
    height: 100%;
    padding-right: 48px;
    padding-bottom: 80px;
    padding-left: 48px;
  }

  .vision-svg-l-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vmv-title-copy {
    font-size: 5.449vw;
    line-height: 1.5;
    text-align: center;
    text-indent: 0px;
  }

  .vmv-text-copy {
    font-size: 18px;
    text-align: center;
  }

  .vision-svg-s-copy {
    display: none;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-32 {
    width: auto;
    height: 100%;
    max-height: 335px;
    max-width: none;
  }

  .image-34 {
    width: auto;
    height: 100%;
    max-height: 335px;
  }

  .container-4 {
    max-width: 480px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-104 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 840px) {
  .list-3 {
    display: none;
  }

  .div-block-75 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .collection-item {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-title {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-4 {
    margin-bottom: 64px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-title {
    margin-bottom: 32px;
  }

  .heading-4 {
    width: 100%;
  }

  .category-tag {
    margin-right: 16px;
  }

  .category-date {
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-contents {
    width: 100%;
    margin-top: 32px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 64px;
    padding-left: 20px;
  }

  .body-2 {
    line-height: 1.5;
  }

  .post-date {
    line-height: 1.5;
  }

  .heading-5 {
    line-height: 1.5;
  }

  .heading-6 {
    line-height: 1.5;
  }

  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-toggle {
    margin-bottom: 0px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 26px;
  }

  .yyyymmdd {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-menu {
    right: 0px;
    width: 100%;
  }

  .container-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar-other {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button-2 {
    margin-right: 0px;
  }

  .menu-button-2.w--open {
    margin-right: 20px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .rich-text-block {
    margin-bottom: 0px;
  }

  .scroll-button {
    margin-right: 20px;
  }

  .div-block-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fv-main-copy-l {
    display: none;
  }

  .what-we-do {
    height: auto;
    padding-top: 40px;
  }

  .tabs-menu {
    margin-left: 4px;
  }

  .vmv-title {
    font-size: 32px;
    text-align: left;
  }

  .tabs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vmv-text {
    text-align: left;
  }

  .tabs-content {
    height: auto;
  }

  .heading-9 {
    font-size: 30px;
  }

  .value {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vision-svg-l {
    display: none;
  }

  .service {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-contents {
    min-width: auto;
  }

  .en-section-title {
    font-size: 18px;
    line-height: 22px;
  }

  .service-text {
    font-size: 14px;
    line-height: 35px;
  }

  .button-blue-fill.w--current {
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .jp-section-title {
    display: block;
    width: auto;
    max-width: none;
    font-size: 32px;
    line-height: 46px;
  }

  .cards-section {
    padding: 0px;
  }

  .cards-grid-container {
    max-width: none;
    justify-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    top: 0px;
    display: block;
    width: 144px;
    height: 144px;
    max-height: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .profile-item {
    max-width: 100%;
  }

  .profile-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .leadership {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-pane-tab-5 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-block-26 {
    font-size: 18px;
    line-height: 22px;
  }

  .en-title {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-31 {
    font-size: 18px;
    line-height: 22px;
  }

  .mission-contents {
    height: 100%;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .value-contents {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vision-contents {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-33 {
    font-size: 18px;
    line-height: 18px;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .profile-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .company {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .company-text-area {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 300px;
  }

  .company-title-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 46px;
  }

  .heading-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .company-th {
    width: 54px;
    min-width: 54px;
    font-size: 16px;
  }

  .text-block-3 {
    width: 100%;
    font-size: 16px;
  }

  .company-contents {
    max-height: none;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-8 {
    width: 112px;
    min-width: 112px;
    font-size: 16px;
  }

  .company-td-adress {
    font-size: 16px;
  }

  .map {
    height: 504px;
    max-height: none;
  }

  .bg-lighter-gray {
    display: none;
    width: 100%;
    height: 100%;
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f4f7f8;
  }

  .contact {
    padding: 32px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-text-area {
    width: 100%;
    max-width: none;
    margin-bottom: 48px;
  }

  .text-field {
    width: 100%;
  }

  .form {
    max-width: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-64 {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-contents {
    margin-top: 68px;
  }

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

  .div-block-70 {
    display: none;
  }

  .image-19 {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recruit-heading {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.5;
  }

  .recruit-text {
    font-size: 18px;
    line-height: 2;
  }

  .vision-svg-s {
    display: block;
    width: auto;
    height: auto;
  }

  .service-img-s {
    height: 100%;
    max-width: 100%;
  }

  .image-25 {
    width: auto;
  }

  .form-block {
    width: 100%;
    max-width: none;
    padding-left: 0px;
  }

  .link-5 {
    font-size: 16px;
  }

  .div-block-75 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-27 {
    height: 24px;
  }

  .fv-main-copy-s {
    position: absolute;
    top: 46%;
    display: block;
    width: auto;
    height: auto;
    margin-top: -84px;
    padding-left: 20px;
  }

  .image-28 {
    width: 100%;
    height: 168px;
    margin-left: 0px;
  }

  .div-block-76 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-section-title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
  }

  .news-link-l {
    display: none;
  }

  .collection-list-wrapper-3 {
    height: auto;
    margin-bottom: 32px;
  }

  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-3 {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .news-item-copy {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-link-s {
    position: static;
    display: block;
  }

  .map-area {
    position: absolute;
    bottom: -252px;
    height: 504px;
    max-height: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-87 {
    right: 20px;
  }

  .div-block-88 {
    margin-bottom: 24px;
  }

  .div-block-89 {
    margin-top: 24px;
    margin-left: 0px;
  }

  .company-td-leader {
    width: 100%;
  }

  .text-span-12 {
    display: block;
  }

  .text-span-13 {
    display: inline;
  }

  .text-span-15 {
    display: inline;
  }

  .text-span-16 {
    display: none;
  }

  .text-span-17 {
    display: none;
  }

  .text-span-18 {
    display: inline;
  }

  .text-span-20 {
    display: inline;
  }

  .div-block-94 {
    position: relative;
    margin-bottom: 252px;
    padding-top: 64px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f4f7f8;
  }

  .div-block-95 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-title-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .navbar-toppage {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mission-svg-l {
    display: none;
  }

  .value-svg-l {
    display: none;
  }

  .mission-svg-s {
    display: block;
  }

  .value-svg-s {
    display: block;
  }

  .what-we-do-copy {
    height: auto;
    padding-top: 40px;
  }

  .tabs-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-menu-copy {
    margin-left: 4px;
  }

  .vision-contents-copy {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .vision-svg-l-copy {
    display: none;
  }

  .vmv-title-copy {
    font-size: 32px;
    text-align: left;
  }

  .vmv-text-copy {
    text-align: left;
  }

  .vision-svg-s-copy {
    display: block;
    width: auto;
    height: auto;
  }

  .image-34 {
    width: auto;
    height: 100.000056%;
    max-height: 330px;
    max-width: none;
  }

  .link-block-18 {
    display: block;
  }

  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .div-block-98 {
    min-width: 158px;
  }

  .div-block-100 {
    width: 200%;
  }

  .select-field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .image {
    height: 48px;
  }

  .news-title {
    font-size: 16px;
  }

  .div-block-4 {
    margin-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .page-title {
    margin-bottom: 32px;
  }

  .brand {
    padding-left: 0px;
  }

  .image-3 {
    height: 24px;
  }

  .news-contents {
    margin-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-toggle {
    width: 100%;
    max-width: 116%;
  }

  .dropdown-2 {
    width: 100%;
  }

  .come-join-us {
    margin-top: 0px;
    margin-bottom: 56px;
    padding-top: 0px;
  }

  .nav-menu {
    height: auto;
    padding-top: 0px;
  }

  .menu-list {
    margin-bottom: 40px;
  }

  .fv {
    height: 100vh;
  }

  .tabs-menu {
    margin-left: 12px;
  }

  .heading-9 {
    font-size: 5.867vw;
    line-height: 32px;
  }

  .text-span-3 {
    font-size: 18px;
    line-height: 26px;
    text-indent: -11px;
  }

  .text-span-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    line-height: 26px;
    -webkit-column-count: 0;
    column-count: 0;
  }

  .text-contents {
    min-width: auto;
  }

  .image-17 {
    max-height: 40px;
  }

  .service-title {
    width: 100%;
  }

  .cards-section {
    padding-top: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    position: absolute;
    top: auto;
    right: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 144px;
    height: 144px;
    max-height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .profile-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-23 {
    overflow: visible;
    width: auto;
    font-size: 9.06734vw;
  }

  .text-block-24 {
    display: block;
    width: auto;
  }

  .div-block-45 {
    position: absolute;
    z-index: 1;
    overflow: visible;
    width: auto;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tab {
    margin-right: 8px;
    margin-left: 8px;
  }

  .mission-contents {
    padding-bottom: 40px;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-3 {
    width: 100%;
    font-size: 16px;
  }

  .company-contents {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-8 {
    width: 112px;
    min-width: 112px;
    font-size: 16px;
  }

  .map {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 300px;
  }

  .bg-lighter-gray {
    height: 231.73333vw;
  }

  .text-field {
    margin-bottom: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .fv-overlay {
    background-image: url('../images/Texture.svg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .image-25 {
    width: 100%;
  }

  .fv-main-copy-s {
    width: auto;
    max-width: none;
    padding-left: 16px;
  }

  .image-28 {
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }

  .collection-list-wrapper-3 {
    height: auto;
  }

  .recaptcha {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .map-area {
    height: 504px;
  }

  .div-block-88 {
    margin-bottom: 24px;
  }

  .div-block-89 {
    margin-top: 24px;
    margin-left: 0px;
  }

  .text-span-14 {
    display: none;
  }

  .tabs-menu-copy {
    margin-left: 12px;
  }

  .tab-copy {
    margin-right: 8px;
    margin-left: 8px;
  }

  .mv-heading-s {
    font-size: 32px;
  }

  .image-32 {
    width: 100%;
  }

  .image-34 {
    width: 100%;
  }

  .div-block-98 {
    width: 112px;
    min-width: 112px;
  }
}

