@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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; /* 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: 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000000;
}
body.no-scroll {
  overflow: hidden;
}

main {
  overflow-x: hidden;
  margin-top: var(--header-h);
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.header {
  background-color: #F0EA0C;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 1060px) {
  .header.is-open {
    background-color: #000000;
  }
  .header.is-open .header__logo .is-nomal {
    display: none;
  }
  .header.is-open .header__logo .is-open {
    display: block;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 16px;
}
@media screen and (max-width: 1060px) {
  .header__inner {
    padding-left: unset;
    padding: 0 20px;
  }
}
.header__logo {
  width: 256px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__logo .is-open {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__contents {
    display: none;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #000000;
    width: 100%;
    /* ★ここが重要 */
    height: calc(100vh - 50px);
    overflow-y: auto;
    padding: 36px 26px;
  }
}
.header__flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1060px) {
  .header__flexwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.header__navarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (max-width: 1060px) {
  .header__navarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: unset;
    width: 100%;
  }
}
.header__navitem {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  .header__navitem {
    width: 100%;
  }
  .header__navitem:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
.header__navitem.-sp {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__navitem.-sp {
    display: block;
  }
}
.header__navitem:hover .header__navchild::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
@media screen and (max-width: 1060px) {
  .header__navitem:hover .header__navchild::before {
    position: unset;
    content: none;
  }
}
.header__navitem:hover .header__navchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1060px) {
  .header__navitem:hover .header__navchild {
    display: none;
  }
}
.header__navtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1060px) {
  .header__navtitle {
    font-size: 15px;
    padding: 20px 0;
    display: block;
    color: #fff;
    position: relative;
  }
  .header__navtitle .-cross {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .header__navtitle .-cross::before, .header__navtitle .-cross::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header__navtitle .-cross::after {
    rotate: 90deg;
  }
  .header__navtitle.is-open .-cross::after {
    rotate: 0deg;
  }
}
.header__navtitle.-arrow {
  position: relative;
  padding-right: 9px;
}
@media screen and (max-width: 1060px) {
  .header__navtitle.-arrow.is-open::after {
    rotate: 60deg;
  }
}
.header__navtitle.-arrow::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #000000;
  width: 7px;
  height: 6px;
  right: 0;
  top: 9px;
}
@media screen and (max-width: 1060px) {
  .header__navtitle.-arrow::after {
    right: 20px;
    top: 27px;
  }
}
.header__navchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .45);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .45);
  width: 200px;
  padding: 45px 0;
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__navchild {
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: unset;
    width: 100%;
    padding: 0 15px 20px;
    margin-top: -8px;
    background-color: unset;
    color: #909090;
  }
}
.header__navchild a {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  .header__navchild a {
    letter-spacing: 0;
    line-height: 2;
  }
}
.header__contact {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 151px;
  height: 60px;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1060px) {
  .header__contact {
    font-size: 50px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
  }
}
.header__contact.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1060px) {
  .header__contact.-pc {
    display: none;
  }
}
.header__contact.-sp {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__contact.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

.footer {
  background-color: #171717;
  padding: 89px 0 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 83px 0 22px;
  }
}
.footer__pagetop {
  position: fixed;
  z-index: 90;
  right: 50px;
  bottom: 65px;
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    right: 30px;
    bottom: 30px;
  }
}
.footer__navarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90PX;
}
@media screen and (max-width: 768px) {
  .footer__navarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav:not(:first-of-type) {
    border-top: #434343 1px solid;
  }
}
.footer__nav.-mr {
  margin-right: -3em;
}
@media screen and (max-width: 768px) {
  .footer__nav.-mr {
    margin-right: unset;
  }
}
.footer__navtitle {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__navtitle {
    padding: 20px 0;
    display: block;
    position: relative;
  }
  .footer__navtitle .-cross {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .footer__navtitle .-cross::before, .footer__navtitle .-cross::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .footer__navtitle .-cross::after {
    rotate: 90deg;
  }
  .footer__navtitle.is-open .-cross::after {
    rotate: 0deg;
  }
}
.footer__navchild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0px;
}
@media screen and (max-width: 768px) {
  .footer__navchild {
    padding: 0 14px 19px;
    margin-top: -5px;
    display: none;
  }
}
.footer__navchild a {
  font-size: 14px;
  line-height: 2.0714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #909090;
  display: block;
}
.footer__contact {
  font-size: 59px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-top: #434343 1px solid;
  border-bottom: #434343 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 52px 0 0;
  padding: 25px 0 17px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    font-size: 50px;
    margin: 57px 0 0;
    padding: 21px 0 19px;
  }
}
.footer__message {
  max-width: 910px;
  margin: 64px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__message {
    margin: 31px auto 0;
  }
}
.footer__message img {
  width: 100%;
  height: auto;
}
.footer__logo {
  display: block;
  width: 282px;
  padding: 0 38px 0 35px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 30px auto 0;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 38px 0 35px;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.footer__bottom a {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.footer__bottom small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .title {
    gap: 3px;
  }
}
.title__sm {
  color: #6AB933;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .title__sm {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.title__lg {
  font-size: 42px;
  line-height: 1.3571428571;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .title__lg {
    font-size: 35px;
    line-height: 1.3;
  }
}

.burger {
  display: none;
}
@media screen and (max-width: 1060px) {
  .burger {
    display: block;
    width: 27px;
    height: 5px;
    position: relative;
  }
  .burger__border {
    display: block;
    width: 27px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .burger__border.-top {
    top: 0;
  }
  .burger__border.-bottom {
    bottom: 0;
  }
  .burger.is-open .burger__border {
    background-color: #fff;
  }
  .burger.is-open .burger__border.-top {
    rotate: 22deg;
    top: 2px;
  }
  .burger.is-open .burger__border.-bottom {
    rotate: -22deg;
    bottom: 2px;
  }
}

.button {
  padding-right: 40px;
  max-width: 275px;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  border: #000000 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 2.7857142857;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  background-color: white;
}
.button::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F0EA0C;
  border: #000000 1px solid;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.button:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.linkarea {
  padding: 96px 0 86px;
  background-color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .linkarea {
    padding: 96px 0 101px;
  }
}
.linkarea__textslider {
  width: 100%;
  overflow: hidden;
}
.linkarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: slide-animation-logo 60s linear infinite;
          animation: slide-animation-logo 60s linear infinite;
}
.linkarea__item {
  color: #F0EA0C;
  font-size: 130px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .linkarea__item {
    font-size: 70px;
  }
}
.linkarea__item.-top {
  width: 3979px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-top {
    width: 2143px;
  }
}
.linkarea__item.-passion {
  width: 4563px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-passion {
    width: 2457px;
    padding-bottom: 4px;
  }
}
.linkarea__item.-look {
  width: 5300px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-look {
    width: 2854px;
  }
}
.linkarea__item.-change {
  width: 1687px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-change {
    width: 909px;
    padding-bottom: 4px;
  }
}
.linkarea__item.-harsh {
  width: 2515px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-harsh {
    width: 1354px;
  }
}
.linkarea__item.-branding {
  width: 3027px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-branding {
    width: 1630px;
  }
}
.linkarea__item.-web {
  width: 3275px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-web {
    width: 1764px;
  }
}
.linkarea__item.-movie {
  width: 2914px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-movie {
    width: 1569px;
  }
}
.linkarea__item.-brochure {
  width: 2831px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-brochure {
    width: 1525px;
  }
}
.linkarea__item.-photo {
  width: 1791px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .linkarea__item.-photo {
    width: 964px;
    padding-bottom: 3px;
  }
}
.linkarea__button {
  margin: -29px 30px 0;
  font-size: 45px;
  line-height: 1.3555555556;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 29px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .linkarea__button {
    font-size: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin: 16px 30px 0;
  }
}
.linkarea__button span {
  background-color: #fff;
  border: #000000 1px solid;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .linkarea__button span {
    width: 110px;
    height: 110px;
  }
}
.linkarea__button span::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.linkarea__button:hover {
  opacity: 1;
}
.linkarea__button:hover span {
  background-color: #000;
}
.linkarea__button:hover span::after {
  background-image: url("../images/common/arrow-y.webp");
}
.linkarea__message {
  background-color: #fff;
  padding: 60px 10px 50px;
  max-width: 977px;
  margin: 34px auto 96px;
  border-left: 8px solid;
  border-right: 8px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .linkarea__message {
    margin: 0px 20px 40px;
  }
}
.linkarea__message::before, .linkarea__message::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0, #000 60px, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #000 calc(100% - 60px), #000 100%);
  width: calc(100% + 16px);
  height: 8px;
  left: -8px;
}
.linkarea__message::before {
  top: -4px;
}
.linkarea__message::after {
  bottom: -4px;
}
.linkarea__message--sm {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 19px;
}
.linkarea__message--md {
  font-size: 30px;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .linkarea__message--md {
    font-size: 18px;
  }
}
.linkarea__message--lg {
  font-size: 42px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .linkarea__message--lg {
    font-size: 20px;
  }
}
.linkarea__message .-bg {
  position: relative;
  z-index: 1;
}
.linkarea__message .-bg::after {
  position: absolute;
  content: "";
  background-color: #F0EA0C;
  width: 100%;
  height: 68%;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.linkarea__message.-passion {
  padding: 75px 10px 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.pagetitle {
  padding-top: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    gap: 3px;
    padding-top: 60px;
  }
}
.pagetitle__sm {
  color: #6AB933;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .pagetitle__sm {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.pagetitle__lg {
  font-size: 85px;
  line-height: 1.0352941176;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .pagetitle__lg {
    font-size: 35px;
    line-height: 1.3;
  }
}

.pagekv {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagekv {
    padding-top: 48px;
  }
}
.pagekv::after {
  position: absolute;
  content: "";
  background-color: #CCCCCC;
  left: 0;
  top: 0;
  width: 100%;
  height: 453px;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .pagekv::after {
    height: 337px;
  }
}
.pagekv__subtitle {
  font-size: 28px;
  letter-spacing: 0.025em;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  line-height: 1.4;
  position: absolute;
  top: -24px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .pagekv__subtitle {
    font-size: 16px;
    padding: 6px 10px 6px 15px;
    top: -17px;
    left: -30px;
  }
}
.pagekv__bg {
  max-width: 932px;
  margin: 0 auto;
  padding: 79px 20px 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagekv__bg {
    padding: 52px 0px 0;
  }
}
.pagekv__bg svg {
  position: absolute;
  right: -6px;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .pagekv__bg svg {
    right: -3px;
    top: -3px;
  }
}
.pagekv__en {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #6AB933;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .pagekv__en {
    font-size: 13px;
    line-height: 1.3076923077;
  }
}
.pagekv__img {
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .pagekv__img {
    margin: 22px auto 0;
  }
}
.pagekv__img img {
  width: 100%;
  height: auto;
}
.pagekv__img.-passion {
  max-width: 741px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-passion {
    max-width: 286px;
  }
}
.pagekv__img.-look {
  max-width: 645px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-look {
    max-width: 239px;
  }
}
.pagekv__img.-change {
  max-width: 745px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-change {
    max-width: 289px;
  }
}
.pagekv__img.-harsh {
  max-width: 547px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-harsh {
    max-width: 215px;
  }
}
.pagekv__img.-branding {
  max-width: 798px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-branding {
    margin: 22px -8px 0;
  }
}
.pagekv__img.-web {
  max-width: 555px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-web {
    max-width: 202px;
  }
}
.pagekv__img.-movie {
  max-width: 513px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-movie {
    max-width: 221px;
  }
}
.pagekv__img.-brochure {
  max-width: 806px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-brochure {
    margin: 22px -10px 0;
  }
}
.pagekv__img.-photo {
  max-width: 826px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-photo {
    margin: 22px -10px 0;
  }
}
.pagekv__img.-sns1 {
  max-width: 588px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-sns1 {
    max-width: 300px;
  }
}
.pagekv__img.-sns2 {
  max-width: 813px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-sns2 {
    max-width: 268px;
  }
}
.pagekv__img.-sns3 {
  max-width: 819px;
}
@media screen and (max-width: 768px) {
  .pagekv__img.-sns3 {
    max-width: 274px;
  }
}
.pagekv__lead {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .pagekv__lead {
    text-align: left;
  }
}

