@charset "UTF-8";
/******************************
リセット
******************************/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
  font-size: var(--fontsize-base);
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: var(--fontsize-base);
}

th,
td {
  vertical-align: top;
}

br {
  letter-spacing: normal;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: azo-sans-web, noto-sans-cjk-jp, sans-serif;
  font-size: var(--fontsize-base);
  color: #212121;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/******************************
共通
******************************/
:root {
  --fontsize-base: 1.6rem;
  --main-color: #f66903;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: var(--fontsize-base);
  line-height: 1.75;
  font-family: azo-sans-web, noto-sans-cjk-jp, sans-serif;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #323232;
}

a {
  text-decoration: none;
  color: #333;
}

.link_underbar {
  position: relative;
  display: inline-block;
  padding: 0 0 0.7rem;
  overflow: hidden;
}
.link_underbar::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 300%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgb(246, 105, 3) 0, rgb(246, 105, 3) 33%, rgba(246, 105, 3, 0) 33%, rgba(246, 105, 3, 0) 66%, rgb(246, 105, 3) 66%, rgb(246, 105, 3) 100%);
  background: linear-gradient(to right, rgb(246, 105, 3) 0, rgb(246, 105, 3) 33%, rgba(246, 105, 3, 0) 33%, rgba(246, 105, 3, 0) 66%, rgb(246, 105, 3) 66%, rgb(246, 105, 3) 100%);
  speak: none;
}

@media (hover: hover) {
  .link_underbar:hover::after {
    transition: right 1s;
    right: -200%;
  }
}
.textjus {
  text-align: justify;
  text-justify: inter-ideograph;
}

.csshover {
  transition: opacity 0.4s;
}

@media (hover: hover) {
  .csshover:hover {
    opacity: 0.6;
  }
}
.tb-only-show {
  display: none;
}

.tb-only-hide {
  display: block;
}

.tb-show {
  display: none;
}

.tb-hide {
  display: block;
}

.sp-show {
  display: none;
}

.sp-hide {
  display: block;
}

.sp-hide-inline {
  display: inline;
}

.wrap1024 {
  width: 100%;
  max-width: 106.4rem;
  margin: 0 auto;
  padding: 0 2rem 0 12rem;
}

img {
  vertical-align: bottom;
}

