@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
body,
#body {
  width: 100%;
  height: 100%;
}

img {
  vertical-align: bottom;
}

main {
  font: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.7rem;
  line-height: 1.75;
  color: black;
  background: white;
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.body {
  overflow: hidden;
}

a {
  color: #0065b2;
  text-decoration: none;
}

a:link {
  color: #0065b2;
  text-decoration: underline;
}

a:visited {
  color: #0065b2;
}

a:hover {
  color: #0065b2;
  text-decoration: none;
}

a:active {
  color: #0065b2;
}

.link-none a,
a[href^="tel:"] {
  text-decoration: none;
}

.link-none a {
  pointer-events: none;
}

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.disp_none {
  display: none !important;
}

@media (max-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .pc {
    display: none !important;
  }
}
bold,
.bold,
strong {
  font-weight: 600;
}

em,
.em {
  font-style: italic;
}

sup {
  font-size: 0.9rem;
}

.nowrap {
  white-space: nowrap !important;
}

.indent-none {
  text-indent: 0 !important;
}

.indent01 {
  text-indent: 1.7rem !important;
}

.indent02 {
  text-indent: -1rem !important;
  margin-left: 1rem !important;
}

.indent03 {
  text-indent: -1.25rem !important;
  margin-left: 1.25rem !important;
}

.indent04 {
  text-indent: -2rem !important;
  margin-left: 2rem !important;
}

.indent05 {
  text-indent: -2.5rem !important;
  margin-left: 2.5rem !important;
}

.indent06 {
  text-indent: -3rem !important;
  margin-left: 3rem !important;
}

.indent07 {
  text-indent: -3.5rem !important;
  margin-left: 3.5rem !important;
}

.indent08 {
  text-indent: -4rem !important;
  margin-left: 4rem !important;
}

.indent09 {
  text-indent: -4.5rem !important;
  margin-left: 4.5rem !important;
}

.indent10 {
  text-indent: -5rem !important;
  margin-left: 5rem !important;
}

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

.xcenter,
table td.xcenter,
table th.xcenter,
table tr.xcenter th,
table tr.xcenter td {
  text-align: center !important;
}

.xleft,
table td.xleft,
table th.xleft,
table tr.xleft th,
table tr.xleft td {
  text-align: left !important;
}

.xright,
table td.xright,
table th.xright,
table tr.xright th,
table tr.xright td {
  text-align: right !important;
}

.ytop,
table td.ytop,
table th.ytop,
table tr.ytop th,
table tr.ytop td {
  vertical-align: top !important;
}

.ymiddle,
table td.ymiddle,
table th.ymiddle,
table tr.ymiddle th,
table tr.ymiddle td {
  vertical-align: middle !important;
}

.ybottom,
table td.ybottom,
table th.ybottom,
table tr.ybottom th,
table tr.ybottom td {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .sp_xcenter,
  table td.sp_xcenter,
  table th.sp_xcenter,
  table tr.sp_xcenter th,
  table tr.sp_xcenter td {
    text-align: center !important;
  }
  .sp_xleft,
  table td.sp_xleft,
  table th.sp_xleft,
  table tr.sp_xleft th,
  table tr.sp_xleft td {
    text-align: left !important;
  }
  .sp_xright,
  table td.sp_xright,
  table th.sp_xright,
  table tr.sp_xright th,
  table tr.sp_xright td {
    text-align: right !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tl_xcenter,
  table td.tl_xcenter,
  table th.tl_xcenter,
  table tr.tl_xcenter th,
  table tr.tl_xcenter td {
    text-align: center !important;
  }
  .tl_xleft,
  table td.tl_xleft,
  table th.tl_xleft,
  table tr.tl_xleft th,
  table tr.tl_xleft td {
    text-align: left !important;
  }
  .tl_xright,
  table td.tl_xright,
  table th.tl_xright,
  table tr.tl_xright th,
  table tr.tl_xright td {
    text-align: right !important;
  }
}
@media (min-width: 1025px) {
  .pc_xcenter,
  table td.pc_xcenter,
  table th.pc_xcenter,
  table tr.pc_xcenter th,
  table tr.pc_xcenter td {
    text-align: center !important;
  }
  .pc_xleft,
  table td.pc_xleft,
  table th.pc_xleft,
  table tr.pc_xleft th,
  table tr.pc_xleft td {
    text-align: left !important;
  }
  .pc_xright,
  table td.pc_xright,
  table th.pc_xright,
  table tr.pc_xright td,
  table tr.pc_xright th {
    text-align: right !important;
  }
}
html {
  height: -webkit-fill-available;
}

body {
  background: white;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #282828;
  letter-spacing: 0.05rem;
  text-align: justify;
}

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

.image-fit img {
  width: 100%;
  height: auto;
}

.contents700 {
  padding: 100px 50px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents700 {
    padding: 50px 20px;
  }
}

.contents800 {
  padding: 100px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents800 {
    padding: 50px 20px;
  }
}

.contents945 {
  padding: 100px 50px;
  max-width: 1045px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents945 {
    padding: 50px 20px;
  }
}

.contents1020 {
  padding: 100px 50px;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents1020 {
    padding: 50px 20px;
  }
}

.contents1200 {
  padding: 100px 50px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents1200 {
    padding: 50px 20px;
  }
}

.contents1480 {
  padding: 100px 50px;
  max-width: 1580px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents1480 {
    padding: 50px 20px;
  }
}

.contents1500 {
  padding: 100px 50px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contents1500 {
    padding: 50px 20px;
  }
}

.page-title,
.page-title-other {
  text-align: center;
}
.page-title span,
.page-title-other span {
  display: block;
}
.page-title-en,
.page-title-other-en {
  font-size: 8rem;
  line-height: 0.95;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .page-title-en,
  .page-title-other-en {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .page-title-en,
  .page-title-other-en {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
}
.page-title-ja,
.page-title-other-ja {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-title-ja,
  .page-title-other-ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .page-title-ja,
  .page-title-other-ja {
    font-size: 1.6rem;
  }
}

.page-title {
  padding: 50px 50px 0 50px;
}
@media (max-width: 768px) {
  .page-title {
    padding: 25px 20px 0 20px;
  }
}

.page-title-other {
  padding: 250px 50px 0 50px;
}
@media (max-width: 768px) {
  .page-title-other {
    padding: 125px 20px 0 20px;
  }
}

.page-title-about {
  text-align: center;
  padding: 100px 50px 0 50px;
}
@media (max-width: 768px) {
  .page-title-about {
    padding: 50px 20px 0 20px;
  }
}
.page-title-about span {
  display: block;
}
.page-title-about-number {
  font-size: 8.2rem;
  line-height: 0.95;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .page-title-about-number {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .page-title-about-number {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
}
.page-title-about-text {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-title-about-text {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .page-title-about-text {
    font-size: 1.8rem;
  }
}

.heading02-01 {
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .heading02-01 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .heading02-01 {
    font-size: 2.2rem;
  }
}

.heading02-02 {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .heading02-02 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .heading02-02 {
    font-size: 2rem;
  }
}

.heading02-03 {
  margin-bottom: 50px;
}
@media (min-width: 1901px) {
  .heading02-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .heading02-03 {
    margin-bottom: 35px;
  }
}
.heading02-03 span {
  display: block;
}
.heading02-03-en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1900px) {
  .heading02-03-en {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .heading02-03-en {
    font-size: 4.6rem;
  }
}
@media (max-width: 768px) {
  .heading02-03-en {
    font-size: 3.4rem;
  }
}
.heading02-03-jp {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 25px;
}
@media (max-width: 1900px) {
  .heading02-03-jp {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .heading02-03-jp {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .heading02-03-jp {
    font-size: 1.7rem;
  }
}

.text-center {
  text-align: center;
}
.text-center-inner {
  display: inline-block;
  text-align: left;
}

.mainimage01 {
  position: relative;
}
@media (min-width: 769px) {
  .mainimage01 {
    width: 100%;
    height: 100vh;
  }
}
.mainimage01-text01 {
  font-size: 4.5rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
  position: absolute;
  left: 10%;
  color: white;
  text-shadow: 0 6px 14px rgba(0, 0, 0, 0.5), 0 -3px 8px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.35); /* 縁取りでくっきり感 */
}
@media (max-width: 1024px) {
  .mainimage01-text01 {
    font-size: 3.5rem;
  }
}
@media (min-width: 769px) {
  .mainimage01-text01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .mainimage01-text01 {
    font-size: 2.2rem;
    left: 20px;
    bottom: 10px;
  }
}
@media (min-width: 769px) {
  .mainimage01-img01 {
    display: none;
  }
}
.mainimage01-img01 img {
  width: 100%;
  height: auto;
}

.mainimage02 img {
  width: 100%;
  height: auto;
}

.mainimage-concept {
  position: relative;
  background: url("../images/concept/mainimage.webp") center bottom/cover;
  z-index: -1;
}

.btn-more01 {
  text-align: center;
}
.btn-more01 a {
  display: block;
  background: #f6f6f5;
  border-top: 2px solid white;
  border-left: 2px solid white;
  width: 100%;
  max-width: 220px;
  margin: 25px auto 0 auto;
  padding: 7px 15px;
  color: #282828;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .btn-more01 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-more01 a:hover {
    opacity: 0.3;
  }
}

.header {
  width: 100%;
}
.header-inner {
  position: relative;
}
.header .logo {
  width: 380px;
  position: absolute;
  top: 75px;
  left: 75px;
}
.header .logo.shadow {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
}
@media (min-width: 769px) and (max-width: 1280px) {
  .header .logo {
    top: 50px;
    left: 50px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    width: 200px;
    top: 25px;
    left: 20px;
  }
}
.header .navi {
  position: fixed;
  top: 50%;
  right: 0;
  list-style: none;
  z-index: 8000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .navi li {
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 1280px) {
  .header .navi li {
    width: 75px;
    height: 75px;
    font-size: 1.2rem;
  }
}
.header .navi li:nth-of-type(1) {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #00ced1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  letter-spacing: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .header .navi li:nth-of-type(1):hover {
    background: #00a09c;
  }
}
@media (max-width: 1280px) {
  .header .navi li:nth-of-type(1) {
    width: 75px;
    height: 75px;
  }
}
.header .navi li:nth-of-type(1) p {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .navi li:nth-of-type(1) p {
    margin-top: 1px;
  }
}
.header .navi li:nth-of-type(2) a {
  display: block;
  width: 100%;
  height: 100%;
  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;
  color: white;
  text-decoration: none;
  background: #a6a59f;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .header .navi li:nth-of-type(2) a:hover {
    background: black;
  }
}

.sp-menu {
  display: block;
  position: relative;
  width: 34px;
  height: 29px;
  z-index: 1000;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sp-menu {
    width: 30px;
  }
}
.sp-menu span:nth-of-type(1),
.sp-menu span:nth-of-type(2),
.sp-menu span:nth-of-type(3) {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .sp-menu span:nth-of-type(1),
  .sp-menu span:nth-of-type(2),
  .sp-menu span:nth-of-type(3) {
    height: 3px;
  }
}
.sp-menu span:nth-of-type(1) {
  top: 2px;
}
@media (max-width: 768px) {
  .sp-menu span:nth-of-type(1) {
    top: 0;
  }
}
.sp-menu span:nth-of-type(2) {
  top: 14px;
}
@media (max-width: 768px) {
  .sp-menu span:nth-of-type(2) {
    top: 10px;
  }
}
.sp-menu span:nth-of-type(3) {
  top: 27px;
}
@media (max-width: 768px) {
  .sp-menu span:nth-of-type(3) {
    top: 20px;
  }
}
.sp-menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}
@media (max-width: 768px) {
  .sp-menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
}
.sp-menu.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu 0.8s forwards;
          animation: active-menu 0.8s forwards;
}
.sp-menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}
@media (max-width: 768px) {
  .sp-menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}

.header-index {
  width: 100%;
  height: 100svh;
  background: url("../images/index/mainimage_pc.webp") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .header-index {
    background: url("../images/index/mainimage_sp.webp") no-repeat center center/cover;
  }
}
.header-index-inner {
  position: relative;
  width: 100%;
  height: 100svh;
}
.header-index .copy {
  position: absolute;
  bottom: 125px;
  left: 75px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
  color: white;
}
@media (min-width: 1281px) {
  .header-index .copy {
    font-size: 4.6rem;
    white-space: nowrap;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .header-index .copy {
    font-size: 3.59375vw;
  }
}
@media (max-width: 768px) {
  .header-index .copy {
    font-size: 2rem;
    bottom: 50px;
    left: 20px;
  }
}

.navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
}
.navigation-inner {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-size: 2.6rem;
  font-weight: 600;
}
.navigation-inner-inner {
  padding: 50px 50px 50px 75px;
}
@media (max-width: 1280px) {
  .navigation-inner-inner {
    font-size: 1.7rem;
    padding: 50px;
  }
}
@media (min-width: 769px) {
  .navigation-inner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .navigation-inner-inner {
    padding: 50px 20px 50px 20px;
    font-size: 2.6041666667vw;
  }
}
.navigation-inner-inner a {
  color: white;
  text-decoration: none;
}
.navigation-inner-inner ul {
  list-style: none;
}
@media (max-width: 768px) {
  .navigation-inner-inner ul li {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .navigation-inner-inner ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  .navigation-inner-inner ul:nth-child(n+2) {
    margin-left: 7vw;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .navigation-inner-inner ul:nth-child(n+2) {
    margin-left: 3vw;
  }
}
.navigation-inner-inner ul a {
  position: relative;
}
.navigation-inner-inner ul a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.navigation-inner-inner ul a:hover {
  opacity: 1;
}
.navigation-inner-inner ul a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.contact {
  background: #f7f6f6;
  padding: 75px 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 50px 20px 0 20px;
  }
}
.contact-title {
  margin-bottom: 50px;
}
@media (min-width: 1901px) {
  .contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .contact-title {
    margin-bottom: 35px;
  }
}
.contact-title span {
  display: block;
}
.contact-title-en {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1900px) {
  .contact-title-en {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .contact-title-en {
    font-size: 4.6rem;
  }
}
@media (max-width: 768px) {
  .contact-title-en {
    font-size: 3.4rem;
  }
}
.contact-title-jp {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 25px;
}
@media (max-width: 1900px) {
  .contact-title-jp {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .contact-title-jp {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .contact-title-jp {
    font-size: 1.7rem;
  }
}
.contact-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.contact-inner-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1901px) {
  .contact-inner-inner-text {
    width: calc(100% - 900px);
    line-height: 2.25;
    padding-right: 25px;
  }
}
@media (max-width: 1900px) {
  .contact-inner-inner-text {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .contact-inner-inner-text {
    text-align: left;
  }
}
.contact-inner-inner-tel, .contact-inner-inner-mail, .contact-inner-inner-instagram {
  text-align: center;
}
@media (min-width: 1901px) {
  .contact-inner-inner-tel, .contact-inner-inner-mail, .contact-inner-inner-instagram {
    width: 300px;
  }
}
@media (max-width: 1900px) {
  .contact-inner-inner-tel, .contact-inner-inner-mail, .contact-inner-inner-instagram {
    width: 33.3%;
  }
}
@media (min-width: 769px) {
  .contact-inner-inner-tel, .contact-inner-inner-mail, .contact-inner-inner-instagram {
    padding: 15px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  .contact-inner-inner-tel, .contact-inner-inner-mail, .contact-inner-inner-instagram {
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #a6a59f;
  }
}
@media (min-width: 769px) {
  .contact-inner-inner-mail {
    border-left: 1px solid #a6a59f;
  }
}
@media (min-width: 769px) {
  .contact-inner-inner-instagram {
    border-left: 1px solid #a6a59f;
  }
}
.contact-inner-inner h3 span {
  display: block;
}
.contact-inner-inner h3 span:nth-of-type(1) {
  width: 60px;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 768px) {
  .contact-inner-inner h3 span:nth-of-type(1) {
    width: 50px;
  }
}
.contact-inner-inner h3 span:nth-of-type(2) {
  margin-top: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contact-inner-inner h3 span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.contact-inner-inner .contact-tel {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 30px 0 15px 0;
  letter-spacing: 0.25rem;
}
@media (max-width: 768px) {
  .contact-inner-inner .contact-tel {
    font-size: 3.2rem;
    margin-top: 15px;
  }
}
.contact-inner-inner .contact-tel a {
  color: #282828;
}
.contact-inner-inner .contact-time {
  font-size: 1.5rem;
  line-height: 1.5;
}
.contact-inner-inner .contact-btn a {
  display: block;
  background: #f6f6f5;
  border-top: 2px solid white;
  border-left: 2px solid white;
  width: 100%;
  max-width: 220px;
  margin: 40px auto 0 auto;
  padding: 7px 15px;
  color: #282828;
  text-decoration: none;
  font-size: 1.8rem;
  border-radius: 9999px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .contact-inner-inner .contact-btn a {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .contact-inner-inner .contact-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact-inner-inner .contact-btn a:hover {
    background: #282828;
    color: white;
  }
}

.footer {
  background: #a6a59f;
  padding: 75px 50px;
  letter-spacing: 0.075rem;
  color: white;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 20px 50px 20px;
  }
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer-inner-inner {
  max-width: 1480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-inner-inner-logo {
  width: 326px;
}
@media (max-width: 1280px) {
  .footer-inner-inner-logo {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .footer-inner-inner-logo {
    width: 100%;
    text-align: center;
  }
}
.footer-inner-inner-logo h2 {
  max-width: 326px;
}
@media (max-width: 1024px) {
  .footer-inner-inner-logo h2 {
    max-width: 200px;
    margin: 0 auto 25px auto;
  }
}
.footer-inner-inner-logo .instagram {
  width: 44px;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .footer-inner-inner-logo .instagram {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .footer-inner-inner-logo .instagram {
    width: 35px;
    margin: 25px auto 25px auto;
  }
}
.footer-inner-inner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-inner-inner-link ul {
  margin-left: 10rem;
  list-style: none;
}
@media (max-width: 1280px) {
  .footer-inner-inner-link ul {
    margin-left: 5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .footer-inner-inner-link ul {
    display: none;
  }
}
.footer-inner-inner-link li {
  margin-bottom: 0.5rem;
}
.footer-inner-inner-link li a {
  text-decoration: none;
  position: relative;
}
.footer-inner-inner-link li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-inner-inner-link li a:hover {
  opacity: 1;
}
.footer-inner-inner-link li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer-copyright {
  max-width: 1480px;
  margin: 0 auto;
  font-size: 1.2rem;
  color: white;
}
@media (max-width: 1024px) {
  .footer-copyright {
    text-align: center;
    font-size: 1rem;
  }
}

.slider {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}
@media (min-width: 1025px) {
  .slick-slide img {
    padding: 0 45px;
  }
}
@media (max-width: 1024px) {
  .slick-slide img {
    padding: 0 5px;
  }
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide .caption {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 1rem;
  padding-top: 20px;
  line-height: 150%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-align: center;
}

.slick-slide .caption span {
  display: block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.slick-current .caption {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 40%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .slick-prev, .slick-next {
    top: 50%;
    height: 25px;
    width: 25px;
  }
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}

.slick-prev {
  left: 50px;
}
@media (max-width: 1024px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: 55px;
}
@media (max-width: 1024px) {
  .slick-next {
    right: 20px;
  }
}

.slick-prev:before,
.slick-next:before {
  width: 50px;
  height: 50px;
  display: block;
  content: "";
}
@media (max-width: 1024px) {
  .slick-prev:before,
  .slick-next:before {
    height: 25px;
    width: 25px;
  }
}

.slick-prev:before {
  background: white url("../images/index/arrow01_01.svg") no-repeat 0 0/100% 100%;
  border: 2px solid #282828;
  border-radius: 9999px;
}
@media (max-width: 1024px) {
  .slick-prev:before {
    border: 1px solid #282828;
    background: white url("../images/index/arrow01_01.svg") no-repeat 0 0/100% 100%;
  }
}

.slick-next:before {
  background: white url("../images/index/arrow01_02.svg") no-repeat 0 0/100% 100%;
  border: 2px solid #282828;
  border-radius: 9999px;
}
@media (max-width: 1024px) {
  .slick-next:before {
    border: 1px solid #282828;
    background: white url("../images/index/arrow01_02.svg") no-repeat 0 0/100% 100%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -43px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.about .text-center {
  margin: 25px 0 75px 0;
}
.about-list-photo {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-list-photo {
    margin-top: 75px;
  }
}
.about-list-photo h2 {
  margin-bottom: 30px;
}
.about-list-photo-photo {
  max-width: 976px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-list-photo-photo {
    max-width: 280px;
  }
}
@media (min-width: 769px) {
  .about-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .about-list-inner {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .about-list-inner:nth-child(n+2) {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #CCCCCC;
  }
}
@media (max-width: 768px) {
  .about-list-inner:nth-child(n+2) {
    margin-top: 75px;
  }
}
@media (min-width: 769px) {
  .about-list-inner-photo {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .about-list-inner-photo {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .about-list-inner-text {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .about-list-inner-text .heading02-02 {
    text-align: center;
  }
}
.about-after {
  margin-top: 75px;
}
.about-after-photo {
  max-width: 700px;
  margin: 25px auto 0 auto;
}
.column .text-center {
  margin: 50px 0 0 0;
}
.column-list {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .column-list {
    margin-top: 50px;
  }
}
.column-list-inner {
  border: 1px solid #333333;
  padding: 40px;
}
.column-list-inner:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .column-list-inner:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .column-list-inner {
    padding: 30px 20px;
  }
}
.column-list h2 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .column-list h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .column-list h2 {
    font-size: 1.8rem;
  }
}
.column-list-date {
  margin: 10px 0 15px 0;
}
@media (min-width: 769px) {
  .column-list-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.column-list-summary-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .column-list-summary-photo {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .column-list-summary-photo {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .column-list-summary-text {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .column-list-summary-text {
    width: 100%;
    margin-top: 20px;
  }
}

.company h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .company h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .company h2 {
    font-size: 2rem;
  }
}
.company h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
  margin: 50px 0 15px 0;
}
@media (max-width: 1024px) {
  .company h3 {
    font-size: 1.8rem;
  }
}
.company p + p {
  margin-top: 35px;
}
.company ul {
  margin: 25px 0 0 30px;
}
.company table {
  width: 100%;
  margin-top: 75px;
}
@media (min-width: 769px) {
  .company table tr th {
    padding: 25px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    width: 22.5rem;
  }
}
@media (max-width: 768px) {
  .company table tr th {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.7rem;
  }
}
@media (min-width: 769px) {
  .company table tr td {
    padding: 25px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (max-width: 768px) {
  .company table tr td {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .company table tr:last-child td {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .concept-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.concept-summary-text {
  padding-bottom: 25px;
}
@media (min-width: 1025px) {
  .concept-summary-text {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .concept-summary-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .concept-summary-text {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .concept-summary-text .heading02-02 {
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .concept-summary-text p br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .concept-summary-photo {
    width: 50%;
  }
}
.concept-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .concept-photo {
    margin: 25px 0 50px 0;
  }
}
.concept-photo div:nth-of-type(1) {
  width: 27%;
}
.concept-photo div:nth-of-type(2) {
  width: 38%;
  padding-top: 4%;
}
.concept-photo div:nth-of-type(3) {
  width: 33%;
  padding-top: 10%;
}
@media (min-width: 769px) {
  .concept-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.concept-link-list li {
  position: relative;
  z-index: 1;
  list-style: none;
  overflow: hidden;
}
@media (min-width: 769px) {
  .concept-link-list li {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .concept-link-list li:nth-child(n+2) {
    margin-top: 25px;
  }
}
.concept-link-list a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .concept-link-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .concept-link-list a:hover {
    opacity: 0.3;
  }
}
.concept-link-list-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #282828;
  line-height: 1.5;
  padding: 15px;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .concept-link-list-text {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .concept-link-list-text {
    width: 130px;
  }
}
.concept-link-list-text h3 {
  letter-spacing: 0.25rem;
  line-height: 1;
  font-size: 6rem;
}
@media (max-width: 1024px) {
  .concept-link-list-text h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .concept-link-list-text h3 {
    font-size: 3rem;
  }
}
.concept-link-list-text p {
  height: 10rem;
  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;
  align-items: center;
  padding-top: 20px;
  line-height: 2.25rem;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1024px) {
  .concept-link-list-text p {
    font-size: 1.5rem;
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .concept-link-list-text p {
    padding-top: 10px;
    line-height: 1.75rem;
    font-size: 1.2rem;
    height: auto;
  }
}
.concept-link-list-photo {
  position: relative;
  z-index: 0;
}

.faq h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f6f6;
  border-radius: 8px;
  line-height: 1.5;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.faq h2:nth-child(n+2) {
  margin-top: 25px;
}
.faq h2 span {
  display: block;
}
.faq h2 .faq-num {
  font-size: 5rem;
  width: 165px;
  padding: 0 25px 0 35px;
}
@media (max-width: 1024px) {
  .faq h2 .faq-num {
    width: 125px;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .faq h2 .faq-num {
    width: 85px;
    font-size: 2.6rem;
    padding: 0 20px 0 20px;
  }
}
.faq h2 .faq-text {
  font-size: 2.5rem;
  width: calc(100% - 165px);
  padding: 18px 100px 0 0;
}
@media (max-width: 1024px) {
  .faq h2 .faq-text {
    font-size: 2rem;
    padding: 16px 80px 0 0;
    width: calc(100% - 125px);
  }
}
@media (max-width: 768px) {
  .faq h2 .faq-text {
    font-size: 1.6rem;
    width: calc(100% - 100px);
    padding: 8px 60px 0 0;
  }
}
.faq h2 .faq-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 20px;
  right: 25px;
  background: url("../images/faq/icon.svg") no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .faq h2 .faq-icon {
    top: 18px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .faq h2 .faq-icon {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.faq h2.active .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.faq-answer-inner {
  padding: 35px 35px 75px 35px;
}
@media (max-width: 768px) {
  .faq-answer-inner {
    padding: 20px 20px 50px 20px;
  }
}

.flow .text-center {
  margin: 25px 0 75px 0;
}
.flow-list-arrow {
  max-width: 40px;
  margin: 35px auto;
}
@media (max-width: 768px) {
  .flow-list-arrow {
    margin: 25px auto;
  }
}
.flow-list-inner {
  position: relative;
  padding: 90px 55px 55px 55px;
  border: 1px solid #282828;
}
@media (min-width: 769px) {
  .flow-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .flow-list-inner {
    padding: 0;
  }
}
.flow-list-inner h2 {
  width: 125px;
  height: 35px;
  background: #282828;
  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;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .flow-list-inner h2 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .flow-list-inner-photo {
    width: 235px;
  }
}
@media (min-width: 769px) {
  .flow-list-inner-text {
    width: calc(100% - 285px);
  }
}
@media (max-width: 768px) {
  .flow-list-inner-text {
    padding: 20px;
  }
}
.flow-list-inner-text h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .flow-list-inner-text h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .flow-list-inner-text h3 {
    font-size: 2.2rem;
  }
}
.flow-list-inner-text p {
  font-size: 1.5rem;
  line-height: 1.75;
}
.flow-after {
  margin-top: 75px;
}
.flow-after-photo {
  max-width: 700px;
  margin: 25px auto 0 auto;
}
.index-read {
  padding: 50px 50px 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .index-read {
    padding: 25px 20px 0 20px;
  }
}
.index-read-inner {
  position: relative;
  z-index: 1000;
}
.index-read-inner-top {
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 1281px) {
  .index-read-inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-read-inner-top-left {
  width: 55%;
}
@media (max-width: 1280px) {
  .index-read-inner-top-left {
    width: 90%;
    margin: 0 auto;
  }
}
.index-read-inner-top-right {
  width: 40%;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (max-width: 1280px) {
  .index-read-inner-top-right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .index-read-inner-top-right {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 35px;
  }
}
.index-read-inner-top-right h2 {
  font-size: 4rem;
  line-height: 1.75;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .index-read-inner-top-right h2 {
    font-size: 2.6rem;
    text-align: center;
  }
}
.index-read-inner-under {
  margin-top: 35px;
}

.wave01 {
  width: 110%;
  position: absolute;
  z-index: 100;
  left: -5%;
  top: 0;
  line-height: 0;
  -webkit-transform: translateY(-42.5%);
          transform: translateY(-42.5%);
}

.index-feature {
  padding: 75px 50px;
}
@media (max-width: 768px) {
  .index-feature {
    padding: 75px 20px;
  }
}
.index-feature-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.index-feature-inner-top {
  position: relative;
}
.index-feature-inner-top-photo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-feature-inner-top-text {
  text-align: center;
}
@media (min-width: 1025px) {
  .index-feature-inner-top-text-inner {
    color: white;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    display: inline-block;
    text-align: left;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .index-feature-inner-top-text-inner {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .index-feature-inner-top-text-inner {
    text-align: left;
  }
}
.index-feature-inner-top-text-inner h2 {
  line-height: 1.75;
  margin-bottom: 25px;
}
@media (min-width: 1281px) {
  .index-feature-inner-top-text-inner h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .index-feature-inner-top-text-inner h2 {
    font-size: 2.734375vw;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .index-feature-inner-top-text-inner h2 {
    font-size: 1.8rem;
    margin: 25px 0 15px 0;
  }
}
.index-feature-inner-top-text-inner p {
  line-height: 2;
}
@media (min-width: 1281px) {
  .index-feature-inner-top-text-inner p {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .index-feature-inner-top-text-inner p {
    font-size: 1.5625vw;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .index-feature-inner-top-text-inner p {
    font-size: 1.5rem;
  }
}
.index-feature-inner-middle {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-feature-inner-middle-inner {
  border-radius: 12px;
  background: white;
  padding: 40px 30px 25px 30px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.7rem;
  position: relative;
  line-height: 2;
}
@media (min-width: 1025px) {
  .index-feature-inner-middle-inner {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .index-feature-inner-middle-inner {
    width: 49%;
  }
  .index-feature-inner-middle-inner:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .index-feature-inner-middle-inner {
    padding: 40px 15px 25px 15px;
    font-size: 1.4rem;
  }
}
.index-feature-inner-middle-inner .icon {
  width: 100px;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .index-feature-inner-middle-inner .icon {
    width: 80px;
    margin-bottom: 20px;
  }
}
.index-feature-inner-middle-inner p {
  line-height: 2;
}
@media (max-width: 768px) {
  .index-feature-inner-middle-inner p {
    line-height: 1.75;
    font-size: 1.3rem;
  }
}
.index-feature-inner-middle-inner h2 {
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  font-size: 2.6rem;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .index-feature-inner-middle-inner h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .index-feature-inner-middle-inner h2 {
    font-size: 2rem;
  }
}

.index-concept {
  background: url("../images/index/concept_img01.webp") center center/cover;
  padding: 75px 50px;
  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;
  min-height: 600px;
}
@media (max-width: 768px) {
  .index-concept {
    padding: 75px 20px;
    min-height: 400px;
  }
}
.index-concept-inner {
  width: 100%;
  max-width: 1480px;
  text-align: right;
}
@media (max-width: 768px) {
  .index-concept-inner {
    text-align: center;
  }
}
.index-concept-inner-text {
  display: inline-block;
  text-align: left;
  color: white;
}
@media (max-width: 768px) {
  .index-concept-inner-text {
    text-align: center;
  }
}
.index-concept-inner h2 {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
  color: white;
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .index-concept-inner h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .index-concept-inner h2 {
    font-size: 2.4rem;
  }
}
.index-concept-inner .copy {
  -webkit-filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4)) drop-shadow(-4px -4px 10px rgba(0, 0, 0, 0.4));
  color: white;
  font-size: 2rem;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .index-concept-inner .copy {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .index-concept-inner .copy {
    font-size: 1.5rem;
  }
}
.index-concept-inner .btn-more01 a {
  margin: 35px auto 0 0;
}
@media (max-width: 768px) {
  .index-concept-inner .btn-more01 a {
    margin: 25px auto 0 auto;
  }
}

.index-about {
  padding: 75px 50px;
  background: #f7f6f6;
}
@media (max-width: 768px) {
  .index-about {
    padding: 75px 20px;
  }
}
.index-about-inner {
  max-width: 1480px;
  margin: 0 auto;
}

.index-works {
  padding: 75px 50px;
  background: #f7f6f6;
}
@media (max-width: 768px) {
  .index-works {
    padding: 75px 20px;
  }
}
.index-works-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.index-works-list {
  list-style: none;
}
@media (min-width: 769px) {
  .index-works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .index-works-list li {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .index-works-list li:nth-child(n+2) {
    margin-top: 50px;
  }
}
.index-works-list li:last-child {
  margin-right: 0;
}
.index-works-list li p {
  margin-top: 15px;
  line-height: 1.75;
}
.index-works .btn-more01 {
  margin-top: 40px;
}

.index-column {
  padding: 75px 50px;
}
@media (max-width: 768px) {
  .index-column {
    padding: 75px 20px;
  }
}
.index-column-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.index-column-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-column-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1025px) {
  .index-column-list li {
    width: 22%;
    margin-right: 4%;
  }
  .index-column-list li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .index-column-list li {
    width: 48%;
    margin-right: 4%;
  }
  .index-column-list li:nth-child(even) {
    margin-right: 0;
  }
  .index-column-list li:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .index-column-list li {
    font-size: 1.4rem;
  }
}
.index-column-list li a {
  text-decoration: none;
  color: #282828;
}
@media (min-width: 1025px) {
  .index-column-list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index-column-list li a:hover {
    opacity: 0.3;
  }
}
.index-column-list li p {
  margin-top: 15px;
  line-height: 1.75;
}
.index-column-list li .date {
  font-size: 1.7rem;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .index-column-list li .date {
    font-size: 1.4rem;
  }
}
.index-column .btn-more01 {
  margin-top: 40px;
}

.index-faq {
  padding: 25px 50px 75px 50px;
}
@media (max-width: 768px) {
  .index-faq {
    padding: 25px 20px 75px 20px;
  }
}
.index-faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .index-faq-inner {
    padding: 20px 20px 20px 40px;
    border: 1px solid #282828;
    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;
  }
}
@media (min-width: 769px) {
  .index-faq-inner-text {
    width: 60%;
  }
}
.index-faq-inner-text .heading02-03 {
  margin-bottom: 25px;
}
@media (max-width: 1900px) {
  .index-faq-inner-text .heading02-03-en {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .index-faq-inner-text .heading02-03-en {
    text-align: center;
  }
}
@media (max-width: 1900px) {
  .index-faq-inner-text .heading02-03-jp {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .index-faq-inner-text .heading02-03-jp {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .index-faq-inner-photo {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .index-faq-inner-photo {
    margin-top: 50px;
  }
}
.index-faq .btn-more01 {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .index-faq .btn-more01 {
    margin-top: 50px;
  }
}

.index-showroom {
  padding: 75px 50px;
  background: #f7f6f6;
}
@media (max-width: 768px) {
  .index-showroom {
    padding: 75px 20px;
  }
}
.index-showroom-inner {
  max-width: 1480px;
  margin: 0 auto;
}
@media (min-width: 1281px) {
  .index-showroom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.index-showroom-inner-text {
  font-size: 1.4rem;
}
@media (min-width: 1281px) {
  .index-showroom-inner-text {
    width: 700px;
  }
}
@media (max-width: 1280px) {
  .index-showroom-inner-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .index-showroom-inner-text {
    text-align: left;
  }
}
.index-showroom-inner-text .heading02-03 {
  margin-bottom: 25px;
}
@media (max-width: 1900px) {
  .index-showroom-inner-text .heading02-03-en {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .index-showroom-inner-text .heading02-03-en {
    text-align: center;
  }
}
@media (max-width: 1900px) {
  .index-showroom-inner-text .heading02-03-jp {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .index-showroom-inner-text .heading02-03-jp {
    text-align: center;
  }
}
.index-showroom-inner-text h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 30px 0 10px 0;
}
@media (max-width: 1024px) {
  .index-showroom-inner-text h3 {
    font-size: 1.8rem;
  }
}
.index-showroom-inner-photo {
  width: calc(100% - 750px);
}
@media (min-width: 1281px) {
  .index-showroom-inner-photo {
    background: url("../images/index/showroom_img01.webp") center center/cover;
  }
  .index-showroom-inner-photo img {
    display: none;
  }
}
@media (max-width: 1280px) {
  .index-showroom-inner-photo {
    width: 50%;
    margin: 25px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .index-showroom-inner-photo {
    width: 100%;
  }
}
.index-showroom .btn-more01 {
  margin-top: 50px;
}

.index-news {
  padding: 75px 50px;
}
@media (max-width: 768px) {
  .index-news {
    padding: 75px 20px;
  }
}
.index-news-inner {
  max-width: 1480px;
  margin: 0 auto;
}
.index-news-inner-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1901px) {
  .index-news-inner-entry-left {
    width: 350px;
  }
}
@media (max-width: 1900px) {
  .index-news-inner-entry-left {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .index-news-inner-entry-left {
    width: 100%;
  }
}
.index-news-inner-entry-left .heading02-03 {
  margin-bottom: 25px;
}
@media (max-width: 1900px) {
  .index-news-inner-entry-left .heading02-03-en {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .index-news-inner-entry-left .heading02-03-en {
    text-align: center;
  }
}
@media (max-width: 1900px) {
  .index-news-inner-entry-left .heading02-03-jp {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .index-news-inner-entry-left .heading02-03-jp {
    text-align: center;
  }
}
@media (min-width: 1901px) {
  .index-news-inner-entry-right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1900px) {
  .index-news-inner-entry-right {
    width: calc(100% - 250px);
  }
}
@media (max-width: 1024px) {
  .index-news-inner-entry-right {
    width: 100%;
  }
}
.index-news-inner-entry-right .index-news-panel {
  width: 100%;
}
@media (min-width: 769px) {
  .index-news-inner-entry-right .index-news-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .index-news-navi {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .index-news-navi {
    margin-bottom: 50px;
  }
}
.index-news-navi ul {
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .index-news-navi ul {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .index-news-navi ul {
    font-size: 1.6rem;
  }
}
.index-news-navi ul li {
  list-style: none;
}
@media (min-width: 1025px) {
  .index-news-navi ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .index-news-navi ul li:nth-child(n+2) {
    margin-left: 15px;
  }
}
.index-news-navi ul li span,
.index-news-navi ul li a {
  display: block;
  text-decoration: none;
  color: #282828;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border: 1px solid #282828;
  min-width: 10rem;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-news-navi ul li.active span,
.index-news-navi ul li.active a, .index-news-navi ul li:hover span,
.index-news-navi ul li:hover a {
  background: #282828;
  color: white;
  cursor: pointer;
}
@media (min-width: 769px) {
  .index-news-list {
    width: 30%;
    margin-right: 5%;
  }
  .index-news-list:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .index-news-list {
    width: 100%;
  }
  .index-news-list:nth-child(n+2) {
    margin-top: 50px;
  }
}
.index-news-list a {
  display: block;
  color: #282828;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .index-news-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .index-news-list a:hover {
    opacity: 0.3;
  }
}
.index-news-list-category {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #282828;
  display: inline-block;
  padding: 5px 10px 7px 10px;
  border: 1px solid #282828;
  min-width: 8rem;
  text-align: center;
  line-height: 1;
  margin: 25px 0 15px 0;
}
.index-news .btn-more01 {
  margin-top: 50px;
}

.inquiry-top {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .inquiry-top {
    text-align: left;
    margin-bottom: 50px;
  }
}
.inquiry-form-inner {
  padding: 15px 20px 20px 20px;
}
@media (max-width: 768px) {
  .inquiry-form-inner {
    padding: 5px 0 20px 0;
  }
}
.inquiry-form-under {
  text-align: center;
}
.inquiry-form-under p {
  margin-top: 20px;
}
.inquiry-form-under ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquiry-form-privacy {
  margin: 25px 0 50px 0;
  text-align: center;
}
.inquiry .inquiry-form-heading01 {
  font-size: 2rem;
  padding: 5px 20px 0 20px;
  margin-top: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .inquiry .inquiry-form-heading01 {
    margin-top: 30px;
    padding: 0 0 10px 0;
    font-size: 1.8rem;
  }
}
.inquiry .inquiry-form-heading02,
.inquiry .inquiry-form-heading03 {
  font-size: 2.6rem;
  margin-top: 50px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .inquiry .inquiry-form-heading02,
  .inquiry .inquiry-form-heading03 {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.inquiry .inquiry-form-heading03 {
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .inquiry .inquiry-form-heading03 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.inquiry .required-icon {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  padding: 3px 8px 5px 8px;
  background: #FF4000;
  color: white;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.inquiry .form-input {
  line-height: 1.5;
}
.inquiry .form-input ul {
  list-style: none;
}
@media (min-width: 769px) {
  .inquiry .form-input ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.inquiry .form-input ul li {
  margin: 0 20px 20px 0;
}
.inquiry input[type=text], .inquiry input[type=date], .inquiry input[type=mail], .inquiry button, .inquiry textarea {
  padding: 1.25rem 1.25rem;
  border: 1px solid #333333;
  outline: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: inherit;
}
.inquiry .input01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
}
.inquiry .radio-btns input[type=radio] {
  display: none;
}
.inquiry .radio-btns input[type=radio] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.inquiry .radio-btns input[type=radio] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #333333;
  left: 0;
  top: 2px;
}
.inquiry .radio-btns input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #FF4000;
  left: 5px;
  top: 7px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inquiry .radio-btns input[type=radio]:checked + label::after {
  opacity: 1;
}
.inquiry .checkbox-btns input[type=checkbox] {
  display: none;
}
.inquiry .checkbox-btns input[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.inquiry .checkbox-btns input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #333333;
  left: 0;
  top: 2px;
}
.inquiry .checkbox-btns input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #FF4000;
  left: 5px;
  top: 7px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inquiry .checkbox-btns input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.error-text {
  text-align: center;
  margin-bottom: 25px;
}

.form-btn-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  max-width: 500px;
  margin: 0 auto;
}
.form-btn-col li {
  width: 49%;
}

.btn01,
button.btn01 {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 9999px;
  border: none;
}

.btn01,
button.btn01 {
  text-align: center;
  display: block;
  background: #282828;
  width: 100%;
  max-width: 380px;
  margin: 25px auto 0 auto;
  padding: 20px 25px;
  color: white !important;
  text-decoration: none !important;
  font-size: 2.2rem;
  border-radius: 9999px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .btn01,
  button.btn01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn01:hover,
  button.btn01:hover {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .btn01,
  button.btn01 {
    font-size: 1.8rem;
  }
}

.news-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .news-navi {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .news-navi {
    margin-bottom: 50px;
  }
}
.news-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .news-navi ul {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .news-navi ul {
    font-size: 1.6rem;
  }
}
.news-navi ul li {
  margin: 0 10px;
  list-style: none;
}
.news-navi ul li a {
  display: block;
  text-decoration: none;
  color: #282828;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border: 1px solid #282828;
  min-width: 10rem;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-navi ul li.active a, .news-navi ul li:hover a {
  background: #282828;
  color: white;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .news-list-inner {
    width: 30%;
    margin-right: 5%;
  }
  .news-list-inner:nth-child(3n) {
    margin-right: 0;
  }
  .news-list-inner:nth-child(n+4) {
    margin-top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .news-list-inner {
    width: 47.5%;
    margin-right: 5%;
  }
  .news-list-inner:nth-child(even) {
    margin-right: 0;
  }
  .news-list-inner:nth-child(n+3) {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .news-list-inner {
    width: 100%;
  }
  .news-list-inner:nth-child(n+2) {
    margin-top: 75px;
  }
}
.news-list img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-list a {
  display: block;
  color: #282828;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .news-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-list a:hover {
    opacity: 0.3;
  }
}
.news-list-category {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #282828;
  display: inline-block;
  padding: 5px 10px 7px 10px;
  border: 1px solid #282828;
  min-width: 8rem;
  text-align: center;
  line-height: 1;
  margin: 25px 0 15px 0;
}

.no-entry {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.news-heading {
  color: #282828;
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 2px solid #282828;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .news-heading {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.news-date {
  text-align: right;
  margin-bottom: 25px;
  font-size: 1.4rem;
}

.news-entry {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .news-entry {
    margin-bottom: 50px;
  }
}
.news-entry .date {
  margin-top: 15px;
}
.news-entry strong {
  font-weight: 700;
}
.news-entry h2 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-entry h2 {
    font-size: 2rem;
  }
}
.news-entry h3 {
  font-size: 2.2rem;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-entry h3 {
    font-size: 1.8rem;
  }
}
.news-entry h4 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-entry h4 {
    font-size: 1.6rem;
  }
}
.news-entry h5 {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-entry h5 {
    font-size: 1.4rem;
  }
}
.news-entry h6 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-entry h6 {
    font-size: 1.2rem;
  }
}
.news-entry p {
  line-height: 200%;
  margin-top: 3rem;
}
.news-entry figure img {
  width: 100%;
}
.news-entry h2 + p,
.news-entry h3 + p,
.news-entry h4 + p,
.news-entry h5 + p,
.news-entry h6 + p {
  margin-top: 0.5em;
}
.news-entry p + p {
  margin-top: 3rem;
}
.news-entry p + h2,
.news-entry p + h3,
.news-entry p + h4,
.news-entry p + h5,
.news-entry p + h6,
.news-entry h2 + h3,
.news-entry h2 + h4,
.news-entry h2 + h5,
.news-entry h2 + h6,
.news-entry h3 + h4,
.news-entry h3 + h5,
.news-entry h3 + h6,
.news-entry h4 + h5,
.news-entry h4 + h6,
.news-entry h5 + h6 {
  margin-top: 3rem;
}
.news-entry figure {
  margin: 3rem 0;
  font-size: 1.3rem;
  text-align: center;
}
.news-entry figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  line-height: 0;
}
.news-entry .wp-block-file {
  margin: 3rem 0;
}
.news-entry .p-block-file__embed {
  margin-bottom: 0.25em;
}
.news-entry .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.news-entry .wp-block-file__button {
  background: #282828;
  color: white;
  border: none;
  color: white !important;
  padding: 8px 10px 6px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 15px;
  cursor: pointer;
  border-radius: 30px;
  line-height: 120%;
  font-size: 1.3rem;
}
.news-entry .wp-block-file__button:hover {
  text-decoration: none !important;
}

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

.has-text-align-right {
  text-align: right;
}

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

.back-btn {
  width: 100%;
  max-width: 250px;
  margin: 40px auto 0 auto;
}
.back-btn a {
  display: block;
  background: #282828;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  padding: 7px 20px 9px 20px;
  text-align: center;
}
.back-btn a span:nth-of-type(1) {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
}

.wp-pagenavi {
  margin-top: 75px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 50px;
    font-size: 1.2rem;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid #a6a59f;
  margin: 0 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: #282828;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .wp-pagenavi a:hover,
  .wp-pagenavi span:hover {
    color: white;
    background-color: #282828;
    opacity: 1;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: white;
  background-color: #282828;
}

.privacy h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
}
.privacy h2:nth-child(n+2) {
  margin: 100px 0 50px 0;
}
@media (max-width: 768px) {
  .privacy h2:nth-child(n+2) {
    margin: 75px 0 25px 0;
  }
}
@media (max-width: 1024px) {
  .privacy h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .privacy h2 {
    font-size: 2.25rem;
  }
}
.privacy h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
  margin: 50px 0 15px 0;
}
@media (max-width: 1024px) {
  .privacy h3 {
    font-size: 1.8rem;
  }
}
.privacy p + p {
  margin-top: 35px;
}
.privacy ul {
  margin: 35px 0 0 30px;
}

.support .text-center {
  margin: 25px 0 75px 0;
}
.support-list-inner {
  position: relative;
  padding: 110px 55px 55px 55px;
  border: 1px solid #282828;
}
@media (min-width: 769px) {
  .support-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .support-list-inner {
    padding: 0;
  }
}
.support-list-inner:nth-child(n+2) {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .support-list-inner:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .support-list-inner-photo {
    width: 275px;
  }
}
@media (min-width: 769px) {
  .support-list-inner-text {
    width: calc(100% - 325px);
  }
}
@media (max-width: 768px) {
  .support-list-inner-text {
    padding: 20px;
  }
}
.support-list-inner-text h3 {
  width: 55px;
  height: 55px;
  background: #282828;
  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;
  color: white;
  font-size: 3rem;
  letter-spacing: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .support-list-inner-text h3 {
    font-size: 2.4rem;
  }
}
.support-list-inner-text h4 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .support-list-inner-text h4 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .support-list-inner-text h4 {
    font-size: 2.2rem;
  }
}
.support-list-inner-text p {
  font-size: 1.5rem;
  line-height: 1.75;
}
.support-after {
  margin-top: 75px;
}
.support-after-photo {
  max-width: 700px;
  margin: 25px auto 0 auto;
}
.works {
  padding-bottom: 0;
}
.works h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  margin: 75px 0 50px 0;
}
@media (max-width: 1024px) {
  .works h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .works h2 {
    font-size: 2.25rem;
    margin: 50px 0 15px 0;
  }
}
@media (min-width: 769px) {
  .works-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .works-list-inner {
    width: 47.5%;
    margin-right: 5%;
  }
}
@media (min-width: 769px) {
  .works-list-inner:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .works-list-inner:nth-child(n+2) {
    margin-top: 75px;
  }
}
.works-list-inner:nth-child(n+3) {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .works-list-inner:nth-child(n+3) {
    margin-top: 75px;
  }
}
.works-list-category {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #CCCCCC;
  display: inline-block;
  padding: 5px 10px 7px 10px;
  min-width: 8rem;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
}
.works-list-text {
  margin-top: 20px;
}

.preview {
  position: relative;
  overflow: hidden;
}
.preview-ttl {
  position: relative;
  z-index: 1000;
  letter-spacing: 0.1rem;
}
.preview-ttl p {
  font-weight: 100;
  line-height: 1;
}
@media (min-width: 1025px) {
  .preview-ttl p {
    position: absolute;
    top: 0;
    left: 5.5%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    font-size: 5.625vw;
  }
}
@media (max-width: 1024px) {
  .preview-ttl p {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .preview-ttl p {
    font-size: 4.2rem;
  }
}
@media (min-width: 1025px) {
  .preview-inner {
    min-height: 800px;
  }
}
.preview-iframe {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .preview-iframe {
    padding: 0 5px;
  }
}
.preview-iframe iframe {
  width: 100%;
  aspect-ratio: 853/480;
}
.preview-text {
  padding: 15px 45px 25px 45px;
}
@media (min-width: 1025px) {
  .preview-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .preview-text {
    padding: 15px 15px;
  }
}
.preview-text-left {
  font-weight: 100;
  width: 15%;
  text-align: center;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 1025px) {
  .preview-text-left {
    font-size: 5.625vw;
  }
}
@media (max-width: 1024px) {
  .preview-text-left {
    font-size: 4rem;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
.preview-text-right {
  line-height: 1.75;
  width: 85%;
}
@media (min-width: 1025px) {
  .preview-text-right h4 {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 1024px) {
  .preview-text-right h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .preview-text-right p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1024px) {
  .preview-text-right p {
    font-size: 0.9375vw;
  }
}
@media (max-width: 768px) {
  .preview-text-right p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.min.css.map */