/*
Theme Name: The Blank
Author: HeyMasa
Description: This theme is The Blank theme
Version: 1.002
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: The Blank

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* RESET CSS
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}@supports not (min-block-size:100dvb){:where(html){block-size:100%}}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(button){border-style:solid}:where(a){text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}
//RESET CSS*/

/*! Oreset.css v2.0.0 | MIT License | https://github.com/hilosiva/Oreset.css */
/*
# Global
---------------------------------------------- */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
# Document & Sections
---------------------------------------------- */
:where(html) {
  block-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  line-height: calc(39 / 16 * 1rem);
}

@media screen and (max-width: 767px) {
  :where(html) {
    font-size: 13px;
    line-height: calc(30 / 13 * 1rem);
  }
}

:where(body) {
  min-block-size: 100%;
  text-rendering: optimizeLegibility;
  font-family: system-ui, sans-serif;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
}

/*
# Grouping content
---------------------------------------------- */
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(ul, ol) {
  list-style: none;
}

/*
# Text-level semantics
---------------------------------------------- */
:where(a:not([class])) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/*
# Embedded content
---------------------------------------------- */
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

/*
# Tabular data
---------------------------------------------- */
:where(table) {
  border-collapse: collapse;
}

/*
# Forms
---------------------------------------------- */
:where(input, button, textarea, select, optgroup) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

/*
# Interactive & Misc
---------------------------------------------- */
:where(template, [hidden]:not([hidden="until-found"])) {
  display: none;
}

/*
# Accessibility
---------------------------------------------- */
:where([disabled], [aria-disabled="true"]) {
  cursor: not-allowed;
}

:where([aria-busy="true"]) {
  cursor: progress;
}

:where([aria-controls]) {
  cursor: pointer;
}

:where([aria-hidden="false"][hidden]) {
  display: initial;
}

:where([aria-hidden="false"][hidden]):not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:where(
    :focus:not(:focus-visible),
    ::before:focus:not(:focus-visible),
    ::after:focus:not(:focus-visible)
  ) {
  outline: none;
}

/**
* Prettier ignore
*/
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* Custom Property */
:root {
  --primary-font-set: "Shippori Mincho B1", serif;
  --en-font-set: "Cormorant Upright", serif;
  --main-color: #017fac;
  --sub-color: #80b8ce;
  --text-dark: #49565a;
  --color-blue: #1464a0;
}