[data-aos="image_slide"] {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
[data-aos="image_slide"].aos-animate {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.15s;
}

.image_slide_mask {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background: #fff;
}

[data-aos="character_slidup"] {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
[data-aos="character_slidup"] .character_slidup_item {
  transform: translateY(110%);
  opacity: 0;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item {
  animation: 0.2s character_slidup linear forwards;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(1) {
  animation-delay: 0s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(2) {
  animation-delay: 0.05s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(3) {
  animation-delay: 0.1s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(4) {
  animation-delay: 0.15s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(5) {
  animation-delay: 0.2s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(6) {
  animation-delay: 0.25s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(7) {
  animation-delay: 0.3s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(8) {
  animation-delay: 0.35s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(9) {
  animation-delay: 0.4s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(10) {
  animation-delay: 0.45s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(11) {
  animation-delay: 0.5s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(12) {
  animation-delay: 0.55s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(13) {
  animation-delay: 0.6s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(14) {
  animation-delay: 0.65s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(15) {
  animation-delay: 0.7s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(16) {
  animation-delay: 0.75s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(17) {
  animation-delay: 0.8s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(18) {
  animation-delay: 0.85s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(19) {
  animation-delay: 0.9s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(20) {
  animation-delay: 0.95s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(21) {
  animation-delay: 1s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(22) {
  animation-delay: 1.05s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(23) {
  animation-delay: 1.1s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(24) {
  animation-delay: 1.15s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(25) {
  animation-delay: 1.2s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(26) {
  animation-delay: 1.2s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(27) {
  animation-delay: 1.2s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(28) {
  animation-delay: 1.3s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(29) {
  animation-delay: 1.35s;
}
[data-aos="character_slidup"].aos-animate .character_slidup_item:nth-child(30) {
  animation-delay: 1.4s;
}

.lowerpage_title[data-aos="character_slidup"] {
  justify-content: flex-end;
}

@keyframes character_slidup {
  0% {
    opacity: 0;
    transform: translateY(110%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrapper {
  visibility: hidden;
}

html.wf-active #wrapper,
html.loading-delay #wrapper {
  visibility: visible;
}

/******************************
下層共通
******************************/
.page_lower article {
  position: relative;
  padding-top: 26.6rem;
  line-height: 2;
}

.lowerpage_title_outer {
  position: absolute;
  top: 27rem;
  left: -100%;
  width: 100%;
  transform: rotate(-90deg) translateY(-8.5rem);
  transform-origin: right top;
}

@media screen and (max-width: 1210px) {
  .lowerpage_title_outer {
    transform: rotate(-90deg) translateY(-2.5rem);
  }
}
.lowerpage_title {
  margin: 0 0 0.9rem;
  text-align: right;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.62em;
}
.lowerpage_title::after {
  content: " ";
  margin-left: -0.6em;
  speak: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.breadcrumb_item {
  position: relative;
  max-width: 18.6rem;
}
.breadcrumb_item:not(:last-child) {
  margin: 0 3.8rem 0 0;
}
.breadcrumb_item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2.1rem;
  content: "";
  width: 1rem;
  height: 1px;
  background: var(--main-color);
  speak: none;
}

.breadcrumb_news_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#page_links {
  position: fixed;
  z-index: 99;
  bottom: 7.2rem;
  right: 8.2rem;
  text-align: right;
  letter-spacing: 0.1em;
}
#page_links::before {
  position: absolute;
  top: 1rem;
  right: -2rem;
  content: "";
  width: 2px;
  height: calc(100% - 2rem);
  background: #ededed;
  speak: none;
}

.page_links_item {
  position: relative;
  margin: 0.4rem 0;
}
.page_links_item::after {
  position: absolute;
  top: 1rem;
  right: -2rem;
  content: "";
  width: 2px;
  height: 1.4rem;
  background: var(--main-color);
  opacity: 0;
  transition: opacity 0.4s;
  speak: none;
}
.page_links_item.active::after {
  opacity: 1;
}

.page_links_link {
  background: #fff;
}

.page_links_content {
  scroll-margin-top: 4rem;
}

/******************************
ヘッダー
******************************/
.head_logo {
  position: absolute;
  z-index: 500;
  top: 6rem;
  left: 6rem;
}

#head_menu_trigger {
  display: none;
}

#head_menu {
  position: fixed;
  z-index: 500;
  top: 7.1rem;
  right: 6rem;
  letter-spacing: 0.1em;
}

.head_menu_item {
  margin: 0 0 0.5rem;
  text-align: right;
}

.head_menu_link {
  position: relative;
  background: #fff;
}
.head_menu_link::after {
  position: absolute;
  top: 50%;
  right: -6rem;
  content: "";
  width: 0;
  height: 1px;
  background: var(--main-color);
  transition: width 0.4s;
  speak: none;
}

@media (hover: hover) {
  .head_menu_link:hover::after {
    width: 5rem;
  }
}
/******************************
フッター
******************************/
.pagefooter_links {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25rem;
  max-width: 144rem;
  margin: 0 auto 4.3rem;
  padding: 0 6.5rem;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.pagefooter_links::after {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  content: "";
  width: 2px;
  height: 100%;
  background: #ededed;
  speak: none;
}

.pagefooter_links_item {
  width: 45.45%;
  margin: -3.5rem 0 0;
  padding: 0 0 2.2rem;
}

#footer {
  padding: 11.4rem 0 11.7rem;
  background: #333;
  overflow: hidden;
}

.footer_inner {
  max-width: 110.4rem;
  margin: 0 auto;
  padding: 0 4rem;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_sitelinks {
  display: flex;
  margin: -1rem 0 0;
  letter-spacing: 0.1em;
}

.footer_sitelinks_list:nth-child(2) {
  margin: 0 0 0 4rem;
}
.footer_sitelinks_list:nth-child(3) {
  margin: 0 0 0 13.8rem;
}

.footer_sitelinks_list_item {
  margin: 0 0 0.4rem;
}

.footer_sitelinks_list_item_title {
  margin: 0 0 1.2rem;
}

.footer_sitelinks_list_link {
  color: #bfbfbf;
}

.footer_sitelinks_list_item_title .footer_sitelinks_list_link {
  font-size: 2rem;
  color: #fff;
}
.footer_sitelinks_list_item_title:not(:first-child) {
  margin-top: 2.2rem;
}

.footer_group {
  margin: -1rem 0 0;
}

.footer_group_title {
  margin: 0 0 0.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.footer_group_list {
  display: flex;
}

.footer_group_list_item {
  margin: 0 3rem 0 0;
}

.footer_group_list_img {
  vertical-align: middle;
}

.footer_copy {
  margin: 2.8rem -0.4rem 0 0;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #adadad;
}

/******************************
各ページ
******************************/
/*--------------
トップ
--------------*/
.top_main {
  position: relative;
  width: 100%;
  height: calc(100vh + 28.5rem);
  padding: 8rem 0 0;
  overflow: hidden;
  transition: opacity 0.4s;
}

@media screen and (max-height: 800px) {
  .top_main {
    height: 108.5rem;
  }
}
.top_main_imgouter {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_main_imgouter::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #333 0, #333 26rem, transparent 26rem, transparent calc(100% - 26rem), #333 calc(100% - 26rem), #333 100%);
  speak: none;
}

.splide__slide--02 .top_main_imgouter::after {
  background: linear-gradient(to right, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 26rem, transparent 26rem, transparent calc(100% - 26rem), rgba(0, 0, 0, 0.5) calc(100% - 26rem), rgba(0, 0, 0, 0.5) 100%);
}

.top_main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_main_ties {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff 0, #fff 26rem, transparent 26rem, transparent calc(100% - 26rem), #fff calc(100% - 26rem), #fff 100%);
  mix-blend-mode: screen;
}

.top_main_ties_position,
.top_main_ties_bg {
  position: absolute;
  top: calc((100% - 24.3rem) / 2 + 1rem);
  left: 10.6rem;
  font-weight: bold;
  font-size: 6.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

.splide__slide--02 .top_main_ties_position,
.splide__slide--02 .top_main_ties_bg {
  top: calc((100% - 28.5rem) / 2 - 10.6rem);
  font-size: 7.2rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .splide__slide--02 .top_main_ties_position,
  .splide__slide--02 .top_main_ties_bg {
    left: 3rem;
  }
}

.top_main_ties_item {
  margin: 0 0 -0.6rem;
}

.splide__slide--02 .top_main_ties_item {
  margin: 0 0 -1.7rem;
}

.top_main_ties_item_inner {
  position: relative;
  display: inline-block;
  height: 7.9rem;
  overflow: hidden;
}

.splide__slide--02 .top_main_ties_item_inner {
  height: 9.4rem;
}

.top_main_ties_item_inner::after {
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 1.6rem);
  background: #fff;
  speak: none;
}

.splide__slide--02 .top_main_ties_item_inner::after {
  top: 0;
  height: calc(100% - 1.7rem);
}

.top_main_ties_item_fontbig {
  font-size: 9.2rem;
  letter-spacing: 0.06em;
}
.top_main_ties_item_fontbig.top_main_ties_item {
  margin: 0 0 0.4rem;
}
.top_main_ties_item_fontbig .top_main_ties_item_inner {
  height: 8rem;
}
.top_main_ties_item_fontbig .top_main_ties_item_inner::after {
  height: 100%;
}

.top_main_ties_bg {
  color: rgba(0, 0, 0, 0.2);
}

.splide__slide--02 .top_main_ties_bg {
  color: rgba(0, 0, 0, 0.6);
}

.top_article {
  max-width: 144rem;
  margin: 0 auto;
}

.top_common_title {
  font-weight: bold;
  letter-spacing: 0.6em;
}

.top_about {
  position: relative;
  z-index: 5;
  margin: -50.7rem 0 0;
  padding: 13.3rem 6.2rem;
}

.splide__slide--02 .top_about {
  padding: 13.3rem 6.2rem 17rem;
}

.top_about_content {
  position: relative;
  left: 50%;
  width: 50%;
  margin: 0 0 1.3rem;
  padding: 18rem 0 0;
}

.splide__slide--02 .top_about_content {
  left: auto;
  width: 63.2rem;
  margin: 0 8.8rem 3.9rem auto;
}

.top_about_title_small {
  position: relative;
  margin: 0 0 0.6rem;
  padding: 0 1rem 0 1.2rem;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.22em;
}

.splide__slide--02 .top_about_title_small {
  padding: 0.3rem 1rem 0.2rem 0.7rem;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
}

.top_about_title_small::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 39.5rem;
  height: 3.7rem;
  background: #fff;
  speak: none;
}

.splide__slide--02 .top_about_title_small::after {
  width: 47.1rem;
  height: 3.7rem;
}

.top_about_title_big {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.6rem;
  font-size: 11rem;
  letter-spacing: 0.22em;
  line-height: 1.27;
  font-weight: bold;
}

.splide__slide--02 .top_about_title_big {
  padding: 1.6rem 0 0 0.6rem;
  font-size: 9.6rem;
  line-height: 1.093;
}

.top_about_title_big::after {
  position: absolute;
  z-index: -1;
  top: 1.1rem;
  left: 0;
  content: "";
  width: calc(100% - 1.3rem);
  height: 100%;
  background: #fff;
  speak: none;
}

.splide__slide--02 .top_about_title_big::after {
  width: calc(100% + 4rem);
}

.top_about_title_en {
  position: absolute;
  bottom: 2.5rem;
  left: 29.3rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.78;
}

.top_about_link {
  letter-spacing: 0.3em;
  font-weight: bold;
  position: relative;
  left: calc(50% + 29.3rem);
}

.splide__slide--02 .top_about_title_en .top_about_link {
  left: calc(50% + 30.2rem);
}

#top_service {
  border-top: solid 1px #ededed;
  padding: 13rem 0 13.5rem 6.2rem;
}
#top_service .top_common_title {
  margin: 0 0 8.8rem;
}

.top_service_list {
  width: calc(100% - 14.6rem);
  margin-left: 14.6rem;
  border-bottom: solid 1px #ededed;
}

.top_service_item {
  display: flex;
  align-items: center;
  margin: 0 0 0;
  border-top: solid 1px #ededed;
}

.top_service_title {
  width: 32.5rem;
  font-weight: bold;
  letter-spacing: 0.6em;
  line-height: 1.5;
}

.top_service_item:nth-child(2) .top_service_title {
  margin-top: 1.5rem;
}

.top_service_item:nth-child(3) .top_service_title {
  margin-top: -1.5rem;
}

.top_service_body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 32.5rem);
}

.top_service_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 454/350;
}

.top_service_link:nth-child(2n-1)::after {
  position: absolute;
  top: 14.29%;
  right: 0;
  content: "";
  width: 1px;
  height: 71.42%;
  background: #ededed;
  speak: none;
}

.top_service_link:not(:nth-last-of-type(-n + 2))::before {
  position: absolute;
  bottom: 0;
  right: 11.01%;
  content: "";
  width: 77.97%;
  height: 1px;
  background: #ededed;
  speak: none;
}

.top_service_link_img {
  max-width: 100%;
  height: auto;
}

.top_service_link_hover {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}

@media (hover: hover) {
  .top_service_link:hover .top_service_link_hover {
    opacity: 1;
  }
}
.top_service_link_hover_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top_news {
  padding: 5.3rem 6.5rem 16rem 6.2rem;
}
#top_news .top_common_title {
  margin: 0 0 4.3rem;
}

.top_news_list {
  display: flex;
  gap: 0 9.9%;
  margin: 0 0 4.9rem 0;
}

.top_news_list_item {
  position: relative;
  width: 26.71%;
}

.top_news_list_item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -18.89%;
  content: "";
  width: 1px;
  height: 100%;
  background: #ededed;
  speak: none;
}

.top_news_list_link {
  display: block;
}

.top_news_list_imgouter {
  position: relative;
  margin: 0 0 1.8rem;
  aspect-ratio: 350/230;
  overflow: hidden;
}

.top_news_list_img_hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  letter-spacing: 0.3em;
  opacity: 0;
  transition: opacity 0.4s;
  speak: none;
}

@media (hover: hover) {
  .top_news_list_link:hover .top_news_list_img_hover {
    opacity: 1;
  }
}
.top_news_list_img_hover_text {
  position: relative;
  top: -1rem;
  left: 0.3em;
}
.top_news_list_img_hover_text::after {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--main-color);
  speak: none;
}

.top_news_list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_news_list_time {
  display: block;
  margin: 0 0 0.9rem;
  letter-spacing: 0.32em;
}

.top_news_list_title {
  margin: 0 0 2.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.top_news_list_category {
  letter-spacing: 0.14em;
  color: #a8a7a7;
}

.top_news_link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  letter-spacing: 0.3em;
  font-weight: bold;
}

/*--------------
tab 共通スタイル
--------------*/

.tab_buttons {
  display: flex;
  align-items: center;
  gap: 0 4rem;
  margin: 0 0 4.5rem;
}

.tab_buttons .tab_button {
  position: relative;
  width: 200px;
  height: 100px;
  appearance: none;
}

.tab_buttons .tab_button::before {
  content: "";
  position: absolute;
  inset: auto 0 12px 50%;
  width: 0;
  height: 6px;
  background-color: #111;
  transform: translateX(-50%);
  transition: width 0.3s ease-in-out;
}

.tab_buttons .tab_button.is-active::before {
  width: 140px;
}

.tab_buttons .tab_button:hover::before {
  width: 140px;
}

@media screen and (max-width: 620px) {
  .tab_buttons {
    gap: 0 1.2rem;
    margin: 0 0 2.4rem;
  }
  .tab_buttons .tab_button {
    width: calc(50% - 0.6rem);
    height: 60px;
  }
  .tab_buttons .tab_button img {
    max-width: 84%;
    height: auto;
  }
  .tab_buttons .tab_button::before {
    inset: auto 0 3px 50%;
    height: 3px;
  }
  .tab_buttons .tab_button.is-active::before {
    width: 100%;
  }
  .tab_buttons .tab_button:hover::before {
    width: 100%;
  }
}

.tab_content {
  display: none;
  visibility: hidden;
  opacity: 0;

  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  transition-duration: 0.3s;

  @starting-style {
    opacity: 0;
  }
}

.tab_content.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*--------------
About us
--------------*/
.about_content_title_en {
  margin: 0 0 4.5rem;
  font-weight: bold;
  letter-spacing: 0.62em;
}

.about_content_title_jp {
  margin: 0 0 4rem;
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.28em;
  line-height: 1.16;
}

.tab_content--oceans .about_content_title_en {
  margin: 0 0 4.9rem;
  font-weight: bold;
  letter-spacing: 0.62em;
}
.tab_content--oceans .about_content_title_jp {
  margin: 0 0 4rem;
  padding: 0 0 0.2rem;
  letter-spacing: 0.08em;
  line-height: 1.16;
}

.about_forbes_mission {
  margin: 0 0 19.2rem;
}
.about_forbes_mission .about_content_title_jp {
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
}

.about_forbes_philosophy {
  margin: 0 0 16.8rem;
}
.about_forbes_philosophy .about_content_title_en {
  margin: 0 0 2.1rem;
}
.about_forbes_philosophy .about_content_body {
  margin-bottom: 4.9rem;
}
.about_forbes_philosophy .about_philosophy_list {
  display: grid;
  grid-template-columns: 27.6% 27.6% 27.6%;
  gap: 5.5rem 8.6%;
  margin: 0 0 5rem;
  padding: 5.5rem 0 0;
  border-top: solid 1px #ededed;
}
.about_forbes_philosophy .about_philosophy_list_title {
  margin: 0 0 0.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  line-height: 1.33;
}

.about_oceans_mission {
  margin: 0 0 19.2rem;
}
.about_oceans_mission .about_content_title_jp {
  letter-spacing: 0.05em;
}
.about_oceans_mission .about_content_title_jp .character_slidup_item:last-child {
  letter-spacing: -0.7em;
}

.about_oceans_philosophy {
  margin: 0 0 16.8rem;
}
.about_oceans_philosophy .about_content_body {
  margin-bottom: 4.9rem;
}

.about_ceo {
  display: flex;
  justify-content: space-between;
  margin: 0 0 4rem;
}

.about_ceo_imgouter {
  position: relative;
  width: 26rem;
}

.about_ceo_img {
  width: 100%;
  height: auto;
}

.about_ceo_text {
  width: calc(100% - 30rem);
}

.about_ceo_post {
  margin: 0 0 0.3rem;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.13em;
}

.about_ceo_name {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}

#about_member {
  margin: 0 0 11.6rem;
}
#about_member .about_content_title_en {
  margin: 0 0 4.8rem;
}

.about_member_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 4.5%;
}

.about_member_list_item {
  display: flex;
  justify-content: space-between;
}

.about_member_list_imgouter {
  position: relative;
  width: 14rem;
  height: 14rem;
  margin: 0 0 1.6rem;
  background: #d7d7d7;
}

.about_member_list_img {
  width: 100%;
  height: auto;
}

.about_member_list_text {
  width: calc(100% - 16rem);
  padding: 1.9rem 0 0;
}

.about_member_list_post {
  margin: 0 0 0.2rem;
  letter-spacing: 0.12em;
  line-height: 1.375;
}

.about_member_list_name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.about_member_list_type {
  letter-spacing: 0.14em;
  color: #a8a7a7;
}

#about_company {
  margin: 0 0 20.7rem;
}

.about_company_table {
  width: 100%;
}
.about_company_table th,
.about_company_table td {
  padding: 2.7rem 0;
  border-bottom: solid 1px #d8d8d9;
}
.about_company_table tr:first-child th,
.about_company_table tr:first-child td {
  padding: 0 0 2.5rem;
}
.about_company_table th {
  width: 14.8rem;
}

.about_company_table_map_ico {
  margin: 0 1rem 0 3.9rem;
}

.about_company_table_map_link {
  height: 2.9rem;
  margin: -0.6rem 0 0;
  padding: 0.5rem 0 0;
  transform: translateY(0.6rem);
  line-height: 1;
}
.about_company_table_map_link::after {
  bottom: 0;
  background-color: #7f7c79;
  background: -webkit-linear-gradient(left, rgb(127, 124, 121) 0, rgb(127, 124, 121) 33%, rgba(127, 124, 121, 0) 33%, rgba(127, 124, 121, 0) 66%, rgb(127, 124, 121) 66%, rgb(127, 124, 121) 100%);
  background: linear-gradient(to right, rgb(127, 124, 121) 0, rgb(127, 124, 121) 33%, rgba(127, 124, 121, 0) 33%, rgba(127, 124, 121, 0) 66%, rgb(127, 124, 121) 66%, rgb(127, 124, 121) 100%);
}

#about_group {
  margin: 0 0 16.2rem;
}
#about_group .about_content_title_en {
  margin-bottom: 5.5rem;
}

.about_group_list {
  display: grid;
  grid-template-columns: repeat(3, 31.2%);
  gap: 1.9rem 3.2%;
}

.about_group_list_link {
  display: block;
  width: 100%;
  height: 100%;
}

.about_group_imgouter {
  position: relative;
  width: 100%;
  margin: 0 0 2.5rem;
  aspect-ratio: 288/198;
  border-bottom: solid 1px #ddd;
}

.about_group_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_group_name {
  font-weight: bold;
  line-height: 1.5;
}

/*--------------
Service
--------------*/
.service_content_title_en {
  margin: 0 0 5.2rem;
  font-weight: bold;
  letter-spacing: 0.62em;
  letter-spacing: 0.59em;
}

#service_technology {
  margin: 0 0 13rem;
}

.service_list {
  margin: 0 0 8.6rem;
}

.service_list_item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 3.7rem;
}

.service_list_imgouter {
  position: relative;
  width: calc(100% - 41rem);
  height: 32rem;
  overflow: hidden;
}

.service_list_imgouter_link img {
  transition: transform 0.3s cubic-bezier(0.847, 0.541, 0.302, 0.882);
}
.service_list_imgouter_link:hover img {
  transform: scale(1.05);
}

.service_list_item_lighthousemedia .service_list_imgouter {
  height: 36rem;
}

.service_list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_list_text {
  width: 41rem;
  padding: 0.7rem 3.5rem 0 0;
}

.service_list_text_title {
  margin: 0 0 1.1rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

#service_innovation {
  margin: 0 0 16.2rem;
}

.service_list_link {
  margin: 2.4rem 0 0;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.service_list_link_ico {
  display: inline-block;
  margin: 0 0 1rem 0.8rem;
}

/*--------------
Privacy policy
--------------*/
.page_privacy .lowerpage_title {
  line-height: 1.14;
  transform: translateX(2.3rem) translateY(-2.5rem);
}
.page_privacy .lowerpage_title [data-aos="character_slidup"] {
  justify-content: flex-end;
}
.page_privacy .breadcrumb {
  transform: translateY(-5.8rem);
}

#privacy_lead {
  margin: -0.5rem 0 6.1rem;
}

#privacy_policy {
  margin: 0 0 5.1rem;
  padding: 0 0 1.5rem;
  border-bottom: solid 1px #ededed;
}

.privacy_section_title {
  margin: 0 0 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.privacy_policy_publish {
  margin: 0 0 4.2rem;
}

.privacy_policy_signature {
  margin: 4.3rem 0 4.7rem;
  padding: 0 0 5.3rem;
  border-bottom: solid 1px #ededed;
}

.privacy_content {
  margin: 0 0 3.4rem;
}

.privacy_content_title {
  margin: 0 0 0.5rem;
  font-weight: bold;
  letter-spacing: 0.045em;
}

.privacy_policy_contact {
  margin: 1.3rem 0.7rem;
}

#privacy_handling {
  margin-bottom: 6rem;
}

.privacy_content_handling2 {
  margin-bottom: 4.6rem;
}

.privacy_content_handling3 .privacy_content_subtitle {
  margin: 0 0 1rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  border-bottom: solid 2px #000;
}

.privacy_content_table {
  margin: 0 0 4.3rem;
}
.privacy_content_table caption {
  margin: 1.5rem 0 -1.7rem;
  font-weight: bold;
}

.privacy_content_th {
  white-space: nowrap;
  padding: 2rem 4.6rem 2.3rem 0;
  vertical-align: middle;
  border-bottom: solid 1px #ededed;
}

.privacy_content_td {
  padding: 2rem 0 2.3rem;
  vertical-align: middle;
  border-bottom: solid 1px #ededed;
}

.privacy_content_table.alternat-border {
  margin-bottom: 1.6rem;
}
.privacy_content_table.alternat-border .privacy_content_th {
  padding: 1rem 6.6rem 2.4rem 0;
}
.privacy_content_table.alternat-border .privacy_content_td {
  padding: 1rem 0 2.4rem;
}
.privacy_content_table.alternat-border tr:nth-child(2n-1) .privacy_content_th {
  border: none;
  padding: 2.4rem 6.6rem 1rem 0;
}
.privacy_content_table.alternat-border tr:nth-child(2n-1) .privacy_content_td {
  border: none;
  padding: 2.4rem 0 1rem;
}

.privacy_content_handling3-2 {
  margin: 3.5rem 0;
}
.privacy_content_handling3-2 .privacy_content_subtitle {
  letter-spacing: 0.03em;
}
.privacy_content_handling3-2 .privacy_content_table {
  margin: 0 0 1.8rem;
}

.privacy_handling4 .privacy_tablelead {
  margin: 1.5rem 0 2.2rem;
}
.privacy_handling4 .privacy_content_table {
  margin-bottom: 5.3rem;
}
.privacy_handling4 tr:first-child .privacy_content_th,
.privacy_handling4 tr:first-child .privacy_content_td {
  border-top: solid 1px #ededed;
}
.privacy_handling4 .privacy_content_th {
  padding: 2.3rem 4.5rem 2.3rem 0;
}

.privacy_handling5,
.privacy_handling6,
.privacy_handling7,
.privacy_handling8 {
  margin-bottom: 4.3rem;
}

.privacy_handling6 .privacy_content_table {
  margin: 2rem 0 4.3rem;
}
.privacy_handling6 .privacy_content_table .privacy_content_th {
  padding: 2rem 8.6rem 2.3rem 0;
}
.privacy_handling6 .privacy_content_table .privacy_content_td {
  padding: 2rem 0 2.3rem;
}

.privacy_handling7 .privacy_content_table {
  margin: 3rem 0 5.3rem;
}
.privacy_handling7 .privacy_content_table .privacy_content_th {
  width: 35.5rem;
  padding: 2rem 4rem 2.3rem 0;
  white-space: normal;
}
.privacy_handling7 .privacy_content_table .privacy_content_td {
  padding: 2rem 0 2.3rem;
}

.privacy_content_dent {
  margin: -2rem 0.2rem 2rem 6.2rem;
}

.privacy_handling8 .privacy_content_dent {
  margin: 1.6rem 0.2rem 2rem 6.2rem;
}

.privacy_handling9 .privacy_content_dent {
  margin: 1.6rem 0.2rem 2rem 6.2rem;
}

#privacy_claim {
  margin: 0 0 6.2rem;
}

#privacy_process {
  margin: 0 0 9rem;
}
#privacy_process .privacy_content_lead {
  margin: 0 0 6rem;
}
#privacy_process .privacy_content {
  margin: 0 0 2.4rem;
}
#privacy_process .privacy_content_subtitle {
  margin: 0 0 1rem;
  font-weight: bold;
  border-bottom: solid 2px #000;
}
#privacy_process .privacy_content_adjust1 {
  margin-bottom: 4.6rem;
}
#privacy_process .privacy_content_dent_contact {
  margin: 0 0.2rem 2rem 6.2rem;
}

/*--------------
404
--------------*/
#pagenotfound_content {
  padding: 0 0 20rem;
}

.pagenotfound_content_title_en {
  margin: 0 0 4.5rem;
  font-weight: bold;
  letter-spacing: 0.62em;
}

.pagenotfound_content_title_jp {
  margin: 0 0 1rem;
  font-size: 2.9rem;
  font-weight: bold;
  letter-spacing: 0.23em;
  line-height: 1.16;
}

.pagenotfound_content_body {
  margin: 0 0 2.3rem;
}

.pagenotfound_link {
  font-weight: bold;
  letter-spacing: 0.32em;
}

/******************************
タブレットサイズ
******************************/
@media screen and (max-width: 1100px) {
  .footer_copy {
    margin: 4rem -0.4rem 0 0;
  }
}
@media screen and (max-width: 1060px) {
  .top_main_imgouter::after {
    background: -webkit-linear-gradient(left, #333 0, #333 19rem, transparent 19rem, transparent calc(100% - 19rem), #333 calc(100% - 19rem), #333 100%);
    background: linear-gradient(to right, #333 0, #333 19rem, transparent 19rem, transparent calc(100% - 19rem), #333 calc(100% - 19rem), #333 100%);
  }
  .top_main_ties {
    background: -webkit-linear-gradient(left, #fff 0, #fff 19rem, transparent 19rem, transparent calc(100% - 19rem), #fff calc(100% - 19rem), #fff 100%);
    background: linear-gradient(to right, #fff 0, #fff 19rem, transparent 19rem, transparent calc(100% - 19rem), #fff calc(100% - 19rem), #fff 100%);
  }
  .top_main_ties_position,
  .top_main_ties_bg {
    white-space: nowrap;
  }
  .top_service_list {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .top_service_title {
    width: 25rem;
  }
  .top_service_body {
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 950px) {
  .tb-show {
    display: block;
  }
  .tb-hide {
    display: none;
  }
  .wrap1024 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
  }
  /******************************
  下層共通
  ******************************/
  .page_lower article {
    padding-top: 21.5rem;
  }
  .lowerpage_title_outer {
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0) translateY(0);
    margin: 0 0 10rem;
  }
  .lowerpage_title {
    margin: 0 0 -0.5rem;
    text-align: left;
  }
  .lowerpage_title::after {
    display: none;
  }
  .lowerpage_title[data-aos="character_slidup"] {
    justify-content: flex-start;
  }
  .breadcrumb {
    justify-content: flex-start;
  }
  #page_links {
    display: none;
  }
  /******************************
  ヘッダー
  ******************************/
  .head_logo {
    top: 4rem;
    left: 4rem;
  }
  #head_menu_trigger {
    position: fixed;
    z-index: 600;
    top: 4rem;
    right: 4rem;
    display: block;
    width: 5.7rem;
    padding: 1.9rem 0 0;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #333;
    cursor: pointer;
  }
  #head_menu_trigger::before,
  #head_menu_trigger::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transition: width 0.4s;
    speak: none;
  }
  #head_menu_trigger::after {
    top: 0.9rem;
    width: 73.68%;
  }
  #head_menu_trigger[aria-expanded="true"]::before {
    width: 73.68%;
  }
  #head_menu_trigger[aria-expanded="true"]::after {
    width: 100%;
  }
  #head_menu {
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16.7rem;
    width: 18.6rem;
    height: 100vh;
    padding: 0 3rem 0 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s;
  }
  #head_menu[aria-hidden="false"] {
    transform: translateX(0);
  }
  .head_menu_item:not(:last-child) {
    margin: 0 0 2.5rem;
  }
  /******************************
  フッター
  ******************************/
  #footer {
    padding: 7rem 0;
  }
  .footer_nav {
    flex-direction: column;
  }
  .footer_logo {
    margin: 0 0 5rem;
  }
  .footer_sitelinks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 44rem;
    margin: 0;
  }
  .footer_sitelinks_list {
    width: 50%;
    margin: 0 0 3rem;
  }
  .footer_sitelinks_list:nth-child(2) {
    margin: 0 0 3rem;
  }
  .footer_group {
    margin: 0 0 5rem;
  }
  .footer_group_list {
    flex-wrap: wrap;
  }
  .footer_group_list_item {
    margin: 0 5rem 2.5rem 0;
  }
  .footer_copy {
    margin: 0;
    text-align: left;
  }
  /******************************
  各ページ
  ******************************/
  /*--------------
  トップ
  --------------*/
  .top_main {
    padding: 11rem 0 0;
  }
  .top_main_imgouter::after {
    background: linear-gradient(to right, #333 0, #333 19rem, transparent 19rem, transparent calc(100% - 6rem), #333 calc(100% - 6rem), #333 100%);
  }
  .splide__slide--02 .top_main_imgouter::after {
    background: linear-gradient(to right, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 19rem, transparent 19rem, transparent calc(100% - 6rem), rgba(0, 0, 0, 0.5) calc(100% - 6rem), rgba(0, 0, 0, 0.5) 100%);
  }
  .top_main_ties {
    background: linear-gradient(to right, #fff 0, #fff 19rem, transparent 19rem, transparent calc(100% - 6rem), #fff calc(100% - 6rem), #fff 100%);
  }
  .top_main_ties_position,
  .top_main_ties_bg {
    top: calc((100% - 28.5rem) / 2 - 6rem);
    font-size: 6rem;
  }
  .top_main_ties_item {
    margin: 0;
  }
  .top_main_ties_item_inner {
    height: 5.9rem;
  }
  .top_main_ties_item_inner::after {
    top: 0.5rem;
  }
  .splide__slide--02 .top_main_ties_item_inner::after {
    height: calc(100% - 0.9rem);
  }
  .top_main_ties_item_fontbig {
    font-size: 7.6rem;
  }
  .top_main_ties_item_fontbig.top_main_ties_item {
    margin: 0 0 -0.6rem;
  }
  .top_main_ties_item_fontbig .top_main_ties_item_inner {
    height: 8rem;
  }
  .top_main_ties_item_fontbig .top_main_ties_item_inner::after {
    height: calc(100% - 1.4rem);
  }
  .top_about {
    margin: -50.2rem 0 0;
    padding: 13.3rem 4rem;
  }
  .top_about_content {
    left: 100%;
    transform: translateX(-100%);
    width: 45rem;
  }
  .splide__slide--02 .top_about_content {
    left: auto;
    width: 51.2rem;
    margin-right: -3.4rem;
  }
  .top_about_link {
    left: 100%;
    transform: translateX(-100%);
  }
  #top_service {
    padding: 13rem 4rem 13.5rem;
  }
  #top_service .top_common_title {
    margin: 0 0 8.8rem;
  }
  .top_service_item {
    display: block;
    margin: 0 0 4rem;
  }
  .top_service_title {
    position: relative;
    left: 100%;
    transform: translateY(-50%) translateX(-100%);
    display: inline-block;
    width: auto;
    padding: 0 0 0 2rem;
    text-align: right;
    background: #fff;
  }
  .top_service_body {
    width: 100%;
  }
  .top_service_item:nth-child(2) .top_service_title {
    margin-top: 0;
  }
  #top_news {
    padding: 5.3rem 4rem 16rem;
  }
  .top_news_list {
    flex-direction: column;
    margin: 0 0 5rem;
  }
  .top_news_list_item {
    width: 100%;
  }
  .top_news_list_item:not(:last-child)::after,
  .top_news_list_item::after {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ededed;
    speak: none;
  }
  .top_news_list_link {
    display: flex;
    align-items: center;
    padding: 4rem 0;
  }
  .top_news_list_imgouter {
    width: 50%;
    margin: 0;
  }
  .top_news_list_text {
    width: 50%;
    margin: 0;
    padding: 0 0 0 3rem;
  }
  /*--------------
  About us
  --------------*/
  .about_company_table_map_ico {
    width: 1.8rem;
    height: auto;
    margin: 0 1rem 0 0;
  }
  .about_company_table_map_link {
    transform: translateY(1rem);
  }
  /*--------------
  Privacy poricy
  --------------*/
  .page_privacy .lowerpage_title {
    display: flex;
    transform: translateX(0) translateY(0);
    line-height: 2;
  }
  .page_privacy .lowerpage_title [data-aos="character_slidup"] {
    justify-content: flex-start;
  }
  .page_privacy .breadcrumb {
    transform: translateY(0);
  }
  /*--------------
  404
  --------------*/
  .page_404 .lowerpage_title_outer {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 840px) {
  .service_list_item {
    flex-direction: column;
    min-height: initial;
    margin: 0 0 6.5rem;
  }
  .service_list_imgouter {
    width: 100%;
    height: auto;
    margin: 0 0 2.7rem;
    aspect-ratio: 3/2;
  }
  .service_list_item_lighthousemedia .service_list_imgouter {
    height: auto;
    aspect-ratio: 3/2;
  }
  .service_list_text {
    width: 100%;
    padding: 0 1.7rem;
  }
  .service_list_item_logo {
    margin: 0 0 2rem;
  }
  .service_list_item_logo_img {
    width: 9.4rem;
    height: 2.4rem;
  }
  .service_list_item_lighthousemedia .service_list_item_logo_img {
    width: 9.7rem;
    height: 2.6rem;
  }
  .service_list_text_title {
    margin: 0 0 0.7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1060px) and (min-width: 621px) {
  .tb-only-show {
    display: block;
  }
  .tb-only-hide {
    display: none;
  }
}
/******************************
スマホサイズ
******************************/
@media screen and (max-width: 620px) {
  :root {
    --fontsize-base: 1.4rem;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .sp-show {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .sp-hide-inline {
    display: none;
  }
  /******************************
  下層共通
  ******************************/
  .page_lower article {
    padding-top: 17.5rem;
    line-height: 1.71;
  }
  .lowerpage_title_outer {
    margin: 0 0 13.5rem;
  }
  .lowerpage_title {
    margin: 0 0 1.8rem;
    font-size: 5rem;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .breadcrumb_item {
    max-width: 23.8rem;
  }
  /******************************
  ヘッダー
  ******************************/
  .head_logo {
    top: 0;
    left: 0;
    width: 8.9rem;
    height: 9.7rem;
    background: #fff;
  }
  .head_logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .head_logo_img {
    width: 5.6rem;
    height: auto;
  }
  #head_menu_trigger {
    top: 2rem;
    right: 2rem;
    width: 3.8rem;
    padding: 1.6rem 0 0;
    font-size: 1rem;
  }
  #head_menu_trigger::after {
    top: 0.7rem;
  }
  #head_menu_trigger[aria-expanded="true"]::before {
    width: 73.68%;
  }
  #head_menu_trigger[aria-expanded="true"]::after {
    width: 100%;
  }
  #head_menu {
    padding: 0 3.5rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .head_menu_item:not(:last-child) {
    margin: 0 0 2.3rem;
  }
  /******************************
  フッター
  ******************************/
  .pagefooter_links {
    flex-direction: column;
    height: auto;
    margin: 4.3rem 4rem 3rem;
    padding: 0;
    font-size: 2.8rem;
  }
  .pagefooter_links::after {
    display: none;
  }
  .pagefooter_links_item {
    width: 100%;
    margin: 0 0 5rem;
    padding: 0 0 0.7rem;
  }
  #footer {
    padding: 7.6rem 0;
  }
  .footer_logo {
    margin: 0 0 5.7rem;
  }
  .footer_logo_img {
    width: 18rem;
    height: auto;
  }
  .footer_sitelinks {
    height: 45.8rem;
    margin: 0 0 3.2rem;
    border-bottom: solid 1px #5c5c5c;
  }
  .footer_sitelinks_list {
    margin: 0 0 1.7rem;
  }
  .footer_sitelinks_list:nth-child(2),
  .footer_sitelinks_list:nth-child(3) {
    margin: 0;
  }
  .footer_sitelinks_list_item {
    margin: 0 0 1.8rem;
  }
  .footer_sitelinks_list_item_title {
    margin: 0 0 1.6rem;
  }
  .footer_sitelinks_list_item_title .footer_sitelinks_list_link {
    font-size: 1.6rem;
  }
  .footer_sitelinks_list_item_title:not(:first-child) {
    margin-top: 2.2rem;
  }
  .footer_sitelinks_list_link {
    font-size: 1.4rem;
  }
  .footer_sitelinks_list_item_title:not(:first-child) {
    margin: 3.4rem 0 -1.6rem;
  }
  .footer_group_title {
    margin: 0 0 2.6rem;
    font-size: 1.6rem;
  }
  .footer_group_list {
    gap: 3.2rem 3rem;
  }
  .footer_group_list_item {
    margin: 0;
  }
  /******************************
  各ページ
  ******************************/
  /*--------------
  トップ
  --------------*/
  .top_main {
    height: calc(100vh - 4rem);
    height: calc(100svh - 4rem);
    padding: 6.9rem 0 0;
  }
  .top_main_imgouter::after {
    background: linear-gradient(to right, #333 0, #333 3.8rem, transparent 3.8rem, transparent calc(100% - 3.8rem), #333 calc(100% - 3.8rem), #333 100%);
  }
  .splide__slide--02 .top_main_imgouter::after {
    background: linear-gradient(to right, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 3.8rem, transparent 3.8rem, transparent calc(100% - 3.8rem), rgba(0, 0, 0, 0.5) calc(100% - 3.8rem), rgba(0, 0, 0, 0.5) 100%);
  }
  .top_main_ties {
    background: linear-gradient(to right, #fff 0, #fff 3.8rem, transparent 3.8rem, transparent calc(100% - 3.8rem), #fff calc(100% - 3.8rem), #fff 100%);
  }
  .top_main_ties_position,
  .top_main_ties_bg {
    top: calc(50% - 8.8rem);
    left: 2rem;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
  .splide__slide--02 .top_main_ties_position,
  .splide__slide--02 .top_main_ties_bg {
    top: calc(50% - 3.1rem);
    left: 2rem;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .top_main_ties_item:nth-child(2n-1) {
    margin-top: -0.9rem;
  }
  .top_main_ties_item_inner {
    height: 4.2rem;
  }
  .splide__slide--02 .top_main_ties_item {
    margin: 0;
  }
  .splide__slide--02 .top_main_ties_item_inner {
    height: 2.7rem;
  }
  .top_main_ties_item_inner::after {
    top: 0.1rem;
    height: calc(100% - 1rem);
  }
  .splide__slide--02 .top_main_ties_item_inner::after {
    height: 100%;
  }
  .top_main_ties_item_fontbig {
    font-size: 4rem;
  }
  .top_main_ties_item_fontbig.top_main_ties_item {
    margin: 0 0 -1.2rem;
  }
  .top_main_ties_item_fontbig .top_main_ties_item_inner {
    height: 5.4rem;
  }
  .top_about {
    position: relative;
    z-index: 5;
    margin: 0 0 0;
    padding: 0 3.8rem 5.4rem;
  }
  .top_about .top_common_title {
    transform: rotate(-90deg) translateY(-3.1rem) translateX(-3.2rem);
    transform-origin: 0 0;
  }
  .splide__slide--02 .top_about .top_common_title {
    letter-spacing: 0.44em;
  }
  .top_about_content {
    left: auto;
    transform: translateX(0);
    width: 20rem;
    margin: -8.4rem -1.6rem 2.4rem auto;
    padding: 0;
  }
  .splide__slide--02 .top_about_content {
    width: 21rem;
    margin: -8.4rem -1.6rem 2.4rem auto;
  }
  .top_about_title_small {
    margin: 0 0 1.3rem;
    padding: 0 1rem 0 1.2rem;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .splide__slide--02 .top_about_title_small {
    margin: 0 0 0.1rem;
    padding: 0.3rem 1rem 0.2rem 0.7rem;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .top_about_title_small::after {
    width: 18.4rem;
  }
  .splide__slide--02 .top_about_title_small::after {
    width: 16.1rem;
    height: 2rem;
  }
  .splide__slide--02 .top_about_title_small:nth-child(3) {
    margin: 0 0 0.8rem;
  }
  .splide__slide--02 .top_about_title_small:nth-child(3)::after {
    width: 9.2rem;
  }
  .top_about_title_big {
    padding: 0 0 0 0.6rem;
    font-size: 5rem;
    line-height: 1.2;
  }
  .splide__slide--02 .top_about_title_big {
    padding: 0.4rem 0 0 0;
    font-size: 4rem;
    line-height: 1.125;
  }
  .top_about_title_big::after {
    top: 0.2rem;
    width: calc(100% - 0.4rem);
  }
  .top_about_title_en {
    bottom: -1.2rem;
    left: auto;
    right: 0;
    font-size: 1.4rem;
    line-height: 3.07;
  }
  .top_about_title_en [data-aos="character_slidup"] {
    justify-content: flex-end;
  }
  .top_about_link {
    font-size: 1.4rem;
    letter-spacing: 0.3em;
    left: 100%;
    transform: translateX(-100%);
  }
  #top_service {
    padding: 8.43rem 3.8rem 3.8rem;
    border-bottom: solid 1px #ededed;
  }
  #top_service .top_common_title {
    margin: 0;
    transform: rotate(-90deg) translateY(-3.1rem) translateX(-7.4rem);
    transform-origin: 0 0;
  }
  .top_service_list {
    border-bottom: none;
  }
  .top_service_item {
    margin: 0 0 5rem;
  }
  .top_service_title {
    left: calc(100% + 1rem);
    font-size: 1.4rem;
    letter-spacing: 0.6em;
  }
  #top_news {
    padding: 3.5rem 3.8rem 0;
  }
  #top_news .top_common_title {
    margin: 0;
    transform: rotate(-90deg) translateY(-3.1rem) translateX(-8.7rem);
    transform-origin: 0 0;
  }
  .top_news_list {
    margin: 0 0 2rem;
  }
  .top_news_list_link {
    padding: 2.6rem 0 2.8rem;
  }
  .top_news_list_imgouter {
    width: 44%;
    margin-right: 6%;
  }
  .top_news_list_text {
    width: 50%;
    padding: 0 0 0 0rem;
  }
  .top_news_list_time {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
  }
  .top_news_list_title {
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
  }
  .top_news_list_category {
    font-size: 1.2rem;
  }
  .top_news_link {
    font-size: 1.4rem;
  }
  /*--------------
  About us
  --------------*/
  .page_about .lowerpage_title_sp-space {
    width: 7rem;
  }
  .tab_content--forbes .about_content_title_en,
  .tab_content--oceans .about_content_title_en {
    margin: 0 0 3.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.6em;
  }
  .tab_content--forbes .about_content_title_jp,
  .tab_content--oceans .about_content_title_jp {
    margin: 0 0 1.9rem;
    font-size: 4rem;
    letter-spacing: 0.3em;
    line-height: 1.25;
  }
  .tab_content--oceans .about_content_title_jp {
    letter-spacing: 0.17em;
  }
  .about_forbes_mission,
  .about_oceans_mission {
    margin: 0 0 7.8rem;
  }
  .about_forbes_philosophy,
  .about_oceans_philosophy {
    margin: 0 0 8.1rem;
  }
  .about_forbes_philosophy .about_content_title_jp {
    letter-spacing: 0.24em;
  }
  .about_oceans_philosophy .about_content_title_jp {
    letter-spacing: 0.05em;
  }
  .about_forbes_philosophy .about_content_title_jp .character_slidup_item:last-child,
  .about_oceans_philosophy .about_content_title_jp .character_slidup_item:last-child {
    letter-spacing: -0.7em;
  }
  .about_forbes_philosophy .about_content_body,
  .about_oceans_philosophy .about_content_body {
    margin-bottom: 3.4rem;
  }
  .about_philosophy_content_title_sp-space {
    width: 22rem;
  }
  .about_forbes_philosophy .about_philosophy_list {
    display: block;
    margin: 0 0 5rem;
    padding: 4.4rem 0 0;
    letter-spacing: -0.06em;
  }
  .about_forbes_philosophy .about_philosophy_list_title {
    margin: 0 0 0.3rem;
    font-size: 2rem;
  }
  .about_forbes_philosophy .about_philosophy_list_body {
    margin: 0 0 3.7rem;
  }
  .about_ceo {
    flex-direction: column;
    margin: 0 0 4rem;
  }
  .about_ceo_imgouter {
    width: 22rem;
    height: 22rem;
    margin: 0 auto 1.9rem;
  }
  .about_ceo_img {
    width: 100%;
    height: auto;
  }
  .about_ceo_text {
    width: 100%;
  }
  .about_ceo_post {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.13em;
  }
  .about_ceo_name {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }
  #about_member {
    margin: 0 0 9rem;
  }
  #about_member .about_content_title_en {
    margin: 0 0 4rem;
  }
  .about_member_list {
    display: block;
  }
  .about_member_list_item {
    margin: 0 -1.3rem 0.5rem 0;
  }
  .about_member_list_imgouter {
    width: 12rem;
    height: 12rem;
  }
  .about_member_list_text {
    width: calc(100% - 13.5rem);
    padding: 1.2rem 0 0;
  }
  .about_member_list_post {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .about_member_list_name {
    margin: 0 0 0.9rem;
    font-size: 1.6rem;
  }
  .about_member_list_type {
    font-size: 1.2rem;
  }
  #about_company {
    margin: 0 0 6.7rem;
  }
  #about_company .about_content_title_en {
    margin-bottom: 4rem;
  }
  .about_company_table th {
    display: block;
    width: 100%;
    padding: 0 0 0.5rem;
    border-bottom: none;
    font-size: 1.6rem;
  }
  .about_company_table td {
    display: block;
    width: 100%;
    margin: 0 0 2rem;
    padding: 0 0 2.4rem;
  }
  .about_company_table tr:first-child th {
    padding: 0 0 0.5rem;
  }
  .about_company_table tr:first-child td {
    padding: 0 0 2.4rem;
  }
  .about_company_table tr:last-child td {
    padding: 0 0 3rem;
  }
  .about_company_table th {
    width: 100%;
  }
  .about_company_officers {
    line-height: 2.28;
  }
  .about_company_table_map_ico {
    margin: 1.4rem 1rem 0.9rem 0;
  }
  .about_company_table_map_link {
    transform: translateY(0.1rem);
  }
  .about_group_list {
    display: block;
  }
  .about_group_list_item {
    margin: 0 0 5rem;
  }
  /*--------------
  Service
  --------------*/
  #service_main {
    margin: 0 0 9.4rem;
  }
  .service_main_body {
    margin: 0 -0.6rem 10.8rem;
  }
  .service_main_imgouter {
    margin: -3.2rem -2.5rem 0;
  }
  .service_content_title_en {
    margin: 0 0 4.3rem;
    font-size: 1.6rem;
  }
  .service_list {
    margin: 0 0 9rem;
  }
  .service_list_item {
    margin: 0 0 6.5rem;
  }
  .service_technology_title_sp-space {
    width: 8.5rem;
  }
  #service_innovation {
    margin-bottom: -0.8rem;
  }
  /*--------------
  Privacy poricy
  --------------*/
  .page_privacy .lowerpage_title {
    flex-direction: column;
    line-height: 1.14;
  }
  .privacy_content_th {
    display: block;
    width: 100%;
    white-space: wrap;
    padding: 3rem 0 1rem;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: none;
  }
  .privacy_content_td {
    display: block;
    width: 100%;
    padding: 0 0 3rem;
  }
  .privacy_content_table.alternat-border .privacy_content_th {
    padding: 1rem 0 0;
  }
  .privacy_content_table.alternat-border .privacy_content_td {
    padding: 0 0 3rem;
  }
  .privacy_content_table.alternat-border tr:nth-child(2n-1) .privacy_content_th {
    padding: 3rem 0 0;
  }
  .privacy_content_table.alternat-border tr:nth-child(2n-1) .privacy_content_td {
    padding: 0 0 1rem;
  }
  .privacy_handling4 tr:first-child .privacy_content_td {
    border-top: none;
  }
  .privacy_handling4 .privacy_content_th {
    padding: 3rem 0 1rem;
  }
  .privacy_handling6 .privacy_content_table {
    margin: 2rem 0 4.3rem;
  }
  .privacy_handling6 .privacy_content_table .privacy_content_th {
    padding: 3rem 0 1rem;
  }
  .privacy_handling6 .privacy_content_table .privacy_content_td {
    padding: 0 0 3rem;
  }
  .privacy_handling7 .privacy_content_table {
    margin: 2rem 0 4.3rem;
  }
  .privacy_handling7 .privacy_content_table .privacy_content_th {
    width: 100%;
    padding: 3rem 0 1rem;
  }
  .privacy_handling7 .privacy_content_table .privacy_content_td {
    padding: 0 0 3rem;
  }
  .privacy_content_dent {
    margin: -2rem 0.2rem 2rem 3rem;
  }
  .privacy_handling8 .privacy_content_dent {
    margin: 1.6rem 0.2rem 2rem 3rem;
  }
  .privacy_handling9 .privacy_content_dent {
    margin: 1.6rem 0.2rem 2rem 3rem;
  }
  .privacy_claim_requir {
    margin: 1.6rem 0 1.6rem 1.5rem;
  }
  .privacy_claim_requir_title {
    margin: 2rem 0 1.5rem;
  }
  /*--------------
  404
  --------------*/
  #pagenotfound_content {
    padding: 0 0 5rem;
  }
  .pagenotfound_content_title_en {
    margin: 0 0 3.8rem;
  }
  .pagenotfound_content_title_jp {
    margin: 0 0 2.1rem;
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }
  .pagenotfound_content_title_jp_sp-space {
    display: block;
    width: 9.4rem;
  }
}
