﻿* {
  box-sizing: border-box;
}

section {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.underLine {
  text-decoration: underline;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type="text"], textarea {
  border: none;
  background: #FFF;
  padding: 20px;
  line-height: 1.3;
  border-radius: 10px;
  width: 100%;
}

.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}

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

body {
  word-break: break-all;
}

.spOnliy {
  display: none;
}
.pcOnliy {
  display: block;
}
@media(max-width: 680px) {
  .spOnliy {
    display: block;
  }
  .pcOnliy {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
}

.pt0 {
  padding-top: 0;
}

.PageHeader {
  position: static;
}

.Cover {
  display: block;
  place-items: unset;
}

.inner {
  --unit: calc(1 / 1350 * 100cqw);
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
}
.inner.marketing {
  padding-bottom: 200px;
}
@media(max-width: 680px) {
  .inner {
    padding: 0 15px;
  }
}

.Cover {
  height: auto;
}

.Unbounded {
  font-family: "Unbounded", sans-serif;
}
.Montserrat {
  font-family: "Montserrat", sans-serif;
}

h1 {
  display: flex;
  align-items: center;
  position: relative;
  height: 8.0rem;
  margin: 0;
  padding: 0;
}
h1 .Unbounded {
  font-weight: 100;
  font-size: 8.0rem;
  margin-right: 20px;
}
h1 .Montserrat {
  font-weight: 800;
  font-size: 8.0rem;
}
.marketing h1 {
  margin-bottom: 100px;
}
.marketing h1 .Montserrat {
  font-size: 6rem;
}
h1 span:last-child {
  margin-left: auto;
  font-size: 2.0rem;
}
h1 span:only-child {
  margin-left: 0;
}
h1::after{
  content: "";
  position: absolute;
  inset: 88% 0 0 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: 0 50%;
}
.marketing h1::after {
  inset: 77% 0 0 0;
}
@media(max-width: 1350px) {
  h1 .Unbounded,
  h1 .Montserrat {
    font-size: 6rem;
  }
  .marketing h1 .Montserrat {
    font-size: 4rem;
  }
  h1 {
    flex-wrap: wrap;
    height: auto;
    line-height: 1.3;
  }
  h1::after {
    display: none;
  }
  h1 span:last-child,
  h2 .sub {
    width: 100%;
  }
}
@media(max-width: 680px) {
  h1 .Unbounded,
  h1 .Montserrat {
    font-size: 3.5rem;
  }
  .marketing h1 .Montserrat {
    font-size: 2.5rem;
  }
  h1 span:last-child,
  h2 .sub {
    font-size: 1.7rem;
  }
  .marketing h1 {
    margin-bottom: 30px;
  }
  .inner.marketing {
    padding-bottom: 80px;
  }
}


.topSection {
  padding-top: 30px;
}
.topSection .text1 {
  font-size: 4rem;
  font-weight: 900;
  margin-top: 20px;
}
.topSection .text2 {
  font-size: 2rem;
  margin-top: 40px;
}
.topSection .text3 {
  font-size: 2rem;
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.topSection .text3 .underLine {
  font-size: 2.5rem;
}
.topSection .text3 .small {
  font-size: 1.8rem;
}
@media(max-width: 1350px) {
  .topSection .text1 {
    font-size: 3rem;
  }
  .topSection .text2,
  .topSection .text3 {
    font-size: 1.8rem;
  }
  .topSection .text3 .underLine {
    font-size: 2rem;
  }
  .topSection .text3 .small {
    font-size: 1.8rem;
  }
}
@media(max-width: 6800px) {
  .topSection .text1 {
    font-size: 1.6rem;
  }
  .topSection .text2,
  .topSection .text3 {
    font-size: 1.2rem;
  }
  .topSection .text3 .underLine {
    font-size: 1.4rem;
  }
  .topSection .text3 .small {
    font-size: 1.2rem;
  }
}


h2.level2 {
  display: flex;
  align-items: center;
  position: relative;
  height: 8.0rem;
  margin: 50px 0 40px 0;
  padding: 0;
}
h2.level2::after{
  content: "";
  position: absolute;
  inset: 86% 0 0 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: 0 50%;
}
h2.level2 .Montserrat {
  font-size: 8.0rem;
  font-weight: 800;
  padding-right: 40px;
}
h2.level2 .sub {
  font-size: 2.0rem;
}
@media(max-width: 1350px) {
  h2.level2 {
    flex-direction: column;
    align-items: start;
  }
  h2.level2 .Montserrat {
    font-size: 4.0rem;
    padding-right: 0;
    line-height: 1.3;
  }
  h2.level2::after {
    display: none;
  }
}
@media(max-width: 680px) {
  h2.level2 {
    margin-bottom: 10px;
    height: auto;
  }
  h2.level2:last-child {
    margin-top: 0;
  }
  h2.level2 .Montserrat {
    font-size: 3.5rem;
    padding-right: 0;
    line-height: 1.3;
  }
  h2.level2 .sub {
    font-size: 1.8rem;
  }
  .Social .Social__Contents {
    padding-bottom: 25px;
  }
}

section.media .sns {
  display: flex;
  align-items: center;
}
section.media .sns h3 {
  font-size: 2rem;
  text-decoration: underline;
}
section.media .sns ul {
  display: flex;
  list-style: none;
  gap: 0 15px;
  margin-left: 30px;
}
@media(max-width: 680px) {
  section.media .sns {
    flex-direction: column;
    align-items: start;
  }
  section.media .sns h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  section.media .sns ul {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flexBox {
  display: flex;
  gap: 50px 15px;
  margin-bottom: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

section.works .flexBox {
  gap: 40px 5%;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}
section.works .flexBox li {
  width: calc(100% / 2 - 2.5%);
}
section.works .flexBox li h3 {
  text-decoration: none;
}
section.works .flexBox li img {
  width: 100%;
  vertical-align: top;
}
section.works .flexBox li .thumbnail {
  position: relative;
}
section.works .flexBox li .thumbnail:hover img {
  filter: brightness(0.85);
}
section.works .flexBox li .txt {
  position: absolute;
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
  bottom: 0;
}
section.works .flexBox li [aria-hidden="false"] .txt {
  display: none;
}

.flexBox.col2 li {
  width: calc(100% / 2 - 15px);
}
.flexBox.col3 li {
  width: calc(100% / 3 - 15px);
}
.flexBox.col4 li {
  width: calc(100% / 4 - 15px);
}
.media .flexBox.col3 li div {
  aspect-ratio: 9 / 16;
  width: 100%;
}
.media .flexBox.col3 li div iframe {
  width: 100%;
  height: 100%;
}
@media(max-width: 680px) {
  .flexBox.col2 li {
    width: 100%;
  }
  .flexBox.col4 li {
    width: calc(100% / 2 - 15px);
  }
  .service .flexBox.col3 li {
    width: 100%;
  }
  .media .flexBox.col3 li {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

section.blog .flexBox p {
  font-size: 1.4rem;
  font-weight: bold;
}
section.blog .flexBox a {
  text-decoration: none;
  color: #000;
}
@media(max-width: 680px) {
  section.blog .flexBox p {
    font-size: 1rem;
    font-weight: normal;
  }
}
section.blog .flexBox {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.profile table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
  font-size: 1.7rem;
}
.profile table th {
  font-weight: normal;
  text-align: left;
  width: 8em;
}
.profile table th, .profile table td {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.profile table td p {
  margin: 0;
}
@media(max-width: 680px) {
  .profile table th, .profile table td {
    border-bottom: none;
    padding: 15px 0 0 0;
    width: 100%;
    display: block;
  }
  .profile table td {
    border-bottom: 1px solid #000;
    padding: 5px 0 15px 0;
  }
  .profile table {
    font-size: 1.4rem;
  }
}
@media(max-width: 400px) {
  .profile table {
    font-size: 1rem;
  }
}
.profile .map {
  position: relative;
  width: 100%;
  padding-top: 40.25%;
  height: 0;
  margin-bottom: 50px;
}

.profile .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.logo {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/add/bg_about_logo.webp) no-repeat;
  background-size: cover;
}
section.logo .Lead {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
}
@media(max-width: 680px) {
  section.logo .Lead {
    font-size: 2.4rem;
  }
}
section.logo .LogoListInner {
  overflow: hidden;
}
section.logo .LogoListGroup {
  --unit: calc(1 / 1440 * 100cqw);
  display: flex;
  width: max-content;
  gap: calc(24 * var(--unit));
  animation: ubzy4g4 30s linear infinite;
}

@keyframes ubzy4g4 {
  0% {
    transform: translate3d(-33.3%, 0, 0);
  }

  100% {
    transform: translate3d(-66.6%, 0, 0);
  }
}

section.logo .LogoListGroup:nth-child(2) {
  animation-direction: reverse;
}

section.logo .LogoListGroup ul {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(4*var(--unit)) calc(16*var(--unit));
  width: max-content;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media(max-width: 680px) {
  section.logo .LogoListGroup ul {
    gap:4px 8px;
  }
}

section.logo .LogoListGroup li {
  position: relative;
  width: calc(200*var(--unit));
}

@media(max-width: 680px) {
  section.logo .LogoListGroup li {
    width:160px;
  }
}

section.logo .LogoListGroup img {
  display: block;
  width: 100%;
  height: auto;
}

p.LinkButton,
p.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  --unit: calc(1 / 1440 * 100cqw);
  margin-top: 30px;
}
p.LinkButton.right {
  justify-content: right;
  padding-right: calc(54 * var(--unit));
}
p.LinkButton a,
p.submit button[type="submit"] {
  color: #fff;
  background: #1c2c70;
  transition: background .2s;
  width: calc(300 * var(--unit));
  height: calc(70 * var(--unit));
  line-height: calc(70 * var(--unit));
  padding-left: calc(48 * var(--unit));
  align-items: center;
  border-radius: 999px;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
}
p.submit button[type="submit"] {
  border: none;
  cursor: pointer;
  text-align: left;
}
p.LinkButton a:hover,
p.submit button[type="submit"]:hover {
  background: #374e9c;
}

@media(max-width: 680px) {
  p.LinkButton a,
  p.submit button[type="submit"] {
    position:relative;
    inset: auto;
    width: 280px;
    height: 56px;
    margin: 20px auto 0;
    font-size: 24px;
    padding-left: 34px;
    line-height: 53px;
  }
}

p.LinkButton a::before,
p.submit button[type="submit"]::before {
  content: "";
  position: absolute;
  top: calc(50% - 16*var(--unit));
  right: calc(24*var(--unit));
  display: block;
  width: calc(32*var(--unit));
  aspect-ratio: 1;
  background: url("../img/works/bg_002.svg") 0 0/100% 100%;
}

@media(max-width: 680px) {
  p.LinkButton a::before,
  p.submit button[type="submit"]::before {
    top:calc(50% - 16px);
    right: 20px;
    width: 32px;
  }
}

.inner .largeFont {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
}
.inner .largerFont {
  font-size: 2.1rem;
  line-height: 1.3;
}
.inner .largerFont .small {
  font-size: 70%;
}
.inner .normalFont {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media(max-width: 680px) {
  .inner .largeFont {
    font-size: 1.8rem;
  }
  .inner .largerFont {
    font-size: 1.5rem;
  }
  .inner .normalFont {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

section.facilities {
  padding-top: 50px;
}

.philosophy .largeFont,
.facilities .largeFont,
.service .largeFont {
  margin-top: 0;
  margin-bottom: 0;
}

.service .flexBox li {
  background: #FFF;
  border-radius: 30px;
}
.service .flexBox li img {
  width: 100%;
}
.service .flexBox li p {
  padding-left: 20px;
  padding-right: 20px;
}
.service .flexBox {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
}
.Social.bottom .Social__Contents {
  padding-top: 0;
}
.bottom .Social__Slider {
  margin-left: 0;
}

section.form {
  padding: 30px 0 50px 0;
}
section.form table,
section.recruit table {
  width: 100%;
  margin-bottom: 50px;
}
section.form th, section.form td {
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 30px 0;
}
section.form .pt0 {
  padding-top: 0;
}
section.form .noborder {
  border-bottom: 0;
  padding-bottom: 0;
}
section.form th {
  width: 25%;
  font-size: 1.6rem;
}
section.form #kiyaku {
  height: 23em;
  overflow-y: scroll;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
}
section.form #kiyaku p:first-child {
  margin-top: 0;
}
section.form .submit {
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 50px;
}
section.form .submit.noborder {
  border: none;
  padding: 0;
}
section.recruit {
  padding-bottom: 100px;
}
section.recruit table {
  border-top: 1px solid #000;
}
section.recruit th, section.recruit td {
  padding: 25px;
  text-align: left;
  vertical-align: top;
}
section.recruit th {
  padding-bottom: 0;
}
section.recruit td {
  border-bottom: 1px solid #000;
}
section.recruit th {
  font-size: 1.8rem;
}
section.recruit th:first-child {
  width: 20%;
}
section.recruit td:not([class]) div {
  display: flex;
  gap: 0 30px;
  font-size: 1.6rem;
}
section.recruit td:not([class]) div ul {
  display: flex;
  flex-direction: column;
  width: 30%;
}
section.recruit td:not([class]) div ul li {
  margin-top: 5px;
}
section.recruit .m2 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media(max-width: 680px) {
  section.form th, section.form td {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
    display: block;
  }
  section.form td {
    border-bottom: 1px solid #000;
    padding-top: 0;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  section.recruit th,
  section.recruit td {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  section.recruit th {
    padding-right: 20px;
    white-space: nowrap;
  }
  section.recruit th:first-child {
    width: auto;
  }
  section.recruit .m2 {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  section.recruit td:not([class]) div {
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1.1rem;
  }
  section.recruit td:not([class]) div ul {
    width: 100%;
  }
}

.movie {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.movie h2 {
  font-size: 2.8rem;
}
@media(max-width: 680px) {
  .movie h2 {
    font-size: 1.6rem;
  }
}

.Seo__Inner .Seo__Contents {
  --unit: calc(1 / 1440 * 100cqw);
  padding: 0 0 calc(38 * var(--unit)) calc(48 * var(--unit));
}
.Seo__Inner .Seo__SliderWrapper li {
  padding: 0 16px;
}

.ffth {
  position: relative;
  color: #FFF;
  --unit: calc(1 / 1440 * 100cqw);
}
.ffth > video {
  width: 100%;
  height: auto;
  aspect-ratio : 1920 / 860;
  vertical-align: middle;
}
.ffth > img {
  width: 100%;
  height: auto;
}
.ffth > div {
  position: absolute;
  top: 20%;
  padding: 0 calc(54 * var(--unit));
}
.ffth > div .text1 {
  font-size: 2.8rem;
  margin: 0;
}
.ffth > div .text2 {
  font-size: 1.8rem;
  margin: 20px 0 0 0;
}
.ffth > div .text3 {
  font-size: 1.7rem;
}
.ffth .more {
  position: absolute;
  bottom: 18%;
  right: 12%;
  padding: 0 calc(54 * var(--unit));
  font-size: 20px;
}
.ffth .more a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ffth .more a img {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -43px;
}
@media(max-width: 1200px) {
  .ffth > div {
    top: 7%;
  }
  .ffth > div .text1 {
    font-size: 2.2rem;
  }
  .ffth > div .text2 {
    font-size: 1.5rem;
  }
  .ffth > div .text3 {
    font-size: 1.4rem;
  }
  .ffth .more {
    bottom: 10%;
    right: 10%;
  }
  .ffth .more a img {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    right: -70px;
  }
}
@media(max-width: 900px) {
  .ffth > div {
    top: 5%;
  }
  .ffth > div .text1 {
    font-size: 1.9rem;
  }
  .ffth > div .text2 {
    font-size: 1.3rem;
  }
  .ffth > div .text3 {
    font-size: 1.2rem;
  }
  .ffth .more {
    bottom: 3%;
  }
  .ffth .more a img {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    right: -70px;
  }
}
@media(max-width: 680px) {
  .ffth > div {
    top: 5%;
    padding: 0 10px;
    overflow-x: hidden;
  }
  .ffth > div .text1 {
    font-size: 1.7rem;
  }
  .ffth > div .text2 {
    font-size: 1.2rem;
  }
  .ffth > div .text3 {
    font-size: 1.1rem;
  }
  .ffth .more {
    bottom: 15%;
    right: 20%;
  }
  .ffth .more a img {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    right: -70px;
  }
}

section.effect {
  background: url(../img/add/service_img08.webp) no-repeat #1C2C70;
  background-size: 100% auto;
  padding: 100px 0;
  color: #FFF;
}

section.effect h2.level2::after {
  background: #FFF;
}
section.effect table {
  width: 100%;
}
section.effect table th, section.effect table td {
  border-bottom: 1px solid #FFF;
  padding: 25px 0;
}
section.effect table th {
  text-align: left;
  padding-right: 20px;
}

@media(min-aspect-ratio: 1440/900) {
  .Social .Social__Inner {
    width: auto;
    overflow: hidden;
  }
}
@media(max-width: 680px) {
  section.effect table th, section.effect table td {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
    display: block;
  }
  section.effect table td {
    border-bottom: 1px solid #FFF;
    padding: 5px 0 20px 0;
  }
  .Social.bottom {
    padding-top: 25px;
  }
}


.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

.fadein.is-animated {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.js-scroll-trigger {
  visibility: hidden;
}
.is-animated {
  visibility: inherit;
}

.PageHeader__Menu {
  z-index: 999;
}
.PageHeader .PageHeader__MenuButton,
.PageHeader .PageHeader__Logo {
  z-index: 1000;
}