/* Default Style */
body {
  font-family: var(--primary-font-set);
  color: var(--text-dark);
  font-size: 18px;
}
body p {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

[lang="en"] {
  font-family: var(--en-font-set);
  font-weight: 400;
}

/* ==============================================
Layout
============================================== */
.l-textCenter {
  text-align: center;
}

.l-lineBreak {
  margin-bottom: 2rem;
}

/* ==============================================
Module
============================================== */
/* H2 Japanese Title */
.jp-title {
  font-size: calc(30 / 16 * 1rem);
  line-height: calc(44 / 16 * 1rem);
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  font-size: calc(25 / 13 * 1rem);
  line-height: calc(36 / 16 * 1rem);
}

/* H2 English Title */
.enH2Title {
  --bracketL-url: url(img/bracket-blueL.svg);
  --bracketR-url: url(img/bracket-blueR.svg);

  display: inline-block;
  position: relative;
  font-size: calc(100 / 16 * 1rem);
  line-height: calc(121 / 16 * 1rem);
}

.enH2Title[style*="bracketColor: white;"] {
  --bracketL-url: url(img/bracket-whiteL.svg);
  --bracketR-url: url(img/bracket-whiteR.svg);
}

.enH2Title::before,
.enH2Title::after {
  position: absolute;
  content: "";
  width: 4.2vw;
  height: 4.2vw;
}

.enH2Title::before {
  background: var(--bracketL-url) no-repeat center / contain;
  top: 0;
  left: 0;
}

.enH2Title::after {
  background: var(--bracketR-url) no-repeat center / contain;
  bottom: 0;
  right: 0;
}

/* H2 Japanese Subtitle */
.jpH2Subtitle {
  font-size: calc(20 / 16 * 1rem);
  line-height: calc(29 / 16 * 1rem);
}

@media screen and (max-width: 767px) {
  .enH2Title {
    --bracketL-url: url(img/bracketSP-blueL.svg);
    --bracketR-url: url(img/bracketSP-blueR.svg);

    font-size: calc(60 / 13 * 1rem);
    line-height: calc(72 / 13 * 1rem);
  }

  .enH2Title[style*="bracketColor: white;"] {
    --bracketL-url: url(img/bracketSP-whiteL.svg);
    --bracketR-url: url(img/bracketSP-whiteR.svg);
  }

  .enH2Title::before,
  .enH2Title::after {
    width: calc(29.27 / 3.9 * 1vw);
    height: calc(26.73 / 3.9 * 1vw);
  }
  .jpH2Subtitle {
    font-size: calc(13 / 13 * 1rem);
    line-height: calc(19 / 13 * 1rem);
  }
}

/* Page Top Image */
.topImgBg {
  height: 66.4vh;
  background: url(img/topImg-M.png) no-repeat center / cover;
  background-image: image-set(
    url(img/topImg-M.png) 1x,
    url(img/topImg-M@2x.png) 2x
  );
  z-index: 99;
  position: relative;
}

.topImgBgSmall {
  height: calc(133 / 7.68 * 1vh);
  background: url(img/topImg-S.png) no-repeat top / cover;
  background-image: image-set(
    url(img/topImg-S.png) 1x,
    url(img/topImg-S@2x.png) 2x
  );
}

/* H1 English Title */
.topImgTitle {
  color: #fff;
  padding-top: 23.7vh;
  padding-left: 16.6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.enH1Title {
  position: relative;
  font-size: calc(81 / 16 * 1rem);
  line-height: calc(98 / 16 * 1rem);
}

.jpH1Subtitle {
  font-size: calc(16 / 16 * 1rem);
  line-height: calc(24 / 16 * 1rem);
}

/* En H1 Title Bracket */
.enH1Title::before,
.enH1Title::after {
  position: absolute;
  content: "";
  width: 3.4vw;
  height: 3.4vw;
}

.enH1Title::before {
  background: url(img/bracket-whiteL.svg) no-repeat center / contain;
  top: 0;
  left: 0;
}

.enH1Title::after {
  background: url(img/bracket-whiteR.svg) no-repeat center / contain;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .topImgBg {
    height: calc(600 / 8.44 * 1vh);
    background: url(img/topImgSP-M.png) no-repeat center / cover;
    background-image: image-set(
      url(img/topImgSP-M.png) 1x,
      url(img/topImgSP-M@2x.png) 2x
    );
  }
  .topImgBgSmall {
    height: calc(80 / 8.44 * 1vh);
    background: url(img/topImgSP-S.png) no-repeat top / cover;
    background-image: image-set(
      url(img/topImgSP-S.png) 1x,
      url(img/topImgSP-S@2x.png) 2x
    );
  }
  /* H1 English Title */
  .topImgTitle {
    padding-top: calc(250.4 / 8.44 * 1vh);
    padding-left: unset;
    margin-inline: auto;
    display: table;
  }
  .enH1Title {
    font-size: calc(54 / 13 * 1rem);
    line-height: calc(65 / 13 * 1rem);
  }

  .jpH1Subtitle {
    font-size: calc(10 / 13 * 1rem);
    line-height: calc(15 / 13 * 1rem);
  }
  .enH1Title::before,
  .enH1Title::after {
    width: calc(33.31 / 3.9 * 1vw);
    height: calc(33.31 / 3.9 * 1vw);
  }
  .enH1Title::before {
    background: url(img/bracketSP-whiteL.svg) no-repeat center / contain;
  }
  .enH1Title::after {
    background: url(img/bracketSP-whiteR.svg) no-repeat center / contain;
  }
}

/* Bold Button */
.button {
  --start-textColor: var(--main-color);
  --hover-textColor: #fff;
  --hover-bgColor: var(--main-color);

  color: var(--start-textColor);
  font-size: calc(20 / 16 * 1rem);
  display: block;
  text-decoration: none;
  border: 3px solid var(--start-textColor);
  border-radius: 48px;
  position: relative;
  transition: background-color 0.8s;
}

.button[style*="buttonColor: white;"] {
  --start-textColor: #fff;
  --hover-textColor: var(--main-color);
  --hover-bgColor: #fff;
}
.button[style*="buttonColor: white;"]:hover {
  border-color: white;
}

/* Button Arrow */
.button::before,
.button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.button::before {
  left: 74%;
  width: 24px;
  height: 3px;
  background-color: var(--start-textColor);
  border-radius: 10px;
}

.button::after {
  left: 78%;
  width: 13px;
  height: 13px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  border-radius: 2px;
}

.button:visited {
  color: var(--start-textColor);
}

.button:hover,
.button:hover::after {
  color: var(--hover-textColor);
  background: var(--hover-bgColor);
  border-color: var(--hover-textColor);
  transition: background-color 0.5s;
}

.button:hover::before {
  background-color: var(--hover-textColor);
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .button {
    font-size: calc(16 / 13 * 1rem);
    border-radius: 43px;
    border-width: 2px;
  }
  .button::before {
    left: calc(162 / 2.16 * 1%);
    width: 21px;
    height: 2px;
    background-color: var(--start-textColor);
  }
  .button::after {
    left: calc(168 / 2.16 * 1%);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-top: 3px solid;
    border-right: 3px solid;
  }
}

/* SemiBold Button */
.semiBold__button {
  width: 278px;
  font-size: calc(20 / 16 * 1rem);
  line-height: calc(29 / 16 * 1rem);
  padding: 21px 29px;
  color: var(--main-color);
  margin: 0 auto;
  text-align: left;
}

/* SemiBold Button Arrow */
.semiBold__button::before {
  left: calc(221.5 / 2.78 * 1%);
}

.semiBold__button::after {
  left: calc(234 / 2.78 * 1%);
}

@media screen and (max-width: 767px) {
  .semiBold__button {
    max-width: 240px;
    padding: 16px 29px;
  }
  .semiBold__button::before {
    left: calc(226 / 2.78 * 1%);
  }
}

.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* Global Nav */
.header {
  position: absolute;
  z-index: 100;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.custom-logo-link {
  max-width: 259px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
  .custom-logo-link {
    max-width: 180px;
  }
}

.header.scrolled {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 98;
  background: url(img/topImg-L.png) no-repeat center / cover;
  background-image: image-set(
    url(img/topImg-L.png) 1x,
    url(img/topImg-L@2x.png) 2x
  );
}
.custom-logo-link {
  transition: 0.3s ease;
}
.custom-logo-link:hover {
  opacity: 0.5;
  transition: 0.3s ease;
}
.globalNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.globalNav a {
  display: block;
  margin-left: 77px;
  text-decoration: none;
  color: #fff;
  line-height: calc(24 / 16 * 1rem);
  position: relative;
}

.globalNav li:last-child a {
  color: var(--main-color);
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 40px 14px;
  transition: 0.3s ease;
}
.globalNav li:last-child a:hover {
  color: white;
  background-color: var(--main-color);
  transition: 0.3s ease;
}

.globalNav li:first-child a {
  display: none;
}

.globalNav li:not(:last-child) a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 100%;
  height: 1px;
  background-color: white;
  content: "";
  transition: transform 0.3s cubic-bezier(0.25, 0.58, 0.44, 0.98),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.58, 0.44, 0.98);
}

.globalNav li:not(:last-child) a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.globalNav a:visited {
  color: #fff;
}

.globalNav li:last-child a:visited {
}

.hamburgerButton {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .globalNav {
    margin-top: 0;
    width: 100%;
    height: 472px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: auto;
    padding-top: 95px;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .menu-main-menu-container {
    position: relative;
  }
  .header::before {
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    display: none;
  }
  .is-drawerActive .header::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: url(img/menu_bg.jpg) no-repeat center / cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    visibility: visible;
    transition: 0.3s ease;
  }
  .globalNav a {
    color: var(--main-color);
    line-height: calc(24 / 13 * 1rem);
    font-size: calc(16 / 13 * 1rem);
    padding: 0;
    margin: 0 auto 38px;
    text-align: center;
  }
  .globalNav li:first-child a {
    display: inline-block;
  }
  .globalNav li:last-child {
    display: block;
    width: 80%;
  }
  .globalNav li:last-child a {
    border: 3px solid var(--main-color);
  }
  .globalNav a:visited {
    color: var(--main-color);
  }

  /* Hamburger Button */
  .hamburgerButton {
    width: 50px;
    height: 50px;
    border: 0;
    appearance: none;
    background-color: transparent;
    position: relative;
    margin-top: calc(10 / 8.44 * 1vh);
    z-index: 1;
    visibility: visible;
  }

  .hamburgerButton__line {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    top: 18px;
  }
  .hamburgerButton__line::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: inherit;
    border-radius: inherit;
    top: 0px;
    right: 0;
    background-color: #fff;
    border-radius: 1px;
  }
  .hamburgerButton__line::before,
  .hamburgerButton__line::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: inherit;
    border-radius: inherit;
    top: 10px;
    right: 0;
  }
  .is-drawerActive .hamburgerButton__line::before {
    width: 100%;
    top: 0px;
  }
  /* Drawer Active */
  .is-drawerActive body {
    overflow: hidden;
  }
  .is-drawerActive .hamburgerButton__line {
    top: auto;
    background-color: var(--main-color);
    transform: rotate(15deg);
    height: 0px;
  }
  .is-drawerActive .hamburgerButton__line::after {
    top: 0;
    width: 100%;
    transform: rotate(-30deg);
  }
  .is-drawerActive .globalNav {
    visibility: visible;
    transition: 0.3s ease;
    opacity: 1;
  }
  .is-drawerActive .homeTopImg__logo {
    visibility: hidden;
  }
  .is-drawerActive #main {
    overflow: hidden;
  }
}

