@charset "UTF-8";
/* ============================================ */
/* base（基本設定）
/* ============================================ */
/* ===== フォントデータ読み込み ===== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
/* ============================================ */
/* reset（リセット）
/* ============================================ */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ============================================ */
/* root
/* ============================================ */
:root {
  /* fontfamily */
  --fontfamily-gothic: "Noto Sans JP", sans-serif;
  --fontfamily-mincho: "Noto Serif JP", serif;
  --fontfamily-en: "Lato", sans-serif;
  /* color */
  --color-primary: #e50011;
  --color-text: #000;
  --color-bg: #fff;
  --color-bg-gray: #f4f4f4;
  --color-bg-black: #000;
}

/* ============================================ */
/* function
/* ============================================ */
/* ===== fontサイズ ===== */
/* ============================================ */
/* mixin
/* ============================================ */
/* ===== mediaquery ===== */
/* ===== html/body/img ===== */
html {
  box-sizing: border-box;
  line-break: strict;
}

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

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

body {
  background: var(--color-bg);
  font-family: var(--fontfamily-gothic);
  color: var(--color-text);
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
/* =========================
page transition
========================= */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  pointer-events: none;
  transform: translateX(0);
  will-change: transform;
}
.page-transition.is-open {
  transform: translateX(100%);
  transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
}

body.is-leave {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

/* ===== main ===== */
#main {
  position: relative;
}

/* ===== wrap ===== */
.out-wrap {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin-inline: auto;
}

.in-wrap {
  position: relative;
}
.in-wrap.left {
  margin-right: auto;
}
.in-wrap.right {
  margin-left: auto;
}

.wrap {
  position: relative;
  max-width: 1300px;
  margin-inline: auto;
}

@media screen and (min-width: 1201px) {
  .wrap.indent {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1801px) {
  .in-wrap {
    width: calc(100% - (100% - 1300px) / 2);
  }
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .in-wrap {
    width: 90%;
  }
  .wrap {
    width: 80%;
  }
}
/* ===== サブページ用設定 ===== */
.sub-page {
  background: var(--color-bg-gray);
}
.sub-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1617/946;
  background: url(../img/common/bg01.png) no-repeat center;
  background-size: contain;
}

/* ===== 表示切り替え ===== */
.d-switch {
  display: none !important;
}

