@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

span.page-numbers {
  background: rgba(254, 86, 33, 0.5);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li::after {
  content: ">";
  font-weight: 900;
  margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-main .pagination a {
  background: #47a48f;
  display: block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  line-height: normal;
  padding: 1rem;
  margin: 0 auto;
  display: block;
  width: 200px;
  text-align: center;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

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

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
}

#colophon p a {
  text-decoration: underline;
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(25% - 1.5rem);
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.8);
}

#map li a::after {
  content: "＞";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* bottom */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 10;
  height: 100vh;
  padding: 1rem;
}

.admin-bar .site-header {
  top: 35px;
}

.pc-hd-menu {
  font-size: 14px;
}
.pc-hd-menu svg g {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc-hd-menu a {
  color: #fff;
}
.pc-hd-menu #pc-menu {
  margin-top: 1rem;
}
.pc-hd-menu #pc-menu a {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  display: block;
}

.hd-sns {
  margin-top: 2rem;
}
.hd-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hd-sns ul li {
  width: 35px;
}

.cp-link {
  margin-top: 2rem;
}
.cp-link a {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  color: #333;
  padding: 10px;
  border-radius: 2rem;
}
.cp-link a::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.black-text #pc-menu a {
  color: #333;
  border-bottom: 1px solid #333;
}
.black-text svg g {
  fill: #333;
}
.black-text .cp-link a {
  background: #333;
  color: #fff;
}

.main-hero {
  position: relative;
}
.main-hero p.eng {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  right: 1%;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: right;
}
.main-hero p.jp {
  position: absolute;
  top: 70%;
  right: 1%;
  color: #fff;
  max-width: 810px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.main-hero .heroimg {
  position: absolute;
  top: 5%;
  left: 38%;
  width: 500px;
}

.inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
}

.top-catch {
  background: #fff;
  position: relative;
  z-index: 222;
  padding: 5rem 0;
}
.top-catch .top-catch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.top-catch .top-catch-box .top-catch-title {
  width: 40%;
  position: relative;
}
.top-catch .top-catch-box .top-catch-title .top-catch-title-inner p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top-catch .top-catch-box .top-catch-title .top-catch-title-inner h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}
.top-catch .top-catch-box .top-catch-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-catch .top-catch-box .top-catch-text p {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: 2rem;
}
.top-catch .top-catch-box .top-catch-text p:first-child {
  margin-top: 10rem;
}

.top-catch-scroll .top-catch-title .top-catch-title-inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 20px;
  right: 100px;
}

/* 通常時 */
.top-catch .top-catch-title .top-catch-title-inner {
  position: sticky;
  top: 20px;
  left: 0;
  -webkit-transition: opacity 0.6s ease, right 0.6s ease, top 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, right 0.6s ease, top 0.6s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.6s ease, right 0.6s ease, top 0.6s ease;
  transition: transform 1s ease, opacity 0.6s ease, right 0.6s ease, top 0.6s ease, -webkit-transform 1s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

/* 縦書き風スタイル（scroll発動後） */
.top-catch-scroll .top-catch-title .top-catch-title-inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 100px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
  margin-left: 40%;
}

/* アニメーション後に再表示（fade-in） */
.top-catch-scroll.show-vertical .top-catch-title .top-catch-title-inner {
  opacity: 1;
}

.right-box {
  color: #fff;
  width: 75%;
  margin-left: auto;
}

.black-box {
  background: #333;
  padding: 5rem 0;
  border-radius: 5rem 5rem 0 0;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}

.eng-title-box {
  padding: 0 1rem;
}
.eng-title-box p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 5px;
}
.eng-title-box h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

.right-box-text {
  padding: 0 1rem;
  margin-top: 2rem;
}
.right-box-text p {
  margin-top: 1rem;
}

