@charset "UTF-8";
/* ==========================
   reset.css
   ========================== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

/* Body */
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Images */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Buttons */
button {
  cursor: pointer;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address */
address {
  font-style: normal;
}

/* ==========================
   normalize.css
   ========================== */
/* HTML5要素をブロックに統一 */
article, aside, details, figcaption, figure,
footer, header, main, nav, section, summary {
  display: block;
}

/* bodyの行間・文字サイズをブラウザ差を吸収 */
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* リストのパディング差を吸収 */
ul, ol {
  margin: 0;
}

/* aタグ */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/* hr */
hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

/* img */
img {
  border-style: none;
  max-width: 100%;
  display: block;
}

/* form */
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 900;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body p {
    line-height: 25px;
  }
}

main {
  color: #ffffff;
}

.orbitron {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.grid-bg {
  background-color: #000000;
  background-image: url("../images/grid_pattern.svg");
  background-repeat: repeat;
  background-size: 200px;
}

.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.link-button-wrap {
  height: 70px;
  width: 320px;
  border-radius: 35px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .link-button-wrap {
    height: 50px;
    width: 210px;
  }
}
.link-button-wrap:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 768px) {
  .link-button-wrap:hover::before {
    display: none;
  }
}
.link-button-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #31fcfc 0%, #8ffcfc 50%, #8ffcfc 100%);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.link-button-wrap .link-button {
  height: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 66px;
  padding-left: 40px;
  border-radius: 35px;
  border: 2px solid #fff;
  background-image: url("../images/arrow_right_blue.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 23px;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 768px) {
  .link-button-wrap .link-button {
    font-size: 14px;
    line-height: 46px;
    background-size: 12px;
    padding-left: 20px;
  }
}
.link-button-wrap .link-button:hover {
  color: #000;
  border: 2px solid transparent;
  background-image: url("../images/arrow_right_black.png");
}
@media (max-width: 768px) {
  .link-button-wrap .link-button:hover {
    color: #ffffff;
    border: 2px solid #fff;
    background-image: url("../images/arrow_right_blue.png");
  }
}

.link-button-wrap.blue-start {
  background: linear-gradient(to right, #31fcfc 0%, #8ffcfc 50%, #8ffcfc 100%);
}
.link-button-wrap.blue-start::before {
  background: #000;
}
.link-button-wrap.blue-start .link-button {
  color: #000;
  background-image: url("../images/arrow_right_black.png");
  border: 2px solid transparent;
}
.link-button-wrap.blue-start .link-button:hover {
  color: #fff;
  background-image: url("../images/arrow_right_blue.png");
  border: 2px solid #fff;
}

/* 白文字を表示させるアニメーション */
@keyframes show-text {
  to {
    color: #ffffff;
  }
}
/* 青文字を表示させるアニメーション */
@keyframes show-text-blue {
  to {
    color: #0abab5;
  }
}
/* 背景色の文字を表示させるアニメーション */
@keyframes show-bg {
  to {
    background: linear-gradient(to right, #31fcfc 0%, #8ffcfc 60%, #8ffcfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* 背景色が左から右へ抜けるアニメーション */
@keyframes slide-in-out {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
.show-text {
  position: relative;
  display: inline-block;
  color: transparent; /* 最初は文字を隠しておく */
  overflow: hidden;
}
.show-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
}
.show-text .show-bg {
  background: transparent;
  animation: show-bg 0s 0.5s forwards;
  animation-delay: 2.5s;
}
.show-text .show-bg::after {
  animation-delay: 2s;
}
.show-text .show-text-blue {
  animation: show-text-blue 0s 1.7s forwards;
}

.show-text-first {
  animation: show-text 0s 1.7s forwards;
}
.show-text-first::after {
  animation: slide-in-out 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1.2s forwards;
}

.show-text-second {
  animation: show-text 0s 2.5s forwards;
}
.show-text-second::after {
  animation: slide-in-out 0.7s cubic-bezier(0.7, 0, 0.3, 1) 2s forwards;
}

.show-text-bg-block::after {
  background-color: #000000; /* 背景色 */
}

.show-text-bg-blue::after {
  background-color: #0abab5; /* 背景色 */
}

.sub-page .content-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

section.page-top {
  background-color: #000;
}
section.page-top .content-wrap {
  padding: 170px 0 120px;
}
@media (max-width: 1024px) {
  section.page-top .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  section.page-top .content-wrap {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
@keyframes line-grow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
section.page-top .page-top-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
section.page-top .page-top-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #34FCFC;
  animation: line-grow 1s ease-out 1.4s forwards;
}
section.page-top .page-top-wrap .section-title-en {
  font-size: 100px;
  animation: show-text 0s 1.1s forwards;
}
@media (max-width: 768px) {
  section.page-top .page-top-wrap .section-title-en {
    font-size: 60px;
  }
}
section.page-top .page-top-wrap .section-title-en .show-text-blue {
  animation: show-text-blue 0s 1.1s forwards;
}
section.page-top .page-top-wrap .section-title-en::after {
  animation: slide-in-out 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.6s forwards;
}
section.page-top .page-top-wrap .section-title-ja {
  margin-top: 8px;
  margin-bottom: 32px;
  animation: show-text 0s 1.9s forwards;
}
section.page-top .page-top-wrap .section-title-ja::after {
  animation: slide-in-out 0.7s cubic-bezier(0.7, 0, 0.3, 1) 1.4s forwards;
}

.grid-bg-sub {
  padding: 0 0 60px;
}

html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
}

header {
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .header-wrap {
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header .header-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  header .header-wrap {
    height: 60px;
  }
}
header .header-wrap h1 {
  font-size: 25px;
}
@media (max-width: 768px) {
  header .header-wrap h1 {
    font-size: 18px;
  }
}
header .header-wrap .nav-wrap {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  header .header-wrap .nav-wrap {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap {
    gap: 8px;
  }
}
header .header-wrap .nav-wrap .inquiry {
  width: 170px;
  height: 45px;
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .inquiry {
    width: 120px;
    height: 37px;
  }
}
header .header-wrap .nav-wrap .inquiry .link-button {
  line-height: 45px;
  background-image: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0;
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .inquiry .link-button {
    line-height: 33px;
    font-size: 12px;
    font-weight: 600;
  }
}
header .header-wrap .nav-wrap .inquiry .link-button:hover {
  background-image: none;
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
}
header .header-wrap .nav-wrap .navigation .open-menu-wrap {
  display: none;
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .navigation .open-menu-wrap {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
  }
}
header .header-wrap .nav-wrap .navigation .open-menu-wrap p {
  font-size: 18px;
}
header .header-wrap .nav-wrap .navigation .open-menu-wrap .open-menu-button-wrap {
  display: flex;
  gap: 8px;
}
header .header-wrap .nav-wrap .navigation .open-menu-wrap .open-menu-button-wrap .close-hamburger {
  padding: 0;
}
header .header-wrap .nav-wrap .navigation .open-menu-wrap .open-menu-button-wrap .close-hamburger img {
  width: 37px;
}
header .header-wrap .nav-wrap .navigation .nav-list {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1024px) {
  header .header-wrap .nav-wrap .navigation .nav-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .navigation .nav-list {
    flex-direction: column;
    gap: 25px;
    margin: 120px 20px 0;
  }
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .navigation .nav-list li {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .is-open {
    transform: translateX(0);
  }
}
header .header-wrap .nav-wrap .sp-nav {
  display: none;
}
@media (max-width: 768px) {
  header .header-wrap .nav-wrap .sp-nav {
    display: flex;
  }
}
header .header-wrap .nav-wrap .sp-nav .open-hamburger {
  padding: 0;
}
header .header-wrap .nav-wrap .sp-nav .open-hamburger img {
  width: 37px;
}

.top-page {
  background-color: #000;
}
.top-page .content-wrap {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .top-page .content-wrap {
    padding: 60px 20px 0;
  }
}
.top-page .content-wrap .section-title {
  display: inline-block;
  font-size: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .top-page .content-wrap .section-title {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .top-page .content-wrap .section-title {
    font-size: 45px;
  }
}
.top-page .content-wrap .section-title::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 110%;
  height: 2px;
  background: linear-gradient(to right, #fff 0%, #fff 70%, transparent 100%);
}
.top-page .content-wrap .section-title span {
  color: #0abab5;
}
.top-page .top-grid-bg {
  padding: 70px 0;
}
.top-page section.main-visual {
  height: 800px;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 50px;
}
.top-page section.main-visual::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .top-page section.main-visual {
    height: 560px;
  }
}
.top-page section.main-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-page section.main-visual .mv-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  .top-page section.main-visual .mv-wrap {
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
  }
}
.top-page section.main-visual .mv-wrap h2 {
  font-size: 145px;
}
@media (max-width: 1250px) {
  .top-page section.main-visual .mv-wrap h2 {
    font-size: 120px;
  }
}
@media (max-width: 1024px) {
  .top-page section.main-visual .mv-wrap h2 {
    font-size: 85px;
  }
}
@media (max-width: 768px) {
  .top-page section.main-visual .mv-wrap h2 {
    font-size: 11vw;
    letter-spacing: -0.01em;
    white-space: nowrap;
    width: 100%;
  }
}
.top-page section.main-visual .mv-wrap .title {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .top-page section.main-visual .mv-wrap .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .top-page section.main-visual .mv-wrap .title {
    font-size: 24px;
    margin: 10px 0 15px;
    line-height: 30px;
  }
}
.top-page section.main-visual .mv-wrap .text {
  line-height: 32px;
}
@media (max-width: 768px) {
  .top-page section.main-visual .mv-wrap .text {
    line-height: 25px;
  }
}
.top-page section.news .news-list {
  margin-top: 30px;
}
.top-page section.news .news-list .news-item a {
  display: flex;
  gap: 30px;
  padding: 18px 0;
  position: relative;
}
@media (max-width: 768px) {
  .top-page section.news .news-list .news-item a {
    flex-direction: column;
    gap: 15px;
  }
}
.top-page section.news .news-list .news-item a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #34FCFC, #34FCFC) no-repeat, #ffffff;
  background-size: 100px 100%;
}
.top-page section.news .news-list .news-item .date-category-wrap {
  display: flex;
  gap: 14px;
}
.top-page section.news .news-list .news-item .date-category-wrap .date {
  color: #8F8F8F;
}
@media (max-width: 768px) {
  .top-page section.news .news-list .news-item .date-category-wrap .date {
    font-size: 16px;
  }
}
.top-page section.news .news-list .news-item .date-category-wrap .category {
  font-size: 12px;
  height: 24px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-page section.news .news-list .news-item .date-category-wrap .news {
  background-color: #8FFCFC;
  color: #000000;
}
.top-page section.news .news-list .news-item .date-category-wrap .column {
  border: 1px solid #8FFCFC;
  color: #8FFCFC;
}
.top-page section.news .news-list .news-item .title {
  text-decoration: underline;
}
.top-page section.news .link-button-wrap {
  margin: 40px 0 0 auto;
}
.top-page section.message .content-wrap {
  position: relative;
}
.top-page section.message .content-wrap .section-title {
  z-index: 1;
}
.top-page section.message .content-wrap .logo {
  width: 600px;
  position: absolute;
  top: 200px;
  left: -170px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-page section.message .content-wrap .logo {
    width: 500px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .top-page section.message .content-wrap .logo {
    display: none;
  }
}
.top-page section.message p {
  line-height: 40px;
  margin-top: 120px;
  margin-left: 35%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-page section.message p {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .top-page section.message p {
    margin-top: 30px;
    margin-left: 0;
    line-height: 25px;
  }
}
.top-page section.message .link-button-wrap {
  margin: 40px 0 0 auto;
}
.top-page section.service .carousel {
  position: relative;
}
@media (max-width: 768px) {
  .top-page section.service .carousel {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .top-page section.service .carousel .carousel-viewport {
    overflow: hidden;
  }
}
.top-page section.service .carousel .item-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .top-page section.service .carousel .item-list {
    display: flex;
    gap: 0;
    transition: transform 0.3s ease;
    margin-top: 30px;
  }
}
.top-page section.service .carousel .item-list .service-item {
  height: 446px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 4px solid #fff;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-page section.service .carousel .item-list .service-item {
    height: 385px;
  }
}
@media (max-width: 768px) {
  .top-page section.service .carousel .item-list .service-item {
    flex: 0 0 100%;
    height: 446px;
    border: 2px solid #fff;
  }
}
.top-page section.service .carousel .item-list .service-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.top-page section.service .carousel .item-list .service-item:hover {
  opacity: 0.7;
}
.top-page section.service .carousel .item-list .service-item img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.top-page section.service .carousel .item-list .service-item .text-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top-page section.service .carousel .item-list .service-item .text-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .top-page section.service .carousel .item-list .service-item .text-wrap h3 {
    font-size: 20px;
  }
}
.top-page section.service .carousel .item-list .service-item .text-wrap .caption {
  line-height: 22px;
  margin: 10px 20px 0;
}
@media (max-width: 1024px) {
  .top-page section.service .carousel .item-list .service-item .text-wrap .caption {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top-page section.service .carousel .item-list .service-item .text-wrap .caption {
    line-height: 25px;
  }
}
.top-page section.service .carousel .item-list .service-item .text-wrap .link-text {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 8px 0;
  text-align: center;
  margin-top: 15px;
}
.top-page section.service .carousel .carousel-btn {
  display: none;
}
@media (max-width: 768px) {
  .top-page section.service .carousel .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(to right, #31fcfc 0%, #8ffcfc 60%, #8ffcfc 100%);
  }
}
.top-page section.service .carousel .carousel-btn img {
  width: 15px;
  margin: 0 auto;
}
.top-page section.service .carousel .carousel-btn.prev {
  left: 0;
}
.top-page section.service .carousel .carousel-btn.next {
  right: 0;
}
.top-page section.service .link-button-wrap {
  margin: 60px auto 0;
}
.top-page section.seminar .description {
  margin: 40px 0 75px;
}
@media (max-width: 768px) {
  .top-page section.seminar .description {
    margin: 30px 0 45px;
  }
}
.top-page section.seminar .item-list .item {
  display: flex;
  gap: 40px;
  align-items: center;
  border-bottom: 3px solid #515159;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item {
    border-bottom: 2px solid #515159;
  }
}
.top-page section.seminar .item-list .item:first-child {
  border-top: 3px solid #515159;
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item:first-child {
    border-bottom: 2px solid #515159;
  }
}
.top-page section.seminar .item-list .item .img-wrap {
  flex: 0 0 auto;
  width: 128px;
}
.top-page section.seminar .item-list .item .img-wrap img {
  max-width: none;
  height: 58px;
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item .text-wrap .title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item .text-wrap .title-wrap img {
    height: 22px;
  }
}
.top-page section.seminar .item-list .item .text-wrap .title-wrap h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item .text-wrap .title-wrap h3 {
    font-size: 20px;
  }
}
.top-page section.seminar .item-list .item .text-wrap .item-description {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top-page section.seminar .item-list .item .text-wrap .item-description {
    margin-top: 14px;
  }
}
.top-page .flow-price-bg {
  background-color: #2c2c32;
  border-radius: 57px 57px 0 0;
  padding: 10px 0 100px;
}
@media (max-width: 768px) {
  .top-page .flow-price-bg {
    padding: 0 0 65px;
  }
}
.top-page section.flow .item-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 25px;
}
@media (max-width: 1024px) {
  .top-page section.flow .item-list {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .top-page section.flow .item-list {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.top-page section.flow .item-list .item {
  flex: 1;
}
.top-page section.flow .item-list .item:last-child .step::before {
  display: none;
}
.top-page section.flow .item-list .step {
  width: 140px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .step {
    width: 100%;
    font-size: 15px;
  }
}
.top-page section.flow .item-list .step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100%;
  background: radial-gradient(circle, #31fcfc 2px, transparent 1px) left bottom/8px 4px repeat-x;
  padding-bottom: 4px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .step::before {
    display: none;
  }
}
.top-page section.flow .item-list .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap {
    flex-direction: row;
    gap: 12px;
    margin-top: 15px;
  }
}
.top-page section.flow .item-list .item-wrap .img-wrap {
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .img-wrap {
    height: auto;
    flex: 0 0 70px;
  }
}
.top-page section.flow .item-list .item-wrap .img-wrap .icon_mail {
  width: 70px;
  height: auto;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .img-wrap .icon_mail {
    width: 50px;
  }
}
.top-page section.flow .item-list .item-wrap .img-wrap .icon_note {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .img-wrap .icon_note {
    width: 50px;
  }
}
.top-page section.flow .item-list .item-wrap .img-wrap .icon_schedule {
  width: 65px;
  height: auto;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .img-wrap .icon_schedule {
    width: 45px;
  }
}
.top-page section.flow .item-list .item-wrap .img-wrap .icon_users {
  width: 66px;
  height: auto;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .img-wrap .icon_users {
    width: 42px;
  }
}
.top-page section.flow .item-list .item-wrap .text-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1024px) {
  .top-page section.flow .item-list .item-wrap .text-wrap h3 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .text-wrap h3 {
    font-size: 20px;
    text-align: start;
  }
}
.top-page section.flow .item-list .item-wrap .text-wrap .flow-text {
  line-height: 22px;
}
@media (max-width: 768px) {
  .top-page section.flow .item-list .item-wrap .text-wrap .flow-text {
    line-height: 25px;
  }
}
.top-page section.price .item {
  margin-top: 40px;
  scroll-margin-top: 80px;
}
.top-page section.price .item:first-of-type {
  margin-top: 60px;
}
.top-page section.price .item h3 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  background-color: #00CCCC;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 768px) {
  .top-page section.price .item h3 {
    font-size: 24px;
  }
}
.top-page section.price .item h3 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
}
.top-page section.price .item .amount {
  color: #000;
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .top-page section.price .item .amount {
    text-align: left;
    padding: 15px;
  }
}
.top-page section.price .item table {
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .top-page section.price .item table {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.top-page section.price .item table thead {
  background-color: #F3F4F6;
}
.top-page section.price .item table thead th {
  width: 50%;
  font-weight: normal;
  padding: 15px 0;
}
.top-page section.price .item table thead th:first-child {
  border-right: 1px solid #E5E7EB;
}
@media (max-width: 768px) {
  .top-page section.price .item table tbody {
    display: block;
    width: 100%;
  }
}
.top-page section.price .item table tbody tr {
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 768px) {
  .top-page section.price .item table tbody tr {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.top-page section.price .item table tbody tr:last-child {
  border: none;
}
.top-page section.price .item table tbody tr td {
  width: 50%;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .top-page section.price .item table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.top-page section.price .item table tbody tr td:first-child {
  border-right: 1px solid #E5E7EB;
}
@media (max-width: 768px) {
  .top-page section.price .item table tbody tr td:first-child {
    border: none;
  }
}
@media (max-width: 768px) {
  .top-page section.price .item table tbody tr .is-accent {
    font-weight: bold;
    margin-bottom: 8px;
  }
}
.top-page section.price .item table tbody tr td.aline-left {
  text-align: left;
}
.top-page section.price .item .note {
  margin-top: 10px;
}

main.service-page .num-wrap {
  font-weight: 500;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
}
main.service-page .num-wrap .num-title {
  font-size: 12px;
}
main.service-page .num-wrap .num {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 768px) {
  main.service-page .num-wrap .num {
    font-size: 30px;
    line-height: 30px;
  }
}
main.service-page section.service-link .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
}
@media (max-width: 768px) {
  main.service-page section.service-link .item-list {
    flex-direction: column;
  }
}
main.service-page section.service-link .item-list a {
  width: calc(50% - 16px);
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 16px;
  background-image: url("../images/arrow_bottom_blue.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 16px;
}
@media (max-width: 768px) {
  main.service-page section.service-link .item-list a {
    width: 100%;
  }
}
main.service-page section.service-link .item-list a .item-wrap {
  display: flex;
  align-items: center;
}
main.service-page section.service-link .item-list a .item-wrap .num-wrap {
  border-right: 1px solid #ffffff;
  padding-right: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  main.service-page section.service-link .item-list a .item-wrap .num-wrap {
    padding-right: 18px;
  }
}
main.service-page section.service-link .item-list a .item-wrap .text {
  font-size: 18px;
  font-weight: 600;
  padding-left: 24px;
}
@media (max-width: 768px) {
  main.service-page section.service-link .item-list a .item-wrap .text {
    font-size: 16px;
    padding-left: 18px;
  }
}
main.service-page section.service-item {
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
  main.service-page section.service-item {
    scroll-margin-top: 60px;
  }
}
main.service-page section.service-item .num-wrap .num {
  color: #8FFCFC;
  font-size: 50px;
  line-height: 45px;
}
@media (max-width: 768px) {
  main.service-page section.service-item .num-wrap .num {
    font-size: 40px;
    line-height: 35px;
  }
}
main.service-page section.service-item .service-item-wrap {
  position: relative;
  min-height: 338px;
}
main.service-page section.service-item .service-item-wrap h3 {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  margin: 24px 0 44px;
  z-index: 2;
}
@media (max-width: 768px) {
  main.service-page section.service-item .service-item-wrap h3 {
    font-size: 28px;
    margin: 18px 0 24px;
  }
}
main.service-page section.service-item .service-item-wrap .text-area {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  main.service-page section.service-item .service-item-wrap .text-area {
    width: 100%;
  }
}
main.service-page section.service-item .service-item-wrap .text-area p {
  line-height: 25px;
}
main.service-page section.service-item .service-item-wrap img {
  width: 55%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  main.service-page section.service-item .service-item-wrap img {
    width: 100%;
    margin-top: 16px;
    position: static;
  }
}
main.service-page section.service-item .detail-title {
  margin: 80px 0 40px;
  background-color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  main.service-page section.service-item .detail-title {
    font-size: 24px;
    margin: 60px 0 30px;
  }
}
main.service-page section.service-item .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  main.service-page section.service-item .detail-list {
    flex-direction: column;
    gap: 30px;
  }
}
main.service-page section.service-item .detail-list li {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  main.service-page section.service-item .detail-list li {
    width: 100%;
  }
}
main.service-page section.service-item .detail-list li h5 {
  margin-bottom: 12px;
}
main.service-page section.service-item .number-type li h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
main.service-page section.service-item .number-type li h5 span {
  display: inline-block;
  color: #8FFCFC;
  font-size: 23px;
  margin-right: 8px;
}
main.service-page section.service-item .number-type li p {
  line-height: 25px;
}
main.service-page section.service-item .list-type li h5 {
  font-size: 24px;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 768px) {
  main.service-page section.service-item .list-type li h5 {
    font-size: 20px;
  }
}
main.service-page section.service-item .list-type li h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}
main.service-page section.service-item .list-crisis-management li h5 {
  margin: 0;
}
main.service-page .safe-fit-banner img {
  width: 660px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  main.service-page .safe-fit-banner img {
    width: 100%;
  }
}
main.service-page .link-button-wrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  main.service-page .link-button-wrap {
    margin-top: 60px;
  }
}
main.service-page .link-button-wrap a {
  font-size: 15px;
}

main.recruit-page section.profile h3,
main.recruit-page section.job-info h3 {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  main.recruit-page section.profile h3,
  main.recruit-page section.job-info h3 {
    font-size: 28px;
  }
}
main.recruit-page .entry-note {
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  main.recruit-page .entry-note {
    font-size: 12px;
    line-height: 20px;
  }
}
main.recruit-page section.message {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: 95% 105%;
  background-size: 600px;
}
@media (max-width: 1024px) {
  main.recruit-page section.message {
    background: none;
  }
}
main.recruit-page section.message h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 768px) {
  main.recruit-page section.message h3 {
    font-size: 28px;
    line-height: 39px;
  }
}
main.recruit-page section.message h3 span {
  color: #8FFCFC;
}
main.recruit-page section.message h3::after {
  content: "";
  width: 104px;
  border: 1px solid #8FFCFC;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main.recruit-page section.message .text {
  text-align: center;
  line-height: 34px;
  margin: 54px 0;
}
main.recruit-page section.profile ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  main.recruit-page section.profile ul {
    flex-direction: column;
  }
}
main.recruit-page section.profile ul li {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  main.recruit-page section.profile ul li {
    width: 100%;
  }
}
main.recruit-page section.profile ul li .heading {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  main.recruit-page section.profile ul li .heading {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
main.recruit-page section.profile ul li .heading span {
  color: #8FFCFC;
  font-size: 20px;
}
@media (max-width: 768px) {
  main.recruit-page section.profile ul li .heading span {
    font-size: 16px;
  }
}
main.recruit-page section.profile ul li .heading h4 {
  font-size: 30px;
}
@media (max-width: 768px) {
  main.recruit-page section.profile ul li .heading h4 {
    font-size: 24px;
  }
}
main.recruit-page section.job-info dl {
  margin: 40px 0;
}
main.recruit-page section.job-info dl .job-info-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px dashed #C4C4C4;
  padding: 30px 0;
}
@media (max-width: 768px) {
  main.recruit-page section.job-info dl .job-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
main.recruit-page section.job-info dl .job-info-wrap dt {
  width: 15%;
  font-weight: 600;
}
@media (max-width: 768px) {
  main.recruit-page section.job-info dl .job-info-wrap dt {
    width: 100%;
    font-size: 16px;
  }
}
main.recruit-page section.job-info dl .job-info-wrap dd {
  width: 85%;
}
@media (max-width: 768px) {
  main.recruit-page section.job-info dl .job-info-wrap dd {
    width: 100%;
  }
}

main.news-page .date-category-wrap {
  display: flex;
  gap: 14px;
}
main.news-page .date-category-wrap .date {
  color: #8F8F8F;
}
@media (max-width: 768px) {
  main.news-page .date-category-wrap .date {
    font-size: 16px;
  }
}
main.news-page .date-category-wrap .category {
  font-size: 12px;
  height: 24px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.news-page .date-category-wrap .news {
  background-color: #8FFCFC;
  color: #000000;
}
main.news-page .date-category-wrap .column {
  border: 1px solid #8FFCFC;
  color: #8FFCFC;
}
main.news-page section.article-list .article {
  padding-bottom: 34px;
}
main.news-page section.article-list .article .title-content-wrap {
  display: block;
  position: relative;
  margin-top: 28px;
  padding-bottom: 34px;
}
main.news-page section.article-list .article .title-content-wrap::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #34FCFC, #34FCFC) no-repeat, #ffffff;
  background-size: 100px 100%;
  transition: background-size 0.3s ease;
}
main.news-page section.article-list .article .title-content-wrap:hover::after {
  background-size: 100% 100%;
}
main.news-page section.article-list .article .title-content-wrap:hover h2 {
  color: #34FCFC;
}
main.news-page section.article-list .article .title-content-wrap h2 {
  font-size: 20px;
  font-weight: 600;
  transition: color 0.3s ease;
}
main.news-page section.article-list .article .title-content-wrap p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}
@media (max-width: 768px) {
  main.news-page section.article-list .article .title-content-wrap p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
  }
}
main.news-page section.article-list .pagination-wrapper {
  margin-top: 120px;
}
@media (max-width: 768px) {
  main.news-page section.article-list .pagination-wrapper {
    margin-top: 28px;
  }
}
main.news-page section.article-list .pagination-wrapper nav .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  main.news-page section.article-list .pagination-wrapper nav .nav-links {
    gap: 10px;
  }
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  color: #6CFCFC;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #6CFCFC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  main.news-page section.article-list .pagination-wrapper nav .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .page-numbers:hover {
  background-color: #6CFCFC;
  color: #000000;
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .page-numbers.current {
  background-color: #6CFCFC;
  color: #000000;
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .prev, main.news-page section.article-list .pagination-wrapper nav .nav-links .next {
  border: none;
  width: 23px;
  height: 23px;
  transition: opacity 0.3s ease;
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .prev:hover, main.news-page section.article-list .pagination-wrapper nav .nav-links .next:hover {
  opacity: 0.6;
  background-color: transparent;
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .prev {
  margin-right: 42px;
}
@media (max-width: 768px) {
  main.news-page section.article-list .pagination-wrapper nav .nav-links .prev {
    margin-right: 6px;
  }
}
main.news-page section.article-list .pagination-wrapper nav .nav-links .next {
  margin-left: 42px;
}
@media (max-width: 768px) {
  main.news-page section.article-list .pagination-wrapper nav .nav-links .next {
    margin-left: 6px;
  }
}
main.news-page section.single-post h2.title {
  font-size: 30px;
  margin: 28px 0 50px;
  padding-bottom: 30px;
  position: relative;
}
main.news-page section.single-post h2.title::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #34FCFC, #34FCFC) no-repeat, #ffffff;
  background-size: 100px 100%;
}
main.news-page section.single-post .link-button-wrap {
  margin-top: 100px;
}

.news-page-item-content,
.editor-styles-wrapper {
  line-height: 1.8;
  word-break: break-all;
}
.news-page-item-content > * + *,
.editor-styles-wrapper > * + * {
  margin-top: 1.5rem;
}
.news-page-item-content .editor-post-title__input,
.editor-styles-wrapper .editor-post-title__input {
  font-size: 30px !important;
  font-weight: bold;
}
.news-page-item-content h1, .news-page-item-content h2,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
  font-size: 1.75rem;
  margin-top: 3rem;
  padding-bottom: 10px;
}
.news-page-item-content h3,
.editor-styles-wrapper h3 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  padding-left: 15px;
  border-left: 4px solid #34FCFC;
}
.news-page-item-content ul, .news-page-item-content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.news-page-item-content ul li, .news-page-item-content ol li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  margin-bottom: 0.5rem;
}
.news-page-item-content ul,
.editor-styles-wrapper ul {
  list-style: disc;
}
.news-page-item-content ol,
.editor-styles-wrapper ol {
  list-style: auto;
}
.news-page-item-content img,
.editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.news-page-item-content blockquote,
.editor-styles-wrapper blockquote {
  position: relative;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 5px;
  font-style: italic;
  color: #666;
}
.news-page-item-content blockquote::before,
.editor-styles-wrapper blockquote::before {
  content: "“";
  font-size: 4rem;
  color: #ddd;
  position: absolute;
  top: -10px;
  left: 10px;
}
.news-page-item-content a,
.editor-styles-wrapper a {
  color: #34FCFC;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.news-page-item-content a:hover,
.editor-styles-wrapper a:hover {
  opacity: 0.7;
}
.news-page-item-content details[open] summary::before,
.editor-styles-wrapper details[open] summary::before {
  border-top: 15px solid #ffffff;
  border-left: 10px solid transparent;
  top: 65%;
}
.news-page-item-content details summary,
.editor-styles-wrapper details summary {
  padding-left: 30px;
  position: relative;
}
.news-page-item-content details summary:before,
.editor-styles-wrapper details summary:before {
  content: "";
  border-left: 15px solid #ffffff;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-page-item-content details summary::-webkit-details-marker,
.editor-styles-wrapper details summary::-webkit-details-marker {
  display: none;
}
.news-page-item-content details .details-content,
.news-page-item-content details details > div,
.news-page-item-content details details > p,
.news-page-item-content details .wp-block-preformatted,
.editor-styles-wrapper details .details-content,
.editor-styles-wrapper details details > div,
.editor-styles-wrapper details details > p,
.editor-styles-wrapper details .wp-block-preformatted {
  padding: 15px 20px;
  margin: 0;
}

main.about-page section.message .message-wrap {
  position: relative;
}
main.about-page section.message .message-wrap img {
  width: 62%;
  position: absolute;
  top: 40px;
  right: 0;
}
@media (max-width: 768px) {
  main.about-page section.message .message-wrap img {
    width: 100%;
    position: static;
    margin-top: -20px;
  }
}
main.about-page section.message .message-wrap h3 {
  font-size: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  main.about-page section.message .message-wrap h3 {
    font-size: 40px;
  }
}
main.about-page section.message .message-wrap h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 32px 0 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  main.about-page section.message .message-wrap h4 {
    font-size: 24px;
    margin: 40px 0 18px;
  }
}
main.about-page section.message .message-wrap .text-wrap {
  width: 55%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  main.about-page section.message .message-wrap .text-wrap {
    width: 100%;
  }
}
main.about-page section.message .message-wrap .text-wrap .signature {
  text-align: right;
  margin-top: 18px;
}
main.about-page section.company-profile h3 {
  font-size: 40px;
}
main.about-page section.company-profile dl {
  display: grid;
  grid-template-columns: 15% 85%;
  column-gap: 18px;
  align-items: stretch;
  margin-top: 60px;
}
@media (max-width: 768px) {
  main.about-page section.company-profile dl {
    grid-template-columns: 100%;
  }
}
main.about-page section.company-profile dl dt, main.about-page section.company-profile dl dd {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
main.about-page section.company-profile dl dt {
  font-weight: 600;
  grid-column: 1;
  border-bottom: 1px solid #8FFCFC;
}
@media (max-width: 768px) {
  main.about-page section.company-profile dl dt {
    font-size: 16px;
    border-bottom: none;
    padding-top: 24px;
    padding-bottom: 0;
  }
}
main.about-page section.company-profile dl dt:first-child {
  border-top: 1px solid #8FFCFC;
}
main.about-page section.company-profile dl dd {
  grid-column: 2;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  main.about-page section.company-profile dl dd {
    grid-column: 1;
    padding-top: 12px;
    padding-bottom: 24px;
  }
}
main.about-page section.company-profile dl dd:nth-child(2) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 768px) {
  main.about-page section.company-profile dl dd:nth-child(2) {
    border-top: none;
  }
}
@media (max-width: 768px) {
  main.about-page section.company-profile dl dd:last-child {
    border-bottom: 1px solid #8FFCFC;
  }
}
main.about-page section.company-profile dl dd.tel {
  flex-direction: column;
  align-items: flex-start;
}

main.contact-page .title {
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  main.contact-page .title {
    font-size: 24px;
  }
}
main.contact-page .note {
  text-align: center;
  margin-top: 12px;
}
main.contact-page section.form {
  background-color: #ffffff;
  margin-top: 35px;
  border-radius: 10px;
  padding: 48px;
  color: #374151;
}
@media (max-width: 768px) {
  main.contact-page section.form {
    padding: 20px;
  }
}
main.contact-page section.form .wpcf7-response-output {
  border: none;
  color: #dc3232;
  padding: 0;
}
main.contact-page section.form .form-group {
  margin-bottom: 24px;
}
main.contact-page section.form .form-group label {
  height: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
main.contact-page section.form .form-group label span {
  display: block;
}
main.contact-page section.form .form-group label span.required {
  color: #ffffff;
  font-size: 11px;
  background-color: #DC2626;
  padding: 1px 8px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  main.contact-page section.form .form-group label span.required {
    padding: 0 8px;
  }
}
main.contact-page section.form .form-group label span.not-required {
  color: #ffffff;
  font-size: 11px;
  background-color: #6B7280;
  padding: 1px 8px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  main.contact-page section.form .form-group label span.not-required {
    padding: 0 8px;
  }
}
main.contact-page section.form .form-group input, main.contact-page section.form .form-group select, main.contact-page section.form .form-group textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #D1D5DB;
  border-radius: 5px;
  padding-left: 15px;
}
main.contact-page section.form .form-group input::placeholder, main.contact-page section.form .form-group select::placeholder, main.contact-page section.form .form-group textarea::placeholder {
  color: #9CA3AF;
}
main.contact-page section.form .form-group select:has(option[value=""]:checked) {
  color: #9CA3AF;
}
main.contact-page section.form .form-group textarea {
  height: 160px;
}
main.contact-page section.form .policy-check {
  text-align: center;
  font-size: 14px;
  margin: 25px 0;
}
main.contact-page section.form .policy-check a {
  text-decoration: underline;
}
main.contact-page section.form .policy-check span {
  margin: 0;
}
main.contact-page section.form .link-button-wrap::before {
  background: #ffffff;
}
main.contact-page section.form .link-button-wrap input.link-button {
  width: 100%;
  height: 70px;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  main.contact-page section.form .link-button-wrap input.link-button {
    height: 50px;
  }
}
main.contact-page section.form .link-button-wrap input.link-button:hover {
  color: #000000;
  background-image: url("../images/arrow_right_black.png");
  border: 2px solid #000000;
}
main.contact-page section.form .link-button-wrap:has(input.link-button:disabled) {
  background-color: #eee;
  background-image: none;
  pointer-events: none;
  opacity: 0.7;
}
main.contact-page section.form .link-button-wrap:has(input.link-button:disabled):before {
  background-color: #eee;
}
main.contact-page section.form .link-button-wrap:has(input.link-button:disabled) input.link-button:disabled {
  cursor: unset;
}
main.contact-page section.form .link-button-wrap:has(input.link-button:disabled) input.link-button:disabled:hover {
  border: 2px solid transparent;
}
main.contact-page .go-to-top-page {
  margin-top: 63px;
}

@media (max-width: 768px) {
  main.policy-page .section-title-en {
    line-height: 65px;
  }
}
main.policy-page section.policy h3 {
  font-size: 30px;
  font-weight: 600;
  text-decoration: underline;
  margin: 35px 0 5px;
}
@media (max-width: 768px) {
  main.policy-page section.policy h3 {
    font-size: 28px;
  }
}
main.policy-page section.policy p {
  line-height: 34px;
}
@media (max-width: 768px) {
  main.policy-page section.policy p {
    line-height: 30px;
  }
}
main.policy-page section.policy ol {
  list-style-type: decimal;
  line-height: 34px;
  padding-inline-start: 20px;
}
@media (max-width: 768px) {
  main.policy-page section.policy ol {
    line-height: 30px;
  }
}
main.policy-page section.policy ol.latin {
  list-style-type: lower-latin;
}
main.policy-page section.policy ol.roman {
  list-style-type: lower-roman;
}
main.policy-page section.policy .end {
  text-align: right;
}

.cta .content-wrap {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .cta .content-wrap {
    padding: 60px 20px 0;
  }
}

.cta {
  background-color: #000;
  background-image: url("../images/cta_bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .cta {
    background-size: cover;
    padding: 5px 0 65px;
  }
}
.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 0%, #000 40%, transparent 100%);
}
@media (max-width: 768px) {
  .cta::before {
    background: linear-gradient(to right, #000 0%, transparent 60%, transparent 100%);
  }
}
.cta h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 768px) {
  .cta h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.cta p {
  line-height: 28px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .cta p {
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
  }
}
.cta .link-button-wrap {
  margin-top: 40px;
  margin-left: 0;
}

footer {
  padding: 76px 0 80px;
  color: #000;
}
@media (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer h2 {
  font-size: 32px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  footer h2 {
    font-size: 32px;
    padding-bottom: 24px;
  }
}
footer .footer-nav {
  display: flex;
  gap: 32px;
  margin: 25px 0 28px;
}
@media (max-width: 768px) {
  footer .footer-nav {
    flex-direction: column;
    gap: 10px;
    margin: 24px 0 10px;
  }
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
footer .footer-wrap .herculize-link img {
  width: 370px;
  max-width: none;
}
@media (max-width: 768px) {
  footer .footer-wrap .herculize-link img {
    width: 300px;
  }
}
footer .footer-wrap .policy-copy-wrap {
  width: 100%;
  text-align: right;
}
footer .footer-wrap .policy-copy-wrap a {
  font-size: 12px;
}
footer .footer-wrap .policy-copy-wrap .copyright {
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-wrap .policy-copy-wrap .copyright {
    font-size: 12px;
  }
}

.go-to-top {
  width: 48px;
  bottom: 50px;
  right: 50px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .go-to-top {
    bottom: 30px;
    right: 30px;
  }
}
.go-to-top.is-show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