/* Contact Container */
.contactContainer {
  color: var(--main-color);
  box-shadow: 3px 15px 36px rgba(0, 86, 116, 0.3);
  background-color: #fff;
  max-width: 1260px;
  width: calc(100% - 180px);
  margin-top: -123px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.contactContainer__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 95px;
  padding-bottom: 100px;
}

.contactContainer__text {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 16px;
}

.contactContainer__button {
  width: 292px;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 600;
  padding: 14px 63px 13px 63px;
  line-height: 48px;
  color: var(--main-color);
}

.contactContainer__button:hover {
  border-color: var(--hover-bgColor);
}

@media screen and (max-width: 767px) {
  .contactContainer {
    max-width: 330px;
    width: calc(100% - 30px);
    margin-top: -43px;
  }
  .contactContainer__inner {
    padding-top: 65px;
    padding-bottom: 83px;
  }
  .contactContainer__text {
    font-size: calc(20 / 13 * 1rem);
    margin-bottom: calc(30 / 13 * 1rem);
  }
  .contactContainer__button {
    width: 216px;
    font-size: calc(30 / 13 * 1rem);
    padding: 8px 39px;
    line-height: 30px;
    line-height: 37px;
  }
}

/* Footer */
.footer {
  background: linear-gradient(#abd6e6 0%, #6bafc8 40.39%, #017fac 100%);
  margin-top: -198px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 351px;
  color: #fff;
  line-height: calc(24 / 16 * 1rem);
}

.page-id-14 .footer__inner,
.page-id-16 .footer__inner {
  padding-top: 130px;
}

.page-id-16 .semiBold__button {
  margin: 0 auto 180px;
}

.footer__nav {
  width: 618px;
  margin: 73px auto 75px auto;
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  transition: 0.3s ease;
}
.footer__logo:hover {
  transition: 0.3s ease;
  opacity: 0.5;
}

.footer__nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
}

.footer__nav a:hover {
  transition: 0.3s ease;
  opacity: 0.5;
}

.footer__nav a:visited {
  color: #fff;
}

.footer__copyright {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  padding-bottom: 129px;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: -223px;
  }
  .footer__logo {
    width: 98px;
  }
  .footer__inner {
    padding-top: 303px;
    text-align: center;
    line-height: calc(24 / 13 * 1rem);
  }

  .footer__nav {
    width: 112px;
    margin: 50px auto;
    display: block;
    font-size: calc(16 / 13 * 1rem);
  }
  .footer__nav a {
    margin-bottom: calc(18 / 13 * 1rem);
  }
  .footer__copyright {
    font-size: calc(20 / 13 * 1rem);
    padding-bottom: 70px;
  }
}

/* Footer Small*/
.footerSmall {
  margin-top: 0;
}

.footerSmall__inner {
  padding-top: 130px;
}

/* Accesibility */
.visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  margin: -1px;
}

/* ==============================================
Home Page
============================================== */
/* Top Image */
.homeTopImg__bg {
  height: 100vh;
  background: url(img/topImg-L.png) no-repeat center / cover;
  background-image: image-set(
    url(img/topImg-L.png) 1x,
    url(img/topImg-L@2x.png) 2x
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.homeTopImg__logo {
  display: inline-block;
  max-width: 70vw;
  position: relative;
  padding: calc((81.5 + 101.89) / 7.68 * 1vh)
    calc((112.5 + 111.58) / 14.4 * 1vw) calc((100.1 + 101.89) / 7.68 * 1vh)
    calc((111.9 + 111.58) / 14.4 * 1vw);
}

.homeTopImg__text {
  text-align: center;
  color: white;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.14rem;
  margin-top: 28px;
}

/* Bracket */
.homeTopImg__logo::before,
.homeTopImg__logo::after {
  position: absolute;
  content: "";
  width: calc(111.58 / 14.4 * 1vw);
  height: calc(101.89 / 7.68 * 1vh);
}

.homeTopImg__logo::before {
  background: url(img/MVbracketL.svg) no-repeat center / contain;
  top: 0;
  left: 0;
}

.homeTopImg__logo::after {
  background: url(img/MVbracketR.svg) no-repeat center / contain;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .homeTopImg_bg {
    background: url(img/topImgSP-L.png) no-repeat center / cover;
    background-image: image-set(
      url(img/topImgSP-L.png) 1x,
      url(img/topImgSP-L@2x.png) 2x
    );
  }
  .homeTopImg__logo {
    padding: calc(21.8 / 8.44 * 1vh) calc((1.2 + 29.08) / 3.9 * 1vw)
      calc(23.2 / 8.44 * 1vh) calc(27 / 3.9 * 1vw);
    padding-top: calc(21.8 / 8.44 * 1vh);
    max-width: calc(100% - 70px);
  }
  .homeTopImg__logo::before,
  .homeTopImg__logo::after {
    width: calc(29.08 / 3.9 * 1vw);
    height: calc(29.08 / 3.9 * 1vw);
  }
  .homeTopImg__logo::before {
    background: url(img/MVbracketSP-L.svg) no-repeat center / contain;
  }

  .homeTopImg__logo::after {
    background: url(img/MVbracketSP-R.svg) no-repeat center / contain;
  }
  .homeTopImg__text {
    font-size: 15px;
    padding-left: 5%;
    margin-top: 20px;
  }
}

/* Home main Text */
.homeMainText__title {
  margin-top: 111px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .homeMainText__title {
    margin-top: 130px;
    margin-bottom: 50px;
  }
}

/* Home Gradation Container */
.homeGradationContainer {
  background: linear-gradient(
    to top,
    #fff 0%,
    #edf5f8 5%,
    #a5d1e2 11.24%,
    #7cbbd5 20.87%,
    #7eb6cc 40.89%,
    #f5f9fa 66.01%,
    #fff 100%
  );
  padding-bottom: 396px;
}

@media screen and (max-width: 767px) {
  .homeGradationContainer {
    padding-bottom: 339px;
  }
}

/* About us Container */
.aboutUsContainer {
  width: 90vw;
  margin-top: 131px;
  margin-bottom: 120px;
  background-color: #fff;
  border-radius: 0px 265px 265px 0px;
  box-shadow: 3px 23px 26px rgba(30, 115, 145, 0.35);
}

.aboutUsContainer__inner {
  width: calc((452 + 84 + 317) * 1px);
  display: flex;
  justify-content: space-between;
  padding-top: 116px;
  padding-bottom: 115px;
  margin: 0 auto;
}

.aboutUsContainer__title {
  width: calc(452 / (452 + 84 + 317) * 100%);
  height: 176.5px;
  color: var(--main-color);
  padding-top: 29px;
}

.aboutUsContainer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(317 / (452 + 84 + 317) * 100%);
}

.aboutUsContainer__text {
  margin-bottom: 50px;
  line-height: 2.4;
}

.aboutUsContainer__button {
  font-weight: 700;
  width: 254px;
  padding: 17px 40px;
  line-height: 29px;
}
.aboutUsContainer__button:hover {
  border-color: var(--hover-bgColor);
}
.logoContainer {
  margin-top: -625px;
  margin-bottom: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.logoContainer__mainTitle {
  max-width: 325px;
  padding: 15px 70px 60px;
  color: var(--main-color);
}
.logoContainer__subTitle {
  position: absolute;
  bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  left: 50%;
  transform: translateX(-50%);
}
.logoContainer .flex {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.about_logo {
  flex: 0 0 calc(50% - 80px);
  max-width: calc(50% - 80px);
  border: 1px solid #80b9cd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_logo_desc {
  flex: 50%;
  max-width: 50%;
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 2.3;
}
/* for PC,TL */
@media screen and (max-width: 1200px) {
  .aboutUsContainer__inner {
    width: calc((302 + 84 + 317) * 1px);
  }
  .aboutUsContainer__title {
    font-size: calc(90 / 16 * 1rem);
  }
}

@media screen and (max-width: 960px) {
  .aboutUsContainer__inner {
    width: calc((252 + 84 + 267) * 1px);
  }
  .aboutUsContainer__title {
    font-size: calc(70 / 16 * 1rem);
  }
}
/* for SP */
@media screen and (max-width: 767px) {
  .aboutUsContainer {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 70px;
    border-radius: 0;
    box-shadow: 3px 23px 26px rgba(30, 115, 145, 0.35);
  }
  .aboutUsContainer__inner {
    width: 330px;
    display: block;
    padding-top: 70px;
    padding-bottom: 71px;
    margin: 0 auto;
    text-align: center;
  }
  .aboutUsContainer__title {
    width: 245.84px;
    height: 86.39px;
    color: var(--main-color);
    padding-top: 9px;
  }
  .aboutUsContainer__right {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .aboutUsContainer__text {
    margin-top: 30.6px;
    margin-bottom: 26px;
  }

  .aboutUsContainer__button {
    width: 216px;
    padding: 15px 33px;
    line-height: 24px;
    margin: 0 auto;
  }
  .logoContainer {
    margin-top: -510px;
    margin-bottom: 620px;
  }
  .logoContainer__mainTitle {
    padding: 15px 30px 30px;
  }
  .logoContainer__subTitle {
    bottom: 7px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  .logoContainer .flex {
    flex-direction: column;
    padding: 0 70px;
  }
  .about_logo_desc,
  .about_logo {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
  }
  .logoContainer .flex {
    flex-direction: column;
    padding: 0 30px;
  }
  .about_logo {
    margin-bottom: 70px;
  }
  .about_logo img {
    padding: 60px;
  }
}

/* Business Container */
.businessContainer {
  color: #fff;
  width: 491px;
  margin: 0 auto;
}

.businessContainer__title {
  width: 438px;
  height: 176.5px;
  padding-top: 29px;
}

.businessContainer__text {
  margin-top: 57.5px;
  margin-bottom: 50px;
}

.businessContainer__button {
  width: 254px;
  font-weight: 700;
  padding: 17px 101px 17px 67px;
  line-height: 29px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .businessContainer {
    width: 330px;
  }

  .businessContainer__title {
    width: 245.84px;
    height: 86.39px;
    padding-top: 7px;
  }

  .businessContainer__text {
    margin-top: 50.6px;
    margin-bottom: 58px;
  }

  .businessContainer__button {
    width: 216px;
    font-weight: 700;
    padding: 15px 56px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
  }
}

/* Recruit Container */
.recruitContainer {
  color: #fff;
  background-color: var(--main-color);
  margin-top: calc((2749 - 3023) * 1px);
  position: relative;
  z-index: 1;
}

.recruitContainer__inner {
  display: flex;
  justify-content: space-between;
  width: calc(960 / 14.4 * 1vw);
  margin: 0 auto;
  padding-bottom: 293.5px;
  flex-direction: column;
  align-items: center;
}

.recruitContainer__title {
  width: 452px;
  margin-top: 150px;
  height: 176.5px;
  padding-top: 29px;
}
.recruitContainer__button {
  width: 254px;
  font-weight: 700;
  padding: 20px 104px 20px 70px;
  line-height: 29px;
  margin-top: 60px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .recruitContainer {
    margin-top: calc((2512 - 2731) * 1px);
  }

  .recruitContainer__inner {
    display: flex;
    padding-bottom: 150px;
  }

  .recruitContainer__title {
    width: 245.84px;
    margin-top: 70px;
    height: 86.39px;
    padding-top: 7px;
  }
  .recruitContainer__button {
    width: 216px;
    font-weight: 700;
    padding: 15px 56px;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 60.6px;
  }
}

/* Footer */
.home-footer {
  position: relative;
  z-index: 1;
}

/* ==============================================
About Us Page
============================================== */

/* Top Image */
.aboutUs-mainTitle {
  padding: calc(18 / 7.68 * 1vh) calc(44.4 / 14.4 * 1vw) calc(29.4 / 7.68 * 1vh)
    calc(42 / 14.44 * 1vw);
}

.aboutUs-subTitle {
  padding-left: 2.9vw;
  margin-top: calc((-12.4 + -24) * 1px);
}

@media screen and (max-width: 767px) {
  .aboutUs-mainTitle {
    padding: calc(12.3 / 8.44 * 1vh) calc((1 + 33.31) / 3.9 * 1vw)
      calc(21.9 / 8.44 * 1vh) calc(28.7 / 3.9 * 1vw);
  }
  .aboutUs-subTitle {
    padding-left: calc(28.7 / 3.9 * 1vw);
    margin-top: calc((-9.8 + -15) * 1px);
  }
}
/* Identity Container */
.identityContainer {
  display: flex;
  justify-content: space-between;
  width: calc((445 + 92.5 + 492) * 1px);
  margin: 0 auto;
}

.identityContainer__left {
  margin-top: 26vh;
  color: var(--main-color);
}

.identityContainer__mainTitle {
  color: var(--main-color);
  width: 445px;
  height: 198.5px;
  padding-top: 29px;
}

.identityContainer__subTitle {
  margin-top: -44.5px;
  margin-left: calc((11.5 + 60) * 1px);
}

.identityContainer__right {
  max-width: 492px;
  width: 34.1vw;
  padding-top: 29.8vh;
  color: var(--main-color);
}
.identityContainer__right .headingtext {
  font-size: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .identityContainer {
    display: block;
    width: auto;
  }
  .identityContainer__left {
    margin-top: calc(70.3 / 8.44 * 1vh);
    display: table;
    margin-inline: auto;
  }
  .identityContainer__mainTitle {
    width: 247.3px;
    height: 112.73px;
    padding-top: 7.7px;
  }
  .identityContainer__right .headingtext {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .identityContainer__subTitle {
    margin-top: calc((-14.1 + -19) * 1px);
    margin-left: calc((49 + 30) * 1px);
  }
  .identityContainer__right {
    max-width: none;
    width: 280px;
    padding-top: calc(50 / 8.44 * 1vh);
    margin: 0 auto;
    text-align: center;
  }
}

.missionContainer {
  margin: 150px auto 0;
  max-width: 820px;
  width: 100%;
  color: var(--main-color);
}

.missionContainer .jpH2Subtitle {
  position: relative;
  top: 40px;
}

.missionContainer .enH2Title {
  font-size: 30px;
  padding: 15px 85px;
  font-weight: 600;
}
.mission_subtitle {
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 150px;
}
.subtitle_desc {
  line-height: 3.5;
}

/* About Us Gradation Layer */
.aboutUsGradationContainer {
  width: 100%;
  background: linear-gradient(
    #fff 0%,
    #edf5f8 18%,
    #c7dfe8 24%,
    #7ab7d1 35%,
    #70afc7 62%,
    #82b8cc 69%,
    #f5f9fa 75%,
    #fff 100%
  );
  margin-top: -22px;
  padding-bottom: 944px;
}
.pcbreak {
  display: block;
}
.spbreak {
  display: none;
}
@media screen and (max-width: 767px) {
  .aboutUsGradationContainer {
    margin-top: -108px;
    padding-bottom: 614px;
    background: linear-gradient(
      #fff 0%,
      #edf5f8 18%,
      #c7dfe8 24%,
      #7ab7d1 35%,
      #70afc7 62%,
      #82b8cc 70%,
      #f5f9fa 85%,
      #fff 105%
    );
  }
  .missionContainer {
    margin: 165px auto 0;
  }
  .missionContainer .enH2Title {
    padding: 30px 30px 20px;
    line-height: 1.35;
    font-size: 20px;
  }
  .pcbreak {
    display: none;
  }
  .spbreak {
    display: block;
  }
  .missionContainer .jpH2Subtitle {
    top: 20px;
  }
  .mission_subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 100px;
  }
}

/* Message Container */
.messageContainer {
  color: #fff;
  max-width: 580px;
  margin: 0 auto;
  padding-top: 150px;
}

.messageContainer__title {
  margin-bottom: calc((70 + 26.5) * 1px);
}

.messageContainer__mainTitle {
  width: 445px;
  height: 199.5px;
  padding-top: 18px;
}

.messageContainer__subTitle {
  margin-top: calc((-26.5 + -29) * 1px);
}

.messageContainer__text {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .messageContainer {
    width: 330px;
    padding-top: 100px;
  }
  .messageContainer__title {
    margin-bottom: calc((40.6 + 10.4) * 1px);
  }
  .messageContainer__mainTitle {
    width: 243.27px;
    height: 113.39px;
    padding-top: 12px;
  }
  .messageContainer__subTitle {
    margin-top: calc((-10.4 + -19) * 1px);
  }
}

/* Company Container */
.companyContainer {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 180px);
  margin: 0 auto;
  /* margin-top: -742px; */
}

.companyContainer__left {
  color: var(--main-color);
}

.companyContainer__mainTitle {
  width: calc(486 / 14.4 * 1vw);
  max-width: 486px;
  height: 187px;
  padding-top: 30px;
}

@media screen and (max-width: 1100px) {
  .companyContainer__mainTitle {
    font-size: calc(70 / 16 * 1rem);
  }
}

@media screen and (max-width: 900px) {
  .companyContainer__mainTitle {
    font-size: calc(50 / 16 * 1rem);
  }
}

.companyContainer__subTitle {
  margin-top: calc((-16 + -29) * 1px);
  margin-left: calc(69 / 14.4 * 1vw);
}

.companyContainer__right {
  margin-bottom: 340px;
  width: calc(50%);
  border-top: 2px solid var(--main-color);
}

.companyContainer__listRow {
  display: flex;
  border-bottom: 2px solid var(--main-color);
  padding-top: 30px;
  padding-bottom: 25px;
}

.companyContainer__listRow dt {
  color: var(--main-color);
  width: 140px;
  line-height: 1.8;
}
.companyContainer__listRow dd {
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .companyContainer {
    display: block;
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: -515px;
    padding-bottom: 143px;
  }
  .companyContainer__left {
    text-align: center;
  }
  .companyContainer__mainTitle {
    width: 285.3px;
    height: 127.73px;
    padding-top: 15.7px;
    margin: 0 auto;
    font-size: calc(60 / 13 * 1rem);
  }
  .companyContainer__subTitle {
    margin-top: calc((-11.1 + -19) * 1px);
  }
  .companyContainer__right {
    margin-top: 56px;
    width: auto;
    margin-bottom: 0px;
  }
  .companyContainer__listRow {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .companyContainer__listRow dt {
    width: 100px;
    line-height: 1.5;
  }
  .companyContainer__listRow dd {
    line-height: 1.5;
  }
}

/* ==============================================
Business Page
============================================== */

/* Top Image */
.business-mainTitle {
  padding: calc(18 / 7.68 * 1vh) calc((6.6 + 48.82) / 14.4 * 1vw)
    calc(29.4 / 7.68 * 1vh) calc((5.2 + 48.82) / 14.44 * 1vw);
}

.business-subTitle {
  padding-left: calc((5.2 + 48.82) / 14.44 * 1vw);
  margin-top: -36px;
}

@media screen and (max-width: 767px) {
  .business-mainTitle {
    padding: calc(12.3 / 8.44 * 1vh) calc((8 + 33.31) / 3.9 * 1vw)
      calc(21.9 / 8.44 * 1vh) calc((3.3 + 33.31) / 3.9 * 1vw);
  }
  .business-subTitle {
    padding-left: calc((3.3 + 33.31) / 3.9 * 1vw);
    margin-top: calc((-9.8 + -15) * 1px);
  }
}

/* Main Text */
.businessPage-mainText {
  margin: 0 auto;
  margin-top: calc(200 / 10 * 1vh);
  margin-bottom: calc(150 / 10 * 1vh);
  width: 508px;
}
@media screen and (max-width: 767px) {
  .businessPage-mainText {
    margin: calc(100 / 8.44 * 1vh) auto;
    width: 316px;
  }
}

/* Our Business Container */
.ourBusinessContainer {
  color: #fff;
  background-color: var(--sub-color);
  padding-top: 155px;
  padding-bottom: 352px;
}

.ourBusinessContainer__title {
  font-size: calc(50 / 16 * 1rem);
  margin-left: calc(240 / 14.4 * 1vw);
}

.ourBusinessContainer__title span {
  font-size: 16px;
  display: block;
  font-family: var(--primary-font-set);
}

.ourBusinessContainer__list li {
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 58px;
  text-align: left;
  counter-increment: count;
  font-size: calc(18 / 16 * 1rem);
  padding-bottom: 27.5px;
  padding-left: 114px;
  position: relative;
}

.ourBusinessContainer__list li::before {
  content: counter(count, decimal-leading-zero);
  margin-right: 40px;
  font-family: var(--en-font-set);
  font-weight: 400;
  font-size: calc(50 / 16 * 1rem);
  position: absolute;
  left: 0;
}

.ourBusinessContainer__list li h3 {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .ourBusinessContainer {
    padding-top: 100px;
    padding-bottom: 143px;
  }
  .ourBusinessContainer__title {
    font-size: calc(50 / 13 * 1rem);
    margin-left: calc(30 / 3.9 * 1vw);
    margin-bottom: 50px;
  }
  .ourBusinessContainer__list li {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-top: 57.5px;
    font-size: calc(15 / 13 * 1rem);
    padding-bottom: 28.5px;
    padding-left: 55px;
  }
  .ourBusinessContainer__list li:not(:first-child) {
    margin-top: 70px;
  }
  .ourBusinessContainer__list li::before {
    margin-right: 15px;
    font-size: calc(50 / 13 * 1rem);
  }
  .ourBusinessContainer__list li h3 {
    line-height: 2;
  }
}

/* ==============================================
Recruit Page
============================================== */
/* Top Image */
.recruit-mainTitle {
  padding: calc(18 / 7.68 * 1vh) calc((5.8 + 48.82) / 14.4 * 1vw)
    calc(29.4 / 7.68 * 1vh) calc(48.82 / 14.4 * 1vw);
}

.recruit-subTitle {
  padding-left: calc(30.8 / 14.44 * 1vw);
  margin-top: -36px;
}
@media screen and (max-width: 767px) {
  .recruit-mainTitle {
    padding: calc(12.3 / 8.44 * 1vh) calc((8 + 33.31) / 3.9 * 1vw)
      calc(21.9 / 8.44 * 1vh) calc((3.3 + 33.31) / 3.9 * 1vw);
  }
  .recruit-subTitle {
    padding-left: calc(150 / 14.44 * 1vw);
    margin-top: -30px;
  }
}

/* Requirement List */
.requirements {
  padding-bottom: 323px;
}

.requirements__title {
  margin-top: calc(200 / 10 * 1vh);
  margin-bottom: calc(126 / 10 * 1vh);
}

.requirements-list {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.requirements-list dd {
  max-width: calc(590px - 225px);
  flex: 0 0 calc(590px - 225px);
  clear: right;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 30px;
}

.requirements-list dt {
  flex: 0 0 225px;
  color: #84898b;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .requirements__title {
    margin-top: calc(100 / 10 * 1vh);
    margin-bottom: calc(50 / 10 * 1vh);
  }
  .requirements-list {
    max-width: calc(100% - 40px);
    line-height: 1.8;
  }
  .requirements-list dt {
    flex: 0 0 135px;
  }
  .requirements-list dd {
    max-width: calc(100% - 135px);
    flex: calc(100% - 135px);
    margin-bottom: 30px;
  }
  .requirements {
    padding-bottom: 113px;
  }
}

/* ==============================================
Contact Page
============================================== */
/* Top Image */
.contact-mainTitle {
  padding: calc(18 / 7.68 * 1vh) calc(46.6 / 14.4 * 1vw) calc(29.4 / 7.68 * 1vh)
    calc(40.8 / 14.44 * 1vw);
}

.contact-subTitle {
  padding-left: calc(40.8 / 14.44 * 1vw);
  margin-top: -36px;
}

/* Contact Page List */
.contactPage {
  margin: 0 auto;
  width: 700px;
  margin-top: calc(200 / 7.68 * 1vh);
  padding-bottom: 200px;
}

.contactPage__topText {
  margin-bottom: calc(50 / 10 * 1vh);
}

.contactPage__list {
  border-top: 2px solid var(--main-color);
  margin-bottom: 56px;
}

.contactPage__listRow {
  display: flex;
  border-bottom: 2px solid var(--main-color);
}

.contactPage__listRow dt {
  color: var(--main-color);
  width: 230px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.contactPage__listRow:last-child dt {
  align-self: flex-start;
  padding-top: 32px;
}

.contactPage__listRow dd {
  color: #49565a;
  width: 100%;
}

.contactPage__listRow dd span {
  display: block;
  width: 100%;
}

.contactPage__list input,
.contactPage__list textarea {
  padding: 32px 20px 29px;
  width: 100%;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--text-dark);
}
.contactPage__list input::placeholder,
.contactPage__list textarea::placeholder {
  color: rgb(73 86 90 / 52%);
}
.contactPage__list input:focus {
  background: rgb(128 184 206 / 10%);
}
.contactPage__list textarea {
  height: 200px;
}
form .button.semiBold__button {
  width: 240px;
  text-align: center;
  margin: 70px auto 220px;
  cursor: pointer;
}
.wpcf7-submit {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0;
}
@media screen and (max-width: 767px) {
  .contact-mainTitle {
    padding: calc(12.3 / 8.44 * 1vh) calc((8 + 33.31) / 3.9 * 1vw)
      calc(21.9 / 8.44 * 1vh) calc((3.3 + 33.31) / 3.9 * 1vw);
  }
  .contact-subTitle {
    padding-left: calc(150 / 14.44 * 1vw);
    margin-top: -30px;
  }
  .contactPage {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-top: calc(100 / 7.68 * 1vh);
  }
  .contactPage__topText {
    text-align: center;
  }
  .contactPage__listRow dt {
    width: 160px;
    font-size: 13px;
    padding-left: 10px;
    margin-right: 25px;
  }
  .contactPage__listRow:last-child dt {
    width: 100%;
    padding-top: 0;
  }
  .contactPage__listRow:last-child {
    flex-wrap: wrap;
  }
  .contactPage__list textarea {
    padding: 10px;
  }
  form .button.semiBold__button {
    padding: 12px 29px 16px;
    margin-bottom: 120px;
  }
}

/* ==============================================
Complete Page
============================================== */
/* Complete Page Title */
.completePage__inner {
  padding-top: calc(121 / 7.68 * 1vh);
  padding-bottom: calc(200 / 7.68 * 1vh);
}

.completePage__text {
  margin-top: calc(70 / 7.68 * 1vh);
  margin-bottom: calc(70 / 7.68 * 1vh);
}
@media screen and (max-width: 767px) {
  .completePage__inner {
    padding-top: calc(100 / 7.68 * 1vh);
    padding-bottom: calc(150 / 7.68 * 1vh);
  }
  .completePage__text {
    max-width: calc(100% - 70px);
    margin-inline: auto;
  }
  .page-id-14 .footer__inner,
  .page-id-16 .footer__inner {
    padding-top: 84px;
  }
  .jp-title.completePage__title {
    font-size: 25px;
  }
}

/* ==============================================
404 Page
============================================== */
/* 404 Page Title */
.notFoundPage__inner {
  padding-top: calc(101 / 7.68 * 1vh);
  padding-bottom: calc(342 / 7.68 * 1vh);
}

.notFoundPage__title {
  font-family: var(--en-font-set);
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  color: var(--main-color);
}

.notFoundPage__text {
  margin-top: calc(60 / 7.68 * 1vh);
  margin-bottom: calc(100 / 7.68 * 1vh);
}
@media screen and (max-width: 767px) {
  .notFoundPage__text {
    margin-top: calc(70 / 7.68 * 1vh);
    margin-bottom: calc(70 / 7.68 * 1vh);
  }
  .notFoundPage__title {
    font-size: 35px;
    line-height: 1.5;
  }
  .notFoundPage__inner {
    padding-top: calc(100 / 7.68 * 1vh);
    padding-bottom: calc(143 / 7.68 * 1vh);
  }
}

/* 20241011_add */
@media screen and (min-width: 768px) {
  .page-id-2 p,
  .page-id-2 .about_logo_desc,
  .page-id-2 .companyContainer__listRow dt,
  .page-id-2 .companyContainer__listRow dd {
    font-weight: bold;
    font-size: 18px;
  }
  .page-id-2 .messageContainer {
    max-width: 620px;
  }
  .page-id-2 .about_logo {
    max-width: calc(47% - 70px);
  }
  .page-id-2 .about_logo_desc {
    max-width: 53%;
  }
}
/* 20241011_add */
@media screen and (max-width: 767px) {
  .page-id-2 p,
  .page-id-2 .about_logo_desc,
  .page-id-2 .companyContainer__listRow dt,
  .page-id-2 .companyContainer__listRow dd {
    font-size: 15px;
  }
  .page-id-2 .identityContainer__right {
    width: 300px;
  }
  .page-id-2 .messageContainer {
    width: 93%;
  }
}
