@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
} 
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}

img {
  vertical-align: middle;
}

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

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a, button, [type=submit] {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover, button:hover, [type=submit]:hover {
  opacity: 0.5;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 740px) {
  .content-wrapper {
    width: 1280px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .content-wrapper {
    width: 1000px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .content-wrapper {
    width: 800px;
  }
}

@media only screen and (max-width: 739px) {
  .desktop-only {
    display: none;
  }
}

@media only screen and (min-width: 740px) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 739px) {
  .no-scroll .header {
    top: 20px !important;
  }
}

.header .logo-container,
.header .page-menu li,
.header .hamburger-menu {
  opacity: 0;
  animation: fadeIn2 0.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-delay: 1.5s; /* 1秒後にアニメーション開始 */
}
@media only screen and (max-width: 739px) {
  .header .page-menu li {
    opacity: 1 !important;
  }
}
@keyframes fadeIn2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
  transition: top 0.5s;
}
@media only screen and (max-width: 739px) {
  .header {
    top: 170px;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .logo-container .logo {
  width: 190px;
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .header .logo-container .logo {
    width: 200px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .header .logo-container .logo {
    width: 180px;
  }
}
@media only screen and (max-width: 739px) {
  .header .logo-container .logo {
    width: 140px;
  }
}
@media only screen and (min-width: 740px) {
  .header .page-menu-container .page-menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    display: block !important;
  }
  .header .page-menu-container .page-menu li {
    margin: 20px 0;
  }
  .header .page-menu-container .page-menu li a {
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .header .page-menu-container .page-menu {
    right: 15px;
  }
  .header .page-menu-container .page-menu li a {
    font-size: 18px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .header .page-menu-container .page-menu {
    right: 15px;
  }
  .header .page-menu-container .page-menu li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 739px) {
  .header .page-menu-container .page-menu {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 94px 0 20px;
  }
  .header .page-menu-container .page-menu a {
    padding: 7px 10px;
    padding-left: 50px;
    display: block;
  }
}

.header .page-menu-container .hamburger-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.header .page-menu-container .hamburger-menu .bar {
  width: 40px;
  height: 3px;
  background-color: #333;
  margin: 13px 0;
  transition: 0.4s;
}
.header .page-menu-container .hamburger-menu.open .bar {
  background-color: #333 !important;
}
.header .page-menu-container .hamburger-menu.open .bar:nth-child(1) {
  transform: translateY(20px) rotate(45deg);
}
.header .page-menu-container .hamburger-menu.open .bar:nth-child(2) {
  opacity: 0;
}
.header .page-menu-container .hamburger-menu.open .bar:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
@media only screen and (max-width: 739px) {
  .header .page-menu-container .page-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    z-index: 1000;
  }
}
@media only screen and (max-width: 739px) {
  .header .page-menu-container .hamburger-menu {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
}

@media only screen and (min-width: 740px) {
  .main-visual .header {
    display: none !important;
  }
  .slide-active-0 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-1 .header .logo-container .logo.black {
    display: none;
  }
  .slide-active-1 .page-menu a[data-slide-index="1"] {
    background-color: #000;
    color: #fff;
  }
  .slide-active-2 .header .logo-container .logo.black {
    display: none;
  }
  .slide-active-2 .page-menu a {
    color: #fff;
  }
  .slide-active-2 .page-menu a[data-slide-index="2"] {
    background-color: #fff;
    color: #000;
  }
  .slide-active-3 .header .logo-container .logo.black {
    display: none;
  }
  .slide-active-3 .page-menu a[data-slide-index="3"] {
    background-color: #000;
    color: #fff;
  }
  .slide-active-4 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-4 .page-menu a[data-slide-index="4"] {
    background-color: #000;
    color: #fff;
  }
  .slide-active-5 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-5 .page-menu a[data-slide-index="5"] {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (max-width: 739px) {
  .slide-active-0 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-0 .header {
    display: none !important;
  }
  .slide-active-0 .main-visual .header {
    display: block !important;
  }
  .slide-active-1 .header {
    background-color: rgba(255, 255, 255, 0.83);
    padding: 10px 20px;
    top: 0px !important;
  }
  .slide-active-1 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-2 .header {
    top: 20px !important;
  }
  .slide-active-2 .header .page-menu-container .hamburger-menu .bar {
    background-color: #fff;
  }
  .slide-active-2 .header .logo-container .logo.black {
    display: none;
  }
  .slide-active-3 .header {
    top: 20px !important;
  }
  .slide-active-3 .header .page-menu-container .hamburger-menu .bar {
    background-color: #fff;
  }
  .slide-active-3 .header .logo-container .logo.black {
    display: none;
  }
  .slide-active-4 .header {
    top: 20px !important;
  }
  .slide-active-4 .header .logo-container .logo.white {
    display: none;
  }
  .slide-active-5 .header {
    top: 20px !important;
  }
  .slide-active-5 .header .logo-container .logo.white {
    display: none;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 739px) {
  .footer {
    padding: 10px 0;
  }
}
.footer .logo-container {
  text-align: center;
}
.footer .logo-container .logo {
  width: 200px;
}
@media only screen and (max-width: 739px) {
  .footer .logo-container .logo {
    width: 100px;
  }
}
.footer .copyright {
  font-size: 14px;
  font-weight: 100;
}
@media only screen and (min-width: 740px) {
  .footer .copyright {
    padding: 0 50px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 739px) {
  .footer .copyright {
    text-align: center;
    padding: 0 10px;
    margin-top: 4px;
    font-size: 10px;
  }
}
.footer #page-top {
  position: absolute;
  top: -50px;
  right: 50px;
}
.footer #page-top img {
  width: 47px;
}
@media only screen and (max-width: 739px) {
  .footer #page-top img {
    width: 30px;
  }
}
@media only screen and (max-width: 739px) {
  .footer #page-top {
    right: 20px;
    top: -36px;
  }
}

@media only screen and (min-width: 740px) {
  .section,
  .contact {
    overflow: hidden;
  }
  .main-visual {
    position: relative;
  }
  .main-visual .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360vh;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
  }
  .about {
    position: relative;
  }
  .about .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360vh;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
  }
  .company {
    position: relative;
  }
  .company .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360vh;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
  }
  .access {
    position: relative;
  }
  .access .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360vh;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
  }
  .access .map-container {
    position: relative;
    z-index: 11;
  }
  .contact {
    position: relative;
  }
  .contact .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 360vh;
    height: 100vh;
    z-index: 10;
    background-color: transparent;
  }
  .contact .form-container {
    position: relative;
    z-index: 11;
  }
  .footer {
    position: relative;
    z-index: 11;
  }
}
.f .main-visual {
  animation: animation1 1.35s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-delay: 0s;
}