@media screen and (min-width: 1401px) {
  .d-switch.min-xxl {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-switch.max-xxl {
    display: block !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-switch.min-xl {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .d-switch.max-xl {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-switch.min-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-switch.max-lg {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-switch.min-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-switch.max-md {
    display: block !important;
  }
}
@media screen and (min-width: 601px) {
  .d-switch.min-sm {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .d-switch.max-sm {
    display: block !important;
  }
}
@media screen and (min-width: 361px) {
  .d-switch.min-xs {
    display: block !important;
  }
}
@media screen and (max-width: 360px) {
  .d-switch.max-xs {
    display: block !important;
  }
}
/* ===== 背景画像 ===== */
.before-bg {
  position: relative;
  overflow: hidden;
}
.before-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-out;
}

/* ===== hover効果 ===== */
/* 拡大 */
.hover-zoom img {
  transition: transform 0.3s ease-out;
}

@media (hover: hover) {
  a:hover .hover-zoom img {
    transform: scale(1.05);
  }
  a:hover .hover-zoom .before-bg::before {
    transform: scale(1.05);
  }
  .hover-zoom:hover .before-bg::before {
    transform: scale(1.05);
  }
  .hover-zoom:hover.before-bg::before {
    transform: scale(1.05);
  }
}
/* ===== サイド固定 ===== */
.js-side-pin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.side-contents {
  width: 280px;
  flex-shrink: 0;
  padding: 30px 0 50px;
}

.main-contents {
  width: calc(100% - 400px);
  padding: 150px 0 0;
}
.main-contents .inner.padding-l {
  padding-left: 10%;
}
.main-contents .inner.padding-r {
  padding-right: 10vw;
}

@media screen and (max-width: 1400px) {
  .side-contents {
    width: 240px;
  }
  .main-contents {
    width: calc(100% - 340px);
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .js-side-pin {
    flex-direction: column;
    justify-content: flex-end;
  }
  .side-contents {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 99;
    width: 260px;
  }
  .main-contents {
    width: 100%;
    padding: 150px 0 0;
  }
  .in-wrap:has(.side-pin) {
    width: 100%;
  }
}
/* ===== インデックス ===== */
.index .index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: var(--fontfamily-en);
  font-size: 5.0625rem;
  font-weight: 700;
  line-height: 1;
}
.index .index-title .icon {
  display: none;
  width: 30px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.3s ease-out;
}
.index .index-title .icon .circle {
  fill: var(--color-primary);
  transition: 0.3s ease-out;
}
.index .index-title .icon .cursor {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 3;
  transition: 0.3s ease-out;
}
.index .index-list {
  margin: 20px 0 0;
}
.index .index-list .index-item {
  border-bottom: solid 1px #707070;
}
.index .index-list-child .index-item-child {
  border-top: dashed 1px #707070;
}
.index .index-list-child.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .index-list-child.flex .index-item-child {
  width: 48%;
}
.index .index-list-child.flex .index-item-child:nth-of-type(1), .index .index-list-child.flex .index-item-child:nth-of-type(2) {
  border-top: none;
}

@media screen and (max-width: 1200px) {
  .index {
    background: #e9e9e9;
  }
  .index .index-title {
    color: #000;
    font-size: 2.5625rem;
    padding: 30px 30px 15px 25px;
  }
  .index .index-title .icon {
    display: block;
  }
  .index .index-list {
    margin: 0;
    padding: 0 25px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .index.is-open .index-title .icon {
    transform: rotate(-90deg);
  }
  .index.is-open .index-list {
    max-height: 500px;
    padding: 0 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .index .index-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .index .index-title {
    font-size: 1.875rem;
    padding: 20px 30px 10px 25px;
  }
}
/* ============================================ */
/* anime（アニメーション設定）
/* ============================================ */
/* ================================================== */
/* 汎用アニメーション */
/* ================================================== */
/* ===== フェードイン ===== */
.fx-fadein {
  opacity: 0;
}

.fx-fadein.is-active {
  animation: fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-bottom-fadein {
  opacity: 0;
}

.fx-bottom-fadein.is-active {
  animation: bottom-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-top-fadein {
  opacity: 0;
}

.fx-top-fadein.is-active {
  animation: top-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-left-fadein {
  opacity: 0;
}

.fx-left-fadein.is-active {
  animation: left-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-right-fadein {
  opacity: 0;
}

.fx-right-fadein.is-active {
  animation: right-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-big-fadein {
  opacity: 0;
}

.fx-big-fadein.is-active {
  animation: big-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

.fx-small-fadein {
  opacity: 0;
}

.fx-small-fadein.is-active {
  animation: small-fadein 1s both cubic-bezier(0.4, 0, 0.2, 1);
}

/*keyframes*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bottom-fadein {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes top-fadein {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left-fadein {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-fadein {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes big-fadein {
  from {
    opacity: 0;
    transform: scale(0.9) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes small-fadein {
  from {
    opacity: 0;
    transform: scale(1.1) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* ================================================== */
/* delay/duration設定 */
/* ================================================== */
/* 遅延（個別） */
.fx-delay25 {
  transition-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.fx-delay50 {
  transition-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.fx-delay75 {
  transition-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.fx-delay100 {
  transition-delay: 1s !important;
  animation-delay: 1s !important;
}

.fx-delay125 {
  transition-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.fx-delay150 {
  transition-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.fx-delay175 {
  transition-delay: 1.75s !important;
  animation-delay: 1.75s !important;
}

.fx-delay200 {
  transition-delay: 2s !important;
  animation-delay: 2s !important;
}

.fx-delay250 {
  transition-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.fx-delay300 {
  transition-delay: 3s !important;
  animation-delay: 3s !important;
}

.fx-duration25 {
  animation-duration: 0.25s !important;
}

.fx-duration50 {
  animation-duration: 0.5s !important;
}

.fx-duration75 {
  animation-duration: 0.75s !important;
}

.fx-duration100 {
  animation-duration: 1s !important;
}

.fx-duration150 {
  animation-duration: 1.5s !important;
}

.fx-duration200 {
  animation-duration: 2s !important;
}

.fx-duration250 {
  animation-duration: 2.5s !important;
}

.fx-duration300 {
  animation-duration: 3s !important;
}

/* 遅延（順番に均一） */
.fx-order.is-active:nth-child(1) {
  animation-delay: 0.25s;
}
.fx-order.is-active:nth-child(2) {
  animation-delay: 0.5s;
}
.fx-order.is-active:nth-child(3) {
  animation-delay: 0.75s;
}
.fx-order.is-active:nth-child(4) {
  animation-delay: 1s;
}
.fx-order.is-active:nth-child(5) {
  animation-delay: 1.25s;
}
.fx-order.is-active:nth-child(6) {
  animation-delay: 1.5s;
}
.fx-order.is-active:nth-child(7) {
  animation-delay: 1.75s;
}
.fx-order.is-active:nth-child(8) {
  animation-delay: 2s;
}
.fx-order.is-active:nth-child(9) {
  animation-delay: 2.25s;
}
.fx-order.is-active:nth-child(10) {
  animation-delay: 2.5s;
}

/* ============================================ */
/* 追加
/* ============================================ */
/* ===== タイトル（ライン走査） ===== */
.line-wrap {
  position: relative;
  display: inline-block;
  width: fit-content;
}

/* 個別 */
#business .line-wrap {
  margin: 0 0 0 auto;
}

.fx-title-line-runs {
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.8s ease;
}

.line-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 6px;
  background: #e60012;
  transform: translateY(-50%);
}

.line-wrap.is-active::before {
  animation: lineMove 0.8s ease forwards;
}

.line-wrap.is-active .fx-title-line-runs {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  .line-wrap::before {
    height: 3px;
  }
}
@keyframes lineMove {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
/* ===== 画像ズーム ===== */
/* --- 背景zoomin ---*/
.fx-bg-zoomin {
  overflow: hidden;
}
.fx-bg-zoomin::before {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s ease-out 0.3s;
}
.fx-bg-zoomin.is-active::before {
  opacity: 1;
  transform: scale(1);
}

/* --- 画像zoomin ---*/
.fx-img-zoomin {
  overflow: hidden;
}
.fx-img-zoomin img {
  transform: scale(1.1);
  opacity: 0;
  transition: 0.8s ease-out 0.3s;
}
.fx-img-zoomin.is-active img {
  opacity: 1;
  transform: scale(1);
}

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