@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v3.0.2 | 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.
 */
/**
 * 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:24px;
  --spacer-3:32px;
  --spacer-4:40px;
  --spacer-5:48px;
}

@media screen and (max-width: 768px) {
  :root {
    --spacer-1:8px;
    --spacer-2:12px;
    --spacer-3:16px;
    --spacer-4:20px;
    --spacer-5:24px;
    --spacer-6:28px;
    --spacer-7:32px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  line-height: 1.6;
  font-family: "Work Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #6C6C6C;
  background-color: #F8F8F8;
  letter-spacing: 0.5px;
  font-size: min(1.5984015984vw, 16px);
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(3.2vw, 12px);
  }
}

body.is-nav-active {
  overflow: hidden;
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.5px;
}

em {
  font-style: normal;
}

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

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #2D2D2D;
  text-decoration: underline;
}

a:hover {
  color: #6CA1CB;
}

/*
base
 _________________________________________________________*/
.wrapper {
  overflow: hidden;
  position: relative;
}

.l-main {
  position: relative;
  padding-top: 96px;
}
@media screen and (max-width: 1000px) {
  .l-main {
    padding-top: 64px;
  }
}

.content {
  position: relative;
}

.content-inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  .content-inner {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .content-inner {
    padding: 0 24px;
  }
}

.content-title {
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-shrink: 0;
}
.content-title em {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #2D2D2D;
  font-size: min(3.5964035964vw, 36px);
  line-height: 155.556%;
  display: block;
}
@media screen and (max-width: 768px) {
  .content-title em {
    font-size: min(5.8666666667vw, 22px);
  }
}
@media screen and (max-width: 375px) {
  .content-title em {
    font-size: 20px;
  }
}
.content-title em.font-jp {
  font-size: min(2.7972027972vw, 28px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .content-title em.font-jp {
    font-size: min(4.8vw, 18px);
  }
}
.content-title small {
  display: block;
  margin-left: 24px;
  line-height: 1;
  margin-top: 3px;
  color: rgba(108, 108, 108, 0.6);
}
.content-title:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #6CA1CB;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .content-title {
    line-height: 22px;
  }
  .content-title em {
    line-height: 145.455%;
    letter-spacing: 1px;
  }
  .content-title small {
    color: rgba(108, 108, 108, 0.6);
    display: block;
    margin-left: 12px;
    line-height: 1;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .content-title:before {
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
}

/*
page
 _________________________________________________________*/
.page-header {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}

.page-header__box {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 560px;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .page-header__box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-header__box {
    min-height: 448px;
    padding: 40px;
  }
}

.page-header__content {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.page-header__jp {
  font-size: min(2.3976023976vw, 24px);
  font-weight: 700;
  line-height: 133.333%;
  color: #2D2D2D;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-header__jp {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .page-header__jp {
    line-height: 150%;
    margin-bottom: 16px;
  }
}

.page-header__en {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  font-size: min(9.5904095904vw, 96px);
  font-style: normal;
  font-weight: 600;
  line-height: 119.792%;
  color: #6CA1CB;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .page-header__en {
    font-size: min(14.9333333333vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .page-header__en {
    line-height: 114.286%;
    margin-bottom: 24px;
  }
}

.page-header__text {
  max-width: 640px;
  text-align: justify;
}

.page-header__logo {
  z-index: -1;
  position: absolute;
  width: 629px;
  height: 783px;
  right: 0;
  bottom: 0;
  animation-name: anm-haeder-logo;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
@media screen and (max-width: 768px) {
  .page-header__logo {
    width: 435px;
    height: 541px;
    right: -114px;
  }
}
.page-header__logo img {
  width: 100%;
  height: auto;
}

@keyframes anm-haeder-logo {
  from {
    filter: blur(100px);
    transform: scale(1.8);
  }
  to {
    filter: blur(0);
  }
}
.page-nav {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 768px) {
  .page-nav {
    padding: 0 24px;
  }
}

.page-nav__box {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-nav__box {
    max-width: 1120px;
  }
}

.page-nav__list {
  display: flex;
  justify-content: start;
  align-items: stretch;
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 1439px) {
  .page-nav__list {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .page-nav__list {
    flex-direction: column;
    border-left: 1px solid rgba(108, 108, 108, 0.6);
    border-right: 1px solid rgba(108, 108, 108, 0.6);
  }
}
.page-nav__list li {
  display: flex;
  align-items: center;
  width: 33.333333%;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}
.page-nav__list li:nth-child(3n) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .page-nav__list li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  }
  .page-nav__list li:last-child {
    border-bottom: none;
  }
}

.page-nav__btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 64px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .page-nav__btn {
    padding: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-nav__btn {
    padding: 22px 16px;
  }
}
.page-nav__btn:hover .page-nav__btn__text {
  top: -30px;
  left: 0;
}

.page-nav__btn__link {
  display: block;
  width: 100%;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  height: 30px;
  position: relative;
  transition: 0.2s;
  color: #2D2D2D;
}
.page-nav__btn__link:hover {
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .page-nav__btn__link {
    padding: 0 24px;
    font-size: 11px;
  }
}

.page-nav__btn__text {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.page-nav__btn__content {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.page-nav__btn__content .icon-arrow {
  width: 21px;
  height: 21px;
  rotate: 90deg;
  flex-shrink: 0;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-content {
  position: relative;
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}
.page-content:last-child {
  border-bottom: none;
}

.page-content--bordernone {
  border-bottom: none;
}

.page-content__box {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 1440px) {
  .page-content__box {
    border-left: 1px solid rgba(108, 108, 108, 0.6);
    border-right: 1px solid rgba(108, 108, 108, 0.6);
    max-width: 1440px;
  }
}
@media screen and (max-width: 1439px) {
  .page-content__box {
    max-width: 1120px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-content__box {
    margin: 0 24px;
    border-left: 1px solid rgba(108, 108, 108, 0.6);
    border-right: 1px solid rgba(108, 108, 108, 0.6);
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1439px) {
  .page-content__box--spc-full {
    max-width: 1120px;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-simple {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
  max-width: 736px;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .page-simple {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-simple {
    padding-top: 40px;
  }
}

.page-simple__article {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.page-simple__article h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px; /* 131.579% */
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-simple__article h2 {
    font-size: 18px;
    line-height: 26px; /* 144.444% */
  }
}
.page-simple__article p {
  margin-bottom: var(--spacer-3);
}

.about-company {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .about-company {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-company {
    padding-top: 80px;
  }
}

.about-company__title {
  margin-bottom: 64px;
}

.l-header {
  background-color: #F8F8F8;
  position: fixed;
  top: 0;
  transition: 0.7s;
  width: 100%;
  z-index: 999;
}

.l-header.hide {
  transform: translateY(-100%);
}

.header-pc {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 1000px) {
  .header-pc {
    display: none;
  }
}

.header-pc__box {
  color: #2D2D2D;
  height: 96px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: min(25%, 416px) 1fr 159px;
  grid-template-rows: 50% 50%;
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  border-right: 1px solid rgba(108, 108, 108, 0.6);
  max-width: 1440px;
  margin: 0 auto;
  gap: 0px 0px;
  grid-template-areas: "header-pc__logo header-pc__nav2 header-pc__cta" "header-pc__logo header-pc__nav header-pc__nav3";
}
@media screen and (max-width: 1439px) {
  .header-pc__box {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 1000px) {
  .header-pc__box {
    display: none;
  }
}

.header-pc__logo {
  grid-area: header-pc__logo;
}

.header-pc__cta {
  grid-area: header-pc__cta;
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}

.header-pc__nav {
  grid-area: header-pc__nav;
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}

.header-pc__nav2 {
  grid-area: header-pc__nav2;
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}

.header-pc__nav3 {
  grid-area: header-pc__nav3;
}

.header-pc__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header-pc__logo a {
  display: block;
  width: 100%;
}
.header-pc__logo img {
  width: 69%;
  max-width: 288px;
  height: auto;
}

.header-pc__nav {
  display: flex;
  align-items: center;
  padding: 0 28px;
  font-size: 1.4rem;
}
.header-pc__nav ul {
  display: flex;
  align-items: center;
}
.header-pc__nav li {
  padding-right: 32px;
}
.header-pc__nav li a {
  text-decoration: none;
}

.header-pc__cta__button {
  height: 100%;
  padding: 8px;
}

.header-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-sp {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 1000px) {
  .header-sp__content {
    display: flex;
    height: 64px;
    border-bottom: 1px solid rgba(108, 108, 108, 0.6);
    color: #2D2D2D;
    z-index: 1000;
    position: relative;
  }
}

.header-sp__logo {
  width: auto;
  height: 100%;
  display: flex;
  flex: auto;
  justify-content: start;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}
.header-sp__logo a {
  line-height: 1;
}
.header-sp__logo img {
  max-width: 180px;
}

.header-sp__button {
  width: 64px;
  height: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.header-sp__nav {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  top: 0;
  position: fixed;
  left: -20px;
  width: 100%;
  height: 100vh;
  padding: 101px 24px 36px 24px;
  z-index: 999;
  background-color: #F8F8F8;
  overscroll-behavior-y: contain;
}

.header-sp__nav.is-active {
  opacity: 1;
  pointer-events: auto;
  top: 0;
  left: 0;
}

.header-sp__nav__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.header-sp__nav__menu a {
  text-decoration: none;
  color: #6C6C6C;
  font-weight: 400;
  line-height: 22px;
}
.header-sp__nav__menu a em {
  color: #2D2D2D;
  font-size: 22px;
  line-height: 32px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  display: block;
}

.header-sp__nav__cta {
  margin-top: 40px;
}

.header-sp__nav__cta__button {
  background-color: #6CA1CB;
  color: #4C2B06;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: 0.2s;
  height: 64px;
  font-size: 2rem;
  font-weight: 500;
}
.header-sp__nav__cta__button:after {
  content: "";
  background-color: #4C2B06;
  background-image: url(../images/button-arrow.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  transition: 0.3s;
  position: relative;
}
.header-sp__nav__cta__button:hover {
  background-color: #4C2B06;
  color: #fff;
}
.header-sp__nav__cta__button:hover:after {
  background-color: #6CA1CB;
}

.header-sp__button__menu-check {
  display: none;
}

.header-sp__button__menu-line {
  position: relative;
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.header-sp__button__menu-line span {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 28px;
  height: 1px;
  background-color: rgba(108, 108, 108, 0.6);
}

.header-sp__button__menu-line,
.header-sp__button__menu-line span {
  display: block;
  transition: all 0.5s;
}

.header-sp__button__menu-line span:nth-of-type(1) {
  top: 28px;
}

.header-sp__button__menu-line span:nth-of-type(2) {
  top: 34px;
}

.header-sp__button__menu-line:hover span:nth-of-type(1) {
  transform: translateY(0px);
}

.header-sp__button__menu-line:hover span:nth-of-type(2) {
  transform: translateY(0px);
}

.header-sp__button__menu-check:checked + .header-sp__button__menu-line span:nth-of-type(1) {
  transform: translateY(3px) rotate(-45deg);
  width: 28px;
}

.header-sp__button__menu-check:checked + .header-sp__button__menu-line span:nth-of-type(2) {
  transform: translateY(-3px) rotate(45deg);
  width: 28px;
}

/*
cta
_________________________________________________________*/
.cta {
  margin-top: 0;
  border-top: 1px solid rgba(108, 108, 108, 0.6);
  transform: translate3d(0, 0, 0);
}

.cta-box {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  grid-auto-columns: 1fr;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  gap: 0px 0px;
  grid-template-areas: "cta-contact cta-online" "cta-contact cta-tel";
}
@media screen and (max-width: 1439px) {
  .cta-box {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .cta-box {
    display: block;
    border-right: none;
    border-left: none;
  }
}

.cta-contact {
  grid-area: cta-contact;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 768px) {
  .cta-contact {
    border-right: none;
    border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  }
}

.cta-online {
  grid-area: cta-online;
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}

.cta-tel {
  grid-area: cta-tel;
}

.cta-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 64px min(10vw, 160px);
}
@media screen and (max-width: 1000px) {
  .cta-contact {
    padding: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .cta-contact {
    padding: 48px;
  }
}
.cta-contact .content-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .cta-contact__text {
    font-size: 12px;
  }
}

.cta-online,
.cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .cta-online,
  .cta-tel {
    padding: 40px 0;
  }
}

.cta-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 330px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .cta-button__link {
    width: 100%;
    justify-content: center;
  }
}

a.cta-button__link:hover {
  color: #6CA1CB;
}
a.cta-button__link:hover .cta-button__text,
a.cta-button__link:hover .cta-button__text small {
  color: #6CA1CB;
}

.cta-button__link--online.link-icon-arrow {
  background-color: transparent;
  justify-content: space-between;
}
.cta-button__link--online.link-icon-arrow:hover {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .cta-button__link--online.link-icon-arrow {
    justify-content: center;
    gap: 16px;
  }
  .cta-button__link--online.link-icon-arrow .link-icon-arrow__svg {
    width: 21px;
    height: 21px;
  }
}
.cta-button__link--online.link-icon-arrow .link-icon-arrow__svgwrapper,
.cta-button__link--online.link-icon-arrow .link-icon-arrow__circle {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .cta-button__link--online.link-icon-arrow .link-icon-arrow__svgwrapper,
  .cta-button__link--online.link-icon-arrow .link-icon-arrow__circle {
    width: 48px;
    height: 48px;
  }
}

.cta-button__link--tel:after {
  content: "";
  background-color: #4C2B06;
  background-image: url(../images/icon-fax.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
  transition: 0.2s;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .cta-button__link--tel:after {
    width: 48px;
    height: 48px;
    margin-left: 16px;
    background-size: 20px 20px;
  }
}

.cta-button__text {
  transition: 0.3s;
  display: block;
  font-size: 24px;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .cta-button__text {
    font-size: 16px;
    width: 180px;
    text-align: center;
  }
}
.cta-button__text small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6C6C6C;
  letter-spacing: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta-button__text small {
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cta-button__link--online small {
    display: none;
  }
}

.cta-button__text_eng {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .cta-button__text_eng {
    line-height: 140%;
    font-size: 20px;
  }
}

/*
footer
_________________________________________________________*/
.footer {
  background-color: #fff;
  border-top: 1px solid rgba(108, 108, 108, 0.6);
}

.footer-box {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
  border-left: 1px solid rgba(108, 108, 108, 0.6);
  grid-auto-columns: 1fr;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas: "footer-company footer-nav";
}
@media screen and (max-width: 1439px) {
  .footer-box {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-box {
    display: block;
    border-right: none;
    border-left: none;
  }
}

.footer-company {
  grid-area: footer-company;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 768px) {
  .footer-company {
    border-right: none;
  }
}

.footer-nav {
  grid-area: footer-nav;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  }
}

.footer-company {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 64px min(10vw, 148px) 64px min(10vw, 160px);
}
@media screen and (max-width: 1000px) {
  .footer-company {
    padding: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-company {
    padding: 40px;
  }
}

.footer-company__logo {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1000px) {
  .footer-company__logo {
    margin-bottom: 32px;
  }
}
.footer-company__logo img {
  width: 100%;
  max-width: 412px;
}
@media screen and (max-width: 1000px) {
  .footer-company__logo img {
    width: 80%;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .footer-company__logo img {
    width: 200px;
  }
}

.footer-company__text__title {
  color: #2D2D2D;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer-company__text__title {
    font-size: 14px;
  }
}

.footer-company__text__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.footer-company__text__address .font-eng {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .footer-company__text__address {
    font-size: 13px;
    line-height: 20px;
  }
  .footer-company__text__address .font-eng {
    font-size: 12px;
    line-height: 20px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 64px min(10vw, 160px);
  padding-top: 64px;
  padding-left: 64px;
  gap: 24px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .footer-nav {
    padding: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 48px;
  }
}
.footer-nav ul {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-nav ul:nth-child(2) {
  gap: 40px;
}
.footer-nav a {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .footer-nav {
    gap: 16px;
  }
  .footer-nav ul {
    gap: 16px;
  }
  .footer-nav ul:nth-child(2) {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 40px;
    font-size: 12px;
    flex-direction: row;
    align-items: start;
    padding: 64px min(10vw, 160px);
    padding-top: 40px;
    padding-left: 40px;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1000px) {
  .footer-nav {
    padding: 6vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-nav {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-nav ul:nth-child(2) {
    gap: 16px;
  }
}

.footer-copyright {
  border-top: 1px solid rgba(108, 108, 108, 0.6);
  background-color: #fff;
}
.footer-copyright__box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px min(10vw, 160px);
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer-copyright__box {
    padding: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright__box {
    padding: 48px;
  }
}
.footer-copyright__box small {
  color: #2D2D2D;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}
.footer-copyright__box small .font-eng {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .footer-copyright__box {
    padding: 16px 20px;
  }
  .footer-copyright__box small {
    font-size: 10px;
    line-height: 14px;
  }
  .footer-copyright__box small .font-eng {
    line-height: 14px;
  }
}

.footer-backtotop {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #6C6C6C;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  height: 48px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .footer-backtotop {
    font-size: 11px;
    gap: 8px;
    letter-spacing: 0.33px;
    line-height: 12px;
  }
}
.footer-backtotop:after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon-backtotop.svg);
  background-size: 100% 100%;
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .footer-backtotop:after {
    width: 32px;
    height: 32px;
  }
}
.footer-backtotop:hover {
  color: #2D2D2D;
}
.footer-backtotop:hover:after {
  margin-top: -8px;
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    transition: 0.7s;
    width: 100%;
    z-index: 200;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    background: #F8F8F8;
    padding: 20px 40px;
    border-top: 1px solid rgba(108, 108, 108, 0.6);
    transform: translateY(100%);
  }
}

.fixed-cta.is-active {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta.is-active {
    display: block;
    transform: translateY(0);
  }
}

.fixed-cta__button {
  display: block;
  width: 100%;
  background-color: #6CA1CB;
  color: #4C2B06;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: 0.2s;
  font-size: 14px;
  padding: 10px 0;
}
.fixed-cta__button:after {
  content: "";
  background-color: #4C2B06;
  background-image: url(../images/button-arrow.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  transition: 0.3s;
  position: relative;
}
.fixed-cta__button:hover {
  background-color: #4C2B06;
  color: #fff;
}
.fixed-cta__button:hover:after {
  background-color: #6CA1CB;
}
.fixed-cta__button:after {
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
  margin-left: 12px;
}

/*
index-mv
_________________________________________________________*/
.index-mv {
  margin: 80px auto 120px auto;
  display: flex;
  gap: 32px;
  align-items: center;
  max-width: 992px;
}
@media screen and (max-width: 1184px) {
  .index-mv {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .index-mv {
    margin: 60px auto 60px auto;
    flex-direction: column-reverse;
    padding: 0 10%;
    gap: 40px;
  }
}

.index-mv__text {
  max-width: 620px;
}

.index-mv__text__catch {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-size: min(1.1988011988vw, 12px);
  font-weight: 300;
  line-height: 166.667%;
}
@media screen and (max-width: 768px) {
  .index-mv__text__catch {
    font-size: min(2.9333333333vw, 11px);
  }
}
@media screen and (max-width: 768px) {
  .index-mv__text__catch {
    line-height: 172.727%;
  }
}

.index-mv__text__heading {
  margin-top: var(--spacer-1);
  font-size: min(4.1958041958vw, 42px);
  font-weight: 600;
  line-height: 152.381%;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .index-mv__text__heading {
    font-size: min(8.5333333333vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .index-mv__text__heading {
    letter-spacing: 0.5px;
  }
}

.index-mv__text__p {
  line-height: 26px;
  font-weight: 500;
  color: #6C6C6C;
  margin: 32px 0;
  font-size: min(1.7982017982vw, 18px);
  line-height: 32px; /* 177.778% */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .index-mv__text__p {
    font-size: min(3.4666666667vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  .index-mv__text__p {
    font-weight: 500;
    margin: 12px 0 0 0;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
}

.index-mv__image {
  flex-shrink: 0;
  margin-left: auto;
  width: 100%;
  max-width: 416px;
}
@media screen and (max-width: 768px) {
  .index-mv__image {
    padding: 0 31px;
    margin-left: 0;
  }
}

.index-mv__image__slider {
  background: url(../images/mv_slide_bg.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  opacity: 0;
  aspect-ratio: 1/1.2716;
  position: relative;
  animation: anm-index-mv__image__slider 1s linear forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 768px) {
  .index-mv__image__slider {
    animation-delay: 0s;
  }
}

@keyframes anm-index-mv__image__slider {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.index-mv__image__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
}

.index-mv__image__item.is-active {
  opacity: 1;
  animation: fadeIn 1s linear forwards;
}

.index-mv__image__item.is-fading-out {
  opacity: 0;
  animation: fadeOut 1s linear forwards;
}

/* フェードインアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウトアニメーション */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 index-about
 _________________________________________________________*/
.index-about {
  padding-bottom: 52px;
}

.index-about__text {
  font-size: min(2.3976023976vw, 24px);
  color: #2D2D2D;
  text-align: center;
  line-height: 200%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .index-about__text {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .index-about__text {
    line-height: 175%;
  }
}
.index-about__text:after {
  display: block;
  width: 1px;
  height: 72px;
  background-color: rgba(108, 108, 108, 0.6);
  content: "";
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .index-about__text:after {
    margin-top: 40px;
  }
}

/*
 index-service
 _________________________________________________________*/
.index-service {
  margin-bottom: 120px;
  padding-top: 28px;
  position: relative;
}

.index-service__box {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 768px) {
  .index-service__box {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 375px) {
  .index-service__box {
    width: calc(100% - 24px);
  }
}

.index-service__box__heading {
  height: 56px;
  margin-top: -28px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 556px;
  width: 80%;
  margin: -28px auto 0 auto;
}
.index-service__box__heading .pc-only {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .index-service__box__heading .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-service__box__heading {
    padding: 0 8px;
    height: 32px;
    margin-top: -16px;
    width: 95%;
    max-width: 318px;
  }
}
.index-service__box__heading em {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  font-size: min(3.5964035964vw, 36px);
  line-height: 155.556%;
  display: block;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .index-service__box__heading em {
    font-size: min(9.6vw, 36px);
  }
}
.index-service__box__heading small {
  color: #6C6C6C;
  display: block;
  margin-left: 24px;
  line-height: 1;
  margin-top: 3px;
  font-size: 16px;
}
.index-service__box__heading:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #6CA1CB;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .index-service__box__heading {
    line-height: 22px;
  }
  .index-service__box__heading em {
    font-size: 22px;
    line-height: 32px; /* 145.455% */
    letter-spacing: 1px;
  }
  .index-service__box__heading small {
    color: #6C6C6C;
    display: block;
    margin-left: 12px;
    line-height: 1;
    margin-top: 0px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .index-service__box__heading:before {
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
}

.index-service__list {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .index-service__list {
    flex-direction: column;
  }
}

.index-service__item {
  padding: 75px 24px;
  border-right: 1px solid rgba(108, 108, 108, 0.6);
  width: 33.3333333%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.index-service__item:nth-child(3) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .index-service__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(108, 108, 108, 0.6);
    padding: 80px 24px;
  }
  .index-service__item:nth-child(1) {
    padding-top: 64px;
  }
  .index-service__item:nth-child(3) {
    border-bottom: none;
  }
}

.index-service__item__image {
  text-align: center;
}
.index-service__item__image img {
  width: 240px;
  height: auto;
}

.index-service__item__text {
  font-size: min(1.5984015984vw, 16px);
  text-align: center;
  font-weight: 400;
  line-height: 162.5%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .index-service__item__text {
    font-size: min(3.2vw, 12px);
  }
}

.index-service__item__text__heading {
  font-size: min(2.3976023976vw, 24px);
  font-weight: 600;
  line-height: 133.333%;
  margin-bottom: 16px;
  color: #2D2D2D;
}
.index-service__item__text__heading small {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 20px; /* 166.667% */
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .index-service__item__text__heading {
    font-size: min(4.8vw, 18px);
  }
}

.index-service__catch {
  text-align: center;
  position: relative;
  margin-top: -28px;
}
.index-service__catch p {
  border: 1px solid rgba(108, 108, 108, 0.6);
  background-color: #F8F8F8;
  padding: 16px;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: min(1.5984015984vw, 16px);
  line-height: 150%;
  display: inline-block;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .index-service__catch p {
    font-size: min(3.2vw, 12px);
  }
}

/*
 index-download
 _________________________________________________________*/
.index-download {
  margin-top: 120px;
  position: relative;
}

/*
 index-company
 _________________________________________________________*/
.index-company {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .index-company {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.index-company .content-title {
  margin-bottom: 64px;
}

.index-company__box {
  border-top: 1px solid rgba(108, 108, 108, 0.6);
}

.index-company__item {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  padding: 24px 0;
  color: #2D2D2D;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .index-company__item {
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .index-company__item {
    padding: 32px 0;
    flex-direction: column;
    text-align: left;
  }
}
.index-company__item dl {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index-company__item dl {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-company__item dl {
    flex-direction: column;
  }
}
.index-company__item dt {
  font-weight: 600;
  padding-right: 32px;
  width: 35%;
  max-width: 288px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .index-company__item dt {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .index-company__item dt {
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    width: 100%;
    max-width: none;
  }
}
.index-company__item dd {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-company__item dd {
    width: 100%;
  }
}

/*
download
 _________________________________________________________*/
.download {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .download {
    padding-top: 40px;
  }
}
.download:first-child {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .download:first-child {
    padding-top: 120px;
  }
}

.download-title {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: min(2.3976023976vw, 24px);
  font-weight: 600;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .download-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-title {
    font-size: min(4.2666666667vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .download-title {
    margin-bottom: 40px;
  }
}

.download-title--constraction {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .download-title--constraction {
    padding: 0 20px;
  }
}

.border-none {
  border: none !important;
}

.download-box {
  border-top: 1px solid rgba(108, 108, 108, 0.6);
  max-width: 1120px;
  margin: 0 auto;
}

.download-item {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}

.download-item--nowconstraction {
  padding: 56px 0;
  text-decoration: none;
  transition: 0.2s;
  display: block;
}
@media screen and (max-width: 768px) {
  .download-item--nowconstraction {
    padding: 32px 20px;
  }
}
.download-item--nowconstraction .download-item__title {
  text-decoration: none;
}

.download-item__link {
  padding: 56px 0;
  text-decoration: none;
  transition: 0.2s;
  display: block;
}
.download-item__link:hover .download-item__button {
  background-color: #6CA1CB;
}
@media screen and (max-width: 768px) {
  .download-item__link {
    padding: 32px 20px;
  }
}

.download-item__content {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr 40px;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  gap: 0px 13px;
  grid-auto-flow: row;
  grid-template-areas: "download-item__icon download-item__title download-item__button";
}
@media screen and (max-width: 768px) {
  .download-item__content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download-item__content {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 40px;
    grid-template-rows: auto auto;
    gap: 8px 13px;
    grid-template-areas: "download-item__icon download-item__button" "download-item__title download-item__button";
  }
}

.download-item__icon {
  grid-area: download-item__icon;
}

.download-item__title {
  grid-area: download-item__title;
}

.download-item__button {
  grid-area: download-item__button;
}

@media screen and (max-width: 768px) {
  .download-item__icon {
    font-size: 13px;
    line-height: 153.846%;
  }
}

.download-item__title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .download-item__title {
    font-size: 13px;
  }
}

.download-item__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2D2D2D;
  background-image: url("../images/icon-download.svg");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s;
}

/*
form
 _________________________________________________________*/
.contact {
  width: 82.8%;
  max-width: 928px;
  margin: 0 auto;
  padding-top: 144px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 120px;
  }
}

.contact__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 40px;
  }
}

.form-box {
  display: flex;
  flex-direction: column;
}
.form-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .form-item {
    margin-bottom: 16px;
  }
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item dt {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .form-item dt {
    font-size: 12px;
  }
}
.form-item dt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-item dd {
  min-height: 108px;
}
@media screen and (max-width: 768px) {
  .form-item dd {
    min-height: 94px;
  }
}

.form-item--radio dd {
  min-height: 94px;
}
@media screen and (max-width: 768px) {
  .form-item--radio dd {
    min-height: 233px;
  }
}

.form-item--textarea dd {
  min-height: 266px;
}

.form-req {
  background-color: #F29435;
  color: #fff;
  padding: 6px 4px;
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form-req {
    font-size: 11px;
    padding: 4px 3px;
  }
}

.form-input {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #A4A4A4;
  outline: none;
  width: 100%;
  margin-bottom: 8px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.form-input::placeholder {
  color: rgba(108, 108, 108, 0.6);
}
.form-input:focus {
  background-color: #F6FAFC;
}
@media screen and (max-width: 768px) {
  .form-input {
    padding: 12px 16px;
  }
}
.form-input.is-error {
  border: 2px solid #EB5C13;
  background-color: #FDE8D9;
}

.form-radio__wrapper {
  margin-bottom: 8px;
}

.form-input--textarea {
  height: 240px;
}

.form-radio .form-radio__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-radio .form-radio__wrapper {
    flex-direction: column;
    gap: 16px;
  }
}

.form-radio__wrapper .wpcf7-list-item {
  width: 33.3333333%;
  margin: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-radio__wrapper .wpcf7-list-item {
    width: 100%;
  }
}
.form-radio__wrapper .wpcf7-list-item label {
  background: #fff;
  border-right: 1px solid #A4A4A4;
  padding: 16px;
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  width: 100%;
  display: block;
  position: relative;
  color: #6C6C6C;
}
@media screen and (max-width: 768px) {
  .form-radio__wrapper .wpcf7-list-item label {
    border: 1px solid #A4A4A4;
    width: 100%;
    font-size: 12px;
  }
}
.form-radio__wrapper .first label {
  border-left: 1px solid #A4A4A4;
}
.form-radio__wrapper input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-radio__wrapper .wpcf7-list-item-label {
  cursor: pointer;
}
.form-radio__wrapper span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.form-radio__wrapper span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .form-radio__wrapper span.wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
}
.form-radio__wrapper span.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: #6CA1CB;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 6px;
  display: none;
}
@media screen and (max-width: 768px) {
  .form-radio__wrapper span.wpcf7-list-item-label::after {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}
.form-radio__wrapper input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.form-radio__wrapper input[type=radio]:checked + span.wpcf7-list-item-label::before {
  border: 1px solid #6C6C6C;
}

/* validation */
.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  line-height: 157.143%;
  display: block;
  color: #EB5C13;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output,
  .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}

.form-error {
  display: none;
}

.form-input.wpcf7-not-valid {
  border: 2px solid #EB5C13;
  background-color: #FDE8D9;
}

.form-radio__wrapper.wpcf7-not-valid label {
  background-color: #FDE8D9;
  border-right: 2px solid #EB5C13;
  padding: 16px;
  border-top: 2px solid #EB5C13;
  border-bottom: 2px solid #EB5C13;
}
@media screen and (max-width: 768px) {
  .form-radio__wrapper.wpcf7-not-valid label {
    border: 2px solid #EB5C13;
  }
}
.form-radio__wrapper.wpcf7-not-valid .first label {
  border-left: 2px solid #EB5C13;
}

.form-privacy__check .wpcf7-not-valid {
  color: #EB5C13;
}
.form-privacy__check .wpcf7-not-valid input + span::before {
  background-color: #FDE8D9;
  border: 2px solid #EB5C13;
}

.form-privacy {
  text-align: center;
  margin: 48px auto;
  color: #2D2D2D;
}
.form-privacy .wpcf7-list-item-label {
  cursor: pointer;
}
.form-privacy p {
  margin-bottom: 32px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .form-privacy {
    margin: 40px auto;
  }
  .form-privacy p {
    margin-bottom: 24px;
  }
}

.form-privacy__check {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-privacy__check .wpcf7-not-valid-tip {
  display: none;
}

.form-privacy__check input {
  display: none;
}

.form-privacy__check input + span {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form-privacy__check input + span {
    font-size: 13px;
  }
}

.form-privacy__check input + span::after,
.form-privacy__check input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.form-privacy__check input + span::before {
  left: 0;
  top: 50%;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(108, 108, 108, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-privacy__check input + span::before:checked {
  border: 1px solid #6CA1CB;
}
@media screen and (max-width: 768px) {
  .form-privacy__check input + span::before {
    width: 24px;
    height: 24px;
  }
}

.form-privacy__check input + span::after {
  border: none;
  position: absolute;
  top: 2px;
  left: 10px;
  transform: rotate(45deg);
  width: 11px;
  height: 20px;
  border-right: 2px solid #6CA1CB;
  border-bottom: 2px solid #6CA1CB;
  content: "";
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .form-privacy__check input + span::after {
    width: 8px;
    height: 16px;
    left: 8px;
  }
}

.form-privacy__check input:checked + span::after {
  display: block;
}

.form-privacy__check input:checked + span::before {
  border: 1px solid #6CA1CB;
}

.form-button {
  display: flex;
  justify-content: center;
}

.form-button__submit {
  background-color: #2D2D2D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 32px;
  min-width: 312px;
  transition: 0.2s;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-button__submit {
    font-size: 16px;
    width: 100%;
  }
}
.form-button__submit:hover {
  background-color: #6CA1CB;
}

.form-button__back {
  color: #2D2D2D;
  border: 1px solid rgba(108, 108, 108, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 32px;
  min-width: 180px;
  transition: 0.2s;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-button__back {
    font-size: 16px;
    width: 100%;
  }
}
.form-button__back:hover {
  background-color: #fff;
}

.icon-window {
  display: inline-block;
  position: relative;
}
.icon-window:after {
  content: "";
  display: none;
  background: url(../images/icon-window.svg);
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  top: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .icon-window:after {
    display: inline-block;
  }
}

.form-confirm__header {
  text-align: left;
  color: #2D2D2D;
  font-weight: 500;
}

.form-confirm__list {
  margin: 64px 0;
}
@media screen and (max-width: 768px) {
  .form-confirm__list {
    margin: 40px 0;
  }
}

.form-confirm__item {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
.form-confirm__item:last-child {
  margin-bottom: 0;
}
.form-confirm__item dt {
  width: 160px;
  flex-shrink: 0;
  font-weight: 500;
}
.form-confirm__item dd {
  width: auto;
  color: #2D2D2D;
  font-weight: 600;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .form-confirm__item {
    flex-direction: column;
    gap: 8px;
  }
  .form-confirm__item dt {
    width: 100%;
  }
}

.form-confirm__text {
  text-align: center;
  margin-bottom: 48px;
  color: #2D2D2D;
}

.form-confirm__button {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .form-confirm__button {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.form-thanks__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  margin-bottom: 16px;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .form-thanks__title {
    font-size: 18px;
  }
}

.form-thanks__text {
  color: #2D2D2D;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

.tb-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tb-none {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: none;
  }
}

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
heading
 _________________________________________________________*/
.heading-jp-h1 {
  color: #2D2D2D;
  font-size: min(2.7972027972vw, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .heading-jp-h1 {
    font-size: min(4.8vw, 18px);
  }
}

.heading-jp-h2 {
  color: #2D2D2D;
  font-size: min(2.3976023976vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .heading-jp-h2 {
    font-size: min(4.2666666667vw, 16px);
  }
}

.heading-jp-h3 {
  color: #2D2D2D;
  font-size: min(1.998001998vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .heading-jp-h3 {
    font-size: min(3.7333333333vw, 14px);
  }
}

.heading-jp-h4 {
  color: #2D2D2D;
  font-size: min(1.7982017982vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .heading-jp-h4 {
    font-size: min(3.4666666667vw, 13px);
  }
}

.heading-jp-small {
  font-size: min(1.1988011988vw, 12px);
}
@media screen and (max-width: 768px) {
  .heading-jp-small {
    font-size: min(2.6666666667vw, 10px);
  }
}

.heading-en-h1 {
  font-size: min(3.5964035964vw, 36px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .heading-en-h1 {
    font-size: min(5.8666666667vw, 22px);
  }
}

.heading-en-h2 {
  font-size: min(3.1968031968vw, 32px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .heading-en-h2 {
    font-size: min(5.3333333333vw, 20px);
  }
}

.heading-en-h3 {
  font-size: min(2.7972027972vw, 28px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .heading-en-h3 {
    font-size: min(4.8vw, 18px);
  }
}

.heading-en-small {
  font-size: min(1.1988011988vw, 12px);
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .heading-en-small {
    font-size: min(2.9333333333vw, 11px);
  }
}

@media screen and (max-width: 768px) {
  .heading-en-small {
    font-weight: 400;
  }
}
/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1);
}

.m-mb-2 {
  margin-bottom: var(--spacer-2);
}

.m-mb-3 {
  margin-bottom: var(--spacer-3);
}

.m-mb-4 {
  margin-bottom: var(--spacer-4);
}

.m-mt-1 {
  margin-top: var(--spacer-1);
}

.m-mt-2 {
  margin-top: var(--spacer-2);
}

.m-mt-3 {
  margin-top: var(--spacer-3);
}

.m-mt-4 {
  margin-top: var(--spacer-4);
}

/*
font-color
_________________________________________________________*/
.m-txt-primary {
  color: #6CA1CB;
}

/*
font-size
_________________________________________________________*/
strong,
.m-txt-bold {
  font-weight: 500;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.m-font-alp {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*
button
_________________________________________________________*/
.m-btn--large {
  font-size: 1.1em;
  padding: 24px 160px;
}
@media screen and (max-width: 768px) {
  .m-btn--large {
    padding: 24px;
    width: 100%;
  }
}

.m-btn--small {
  font-size: 0.9em;
  padding: 16px 48px;
}

.m-rolling-btn {
  height: 46px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .m-rolling-btn {
    height: 40px;
    padding: 5px 0;
  }
}

.m-rolling-btn__link {
  display: block;
  padding: 0 30px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  height: 30px;
  position: relative;
  transition: 0.2s;
  color: #2D2D2D;
}
.m-rolling-btn__link:hover {
  color: #2D2D2D;
}
.m-rolling-btn__link:hover .m-rolling-btn__text {
  top: -30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .m-rolling-btn__link {
    padding: 0 24px;
    font-size: 11px;
  }
}

.m-rolling-btn__text {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.m-rolling-btn__content {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.m-rolling-btn__content .icon-arrow {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*
table
_________________________________________________________*/
.m-table {
  border-top: 1px solid rgba(108, 108, 108, 0.6);
  margin: 0 auto var(--spacer-3);
  width: 100%;
  max-width: 700px;
}
.m-table tr {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
}
.m-table th, .m-table td {
  border: none;
  padding: var(--spacer-1) 0;
}
@media screen and (max-width: 768px) {
  .m-table th, .m-table td {
    display: block;
    padding: 0;
  }
  .m-table td:first-child {
    padding-top: var(--spacer-1);
  }
  .m-table td:last-child {
    padding-bottom: var(--spacer-1);
  }
}

/*
list
 _________________________________________________________*/
.m-list-hyphen li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 4px;
}
.m-list-hyphen li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 1px;
  background: #3E3E3E;
  transform: translateY(-50%);
}

.m-list-2column {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--spacer-1) / 2);
  flex-wrap: wrap;
}
.m-list-2column li {
  width: 48%;
}
@media screen and (max-width: 1440px) {
  .m-list-2column {
    display: block;
  }
  .m-list-2column li {
    width: 100%;
  }
}

/*
box
 _________________________________________________________*/
.m-box-80 {
  width: 80%;
  clear: both;
}
@media screen and (max-width: 1440px) {
  .m-box-80 {
    width: 100%;
  }
}

.m-box-gray {
  background: #6C6C6C;
  padding: var(--spacer-2);
  border-radius: 4px;
}

.m-box-right {
  float: right;
}

.m-2column {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-2column {
    display: block;
  }
}

.m-2column__item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .m-2column__item {
    width: 100%;
  }
}

/*
img
 _________________________________________________________*/
.m-img-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.m-img-2 figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .m-img-2 {
    display: block;
  }
  .m-img-2 figure {
    width: 100%;
  }
}

/*
faq
_________________________________________________________*/
.faq__list {
  margin: 64px auto 0 auto;
  border-top: 1px solid rgba(108, 108, 108, 0.6);
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-top: 40px;
  }
}

.faq__item {
  border-bottom: 1px solid rgba(108, 108, 108, 0.6);
  padding: 48px 16px;
  text-align: justify;
  text-justify: inter-ideograph; /* Edge */
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 32px 0;
  }
}
.faq__item dt {
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  color: #2D2D2D;
  font-size: min(1.3986013986vw, 14px);
  line-height: 157.143%;
  font-weight: 500;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq__item dt {
    font-size: min(3.2vw, 12px);
  }
}
.faq__item dt:before {
  content: "Q";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.7972027972vw, 28px);
  color: #6CA1CB;
  margin-right: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq__item dt:before {
    font-size: min(6.4vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .faq__item dt:before {
    margin-right: 16px;
  }
}
.faq__item dt:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  padding-left: 48px;
  align-self: flex-start;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .faq__item dt:after {
    margin-right: 0;
  }
}
.faq__item dd {
  transform: translate3d(0, 0, 0);
  transition: 0.4s;
  display: flex;
  align-items: center;
  margin-top: 0;
  font-size: min(1.3986013986vw, 14px);
  line-height: 157.143%;
  padding-right: 64px;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  .faq__item dd {
    font-size: min(3.2vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .faq__item dd {
    padding-right: 0;
  }
}
.faq__item dd:before {
  content: "A";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: min(2.7972027972vw, 28px);
  color: #6CA1CB;
  margin-right: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq__item dd:before {
    font-size: min(6.4vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .faq__item dd:before {
    margin-right: 16px;
  }
}

.faq__item.is-active dt:after {
  background: url(../images/icon-minus.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.faq__item.is-active dd {
  height: auto;
  opacity: 1;
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .faq__item.is-active dd {
    margin-top: 32px;
  }
}

.link-icon-arrow {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6CA1CB;
  gap: 8px;
}
.link-icon-arrow:hover {
  background-color: #4C2B06;
}
.link-icon-arrow:hover .link-icon-arrow__linktext {
  color: #fff;
}

.link-icon-arrow__svgwrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.link-icon-arrow__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.link-icon-arrow__circle:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 2;
  opacity: 1;
  background-color: #4C2B06;
}

.link-icon-arrow__svg {
  z-index: 3;
  position: absolute;
}

.link-icon-arrow__svg--default {
  opacity: 1;
}

.link-icon-arrow__svg--hover {
  opacity: 0;
}
.link-icon-arrow__svg--hover .link-icon-arrow__line {
  fill: #4C2B06;
}
.link-icon-arrow__svg--hover .link-icon-arrow__corner {
  stroke: #4C2B06;
}

.link-icon-arrow:hover .link-icon-arrow__svg--default {
  opacity: 0;
}
.link-icon-arrow:hover .link-icon-arrow__svg--hover {
  animation: anm-link-icon-arrow__svg-hover 0.3s ease-out forwards;
}
.link-icon-arrow:hover .link-icon-arrow__circle {
  opacity: 1;
}
.link-icon-arrow:hover .link-icon-arrow__circle:before {
  animation: anm-icon-circle-in 0.3s ease-out forwards;
}

.link-icon-arrow.is-hoverout .link-icon-arrow__circle:before {
  opacity: 1;
  animation: anm-icon-circle-out2 0.3s ease-out forwards;
}
.link-icon-arrow.is-hoverout .link-icon-arrow__svg--default {
  animation: anm-icon-svg-out2 0.25s ease-out forwards;
}

@keyframes anm-link-icon-arrow__svg-hover {
  0% {
    opacity: 0;
    margin-top: 50%;
    margin-left: -50%;
  }
  40% {
    opacity: 0;
    margin-top: 50%;
    margin-left: -50%;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
  }
}
@keyframes anm-icon-svg-out {
  0% {
    opacity: 0;
    margin-top: -20%;
    margin-left: 20%;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
  }
}
@keyframes anm-icon-svg-out2 {
  0% {
    opacity: 0;
    margin-top: -30%;
    margin-left: 30%;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 0;
    margin-left: 0;
  }
}
@keyframes anm-icon-circle-in {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 9999px;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #6CA1CB;
  }
}
@keyframes anm-icon-circle-out {
  0% {
    opacity: 1;
    width: 40%;
    height: 20%;
    aspect-ratio: 1/0.5;
    border-radius: 9999px;
    transform: rotate(-45deg);
  }
  70% {
    opacity: 1;
    width: 1px;
    height: 1px;
    margin-top: 9px;
    margin-right: 3px;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 0;
    width: 1px;
    height: 1px;
    transform: rotate(-45deg);
  }
}
@keyframes anm-icon-circle-out2 {
  0% {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    margin-top: -5px;
    margin-left: -5px;
    aspect-ratio: 1/1;
    border-radius: 9999px;
    background-color: #6CA1CB;
  }
  90% {
    background-color: #6CA1CB;
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: #4C2B06;
  }
}