.main-visual {
  background: url(../images/mv/bg.jpg) no-repeat;
  background-color: #fff;
  background-position: 100vw -100%;
  background-size: 60% auto;
}
@keyframes animation1 {
  from {
    background-position: 100vw -100%;
  }
  to {
    background-position: 100% 0%;
  }
}
.main-visual .header .logo-container,
.main-visual .header .page-menu li {
  opacity: 0;
}
@media only screen and (max-width: 739px) {
  .main-visual {
    background-size: 83% auto;
    background-position: 100% -30px;
    padding: 0;
  }
  .main-visual .header {
    top: 50px;
  }
}
@media only screen and (max-width: 739px) {
  .main-visual .title-container {
    text-align: center;
    margin: 170px -20px 0 -10px;
  }
}
.main-visual .title-container .img-text {
  width: 100%;
}
@media only screen and (max-width: 739px) {
  .main-visual .title-container .img-text {
    width: 90%;
  }
}
@media only screen and (max-width: 739px) {
  .main-visual .sub-title-container {
    padding: 0;
    margin-top: 17px;
    margin-bottom: 80px;
  }
}
.main-visual .sub-title-container p {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.3;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 11px;
}
@media only screen and (max-width: 739px) {
  .main-visual .sub-title-container p {
    font-weight: 600;
    padding: 0 15px;
    font-size: 17px;
    line-height: 1.9;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
  }
}

.about {
  background: url(../images/about/bg-pc.jpg) no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 1px, #000 1px);
  background-size: cover;
}
@media only screen and (min-width: 740px) {
  .about .in {
    height: 100%;
  }
}
@media only screen and (max-width: 739px) {
  .about {
    background: transparent;
  }
  .about .in {
    min-height: 100vh;
    background: url(../images/about/bg-sp.jpg) no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0) 1px, #000 1px);
    background-size: 100% auto;
    background-position: 0px -160px;
  }
  .about .content-wrapper {
    width: 100%;
  }
}
.about .lead {
  margin-top: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.6;
  color: #fff;
}
@media only screen and (max-width: 739px) {
  .about .lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.9;
  }
}