.section-lineup {
  overflow: hidden;
  padding: 5rem 0 0 1rem;
}
.section-lineup .sd-inner {
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 4rem;
}
.section-lineup .lineup {
  padding-top: 1rem;
}
.section-lineup .lineup-carousel li {
  margin-right: 5rem;
}
.section-lineup .lineup-carousel li a {
  position: relative;
  display: block;
}
.section-lineup .lineup-carousel li a p.jp {
  color: #fff;
  margin-top: 1rem;
  font-size: 90%;
  text-align: left;
}
.section-lineup .lineup-carousel li a p.eng {
  position: absolute;
  top: -30px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-style: italic;
}
.section-lineup .lineup-carousel li a h3 {
  color: #fff;
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
.section-lineup .lineup-carousel li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
.section-lineup .lineup-carousel img {
  display: block;
  width: 100%;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-arrow {
  position: absolute;
  z-index: 11;
  top: 40%;
}
.section-lineup .slick-arrow span {
  font-size: 100px;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}
.section-lineup .slick-next {
  right: -90px;
}
.section-lineup .slick-prev {
  left: -20px;
}
.section-lineup .slick-next:before,
.section-lineup .slick-prev:before {
  color: #000;
}

.white-box {
  background: #fff;
  padding: 5rem 0;
  border-radius: 5rem 5rem 0 0;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
.white-box .eng-title-box p,
.white-box .eng-title-box h2,
.white-box .right-box-text p,
.white-box .section-lineup .lineup-carousel li a p.jp,
.white-box .section-lineup .lineup-carousel li a p.eng,
.white-box .section-lineup .lineup-carousel li a h3 {
  color: #333;
}

.white-box .section-lineup .lineup-carousel li a p.eng {
  border-color: #333;
  background: #fff;
}

.top-last-sec .black-box {
  padding-bottom: 10rem;
}

.ft-area {
  background: #fff;
  position: relative;
  z-index: 22;
  border-radius: 2rem 2rem 0 0;
  margin-top: -5rem;
  padding: 5rem 0;
}

.ft-title p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
}
.ft-title h2 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

.ft-blog-main {
  margin-top: 2rem;
}
.ft-blog-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft-blog-main ul li {
  position: relative;
  width: calc(50% - 1rem);
}
.ft-blog-main ul li img {
  width: 100%;
}
.ft-blog-main ul li .front-blog-img {
  overflow: hidden;
}
.ft-blog-main ul li .front-blog-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ffffff;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 1rem;
  border: 1px solid #333;
}
.ft-blog-main ul li a {
  display: block;
}
.ft-blog-main ul li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft-blog-main ul li a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.ft-blog-main ul li .front-blog-txt {
  margin-top: 1rem;
}
.ft-blog-main ul li .front-blog-txt h2 {
  font-size: 1.1rem;
}
.ft-blog-main ul li .front-blog-txt time {
  margin-top: 0.5rem;
  display: block;
}

.more-box {
  margin-top: 2rem;
}
.more-box a {
  display: block;
  width: 300px;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 1rem;
  text-align: center;
  border-radius: 2rem;
  position: relative;
}
.more-box a::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.more-box a:hover {
  opacity: 0.7;
}
.more-box a:hover::after {
  right: 0.5rem;
}

.ft-menu {
  background: #333;
  position: relative;
  z-index: 22;
  padding: 5rem 0 0;
}
.ft-menu a {
  color: #fff;
}

.ft-logo-box img {
  padding: 1rem;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background: #fff;
}

.ft-menu-top {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.ft-menu-top > div {
  width: calc(20% - 1.6rem);
  font-size: 14px;
}
.ft-menu-top > div .menu {
  line-height: 40px;
}
.ft-menu-top > div .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.ft-menu-top > div .sub-menu li::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 1px;
  display: inline-block;
}

.menu-item-has-children > a {
  display: block;
  position: relative;
}

.menu-item-has-children > a::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft-menu-btm {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
  margin: 2rem 0;
}
.ft-menu-btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
.ft-menu-btm ul li {
  border-right: 1px solid #fff;
  padding-right: 1rem;
}
.ft-menu-btm ul li:last-child {
  border: none;
}

.ft-symbol {
  padding-bottom: 2rem;
}
.ft-symbol ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft-symbol li {
  width: 100px;
}

.ft-sns {
  padding-bottom: 2rem;
}
.ft-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft-sns ul li {
  width: 50px;
}

.page-key {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.page-key .page-key-title {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.page-key .page-key-title p {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.page-key .page-key-title h1 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2.5rem;
}

.page .entry-content {
  margin: 0;
}

.nm-page {
  margin-top: -5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nm-page .nm-page-area {
  background: #333;
  width: 20%;
}
.nm-page .nm-inner {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
  position: relative;
  border-radius: 0 5rem 0 0;
}

.page-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-box .page-img {
  width: 35%;
  position: relative;
}
.page-box .page-img span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  letter-spacing: 4px;
}
.page-box .page-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2rem 0 5rem;
}

.nm-inner section {
  padding: 5rem 0;
}
.nm-inner .page-title {
  margin-bottom: 5rem;
}
.nm-inner .page-title p {
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 600;
}
.nm-inner .page-title h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.page-text h3 {
  font-size: clamp(15px, 3vw, 30px);
  font-weight: 600;
}
.page-text p {
  margin-top: 1rem;
  font-size: 17px;
}
.page-text p.big {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  margin: 1rem 0;
}

.bk-page {
  background: #333;
  border-radius: 0 5rem 0 0;
  color: #fff;
  padding: 5rem 0;
}
.bk-page .page-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bk-page .page-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5rem 0 2rem;
}

.page-menu {
  position: relative;
  z-index: 22;
  padding-bottom: 5rem;
}
.page-menu .page-menu-box {
  position: relative;
}
.page-menu .page-menu-box img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-menu .page-menu-box .page-menu-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
}
.page-menu .page-menu-box .page-menu-inner a {
  display: block;
  color: #fff;
  position: relative;
}
.page-menu .page-menu-box .page-menu-inner a span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.page-menu .page-menu-box .page-menu-inner a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 20;
  -webkit-transition: 0.5s;
}

.page-var2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.page-var2 .page-title-box {
  width: 40%;
  position: relative;
}
.page-var2 .page-title-box .page-title-box-inner {
  position: sticky;
  top: 0;
  left: 0;
}
.page-var2 .page-title-box .page-title-box-inner img {
  border-radius: 0 2rem 2rem 0;
}
.page-var2 .page-title-box .page-title-box-inner p {
  text-align: center;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.page-var2 .page-title-box .page-title-box-inner h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.page-var2 .page-var2-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5rem;
}
.page-var2 .page-var2-text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 5rem 0 1rem;
}
.page-var2 .page-var2-text h3:first-child {
  margin-top: 0;
}
.page-var2 .page-var2-text p.big {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0;
}
.page-var2 .page-var2-text p {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.page-title-box-inner-sec {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.yoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  font-size: 1.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yoko li a.more {
  width: 220px;
  margin-top: 1rem;
}

.bk-page .page-var2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bk-page .page-var2 .page-title-box-inner img {
  border-radius: 2rem 0 0 2rem;
}
.bk-page .page-var2 .page-var2-text {
  padding-right: 0;
  padding-left: 5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a.more {
  background: #333;
  color: #fff;
  display: block;
  margin: 3rem auto 0;
  max-width: 300px;
  padding: 10px;
  text-align: center;
  border-radius: 2rem;
  font-size: 90%;
  position: relative;
}

a.more-w {
  background: #fff;
  color: #333;
}

.bk-page a.more {
  background: #fff;
  color: #333;
}

a.more::after {
  font-family: "Material Symbols Outlined";
  content: "\e8e4";
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.more:hover {
  opacity: 0.7;
}

a.more:hover::after {
  right: 0.5rem;
}

.post-box {
  background: #333;
}
.post-box .post-box-inner {
  background: #fff;
  width: 75%;
  margin-left: auto;
  padding-top: 2rem;
}
.post-box .post-box-inner .post-wrap {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.post-box .post-hd {
  width: 75%;
  color: #fff;
  margin-left: auto;
}
.post-box .post-hd .post-inner {
  max-width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}
.post-box .post-hd .post-inner p.eng {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 4rem;
}
.post-box .post-hd .post-inner p.jp {
  text-align: center;
  font-weight: 500;
}

.post-wrap .entry-header h1 {
  font-size: 1.5rem;
}
.post-wrap .entry-header .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
.post-wrap .entry-content p {
  margin-top: 1rem;
  font-size: 17px;
  line-height: 1.5;
}
.post-wrap .entry-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  background: #333;
  color: #fff;
  padding: 5px 10px;
}
.post-wrap .entry-content h3 {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px 0;
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
}
.post-wrap .entry-content h4 {
  margin: 2rem 0 1rem;
  font-size: 1.2rem;
  border-left: 2px solid #333;
  padding-left: 5px;
}
.post-wrap .entry-content li {
  font-size: 17px;
}
.post-wrap .entry-content ul,
.post-wrap .entry-content ol {
  list-style: disc;
  margin-top: 1rem;
  margin-left: 2rem;
  line-height: 1.5;
}
.post-wrap .entry-content ol {
  list-style: auto;
}
.post-wrap .entry-content .tag-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  gap: 1rem;
}
.post-wrap .entry-content .tag-box ul li::before {
  content: "#";
  margin-right: 5px;
}

.a-box article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ccc;
  gap: 2rem;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
  margin-top: 2rem;
}
.a-box article a .a-blog-img {
  width: 30%;
  position: relative;
}
.a-box article a .a-blog-img img {
  border-radius: 10px;
}
.a-box article a .a-blog-img span {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 10px 0 0 0;
}
.a-box article a .a-blog-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.a-box article a .a-blog-txt h2 {
  font-size: 1.3rem;
}
.a-box article a .a-blog-txt time {
  margin-top: 1rem;
  display: block;
}

img.gaibu {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.ft-logo-box svg {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.page-main-area h2 {
  margin: 0 0 3rem 5rem;
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 5px solid #333;
  line-height: 1;
  padding-bottom: 2rem;
}

.bk-page .page-main-area h2 {
  border-color: #fff;
}

.sdgs-list {
  position: absolute;
  right: 2%;
  bottom: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 111;
  gap: 1rem;
}
.sdgs-list li {
  width: 100px;
}

.nm-inner section.int-page {
  padding: 5rem;
}
.nm-inner section.int-page .catch-in {
  background: #eeeeee;
  padding: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.nm-inner section.int-page .catch-in p.shikaku-small {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
.nm-inner section.int-page .catch-in p {
  font-size: 1.5rem;
  font-weight: 500;
}
.nm-inner section.int-page .catch-in p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #6cf));
  background: linear-gradient(transparent 60%, #6cf 60%);
}

.senior-interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 3rem;
}
.senior-interview-inner .senior-interview-box {
  width: 60%;
}
.senior-interview-inner .senior-interview-box h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.senior-interview-inner .senior-interview-box h2:first-child {
  margin-top: 0;
}
.senior-interview-inner .senior-interview-box p {
  margin-top: 1rem;
}
.senior-interview-inner .senior-interview-box h3 {
  background: #333;
  color: #fff;
  padding: 10px;
  line-height: 1;
  margin: 1rem 0 1rem 0;
}
.senior-interview-inner .in-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.senior-interview-inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-main-area-nohd {
  padding-top: 2rem;
}

.movie-box {
  margin-top: 1rem;
}/*# sourceMappingURL=main.css.map */