.point {
  background-color: #EDEDED;
  margin: 0 calc(50% - 50vw);
  padding: 111px calc(50vw - 50%) 138px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 50px calc(50vw - 50%) 50px;
  }
}
.point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point__title--sm {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}
.point__title--lg {
  font-size: 100px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .point__title--lg {
    font-size: 60px;
  }
}
.point__inner {
  max-width: 980px;
  margin: 0 auto;
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  counter-reset: listnum;
  list-style: none;
  margin: 42px 0 0;
}
.point__item {
  background-color: #fff;
  padding: 83px 87px 45px;
}
@media screen and (max-width: 768px) {
  .point__item {
    padding: 36px 20px 20px;
  }
}
.point__item h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .point__item h3 {
    font-size: 18px;
  }
}
.point__item h3::after {
  position: absolute;
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: "0" counter(listnum); /* カウントした数に応じて番号を表示 */
  left: -47px;
  top: -83px;
  font-size: 130px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #F0EA0C;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .point__item h3::after {
    left: -15px;
    top: -35px;
    font-size: 48px;
  }
}
.point__item p {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin: 45px 0 0 0;
}
@media screen and (max-width: 768px) {
  .point__item p {
    margin: 15px 0 0;
  }
}
.point__button {
  margin: 106px auto 0;
}
@media screen and (max-width: 768px) {
  .point__button {
    margin: 50px auto 0;
  }
}
.point-flow__title {
  border-bottom: #CCCCCC 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 69px;
  padding-bottom: 10px;
}
.point-flow__title--lg {
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.point-flow__title--sm {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.point-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .point-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.point-flow__list li {
  width: calc(25% - 22.5px);
  min-height: 80px;
  padding: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-flow__list li {
    width: 100%;
  }
}
.point-flow__list li:nth-of-type(1), .point-flow__list li:nth-of-type(2), .point-flow__list li:nth-of-type(3), .point-flow__list li:nth-of-type(5), .point-flow__list li:nth-of-type(6), .point-flow__list li:nth-of-type(7) {
  position: relative;
}
.point-flow__list li:nth-of-type(1)::after, .point-flow__list li:nth-of-type(2)::after, .point-flow__list li:nth-of-type(3)::after, .point-flow__list li:nth-of-type(5)::after, .point-flow__list li:nth-of-type(6)::after, .point-flow__list li:nth-of-type(7)::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 6px;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .point-flow__list li:nth-of-type(1)::after, .point-flow__list li:nth-of-type(2)::after, .point-flow__list li:nth-of-type(3)::after, .point-flow__list li:nth-of-type(5)::after, .point-flow__list li:nth-of-type(6)::after, .point-flow__list li:nth-of-type(7)::after {
    right: unset;
    left: 48%;
    top: unset;
    bottom: -26px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    rotate: 90deg;
  }
}
.point-flow__list li:nth-of-type(4) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .point-flow__list li:nth-of-type(4)::after {
    position: absolute;
    content: "";
    background-image: url("../images/common/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
    left: 48%;
    bottom: -26px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    rotate: 90deg;
  }
}

.can {
  background-color: #F0EA0C;
  padding: 75px 0 84px;
}
.can__lead {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 10px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .can__lead {
    font-size: 18px;
  }
}
.can__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .can__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.can__item {
  width: 220px;
  height: 226px;
  background-color: #fff;
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  .can__item {
    aspect-ratio: 220/226;
    width: calc(50% - 5px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}
.can__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.can__title--en {
  font-size: 27px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .can__title--en {
    font-size: 18px;
  }
}
.can__title--ja {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .can__title--ja {
    font-size: 10px;
  }
}
.can__img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .can__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.can__img img {
  width: 100%;
  height: auto;
}
.can__img.-img1 {
  max-width: 79px;
  margin: 49px auto 9px;
}
.can__img.-img2 {
  max-width: 92px;
  margin: 49px auto 4px;
}
.can__img.-img3 {
  max-width: 60px;
  margin: 45px auto 0;
}
.can__img.-img4 {
  max-width: 75px;
  margin: 49px auto 4px;
}
.can__img.-img5 {
  max-width: 63px;
  margin: 24px auto 4px;
}
.can__img.-img6 {
  max-width: 32px;
  margin: 24px auto 4px;
}
@media screen and (max-width: 768px) {
  .can__img.-img1, .can__img.-img2, .can__img.-img3, .can__img.-img4, .can__img.-img5, .can__img.-img6 {
    margin: 20px auto 0;
  }
  .can__img.-img4, .can__img.-img5, .can__img.-img6 {
    margin: 10px auto 0;
  }
}

.col3 {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: relative;
  border-left: 8px solid;
  border-right: 8px solid;
  padding: 64px 96px 66px;
  margin-top: 67px;
}
@media screen and (max-width: 1040px) {
  .col3 {
    padding: 64px 20px 66px;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px 40px;
    gap: 40px;
    margin-top: 30px;
  }
}
.col3::before, .col3::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0, #000 60px, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #000 calc(100% - 60px), #000 100%);
  width: calc(100% + 16px);
  height: 8px;
  left: -8px;
}
.col3::before {
  top: -4px;
}
.col3::after {
  bottom: -4px;
}
.col3__item {
  width: calc(33.33333% - 53.33333px);
}
@media screen and (max-width: 1040px) {
  .col3__item {
    width: calc(33.33333% - 26.66667px);
  }
}
@media screen and (max-width: 768px) {
  .col3__item {
    width: 100%;
  }
}
.col3__title {
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  padding-bottom: 15px;
}
.col3__title--number {
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .col3__title--number {
    font-size: 30px;
  }
}
.col3__title--ja {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-right: -13px;
}
@media screen and (max-width: 1040px) {
  .col3__title--ja {
    font-size: 23px;
  }
}
.col3__title--ja span {
  background-color: #F0EA0C;
}
.col3__disc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 18px;
}

.top-kv {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-kv img {
  width: 100%;
  height: auto;
}
.top-eyecatch {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-eyecatch img {
  width: 100%;
  height: auto;
}
.top-logoslider {
  padding-top: 56px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-logoslider {
    padding-top: 40px;
  }
}
.top-logoslider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: slide-animation-logo 60s linear infinite;
          animation: slide-animation-logo 60s linear infinite;
}
@media screen and (max-width: 768px) {
  .top-logoslider__list {
    gap: 29px;
  }
}
.top-logoslider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-logoslider__item.-logo1 {
  width: 234px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo1 {
    width: 199px;
  }
}
.top-logoslider__item.-logo2 {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo2 {
    width: 189px;
  }
}
.top-logoslider__item.-logo3 {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo3 {
    width: 163px;
  }
}
.top-logoslider__item.-logo4 {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo4 {
    width: 202px;
  }
}
.top-logoslider__item.-logo5 {
  width: 267px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo5 {
    width: 224px;
  }
}
.top-logoslider__item.-logo6 {
  width: 145px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo6 {
    width: 122px;
  }
}
.top-logoslider__item.-logo7 {
  width: 247px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo7 {
    width: 207px;
  }
}
.top-logoslider__item.-logo8 {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo8 {
    width: 113px;
  }
}
.top-logoslider__item.-logo9 {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .top-logoslider__item.-logo9 {
    width: 145px;
  }
}
.top-logoslider__item img {
  width: 100%;
  height: auto;
}
.top-about {
  padding: 221px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 150px 0 0;
  }
}
.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top-about__wrap .-top, .top-about__wrap .-bottom {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-about__wrap .-top, .top-about__wrap .-bottom {
    width: 620px;
    height: 263px;
  }
}
.top-about__wrap .-top {
  top: -270px;
  left: calc(50% + 283px);
  -webkit-transform: translateX(-50%) scale(-1, -1);
          transform: translateX(-50%) scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .top-about__wrap .-top {
    top: -150px;
    left: calc(50% + 160px);
  }
}
.top-about__wrap .-bottom {
  bottom: -308px;
  left: calc(50% - 283px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-about__wrap .-bottom {
    bottom: -177px;
    left: calc(50% - 160px);
  }
}
.top-about__title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #6AB933;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.top-about__copy {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin: 36px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about__copy {
    gap: 7px;
    margin: 22px 0 0;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .top-about__copy svg {
    width: 24px;
  }
}
.top-about__text {
  font-size: 21px;
  line-height: 1.8571428571;
  font-weight: 700;
  text-align: center;
  margin-top: 174px;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    font-size: 15px;
    line-height: 2;
    font-weight: 700;
    text-align: center;
    margin-top: 111px;
  }
}
.top-about__button {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .top-about__button {
    margin: 42px auto 0;
  }
}
.top-textslider {
  padding-top: 114px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-textslider {
    padding-top: 110px;
  }
}
.top-textslider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: slide-animation-logo 60s linear infinite;
          animation: slide-animation-logo 60s linear infinite;
}
.top-textslider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2922px;
}
@media screen and (max-width: 768px) {
  .top-textslider__item {
    width: 1500px;
  }
}
.top-textslider__item img {
  width: 100%;
  height: auto;
}
.top-achieved {
  margin: 130px calc(50% - 50vw) 0;
  padding: 127px calc(50vw - 50%) 0;
  width: 100vw;
  background-color: #F0EA0C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-achieved {
    margin: 100px calc(50% - 50vw) 0;
    padding: 97px calc(50vw - 50%) 0;
  }
}
.top-achieved__list {
  max-width: 987px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top-achieved__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-achieved__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
.top-achieved__item:nth-of-type(1) {
  padding: 130px 0 116px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(1) {
    padding: 72px 0 49px;
  }
}
.top-achieved__item:nth-of-type(2) {
  padding: 139px 0 103px 4px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(2) {
    padding: 61px 0 49px 0px;
  }
}
.top-achieved__item:nth-of-type(2) .top-achieved__title--lg {
  padding-left: 121px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(2) .top-achieved__title--lg {
    padding-left: 85px;
  }
}
.top-achieved__item:nth-of-type(2) .top-achieved__disc {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(2) .top-achieved__disc {
    margin-top: 26PX;
  }
}
.top-achieved__item:nth-of-type(3) {
  padding: 142px 3px 106px 0;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(3) {
    padding: 61px 0 51px 0px;
  }
}
.top-achieved__item:nth-of-type(3) .top-achieved__title--lg {
  padding-left: 128px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(3) .top-achieved__title--lg {
    padding-left: 85px;
    margin-right: -5px;
  }
}
.top-achieved__item:nth-of-type(3) .top-achieved__disc {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(3) .top-achieved__disc {
    margin-top: 25px;
  }
}
.top-achieved__item:nth-of-type(4) {
  padding: 91px 0 186px 3px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(4) {
    padding: 61px 0 98px 0px;
  }
}
.top-achieved__item:nth-of-type(4) .top-achieved__title {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(4) .top-achieved__title {
    margin-top: unset;
  }
}
.top-achieved__item:nth-of-type(4) .top-achieved__title--lg {
  padding-left: 122px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(4) .top-achieved__title--lg {
    padding-left: 85px;
  }
}
.top-achieved__item:nth-of-type(4) .top-achieved__disc {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(4) .top-achieved__disc {
    margin-top: 26PX;
  }
}
.top-achieved__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-achieved__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-achieved__item:not(:last-of-type) {
  border-bottom: #FFFFFF 1px solid;
  position: relative;
}
.top-achieved__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 32px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.top-achieved__body {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-achieved__body {
    width: 100%;
  }
}
.top-achieved__img {
  max-width: 355px;
}
@media screen and (max-width: 768px) {
  .top-achieved__img {
    max-width: 76%;
    margin: 0 auto;
  }
}
.top-achieved__img img {
  width: 100%;
}
.top-achieved__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 21px;
  position: relative;
}
.top-achieved__title--sm {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .top-achieved__title--sm {
    font-size: 53px;
  }
}
.top-achieved__title--lg {
  font-size: 32px;
  line-height: 1.40625;
  font-weight: 700;
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  .top-achieved__title--lg {
    font-size: 25px;
    padding-left: 85px;
  }
}
.top-achieved__disc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-achieved__disc {
    margin-top: 26px;
  }
}
.top-achieved__img img {
  width: 100%;
  height: auto;
}
.top-achieved__tl, .top-achieved__tr, .top-achieved__bl, .top-achieved__br {
  position: absolute;
}
.top-achieved__tl {
  top: -6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-achieved__tl {
    top: -4px;
  }
}
.top-achieved__tr {
  top: 0;
  right: 0;
  width: 76px;
  height: 516px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .top-achieved__tr {
    width: 15px;
    height: 281px;
  }
}
.top-achieved__bl {
  bottom: 0;
  left: 0;
  width: 76px;
  height: 580px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .top-achieved__bl {
    width: 15px;
    height: 281px;
  }
}
.top-achieved__br {
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-achieved__br {
    bottom: -4px;
  }
}
.top-do {
  margin: 0 calc(50% - 50vw);
  padding: 127px 0 130px calc(50vw - 50%);
  width: 100vw;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5%;
}
@media screen and (max-width: 768px) {
  .top-do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 30px 100px 30px;
  }
}
.top-do .title__lg br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .top-do .title__lg br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-do .title__lg br {
    display: none;
  }
}
.top-do__head {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .top-do__head {
    width: 100%;
  }
}
.top-do__body {
  width: 63.5%;
  padding-top: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-do__body {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 46px;
  }
}
.top-do__lead {
  font-size: 15px;
  line-height: 1.9333333333;
  font-weight: 500;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .top-do__lead {
    margin-top: 28px;
  }
}
.top-do .swiper-slide {
  aspect-ratio: 227/232;
  background-color: #fff;
  border: #E2E2E2 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4% 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-do .swiper-slide {
    padding: 9% 0 0;
  }
}
.top-do .swiper-slide:hover {
  background-color: #F0EA0C;
  opacity: 1;
}
.top-do .swiper-button-next, .top-do .swiper-button-prev {
  background-color: #000000;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  top: 52%;
}
@media screen and (max-width: 768px) {
  .top-do .swiper-button-next, .top-do .swiper-button-prev {
    top: 58.6%;
  }
}
.top-do .swiper-button-prev, .top-do .swiper-rtl .swiper-button-next {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .top-do .swiper-button-prev, .top-do .swiper-rtl .swiper-button-next {
    left: 13%;
  }
}
.top-do .swiper-button-next, .top-do .swiper-rtl .swiper-button-prev {
  right: 10.5%;
}
@media screen and (max-width: 768px) {
  .top-do .swiper-button-next, .top-do .swiper-rtl .swiper-button-prev {
    right: 13%;
  }
}
.top-do .swiper-button-next:after, .top-do .swiper-button-prev:after {
  content: "";
  background-image: url(../images/common/arrow-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 8px;
}
.top-do .swiper-button-prev:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top-do__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.top-do__title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}
.top-do__title--ja {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 500;
}
.top-do__img {
  width: 100%;
}
.top-do__img.-img1 {
  max-width: 79px;
  margin-top: 19%;
}
.top-do__img.-img2 {
  max-width: 95px;
  margin-top: 17%;
}
.top-do__img.-img3 {
  max-width: 62px;
  margin-top: 14%;
}
.top-do__img.-img4 {
  max-width: 77px;
  margin-top: 17%;
}
.top-do__img.-img5 {
  max-width: 65px;
  margin-top: 7%;
}
.top-do__img.-img6 {
  max-width: 33px;
  margin-top: 6%;
}
.top-do__img img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes slide-animation-logo {
  0% {
    /* 開始位置 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 全体幅の50%分だけ左に移動 */
    -webkit-transform: translateX(-2143px);
            transform: translateX(-2143px);
  }
}

@keyframes slide-animation-logo {
  0% {
    /* 開始位置 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* 全体幅の50%分だけ左に移動 */
    -webkit-transform: translateX(-2143px);
            transform: translateX(-2143px);
  }
}
.circle-wrap {
  position: relative;
  width: 600px; /* 全体幅 */
  margin: 150px auto;
}

/* 横ライン */
.line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 30px; /* 帯の太さ */
  background: #e5e5e5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: line-expand 1.2s ease forwards;
          animation: line-expand 1.2s ease forwards;
}

@-webkit-keyframes line-expand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes line-expand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.passion__copy {
  font-size: 55px;
  line-height: 1.45;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 92px auto;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .passion__copy {
    font-size: 37px;
    line-height: 1;
    margin: 76px auto 47px;
    background-color: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 0 0;
  }
  .passion__copy span {
    background-color: #000;
    padding: 10px 9px;
  }
}
.passion__text {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .passion__text {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
  }
}
.passion__img {
  max-width: 810px;
  margin: 110px auto 130px;
}
@media screen and (max-width: 768px) {
  .passion__img {
    margin: 55px auto 50px;
  }
}
.passion__img img {
  width: 100%;
  height: auto;
}
.passion-point {
  margin: 40px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .passion-point {
    margin: 47px auto 0;
  }
}
.passion-point--lg {
  font-size: 55px;
  line-height: 1.6;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .passion-point--lg {
    font-size: 37px;
    line-height: 1.4054054054;
    padding-left: 105px;
  }
}
.passion-point--lg::after {
  position: absolute;
  content: "POINT";
  background-color: #6AB933;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -50px;
  top: 17px;
}
@media screen and (max-width: 768px) {
  .passion-point--lg::after {
    width: 85px;
    height: 85px;
    font-size: 17px;
    left: 0px;
    top: 12px;
  }
}
.passion-point--sm {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin-top: 5px;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .passion-point--sm {
    font-size: 25px;
    line-height: 1.56;
    padding-left: unset;
    text-align: center;
    margin-top: 19px;
  }
}
.passion-point--sm .-bg {
  background-color: #F0EA0C;
}
.passion-bgarea {
  background-color: #F0EA0C;
  max-width: 980px;
  margin: 85px auto 0;
  padding: 0 20px 60px;
  position: relative;
}
.passion-bgarea::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -34px;
  -webkit-clip-path: polygon(0 0, 48% 100%, 100% 0);
          clip-path: polygon(0 0, 48% 100%, 100% 0);
  width: 86px;
  height: 60px;
  background-color: #F0EA0C;
}
.passion-bgarea__title {
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 17px;
}
@media screen and (max-width: 768px) {
  .passion-bgarea__title {
    font-size: 18px;
    text-align: center;
  }
}
.passion-bgarea__cloud {
  font-size: 27px;
  line-height: 2.3703703704;
  font-weight: 700;
  background-color: #fff;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  padding: 0 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .passion-bgarea__cloud {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    padding: 16px 20px;
    width: 100%;
  }
}
.passion-bgarea__cloud::after {
  position: absolute;
  content: "";
  background-image: url("../images/passion/cloud.webp");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  width: 100%;
  height: 22px;
}
.passion-bgarea__lead1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 31px auto 0;
}
@media screen and (max-width: 768px) {
  .passion-bgarea__lead1 {
    font-size: 18px;
  }
}
.passion-bgarea__lead2 {
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-weight: 700;
  margin: 37px auto 0;
  padding: 7px 22px;
}
@media screen and (max-width: 768px) {
  .passion-bgarea__lead2 {
    font-size: 16px;
    text-align: center;
    padding: 10px 17px;
  }
}
.passion-bgarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 668px;
  margin: 52px auto 0;
  gap: 0 6%;
}
@media screen and (max-width: 810px) {
  .passion-bgarea__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 307px;
  }
}
.passion-bgarea__item {
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .passion-bgarea__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.passion-bgarea__item:nth-of-type(even) {
  width: 44%;
}
@media screen and (max-width: 810px) {
  .passion-bgarea__item:nth-of-type(even) {
    width: 100%;
  }
}
.passion-bgarea__item:nth-of-type(odd) {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .passion-bgarea__item:nth-of-type(odd) {
    width: 100%;
  }
}
.passion-bgarea__item input {
  position: absolute;
  opacity: 0;
}
.passion-bgarea__item span {
  font-size: 15px;
  line-height: 2.5333333333;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .passion-bgarea__item span {
    font-size: 13px;
    padding-left: 22px;
  }
}
.passion-bgarea__item span::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 56%;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.passion-bgarea__item span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 57%;
  width: 6px;
  height: 10px;
  border-right: 3px solid #6AB933;
  border-bottom: 4px solid #6AB933;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}
.passion-bgarea__item input:checked + span::before {
  background: #fff;
}
.passion-bgarea__item input:checked + span::after {
  opacity: 1;
}

.look__cloud {
  font-size: 27px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 12px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  position: relative;
  padding: 10px 33px 15px;
}
@media screen and (max-width: 768px) {
  .look__cloud {
    font-size: 18px;
  }
}
.look__cloud span {
  position: relative;
  z-index: 1;
}
.look__cloud span::after {
  position: absolute;
  content: "";
  background-color: #F0EA0C;
  width: 100%;
  height: 80%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.look__cloud::after {
  position: absolute;
  content: "";
  background-image: url(../images/look/cloud.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: -28px;
  width: 100%;
  height: 30px;
}
.look-about {
  position: relative;
  padding: 87px 0 52px;
}
@media screen and (max-width: 768px) {
  .look-about {
    padding: 60px 0 25px;
  }
}
.look-about::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -53px;
  background-color: #fff;
  width: 124px;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .look-about::after {
    width: 104px;
    height: 54px;
    bottom: -33px;
  }
}
.look-about__title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .look-about__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
}
.look-about__title span {
  position: relative;
  z-index: 1;
}
.look-about__title span::after {
  position: absolute;
  content: "";
  background-color: #F0EA0C;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 24px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .look-about__title span::after {
    height: 18px;
  }
}
.look-about__title svg {
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .look-about__title svg {
    margin-bottom: unset;
    width: 20px;
  }
}
.look-about__list {
  max-width: 1067px;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.look-about__item {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 196px;
  height: 142px;
}
.look-about__item--sm {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 0px 0 15px;
  margin-top: -6px;
}
.look-about__item--lg {
  font-size: 35px;
  font-weight: 700;
  color: #F0EA0C;
  margin-top: -11px;
}
.look-message {
  background-color: #CCCCCC;
  margin: 0 calc(50% - 50vw);
  padding: 95px calc(50vw - 50%) 433px;
  width: 100vw;
}
.look-message__title {
  font-size: 30px;
  line-height: 2.9333333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .look-message__title {
    line-height: 1.6;
    font-size: 24px;
  }
}
.look-message__cloud {
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 12px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 6px 12px;
  position: relative;
}
.look-message__cloud::after {
  position: absolute;
  content: "";
  background-image: url(../images/look/cloud-w.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 20px;
}
.look-message__message {
  background-color: #fff;
  padding: 70px 10px 62px;
  max-width: 977px;
  margin: 50px auto 96px;
  border-left: 8px solid;
  border-right: 8px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .look-message__message {
    margin: 20px 0px 40px;
  }
}
.look-message__message::before, .look-message__message::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0, #000 60px, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0) calc(100% - 60px), #000 calc(100% - 60px), #000 100%);
  width: calc(100% + 16px);
  height: 8px;
  left: -8px;
}
.look-message__message::before {
  top: -4px;
}
.look-message__message::after {
  bottom: -4px;
}
.look-message__message--sm {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 19px;
  max-width: 598px;
  margin: 38px auto 0;
}
.look-message__message--lg {
  font-size: 42px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .look-message__message--lg {
    font-size: 24px;
  }
}
.look-message__message .-bg {
  position: relative;
  z-index: 1;
}
.look-message__message .-bg::after {
  position: absolute;
  content: "";
  background-color: #F0EA0C;
  width: 100%;
  height: 68%;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.look-bgarea {
  background-color: #F0EA0C;
  max-width: 980px;
  margin: -365px auto 0;
  padding: 0 20px 78px;
}
@media screen and (max-width: 768px) {
  .look-bgarea {
    margin: -420px auto 0;
    padding: 0 20px 38px;
  }
}
.look-bgarea__title {
  background-color: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 27px;
}
@media screen and (max-width: 768px) {
  .look-bgarea__title {
    font-size: 18px;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
  }
}
.look-bgarea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 668px;
  margin: 62px auto 0;
  gap: 0 6%;
}
@media screen and (max-width: 810px) {
  .look-bgarea__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 307px;
    margin: 25px auto 0;
  }
}
.look-bgarea__item {
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .look-bgarea__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.look-bgarea__item:nth-of-type(even) {
  width: 44%;
}
@media screen and (max-width: 810px) {
  .look-bgarea__item:nth-of-type(even) {
    width: 100%;
  }
}
.look-bgarea__item:nth-of-type(odd) {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .look-bgarea__item:nth-of-type(odd) {
    width: 100%;
  }
}
.look-bgarea__item input {
  position: absolute;
  opacity: 0;
}
.look-bgarea__item span {
  font-size: 15px;
  line-height: 2.5333333333;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .look-bgarea__item span {
    font-size: 13px;
    padding-left: 22px;
  }
}
.look-bgarea__item span::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 56%;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.look-bgarea__item span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 57%;
  width: 6px;
  height: 10px;
  border-right: 3px solid #6AB933;
  border-bottom: 4px solid #6AB933;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}
.look-bgarea__item input:checked + span::before {
  background: #fff;
}
.look-bgarea__item input:checked + span::after {
  opacity: 1;
}
.look-bgarea__list2 {
  max-width: 785px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;
}
@media screen and (max-width: 768px) {
  .look-bgarea__list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0;
  }
}
.look-bgarea__item2 {
  background-color: #fff;
  padding: 21px 0 0;
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 768px) {
  .look-bgarea__item2 {
    width: 100%;
  }
}
.look-bgarea__item2 .-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.look-bgarea__item2 .-title--sm {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding: 2px 8px;
}
.look-bgarea__item2 .-title--lg {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 11px;
}
.look-bgarea__item2 .-text {
  border-top: 1px solid #F0EA0C;
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: 500;
  padding: 24px 18px 23px;
  margin-top: 17px;
}
.look-core {
  padding-top: 128px;
}
.look-core .look__cloud {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .look-core .look__cloud {
    margin-top: 40px;
  }
}
.look-core__list {
  max-width: 810px;
  margin: 66px auto 0;
}
.look-core__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .look-core__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
}
.look-core__item:nth-of-type(2) {
  padding-top: 91px;
}
@media screen and (max-width: 768px) {
  .look-core__item:nth-of-type(2) {
    padding-top: 60px;
  }
}
.look-core__item:nth-of-type(3) {
  padding-top: 84px;
}
@media screen and (max-width: 768px) {
  .look-core__item:nth-of-type(3) {
    padding-top: 60px;
  }
}
.look-core__item::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #C1C0BF;
  left: 140px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .look-core__item::before {
    left: 0;
  }
}
.look-core__dt {
  width: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .look-core__dt {
    width: 100%;
  }
}
.look-core__dt::before, .look-core__dt::after {
  position: absolute;
  content: "";
}
.look-core__dt::before {
  width: 100%;
  height: 2px;
  background-color: #C1C0BF;
  right: 0;
  top: 22px;
}
@media screen and (max-width: 768px) {
  .look-core__dt::before {
    right: unset;
    left: -20px;
    width: 20px;
  }
}
.look-core__dt::after {
  width: 20px;
  height: 20px;
  background-color: #F0EA0C;
  border-radius: 50%;
  right: -20px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .look-core__dt::after {
    right: unset;
    left: -27px;
    width: 16px;
    height: 16px;
    top: 15px;
  }
}
.look-core__dt .-year {
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 26px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 102px;
  height: 44px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 7px 0;
}
.look-core__dt .-year span {
  font-size: 17px;
  font-weight: 700;
}
.look-core__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 176px);
}
@media screen and (max-width: 768px) {
  .look-core__dd {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.look-core__textarea h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .look-core__textarea h3 {
    margin-top: 16px;
  }
}
.look-core__textarea p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 20px;
  max-width: 420px;
}
.look-core__textarea ul {
  margin-top: 10px;
}
.look-core__textarea ul li {
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 900;
  position: relative;
  padding-left: 1em;
}
.look-core__textarea ul li::after {
  position: absolute;
  content: "■";
  color: #F0EA0C;
  font-size: 8px;
  font-weight: 900;
  left: 0;
  top: 6px;
}
.look-core__img.-img1 {
  max-width: 183px;
  margin-top: 25px;
  margin-right: -6px;
}
@media screen and (max-width: 768px) {
  .look-core__img.-img1 {
    margin-top: unset;
    margin-right: unset;
    margin: 20px auto 0;
  }
}
.look-core__img.-img2 {
  max-width: 173px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .look-core__img.-img2 {
    margin-top: unset;
    margin-right: unset;
    margin: 20px auto 0;
  }
}
.look-core__img.-img3 {
  max-width: 77px;
  margin-top: 14px;
  margin-right: 47px;
}
@media screen and (max-width: 768px) {
  .look-core__img.-img3 {
    margin-top: unset;
    margin-right: unset;
    margin: 20px auto 0;
  }
}
.look-core__img img {
  width: 100%;
  height: auto;
}
.look-graf {
  padding-top: 110px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .look-graf {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.look-graf .look__cloud {
  padding: 10px 23px 15px;
}
.look-graf__img {
  max-width: 790px;
  margin: 67px auto 0;
}
@media screen and (max-width: 768px) {
  .look-graf__img {
    overflow-x: scroll;
    margin: 40px auto 0;
  }
}
.look-graf__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .look-graf__img img {
    width: 500px;
  }
}

.change {
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .change {
    overflow-x: hidden;
  }
}
.change-reasons {
  padding: 35px 0 0;
}
.change-reasons__inner {
  max-width: 970px;
  margin: 0 auto;
  padding: 10px 0 140px;
}
@media screen and (max-width: 768px) {
  .change-reasons__inner {
    padding: 10px 0 60px;
  }
}
.change-reasons .col3__title--ja {
  margin-right: -16px;
}
.change-need {
  background-color: #EDEDED;
  margin: 0 calc(50% - 50vw);
  padding: 130px calc(50vw - 50%) 130px;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .change-need {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.change-need__inner {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .change-need__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.change-need__inner .title {
  width: 45%;
  position: sticky;
  top: 100px;
  z-index: 10;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 800px) {
  .change-need__inner .title {
    width: 100%;
    position: unset;
  }
}
.change-need__list {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .change-need__list {
    width: 100%;
  }
}
.change-need__item {
  background-color: #fff;
  padding: 16px 20px 20px;
}
.change-need__item dl {
  border: #CCCCCC 1px solid;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 19px;
  margin: 18px 0 0;
}
.change-need__item dl dt {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .change-need__item dl dt {
    width: 100%;
    min-height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.change-need__item dl dt:not(:first-of-type) {
  border-top: #EDEDED 1px solid;
}
.change-need__item dl dt .-logo1 {
  width: 143px;
  margin: 5px 0 5px 10px;
}
.change-need__item dl dt .-logo2 {
  width: 110px;
  margin: 14px 0 14px 15px;
}
.change-need__item dl dt .-logo3 {
  width: 80px;
  margin: 15px 0 14px 15px;
}
.change-need__item dl dt .-logo4 {
  width: 127px;
  margin: 15px 0 13px 15px;
}
.change-need__item dl dt .-logo5 {
  width: 105px;
  margin: 15px 0 13px 15px;
}
.change-need__item dl dt .-logo6 {
  width: 76px;
  margin: 17px 0 13px 15px;
}
.change-need__item dl dt .-logo7 {
  width: 77px;
  margin: 14px 0 14px 15px;
}
.change-need__item dl dt .-logo8 {
  width: 130px;
  margin: 14px 0 17px 15px;
}
.change-need__item dl dt .-logo9 {
  width: 76px;
  margin: 11px 0 11px 15px;
}
.change-need__item dl dt .-logo10 {
  width: 79px;
  margin: 16px 0 16px 15px;
}
.change-need__item dl dt .-logo11 {
  width: 122px;
  margin: 16px 0 16px 15px;
}
.change-need__item dl dt .-logo12 {
  width: 130px;
  margin: 27px 0 27px 15px;
}
.change-need__item dl dt .-logo13 {
  width: 76px;
  margin: 10px 0 12px 15px;
}
.change-need__item dl dt .-logo14 {
  width: 139px;
  margin: 19px 0 33px 15px;
}
@media screen and (max-width: 768px) {
  .change-need__item dl dt .-logo1, .change-need__item dl dt .-logo2, .change-need__item dl dt .-logo3, .change-need__item dl dt .-logo4, .change-need__item dl dt .-logo5, .change-need__item dl dt .-logo6, .change-need__item dl dt .-logo7, .change-need__item dl dt .-logo8, .change-need__item dl dt .-logo9, .change-need__item dl dt .-logo10, .change-need__item dl dt .-logo11, .change-need__item dl dt .-logo12, .change-need__item dl dt .-logo13, .change-need__item dl dt .-logo14 {
    margin: 0 auto;
  }
}
.change-need__item dl dt img {
  width: 100%;
  height: auto;
}
.change-need__item dl dd {
  width: 62%;
  font-size: 15px;
  line-height: 1.4666666667;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .change-need__item dl dd {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
}
.change-need__item dl dd:not(:first-of-type) {
  border-top: #EDEDED 1px solid;
}
@media screen and (max-width: 768px) {
  .change-need__item dl dd:not(:first-of-type) {
    border-top: unset;
  }
}
.change-need__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
@media screen and (max-width: 768px) {
  .change-need__title {
    gap: 15px;
  }
}
.change-need__title--number {
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .change-need__title--number {
    font-size: 30px;
  }
}
.change-need__title--ja {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  background-color: #F0EA0C;
}
@media screen and (max-width: 768px) {
  .change-need__title--ja {
    font-size: 18px;
  }
}

.harsh-environment {
  max-width: 980px;
  margin: 0 auto;
  padding: 83px 0 124px;
}
@media screen and (max-width: 768px) {
  .harsh-environment {
    padding: 40px 0 60px;
  }
}
.harsh-environment__lead {
  font-size: 24px;
  line-height: 2.5416666667;
  font-weight: 700;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .harsh-environment__lead {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 45px;
  }
}
.harsh-environment__lead span {
  background-color: #F0EA0C;
  margin: 0 7px;
}
.harsh-environment__imgtitle {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  max-width: 920px;
  margin: 28px auto 0;
}
.harsh-environment__img {
  margin: 0px auto 0;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .harsh-environment__img {
    overflow-x: scroll;
  }
}
.harsh-environment__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .harsh-environment__img img {
    width: 500px;
  }
}
.harsh-environment__small {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
  margin: 10px auto 0;
  text-align: right;
  max-width: 920px;
  display: block;
}
@media screen and (max-width: 768px) {
  .harsh-environment__small {
    font-size: 10px;
    margin: 10px auto 0;
  }
}
.harsh-environment__disc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .harsh-environment__disc {
    margin-top: 20px;
  }
}
.harsh-environment__disc span {
  background-color: #F0EA0C;
}
.harsh-reasons {
  background-color: #EDEDED;
  margin: 0 calc(50% - 50vw);
  padding: 130px calc(50vw - 50%) 130px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .harsh-reasons {
    padding: 60px calc(50vw - 50%) 60px;
  }
}
.harsh-reasons__inner {
  max-width: 978px;
  margin: 0 auto;
}

.branding-message {
  background-color: #F0EA0C;
  margin: 64px auto 0px;
  padding-bottom: 75px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .branding-message {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
.branding-message__title {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 11px 25px;
}
@media screen and (max-width: 768px) {
  .branding-message__title {
    font-size: 16px;
  }
}
.branding-message__text {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .branding-message__text {
    margin-top: 24px;
  }
}
.branding-message__arrow {
  margin: 20px auto 0;
  display: block;
}
.branding-message__keyword {
  margin-top: 14px;
  gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding-message__keyword--sm {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 700;
}
.branding-message__keyword--lg {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .branding-message__keyword--lg {
    font-size: 50px;
  }
}
.branding-message__keyword--lg::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 344px;
  height: 82px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .branding-message__keyword--lg::after {
    width: 214px;
    height: 54px;
    left: 49%;
  }
}
.branding-message__lead {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .branding-message__lead {
    font-size: 16px;
  }
}
.branding-message__lead span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.branding-message__lead span::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 97%;
  height: 75%;
  left: 52%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.branding-about {
  padding-top: 128px;
  padding-bottom: 185px;
  max-width: 979px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .branding-about {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.branding-about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15.21%;
}
@media screen and (max-width: 768px) {
  .branding-about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.branding-about__section:not(:last-of-type) {
  border-bottom: #CCCCCC 1px solid;
  position: relative;
}
.branding-about__section:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-color: #000000;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
}
.branding-about__section:nth-of-type(1) {
  padding: 0 0 85px;
}
@media screen and (max-width: 768px) {
  .branding-about__section:nth-of-type(1) {
    padding: 0 0 50px;
  }
}
.branding-about__section:nth-of-type(2) {
  padding: 100px 0 115px;
}
@media screen and (max-width: 768px) {
  .branding-about__section:nth-of-type(2) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.branding-about__section:nth-of-type(3) {
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .branding-about__section:nth-of-type(3) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.branding-about__section:nth-of-type(3) .branding-about__img {
  padding-top: 42px;
}
.branding-about__body {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .branding-about__body {
    width: 100%;
  }
}
.branding-about__body .title {
  max-width: 470px;
}
.branding-about__disc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 16px;
}
.branding-about__img {
  width: 23.5%;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .branding-about__img {
    width: 100%;
    max-width: 350px;
  }
}
.branding-about__img img {
  width: 100%;
  height: auto;
}
.branding-about__listwrap {
  position: relative;
}
.branding-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
}
.branding-about__list li {
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 768px) {
  .branding-about__list li {
    width: calc(50% - 5px);
  }
}
.branding-about__list li img {
  width: 100%;
  height: auto;
}
.branding-about__badge {
  position: absolute;
  right: -61px;
  bottom: -55px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  text-align: center;
  background-color: #F0EA0C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 500;
  padding-top: 6px;
}
@media screen and (max-width: 1105px) {
  .branding-about__badge {
    right: -20px;
    bottom: -115px;
  }
}
@media screen and (max-width: 768px) {
  .branding-about__badge {
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -75px;
    font-size: 15px;
  }
}

.web-necessity {
  padding: 108px 0 128px;
}
@media screen and (max-width: 768px) {
  .web-necessity {
    padding: 50px 0 50px;
  }
}
.web-necessity__inner {
  max-width: 980px;
  margin: 0 auto;
}
.web-necessity__box {
  border-left: 8px solid;
  border-right: 8px solid;
  position: relative;
  padding: 70px 20px 94px;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .web-necessity__box {
    padding: 40px 15px 40px;
  }
}
.web-necessity__box::before, .web-necessity__box::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #000 0, #000 60px, #fff 60px, #fff calc(100% - 60px), #000 calc(100% - 60px), #000 100%);
  width: 100%;
  height: 8px;
  left: 0;
}
.web-necessity__box::before {
  top: 0;
}
.web-necessity__box::after {
  bottom: 0;
}
.web-necessity__section {
  max-width: 770px;
  margin: 0 auto;
}
.web-necessity__section + section {
  margin-top: 71px;
}
.web-necessity__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  border-bottom: 1px solid;
  padding-bottom: 21px;
}
.web-necessity__title--number {
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .web-necessity__title--number {
    font-size: 30px;
  }
}
.web-necessity__title--ja {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .web-necessity__title--ja {
    font-size: 17px;
  }
}
.web-necessity__title .-bg {
  background-color: #F0EA0C;
}
.web-necessity__disc {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 19px;
}
.web-necessity__disc .-bg {
  background-color: #F0EA0C;
}
.web-necessity__img {
  max-width: 456px;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .web-necessity__img {
    max-width: unset;
    overflow-x: scroll;
    margin: 30px auto 0;
  }
}
.web-necessity__img.-img2 {
  max-width: 612px;
  margin: 37px auto -10px;
}
@media screen and (max-width: 768px) {
  .web-necessity__img.-img2 {
    margin: 30px auto 0;
  }
}
.web-necessity__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .web-necessity__img img {
    width: 500px;
  }
}
.web-necessity__small {
  font-size: 10px;
  line-height: 2.5;
  font-weight: 500;
  max-width: 762px;
  text-align: right;
  display: block;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .web-necessity__small {
    text-align: left;
  }
}
.web-reasons {
  background-color: #EDEDED;
  margin: 0 calc(50% - 50vw);
  padding: 128px calc(50vw - 50%) 133px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .web-reasons {
    padding: 50px calc(50vw - 50%) 50px;
  }
}
.web-reasons__inner {
  max-width: 980px;
  margin: 0 auto;
}
.web-reasons__box {
  margin-top: 66px;
  position: relative;
  z-index: 1;
}
.web-reasons__box::after {
  position: absolute;
  content: "";
  background-color: #F0EA0C;
  width: 100%;
  height: 584px;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .web-reasons__box::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 112%;
    height: 414px;
  }
}
.web-reasons__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .web-reasons__title {
    gap: 30px;
  }
}
.web-reasons__title--sm {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 9px 36px;
}
@media screen and (max-width: 768px) {
  .web-reasons__title--sm {
    padding: 7px 8px;
  }
}
.web-reasons__title--lg {
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.04;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .web-reasons__title--lg {
    font-size: 40px;
  }
}
.web-reasons__title--lg::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 49%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 517px;
  height: 82px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .web-reasons__title--lg::after {
    width: 267px;
    height: 52px;
  }
}
.web-reasons__disc {
  font-size: 18px;
  line-height: 1.99;
  font-weight: 700;
  text-align: center;
  max-width: 587px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .web-reasons__disc {
    font-size: 16px;
    text-align: left;
  }
}
.web-reasons__disc span {
  background-color: #000;
  color: #fff;
}
.web-reasons__img {
  max-width: 590px;
  margin: 22px auto 0;
}
@media screen and (max-width: 768px) {
  .web-reasons__img {
    max-width: unset;
    overflow-x: scroll;
    margin: 20px auto 0;
  }
}
.web-reasons__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .web-reasons__img img {
    width: 500px;
  }
}
.web-reasons__small {
  font-size: 10px;
  line-height: 2.5;
  font-weight: 500;
  max-width: 640px;
  display: block;
  margin: 10px auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .web-reasons__small {
    text-align: left;
    line-height: 1.5;
  }
}
.web-reasons__bg {
  background-color: #fff;
  max-width: 783px;
  margin: 38px auto 0;
  padding: 35px 20px;
}
.web-reasons__bg h4 {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  max-width: 590px;
  margin: 0 auto;
}
.web-reasons__bg p {
  font-size: 13px;
  line-height: 1.6153846154;
  font-weight: 500;
  margin: 15px auto 0;
  max-width: 590px;
}
.web-merit {
  max-width: 979px;
  margin: 0 auto;
  border-bottom: #CCCCCC 1px solid;
  position: relative;
  padding: 128px 0 90px;
}
@media screen and (max-width: 768px) {
  .web-merit {
    padding: 50px 0 50px;
  }
}
.web-merit::after {
  position: absolute;
  content: "";
  background-color: #000000;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .web-merit::after {
    bottom: -1px;
  }
}
.web-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .web-merit__list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.web-merit__item {
  width: 187px;
  height: 179px;
  background-color: #F0EA0C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .web-merit__item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1/1;
    font-size: 14px;
  }
}
.web-point {
  max-width: 979px;
  margin: 0 auto;
  padding: 87px 0 130px;
}
@media screen and (max-width: 768px) {
  .web-point {
    padding: 50px 0 50px;
  }
}
.web-point__section {
  background-color: #F0EA0C;
  margin-top: 47px;
  padding: 0px 10px 66px;
}
@media screen and (max-width: 768px) {
  .web-point__section {
    padding: 0px 10px 50px;
  }
}
.web-point__title {
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 9px 28px;
}
.web-point__list {
  max-width: 668px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6%;
  margin: 62px auto 0;
}
@media screen and (max-width: 768px) {
  .web-point__list {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.web-point__item {
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .web-point__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.web-point__item:nth-of-type(even) {
  width: 44%;
}
@media screen and (max-width: 810px) {
  .web-point__item:nth-of-type(even) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.web-point__item:nth-of-type(odd) {
  width: 50%;
}
@media screen and (max-width: 810px) {
  .web-point__item:nth-of-type(odd) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.web-point__item input {
  position: absolute;
  opacity: 0;
}
.web-point__item span {
  font-size: 15px;
  line-height: 2.5333333333;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .web-point__item span {
    font-size: 13px;
    padding-left: 22px;
  }
}
.web-point__item span::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 56%;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.web-point__item span::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 57%;
  width: 6px;
  height: 10px;
  border-right: 3px solid #6AB933;
  border-bottom: 4px solid #6AB933;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}
.web-point__item input:checked + span::before {
  background: #fff;
}
.web-point__item input:checked + span::after {
  opacity: 1;
}

.movie__about {
  padding: 118px 0 130px;
}
@media screen and (max-width: 768px) {
  .movie__about {
    padding: 50px 0 50px;
  }
}
.movie__about figure {
  max-width: 980px;
  margin: 0 auto;
  cursor: pointer;
}
.movie__about img {
  width: 100%;
  height: auto;
}
.movie-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
}
.movie-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.movie-modal.is-open .movie-modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
}
.movie-modal.is-open .movie-modal__iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  z-index: 10;
}
.movie-modal.is-open .movie-modal__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie-modal.is-open .movie-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.movie-modal.is-open .movie-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.brochure__img {
  padding: 144px 0 58px;
  margin: 0 -37px;
}
@media screen and (max-width: 768px) {
  .brochure__img {
    padding: 50px 0 50px;
  }
}
.brochure__img img {
  width: 100%;
  height: auto;
}

.photo .pagekv {
  padding-bottom: 85px;
}

.sns .pagekv {
  padding-bottom: 85px;
}
.sns .pagekv::after {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .sns .pagekv::after {
    height: 337px;
  }
}
.sns__pt {
  padding-top: 126px;
}
@media screen and (max-width: 768px) {
  .sns__pt {
    padding-top: 48px;
  }
}
.sns__updates, .sns__access {
  max-width: 979px;
  margin: 0 auto;
}
.sns__updates section, .sns__access section {
  margin-top: 58px;
}
.sns__updates section + section, .sns__access section + section {
  margin-top: 50px;
}
.sns__updates h3, .sns__access h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 700;
}
.sns__updates p, .sns__access p {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.sns__updates {
  padding-top: 126px;
  padding-bottom: 86px;
  border-bottom: #CCCCCC 1px solid;
  position: relative;
}
.sns__updates::after {
  position: absolute;
  content: "";
  background-color: #000000;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
}
.sns__updates p {
  margin-top: 15px;
  max-width: 820px;
}
.sns__access {
  padding-top: 90px;
  padding-bottom: 128px;
}
.sns__access ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sns__access ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sns__access svg {
  margin: 19px auto;
  display: block;
}
.sns__access li {
  background-color: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  text-align: center;
  width: calc(25% - 15px);
  padding: 24px 10px;
}
@media screen and (max-width: 768px) {
  .sns__access li {
    width: 100%;
  }
}
.sns__access div {
  background-color: #F0EA0C;
  padding: 33px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__access div p {
  max-width: 806px;
}

.works {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .works {
    padding-bottom: 100px;
  }
}
.works__list {
  max-width: 1128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 62px;
  margin: 132px auto 0;
}
@media screen and (max-width: 768px) {
  .works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 0;
    gap: 40px 62px;
  }
}
.works__item {
  width: calc(50% - 31px);
}
@media screen and (max-width: 768px) {
  .works__item {
    width: 100%;
  }
}
.works__item img {
  width: 100%;
  height: auto;
}
.works__item span {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 11px;
}
.works__list2 {
  max-width: 830px;
  margin: 150px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .works__list2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 70px auto 0;
  }
}
.works__list2 li {
  width: calc(25% - 10.5px);
}
@media screen and (max-width: 768px) {
  .works__list2 li {
    width: calc(50% - 7px);
  }
}
.works__list2 li img {
  width: 100%;
  height: auto;
}
.works__button {
  margin: 138px auto 0;
}
@media screen and (max-width: 768px) {
  .works__button {
    margin: 50px auto 0;
  }
}

.contact {
  padding-bottom: 187px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }
}
.contact__inner {
  max-width: 800px;
  margin: 0 auto;
}
.contact__lead {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    margin-top: 60px;
  }
}
.contact__text1, .contact__text2 {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.contact__text1 {
  margin-top: 73px;
}
.contact__text2 {
  margin-top: 58px;
}
.contact__text2 a {
  text-decoration: underline;
}
.contact__button {
  margin: 58px auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.contact__button:hover {
  opacity: 0.7;
}
.contact__button p, .contact__button input {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact__list {
  margin-top: 19px;
}
.contact__item {
  padding-top: 43px;
}
@media screen and (max-width: 768px) {
  .contact__item {
    padding-top: 20px;
  }
}
.contact__title {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: -6px;
  display: block;
}
.contact__title span {
  color: #D12020;
}
.contact__input {
  border: #C1C0BF 1px solid;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
}
.contact__input::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__input::-moz-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__input::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__input::placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__textarea {
  border: #C1C0BF 1px solid;
  border-radius: 6px;
  width: 100%;
  min-height: 380px;
  padding: 14px 20px;
}
.contact__textarea::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__textarea::-moz-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__textarea::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__textarea::placeholder {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
.contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 47px;
}
.contact__radio .wpcf7-list-item {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin: unset;
}
.contact__radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contact__radio label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.contact__radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(38, 34, 34, .25);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #D12020;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.thanks {
  padding-bottom: 194px;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding-bottom: 100px;
  }
}
.thanks__text {
  margin-top: 114px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    margin-top: 50px;
    text-align: left;
  }
}
.thanks__button {
  margin: 123px auto 0;
}
@media screen and (max-width: 768px) {
  .thanks__button {
    margin: 50px auto 0;
  }
}

.p404 {
  padding-bottom: 194px;
}
@media screen and (max-width: 768px) {
  .p404 {
    padding-bottom: 100px;
  }
}
.p404__text {
  margin-top: 154px;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p404__text {
    margin-top: 50px;
    text-align: left;
  }
}
.p404__button {
  margin: 173px auto 0;
}
@media screen and (max-width: 768px) {
  .p404__button {
    margin: 50px auto 0;
  }
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 1060px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 1060px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1200px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}