.service {
  color: #fff;
  background-color: #000;
  position: relative;
}
.service .flex-right {
  height: 100vh;
  overflow-y: scroll;
  padding: 60px 0;
  padding-left: 50px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.service .flex-right::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 739px) {
  .service .flex-right {
    height: calc(100vh - 200px);
    padding: 0 0;
  }
}
@media only screen and (min-width: 740px) {
  .service .slide-content {
    position: relative;
  }
  .service .content-wrapper.flex {
    width: 100vw;
    padding: 0;
  }
  .service .content-wrapper.flex .flex-left {
    position: absolute;
    top: 150px;
    left: 0;
    margin: 0;
  }
  .service .content-wrapper.flex .flex-left .sticky {
    position: static;
    transform: unset;
  }
  .service .content-wrapper.flex .flex-left .sticky .section-title {
    position: relative;
  }
  .service .content-wrapper.flex .flex-left .sticky .sticky-image {
    right: auto;
    left: 0;
    top: 130px;
  }
  .service .content-wrapper.flex .flex-right .content-container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 740px) and (min-width: 740px) {
  .service .content-wrapper.flex .flex-right .content-container {
    width: 1280px;
    padding: 60px 0;
    padding-left: 380px;
  }
}
@media only screen and (min-width: 740px) and (min-width: 1301px) and (max-width: 1500px) {
  .service .content-wrapper.flex .flex-right .content-container {
    width: 1000px;
    padding: 60px 0;
    padding-left: 380px;
  }
}
@media only screen and (min-width: 740px) and (min-width: 740px) and (max-width: 1300px) {
  .service .content-wrapper.flex .flex-right .content-container {
    width: 970px;
    padding: 60px 0;
    padding-left: 380px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .service .flex .flex-left {
    margin-right: 80px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .service .flex .flex-left {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 739px) {
  .service .slide-content {
    align-items: flex-start;
  }
  .service .flex .flex-left {
    margin-top: 100px;
  }
  .service .flex .flex-right {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin-left: -30px;
  }
}
.service .content-container {
  margin-bottom: 100px;
}
@media only screen and (max-width: 739px) {
  .service .content-container {
    margin-bottom: 80px;
  }
}
.service .content-container:last-child {
  margin-bottom: 50px;
}
@media only screen and (min-width: 740px) {
  .service .sticky {
    position: relative;
    top: -8vw;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 739px) {
  .service .sticky-title {
    position: static;
    z-index: 1;
  }
}
.service .sticky-image {
  position: absolute;
  top: 130px;
  right: -80px;
}
@media only screen and (max-width: 739px) {
  .service .sticky-image {
    top: 60vh;
    width: 60% !important;
    z-index: 0;
    right: auto;
    left: 0;
  }
}
.service .lead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .service .lead {
    font-size: 17px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .service .lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 739px) {
  .service .lead {
    font-size: 16px;
    line-height: 2;
  }
}
.service .list {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 100;
}
@media only screen and (max-width: 739px) {
  .service .list {
    font-size: 16px;
  }
}
.service .list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.service .list li::before {
  content: "・";
}
.service .list li:last-child {
  margin-bottom: 0;
}

.company {
  background: url(../images/company/bg-pc.jpg) no-repeat 100% 0;
  background-size: cover;
}
@media only screen and (max-width: 739px) {
  .company {
    background: linear-gradient(to bottom, black 50%, white 50%);
  }
  .company .flex {
    padding-top: 140px;
    padding-bottom: 45px;
  }
  .company .in {
    min-height: 100vh;
    background: url(../images/company/bg-sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0px 80px;
  }
}
@media only screen and (min-width: 740px) {
  .company .flex {
    display: flex;
  }
  .company .flex .flex-left {
    margin-right: 60px;
  }
  .company .in {
    height: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .company .flex .flex-left {
    margin-right: 30px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .company .flex .flex-left {
    margin-right: 20px;
  }
}
.company dl {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 740px) {
  .company dl {
    font-size: 22px;
    font-weight: 500;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    margin: 0;
    margin-top: 70px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .company dl {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    font-size: 20px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .company dl {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 739px) {
  .company dl {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
.company dl dd {
  margin: 0;
}
@media only screen and (max-width: 739px) {
  .company dl dd {
    margin-bottom: 10px;
    margin-left: 1em;
  }
  .company dl dd:last-of-type {
    margin-bottom: 0;
  }
}

.access {
  background-color: #fff;
}
.access .flex .flex-right p {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 740px) {
  .access {
    padding-top: 40px;
  }
  .access .flex {
    display: flex;
  }
  .access .flex .flex-left {
    flex-shrink: 0;
    margin-right: 60px;
    margin-top: 50px;
  }
  .access .flex .flex-right {
    flex-grow: 1;
    margin-top: 100px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .access {
    padding: 70px 0 0;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .access {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 739px) {
  .access .flex {
    padding-top: 100px;
  }
}
.access .adres-tel span {
  font-size: 22px;
  font-weight: 100;
}
@media only screen and (min-width: 740px) {
  .access .adres-tel span::after {
    content: "　／　";
  }
  .access .adres-tel span:last-child::after {
    content: "";
  }
}
@media only screen and (max-width: 739px) {
  .access .adres-tel span {
    display: block;
    font-size: 19px;
  }
}
@media only screen and (min-width: 740px) {
  .access .map-container {
    padding-right: 240px;
    margin-top: 30px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .access .map-container {
    padding-right: 150px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .access .map-container {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 739px) {
  .access .map-container {
    margin-top: 10px;
  }
}
.access .map-container iframe {
  width: 100%;
  height: calc(100vh - 280px);
  filter: grayscale(100%);
}
@media only screen and (max-width: 739px) {
  .access .map-container iframe {
    height: calc(100vh - 360px);
  }
}

.contact {
  background-color: #fff;
}
@media only screen and (min-width: 740px) {
  .contact {
    padding: 40px 0 30px;
  }
  .contact .flex {
    display: flex;
  }
  .contact .flex .flex-left {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .contact .flex .flex-right {
    flex-grow: 1;
    margin-top: 66px;
  }
}
@media (min-width: 1301px) and (max-width: 1500px) {
  .contact {
    padding: 40px 0 30px;
  }
}
@media (min-width: 740px) and (max-width: 1300px) {
  .contact {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 739px) {
  .contact {
    padding-top: 85px;
    padding-bottom: 20px;
  }
}
.contact .lead {
  font-size: 22px;
  font-weight: 100;
}
@media only screen and (max-width: 739px) {
  .contact .lead {
    font-size: 16px;
  }
}
.contact .form-container {
  margin: 20px auto;
  max-width: 680px;
}
@media only screen and (max-width: 739px) {
  .contact .form-container {
    margin: 10px -20px 0;
  }
}
.contact .form-container iframe {
  height: calc(100vh - 400px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.contact .form-container iframe::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 739px) {
  .contact .form-container iframe {
    height: calc(100vh - 320px);
  }
}

.section-title {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -3.2px;
  color: #fff;
}
@media only screen and (max-width: 739px) {
  .section-title {
    font-size: 46px;
    font-weight: 600;
  }
}
.section-title.black {
  color: #000;
}

.section-sub-title-container {
  position: relative;
}
.section-sub-title-container::before {
  content: "";
  display: block;
  background: url(../images/section-sub-title-line.png) no-repeat center;
  background-size: 100% auto;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -11px;
  left: -50px;
}
@media only screen and (max-width: 739px) {
  .section-sub-title-container::before {
    top: -12px;
    left: -64px;
  }
}
.section-sub-title-container .section-sub-title {
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -1.76px;
}
@media only screen and (max-width: 739px) {
  .section-sub-title-container .section-sub-title {
    line-height: 0.9;
    font-size: 38px;
  }
}
.section-sub-title-container .section-sub-title-jp {
  font-size: 20px;
  font-weight: 500;
  margin-top: -10px;
}
@media only screen and (max-width: 739px) {
  .section-sub-title-container .section-sub-title-jp {
    margin-top: 10px;
    font-size: 18px;
  }
}

.content-center {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 739px) {
  .content-center {
    height: 100vh;
  }
}

html {
  scroll-behavior: smooth;
}

.fullPageScroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.section {
  width: 100%;
  height: 100vh;
  padding: 0;
  scroll-snap-align: start;
}

.animatable {
  opacity: 0; /* 初期状態では透明 */
  transform: translateY(20px); /* 初期状態では少し下に移動 */
}

.slide-in-animation {
  animation: fadeInUp 0.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-delay: 0.4s; /* 1秒後にアニメーション開始 */
}

.slide-active-0 .slide-in-animation {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px); /* 少し下から開始 */
    opacity: 0; /* 完全に透明から開始 */
  }
  to {
    transform: translateY(0); /* 通常の位置に移動 */
    opacity: 1; /* 完全に不透明に */
  }
}
.animatable2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
}

.slide-in-animation2::before {
  animation: fadeIn 0.8s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-delay: 0.4s; /* 1秒後にアニメーション開始 */
}

.slide-active-0 .slide-in-animation2::before {
  animation-delay: 0s;
}

@keyframes fadeIn {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */