@charset "UTF-8";
/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@font-face {
  font-family: "RoBodoni Book";
  src: url(../font/RoBodoni-Book.otf) format("opentype");
}
:root {
  --color-primary: #000000;
  --color-blue: #2994f8;
  --font-robodoni: "RoBodoni Book", serif;
  --font-timber: "timberline", sans-serif;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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,
strike, strong, sub, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #161f3e;
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: #161f3e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

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

a:hover {
  backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.mb-0 {
  margin-bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .mt-15-sp {
    margin-top: 15px;
  }
}
.t-center {
  text-align: center;
}

.color-blue {
  color: var(--color-blue);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.link-tel {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  .link-tel {
    pointer-events: none;
  }
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: auto;
  }
}
.hover {
  transition: 0.3s;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  .hover:hover {
    opacity: 0.8;
  }
}
.title-secondary {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 750px) {
  .title-secondary {
    font-size: 22px;
  }
}
.title-underline {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  padding-bottom: 28px;
  background: url(../img/line_h2.png) no-repeat center bottom/60px auto;
}

@media screen and (max-width: 750px) {
  .title-underline {
    font-size: 22px;
    padding-bottom: 18px;
    background-size: 48px auto;
  }
}
.title-leftline {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding-left: 8px;
  border-left: 5px solid var(--color-blue);
  padding-bottom: 2px;
}

@media screen and (max-width: 750px) {
  .title-leftline {
    font-size: 22px;
  }
}
.text-primary {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
}

.title-page-h1 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding-bottom: 75px;
  position: relative;
}

.title-page-h1::after {
  content: "";
  background-color: var(--color-blue);
  width: 1px;
  height: 56px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .title-page-h1 {
    font-size: 22px;
    padding-bottom: 50px;
  }
  .title-page-h1::after {
    height: 40px;
  }
}
.btn-primary {
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: var(--color-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 366px;
  height: 72px;
  border-radius: 50vh;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-primary.-serif {
  font-family: var(--font-robodoni);
}

.btn-primary::after {
  content: "";
  width: 9px;
  aspect-ratio: 9/8;
  background-color: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.btn-primary:hover {
  background-color: #1a7ed8;
}

@media screen and (max-width: 750px) {
  .btn-primary {
    max-width: 100%;
  }
}

.icon-tap {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background: url(../img/icon_tap.png) no-repeat center center/contain;
}
@media screen and (max-width: 750px){
  .icon-tap {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------------------------------
 Layout
---------------------------------------------------------------------- */
.header {
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .header {
    height: 50px;
  }
}
.header__inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: background-color 0.3s;
}

.header__inner.is-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.logo {
  width: 216px;
}

.menu {
  width: 34px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .header__inner {
    height: 50px;
    padding: 0 20px;
  }
  .logo {
    width: 150px;
  }
  .menu {
    width: 22px;
  }
}
.mega {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 148, 247, 0.9);
  display: none;
}

.mega__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .mega__close {
    top: 20px;
    right: 20px;
    width: 22px;
  }
}
.megaNavi {
  text-align: center;
}
.megaNavi li {
  margin: 1em 0;
}
.megaNavi li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.megaNavi li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .megaNavi li a {
    font-size: 16px;
  }
}

.main {
  overflow: hidden;
  padding-bottom: 230px;
}
@media screen and (max-width: 750px) {
  .main {
    padding-bottom: 150px;
  }
}

.footer {
  position: relative;
  background-color: var(--color-blue);
  border-top: 1px solid #134574;
  padding: 60px 20px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 40px 20px;
  }
}

.gotop {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: 378px;
  border-bottom: 1px solid var(--color-blue);
  text-align: center;
}
.gotop img {
  width: 100px;
}
@media screen and (max-width: 750px) {
  .gotop {
    width: 100%;
    left: 0px;
    transform: translate(0, 0);
  }
}

.footer__navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer__navi {
    justify-content: flex-start;
  }
}
.footer__navi li {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .footer__navi li {
    margin: 0.5em 0;
  }
}
.footer__navi li:after {
  content: "／";
  margin: 0 0.5em;
}
.footer__navi li:last-child:after {
  content: "";
}
.footer__navi a {
  color: inherit;
  text-decoration: none;
}
.footer__navi a:hover {
  text-decoration: underline;
}

.footer__privacy {
  text-align: center;
  margin-top: 28px;
}
.footer__privacy a {
  font-size: 24px;
  font-family: var(--font-robodoni);
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}
.footer__privacy a:hover {
  text-decoration: underline;
}
.footer__privacy:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 16px;
  position: relative;
  top: -6px;
}

.copyright {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  font-family: var(--font-robodoni);
}

.homeMv {
  position: relative;
  padding: 72px 30px 0;
}
@media screen and (max-width: 750px) {
  .homeMv {
    padding: 50px 0 0;
  }
}
.homeMv .line01 {
  content: "";
  width: 507px;
  aspect-ratio: 507/149;
  background: url(../img/home/line_01.png) no-repeat left top/100% auto;
  position: absolute;
  top: 73px;
  left: calc(50% - 850px);
}

@media screen and (min-width: 1700px) {
  .homeMv .line01 {
    left: 0px;
  }
}
@media screen and (max-width: 750px) {
  .homeMv .line01 {
    width: 181px;
    top: 50px;
    left: -80px;
  }
}
.homeMv .cloud01 {
  content: "";
  width: 826px;
  aspect-ratio: 826/2500;
  position: absolute;
  z-index: -1;
  background: url(../img/home/cloud_01.png) no-repeat left center/contain;
  top: 385px;
  left: calc(50% - 850px);
}
@media screen and (min-width: 1700px) {
  .homeMv .cloud01 {
    left: 0px;
  }
}
@media screen and (max-width: 750px) {
  .homeMv .cloud01 {
    width: 80%;
    left: 0px;
    top: 300px;
  }
}

.homeMv__inner {
  max-width: 1426px;
  margin: 0 auto;
  position: relative;
}

.homeMv__title {
  position: absolute;
  bottom: -50px;
  right: 60px;
  width: 494px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .homeMv__title {
    width: 80%;
    right: 10%;
    bottom: -100px;
  }
}

.homeMv__slider .item {
  clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
  overflow: hidden;
}
.homeMv__slider .item img {
  width: 100%;
  aspect-ratio: 2560 / 1640;
}

.homeMv__circle {
  position: absolute;
  width: 142px;
  left: -88px;
  bottom: -58px;
  z-index: 2;
}
@media screen and (max-width: 1700px){
  .homeMv__circle {
    left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .homeMv__circle {
    display: none;
  }
}
.homeMv__circle:before {
  content: "";
  background-color: var(--color-blue);
  height: 20px;
  width: 1px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: wheel 3s ease infinite;
}
@keyframes wheel {
  0% {
    transform: translate(-50%, -60px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.homeConcept {
  padding-top: 270px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeConcept {
    padding: 150px 20px 0;
  }
}
.homeConcept .line01 {
  content: "";
  background: url(../img/home/line_02.png) no-repeat right top/100% auto;
  width: 1540px;
  height: 1163px;
  position: absolute;
  top: 0px;
  left: calc((100vw - 1000px) / 2 - 190px);
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .homeConcept .line01 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 750px) {
  .homeConcept .line01 {
    background: url(../img/home/line_02_sp.png) no-repeat right top/100% auto;
    width: 91.8%;
    aspect-ratio: 680 / 997;
    left: auto;
    right: 0px;
    top: 112px;
  }
}

.homeConcept__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.homeConcept__title {
  font-size: 46px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
  font-family: var(--font-robodoni);
}
@media screen and (max-width: 750px) {
  .homeConcept__title {
    font-size: 40px;
  }
}

.homeConcept__text {
  margin-top: 1em;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  font-size: 14px;
}

.homeConcept__thumb {
  position: absolute;
  top: 50%;
  right: calc(50% - 50vw);
  transform: translateY(-64%);
  width: calc(50vw - 136px);
  clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .homeConcept__thumb {
    position: static;
    width: calc(100% + 20px);
    transform: translateY(0);
  }
}

.homeTopics {
  padding-top: 220px;
}
@media screen and (max-width: 750px) {
  .homeTopics {
    padding-top: 120px;
  }
}

.homeTopics__title {
  text-align: center;
  font-size: 58px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
  font-family: var(--font-robodoni);
}
@media screen and (max-width: 750px) {
  .homeTopics__title {
    font-size: 58px;
  }
}

.homeTopicsList {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .homeTopicsList {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
  }
}

.homeTopicsList__item {
  width: 312px;
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .homeTopicsList__item {
    max-width: 312px;
    margin: 0 auto;
  }
}

.homeTopicsList__thumb {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  overflow: hidden;
}
.homeTopicsList__thumb img {
  width: 100%;
  aspect-ratio: 312/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeTopicsList__date {
  display: block;
  margin-top: 1em;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #323231;
  font-family: var(--font-robodoni);
}

.homeTopicsList__title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.5em;
}

.homeAbout {
  margin-top: 175px;
  padding: 95px 0 154px;
  background: url(../img/home/bg_about.jpg) no-repeat center center/cover;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeAbout {
    padding: 90px 20px 120px;
  }
}
.homeAbout .float01 {
  content: "";
  width: 22.4vw;
  aspect-ratio: 382/322;
  background: url(../img/home/square_right.png) no-repeat center right/contain;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .homeAbout .float01 {
    width: 34.4vw;
  }
}
.homeAbout .float02 {
  content: "";
  width: 22.4vw;
  aspect-ratio: 382/322;
  background: url(../img/home/square_left.png) no-repeat center left/contain;
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .homeAbout .float02 {
    display: none;
  }
}

.homeAbout__title .en {
  display: block;
}
.homeAbout__title .en img {
  width: 566px;
}
.homeAbout__title .ja {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .homeAbout__title .en img {
    width: 62.8vw;
    max-width: 465px;
  }
  .homeAbout__title .ja {
    font-size: 20px;
  }
}

.homeAbout__read {
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 750px){
  .homeAbout__read {
    font-size: 14px;
    text-align: left;
  }
}

.homeAbout__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.homeSpecies {
  padding-top: 235px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeSpecies {
    padding-top: 100px;
  }
}
.homeSpecies .cloud01 {
  content: "";
  background: url(../img/home/cloud_02.png) no-repeat center center/contain;
  width: 1059px;
  aspect-ratio: 1059/1334;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .homeSpecies .cloud01 {
    width: 80%;
    left: 0px;
    top: -100px;
  }
}
.homeSpecies .cloud02 {
  content: "";
  background: url(../img/home/cloud_03.png) no-repeat center center/contain;
  width: 1007px;
  aspect-ratio: 1007/1334;
  position: absolute;
  right: 0px;
  top: 698px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .homeSpecies .cloud02 {
    display: none;
  }
}

.homeSpecies__title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .homeSpecies__title {
    font-size: 24px;
  }
}

.homeSpecies__row {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .homeSpecies__row {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 220px;
  }
}

.homeSpecies__clm {
  width: 500px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeSpecies__clm {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.homeSpecies__clm.-natural .float01{
  content: "";
  width: 308px;
  aspect-ratio: 308/234;
  background: url(../img/home/img_species_01.png) no-repeat center center/contain;
  position: absolute;
  top: -296px;
  left: -50px;
}
@media screen and (max-width: 750px) {
  .homeSpecies__clm.-natural .float01 {
    width: 166px;
    top: -296px;
    left: -20px;
  }
}
.homeSpecies__clm.-design .float01 {
  content: "";
  width: 314px;
  aspect-ratio: 314/286;
  background: url(../img/home/img_species_02.png) no-repeat center center/contain;
  position: absolute;
  top: -286px;
  right: -20px;
}
@media screen and (max-width: 750px) {
  .homeSpecies__clm.-design .float01 {
    width: 178px;
    top: -175px;
    right: -20px;
  }
}

.homeSpecies__h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeSpecies__h3 {
    font-size: 22px;
  }
}
.homeSpecies__h3:before {
  content: "";
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 44px;
  background-color: var(--color-blue);
}

.homeSpecies__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin-top: 1em;
}
@media screen and (max-width: 750px){
  .homeSpecies__text {
    text-align: left;
  }
}

.homeSpecies__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .homeSpecies__btn {
    margin-top: 20px;
  }
}

.homeMake {
  padding-top: 246px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeMake {
    padding-top: 120px;
  }
}
.homeMake .line01 {
  content: "";
  background: url(../img/home/line_03.png) no-repeat right top/100% auto;
  width: 1630px;
  height: 1180px;
  position: absolute;
  top: -22px;
  right: calc((100vw - 1000px) / 2 - 280px);
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .homeMake .line01 {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 750px) {
  .homeMake .line01 {
    background: url(../img/home/line_03_sp.png) no-repeat left top/100% auto;
    height: auto;
    aspect-ratio: 705 / 1027;
    width: 95.6%;
    top: 74px;
    left: 0px;
  }
}

.homeMake__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 440px;
}
@media screen and (max-width: 750px) {
  .homeMake__inner {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
  }
}

.homeMake__title {
  font-size: 26px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .homeMake__title {
    text-align: center;
    font-size: 26px;
    order: 2;
    margin-top: 0;
  }
}

.homeMake__text {
  margin-top: 1em;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .homeMake__text {
    order: 3;
  }
}

.homeMake__thumb {
  position: absolute;
  top: 50%;
  left: calc(50% - 50vw);
  transform: translateY(-36%);
  width: calc(50vw - 115px);
  clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .homeMake__thumb {
    position: static;
    width: calc(100% + 40px);
    margin-top: 60px;
    margin-left: -20px;
    transform: translateY(0);
    order: 4;
  }
}

.homeMake__btn {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .homeMake__btn {
    order: 3;
  }
}

.homeFlow {
  padding-top: 390px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeFlow {
    padding-top: 35px;
  }
}

.homeFlow__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-left: 76px;
  padding-right: 440px;
}
@media screen and (max-width: 750px) {
  .homeFlow__inner {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
  }
}

.homeFlow__title {
  font-size: 26px;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .homeFlow__title {
    font-size: 24px;
    order: 1;
    margin-top: 20px;
  }
}

.homeFlow__text {
  margin-top: 1em;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .homeFlow__text {
    order: 2;
  }
}

.homeFlow__thumb {
  position: absolute;
  top: 50%;
  right: calc(50% - 50vw);
  transform: translateY(-64%);
  width: calc(50vw - 107px);
  clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .homeFlow__thumb {
    position: static;
    width: 100%;
    transform: translateY(0);
    order: 4;
    margin-top: 60px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.homeFlow__btn {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .homeFlow__btn {
    order: 3;
  }
}

.homeProducts {
  padding-top: 235px;
}
@media screen and (max-width: 750px) {
  .homeProducts {
    padding-top: 120px;
  }
}

.homeProducts__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
}

.homeProductsList {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .homeProductsList {
    margin-top: 20px;
  }
}

.homeProductsList__item {
  width: calc(50% - 3px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeProductsList__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.homeProductsList__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.14em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .homeProductsList__text {
    font-size: 24px;
  }
}
.homeProductsList__text .small {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .homeProductsList__text .small {
    font-size: 18px;
  }
}

.homeCompany {
  padding-top: 290px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homeCompany {
    padding: 120px 20px 0;
  }
}
.homeCompany .line01 {
  content: "";
  background: url(../img/home/line_02.png) no-repeat right top/100% auto;
  width: 1540px;
  height: 1163px;
  position: absolute;
  top: 50px;
  left: calc((100vw - 1000px) / 2 - 190px);
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .homeCompany .line01 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 750px) {
  .homeCompany .line01 {
    display: none;
  }
}
.homeCompany .cloud01 {
  content: "";
  background: url(../img/home/cloud_04.png) no-repeat center center/contain;
  width: 750px;
  aspect-ratio: 750/1334;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .homeCompany .cloud01 {
    width: 80%;
    right: 0px;
    top: -100px;
  }
}

.homeCompany__title .en {
  display: block;
}
.homeCompany__title .en img {
  width: 472px;
}
.homeCompany__title .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .homeCompany__title .ja {
    font-size: 24px;
  }
}

.homeCompany__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin-top: 2em;
}
@media screen and (max-width: 750px){
  .homeCompany__text {
    text-align: left;
  }
}

.homeCompany__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.homeContact {
  padding-top: 235px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .homeContact {
    padding-top: 120px;
  }
}

.homeContact__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .homeContact__title {
    font-size: 22px;
  }
}

.homeContact__subtitle {
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-top: 1em;
}

.homeContact__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .homeContact__row {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}

.homeContact__left {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .homeContact__left {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .homeContact__right {
    width: 100%;
  }
}

.homeContact__tel {
  font-size: 30px;
  font-family: var(--font-robodoni);
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .homeContact__tel {
    font-size: 24px;
  }
}
.homeContact__tel a {
  font-size: 43px;
}
@media screen and (max-width: 750px) {
  .homeContact__tel a {
    font-size: 36px;
  }
}

.homeContact__time {
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--color-blue);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .homeContact__time {
    font-size: 14px;
  }
}

@media screen and (max-width: 1700px) {
  .pageHero__img img {
    width: 100%;
    height: 426px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1700px) and (max-width: 750px) {
  .pageHero__img img {
    height: 226px;
  }
}

.aboutIntro {
  text-align: center;
  position: relative;
}
.aboutIntro:before {
  content: "";
  background: url(../img/about/cloud_01.png) no-repeat center center/contain;
  width: 1012px;
  aspect-ratio: 1012/1334;
  position: absolute;
  left: 0px;
  top: -320px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutIntro:before {
    width: 80%;
    left: 0px;
    top: -200px;
  }
}
.aboutIntro:after {
  content: "";
  background: url(../img/about/cloud_02.png) no-repeat center center/contain;
  width: 648px;
  aspect-ratio: 648/1334;
  position: absolute;
  right: 0px;
  top: 222px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutIntro:after {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .aboutIntro {
    padding: 0 20px;
  }
}

.aboutIntro__title .en {
  display: block;
}
.aboutIntro__title .en img {
  width: 569px;
}
.aboutIntro__title .ja {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .aboutIntro__title .ja {
    font-size: 20px;
  }
}

.aboutIntro__text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .aboutIntro__text {
    text-align: left;
    margin-top: 40px;
  }
}

.aboutIntro__thumb {
  margin-top: 36px;
}
.aboutIntro__thumb img {
  width: 563px;
}

.aboutCharm {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .aboutCharm {
    padding-top: 60px;
  }
}

.aboutCharmList {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .aboutCharmList {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 40px;
    margin-top: 40px;
  }
}

.aboutCharmList__item {
  width: 25%;
  padding: 0 1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .aboutCharmList__item:nth-child(2) {
    margin-top: 50px;
  }
  .aboutCharmList__item:nth-child(3) {
    margin-top: 100px;
  }
  .aboutCharmList__item:nth-child(4) {
    margin-top: 150px;
  }
}
@media screen and (max-width: 750px) {
  .aboutCharmList__item {
    width: 100%;
    margin: 0 auto;
  }
}

.aboutCharmList__thumb {
  width: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.aboutCharmList__num {
  position: absolute;
  font-family: var(--font-timber);
  color: var(--color-blue);
  font-size: 69px;
  line-height: 1;
  position: absolute;
  top: -13px;
  left: 9px;
}

.aboutCharmList__text {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px -1em 0;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.aboutFlow {
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .aboutFlow {
    padding-top: 80px;
  }
}
.aboutFlow:before {
  content: "";
  background: url(../img/about/cloud_03.png) no-repeat center center/contain;
  width: 742px;
  aspect-ratio: 742/1334;
  position: absolute;
  left: 0px;
  top: -388px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutFlow:before {
    width: 80%;
    left: 0px;
    top: -200px;
  }
}

.aboutFlow__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .aboutFlow__inner {
    padding: 0 20px;
  }
}

.aboutFlowList {
  margin-top: 48px;
}

.aboutFlowList__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .aboutFlowList__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
}
.aboutFlowList__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .aboutFlowList__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.aboutFlowList__left {
  width: 52%;
}
@media screen and (max-width: 750px) {
  .aboutFlowList__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.aboutFlowList__right {
  width: 44%;
}
@media screen and (max-width: 750px) {
  .aboutFlowList__right {
    width: 80%;
  }
}

.linkBlock {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 120px auto 0;
  border: 5px solid var(--color-blue);
  border-radius: 15px;
  color: var(--color-blue);
  text-decoration: none;
  align-items: center;
  background: url(../img/circle_banner.png) no-repeat left center/40px auto;
  padding: 25px 25px 25px 64px;
  background-color: #fff;
  text-align: left;
}
.linkBlock.-child {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .linkBlock.-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .linkBlock {
    background-size: 24px auto;
  }
}
@media screen and (max-width: 750px) {
  .linkBlock {
    width: calc(100% - 40px);
    margin: 80px auto 0;
    padding: 20px 20px 20px 32px;
  }
}

.linkBlock__large {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .linkBlock__large {
    font-size: 16px;
  }
}

.linkBlock__small {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .linkBlock__small {
    font-size: 12px;
  }
}

.linkBlock__right {
  width: 148px;
}
@media screen and (max-width: 750px) {
  .linkBlock__right {
    width: 80px;
  }
}

.aboutDesign {
  padding-top: 260px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .aboutDesign {
    padding: 120px 20px 0;
  }
}
.aboutDesign:before {
  content: "";
  background: url(../img/about/cloud_04.png) no-repeat center center/contain;
  width: 782px;
  aspect-ratio: 782/1334;
  position: absolute;
  right: 0px;
  top: -298px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutDesign:before {
    width: 80%;
    right: 0px;
    top: -200px;
  }
}

.aboutDesign__title .en {
  display: block;
}
.aboutDesign__title .en img {
  width: 734px;
}
.aboutDesign__title .ja {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .aboutDesign__title .ja {
    font-size: 20px;
  }
}

.aboutDesign__text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2.5;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .aboutDesign__text {
    text-align: left;
    margin-top: 40px;
  }
}

.aboutDesign__thumb {
  margin-top: 36px;
}
.aboutDesign__thumb img {
  width: 563px;
}

.aboutFlow2 {
  padding-top: 120px;
  position: relative;
}
.aboutFlow2:before {
  content: "";
  background: url(../img/about/cloud_05.png) no-repeat center center/contain;
  width: 903px;
  aspect-ratio: 903/1334;
  position: absolute;
  left: 0px;
  top: 324px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutFlow2:before {
    width: 80%;
    left: 0px;
    top: -100px;
  }
}
.aboutFlow2:after {
  content: "";
  background: url(../img/about/cloud_06.png) no-repeat center center/contain;
  width: 806px;
  aspect-ratio: 806/660;
  position: absolute;
  right: 0px;
  top: 1065px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .aboutFlow2:after {
    display: none;
  }
}

.aboutFlow2__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.aboutFlow2List {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List {
    padding: 0 20px;
    gap: 20px 10px;
    justify-content: space-between;
  }
}

.aboutFlow2List__item {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List__item {
    width: calc(50% - 5px);
  }
}

.aboutFlow2List__thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 142px;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List__thumb img {
    transform: scale(0.8);
  }
}

.aboutFlow2List__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

.aboutFlow2List__num {
  color: var(--color-blue);
  font-family: var(--font-timber);
  font-size: 48px;
  line-height: 1;
  margin-right: 6px;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List__num {
    font-size: 36px;
  }
}

.aboutFlow2List__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .aboutFlow2List__text {
    font-size: 14px;
  }
}

.woodArchives__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.woodArchives__read {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .woodArchives__read {
    padding: 0 20px;
    text-align: left;
  }
}

.woodCat {
  margin-top: 50px;
  padding: 35px;
  border-radius: 30px;
  background-color: #e9f4fe;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .woodCat {
    padding: 20px 10px;
    margin: 40px 20px 0;
  }
}

.woodCat__list {
  text-align: center;
  width: 280px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .woodCat__list {
    width: auto;
  }
}
.woodCat__list dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .woodCat__list dt {
    font-size: 15px;
  }
}
.woodCat__list dd {
  font-size: 17px;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  padding: 2px 1em;
  cursor: pointer;
  opacity: 1;
  border: 1px solid transparent;
}
@media screen and (max-width: 750px) {
  .woodCat__list dd {
    font-size: 12px;
    padding: 2px 0.3em;
  }
}
.woodCat__list dd:hover {
  background-color: #d0e8fc;
}
.woodCat__list dd.is-selected {
  border: 1px solid #000;
}
.woodCat__list dd.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.woodCat__list dd:last-child {
  margin-bottom: 0;
}

.woodArchivesList {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 28px;
  opacity: 0;
}
.woodArchivesList.is-fadein {
  animation: fadein 0.3s ease forwards;
}
@media screen and (max-width: 750px) {
  .woodArchivesList {
    gap: 20px 10px;
    margin-top: 30px;
    padding: 0 20px;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woodArchivesList__item {
  width: calc((100% - 84px) / 4);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .woodArchivesList__item {
    width: calc((100% - 10px) / 2);
  }
}

.woodArchivesList__thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.woodArchivesList__info {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.14em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .woodArchivesList__info {
    font-size: 14px;
  }
}

.woodArchivesList__name {
  padding-right: 1em;
}

.woodArchivesList__cat {
  white-space: nowrap;
}

.woodSingle__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.woodContent {
  display: flex;
  max-width: 760px;
  margin: 80px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .woodContent {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.woodContent__left {
  width: 286px;
}

.woodContent__right {
  width: 420px;
}
@media screen and (max-width: 750px) {
  .woodContent__right {
    width: 100%;
    margin: 20px auto 0;
  }
}

.woodContent__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .woodContent__title {
    font-size: 20px;
  }
}

.woodContent__table {
  margin-top: 20px;
  letter-spacing: 0.14em;
  font-size: 17px;
}
.woodContent__table th {
  width: 112px;
  padding: 0.3em 0;
}
.woodContent__table td {
  padding: 0.3em 0;
}

.woodContent__features {
  margin-top: 35px;
}
.woodContent__features dt {
  width: 72px;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 0.1em 0;
  text-align: center;
}
.woodContent__features dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin-top: 1em;
}

.makingHeader {
  position: relative;
}
.makingHeader:before {
  content: "";
  width: 743px;
  aspect-ratio: 743/3923;
  background: url(../img/making/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .makingHeader:before {
    width: 100%;
    left: 0px;
    top: -100px;
  }
}
.makingHeader:after {
  content: "";
  width: 974px;
  aspect-ratio: 974/2843;
  background: url(../img/making/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  right: 0px;
  top: -396px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .makingHeader:after {
    display: none;
  }
}

.makingList {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .makingList {
    padding-top: 60px;
  }
}

.makingList__item {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 750px) {
  .makingList__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.makingList__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .makingList__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.makingList__left {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .makingList__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.makingList__right {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .makingList__right {
    width: 100%;
  }
}

.flowHeader {
  position: relative;
}
.flowHeader:before {
  content: "";
  width: 743px;
  aspect-ratio: 743/4258;
  background: url(../img/flow/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -310px;
}
@media screen and (max-width: 750px) {
  .flowHeader:before {
    width: 100%;
    left: 0px;
    top: -200px;
  }
}
.flowHeader:after {
  content: "";
  width: 999px;
  aspect-ratio: 999/3882;
  background: url(../img/flow/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 152px;
}
@media screen and (max-width: 750px) {
  .flowHeader:after {
    display: none;
  }
}

.flowList {
  padding-top: 50px;
}

.flowList__title {
  margin-bottom: 60px;
}

.flowList__item {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 120px;
}
.flowList__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  .flowList__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 750px) {
  .flowList__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}

.flowList__left {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .flowList__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flowList__right {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .flowList__right {
    width: 100%;
  }
}

.flowFeatures {
  padding-top: 146px;
}
@media screen and (max-width: 750px) {
  .flowFeatures {
    padding-top: 60px;
  }
}

.flowFeatures__inner {
  max-width: 894px;
  margin: 0 auto;
  background-color: rgba(41, 148, 248, 0.1);
  position: relative;
  padding: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .flowFeatures__inner {
    padding: 20px;
    display: block;
    margin: 0 20px;
  }
}

.flowFeatures__title {
  position: absolute;
  top: -1em;
  left: 0px;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flowFeatures__title {
    font-size: 20px;
  }
}

.flowLinks {
  padding-top: 120px;
}
@media screen and (max-width: 750px){
  .flowLinks {
    padding: 120px 20px 0;
  }
}

.productsHeader {
  position: relative;
}
@media screen and (max-width: 750px) {
  .productsHeader {
    padding: 0 20px;
  }
}
.productsHeader:before {
  content: "";
  width: 743px;
  aspect-ratio: 743/3566;
  background: url(../img/products/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -20px;
}
@media screen and (max-width: 750px) {
  .productsHeader:before {
    width: 80%;
    left: 0px;
    top: -100px;
  }
}
.productsHeader:after {
  content: "";
  width: 986px;
  aspect-ratio: 986/3765;
  background: url(../img/products/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 1451px;
}
@media screen and (max-width: 750px) {
  .productsHeader:after {
    display: none;
  }
}

.productsHeader__read {
  margin-top: 40px;
}
@media screen and (max-width: 750px){
  .productsHeader__read {
    text-align: left;
  }
}

.productsList {
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  .productsList {
    padding: 60px 20px 0;
  }
}

.productsList__item {
  max-width: 856px;
  margin: 0 auto;
  padding-top: 120px;
}
.productsList__item:first-child {
  padding-top: 0;
}

.productsList__thumb {
  margin-top: 40px;
}

.productsList__structure {
  margin: 40px auto 0;
  max-width: 483px;
}
@media screen and (max-width: 750px) {
  .productsList__structure {
    width: 80%;
  }
}

.productsFeatures {
  margin-top: 40px;
  text-align: center;
}

.productsFeatures__tag {
  display: inline-block;
  padding: 0px 10px;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.productsFeatures__title {
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .productsFeatures__title {
    font-size: 16px;
  }
}

.productsFeatures__table {
  margin: 30px auto 0;
  width: 100%;
  max-width: 570px;
  border-top: 1px solid #999999;
  font-weight: 500;
}
.productsFeatures__table tr {
  border-bottom: 1px solid #999999;
}
.productsFeatures__table th {
  vertical-align: middle;
  background-color: #e9f4fe;
  border-right: 1px solid #999999;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 8px 0;
  width: 140px;
}
@media screen and (max-width: 750px) {
  .productsFeatures__table th {
    width: 120px;
  }
}
.productsFeatures__table td {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.14em;
  padding: 8px 0 8px 24px;
  text-align: left;
}

.forneaHeader {
  position: relative;
}
.forneaHeader:before {
  content: "";
  width: 743px;
  aspect-ratio: 743/3599;
  background: url(../img/fornea/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -20px;
}
.forneaHeader:after {
  content: "";
  width: 743px;
  aspect-ratio: 743/3580;
  background: url(../img/fornea/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 1451px;
}

.forneaHeader__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  color: var(--color-blue);
}
@media screen and (max-width: 750px){
  .forneaHeader__read {
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
  }
}

.forneaHeader__text {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .forneaHeader__text {
    text-align: left;
    padding: 0 20px;
  }
}

.forneaSec {
  padding-top: 100px;
}

.forneaSec__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.forneaList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 7%;
}
@media screen and (max-width: 750px){
  .forneaList {
    padding: 0 20px;
  }
}
.forneaList + .forneaList {
  margin-top: 40px;
}

.forneaList__item {
  width: 28.66%;
}
@media screen and (max-width: 750px){
  .forneaList__item {
    width: calc(50% - 3.5%);
  }
}

.forneaList__table {
  width: 100%;
  border-top: 1px solid #999999;
  font-weight: 500;
  margin-top: 20px;
}
.forneaList__table tr {
  border-bottom: 1px solid #999999;
}
.forneaList__table th {
  vertical-align: middle;
  background-color: #e9f4fe;
  border-right: 1px solid #999999;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 6px 0;
  width: 48%;
}
.forneaList__table td {
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 6px 0 6px 20px;
  text-align: left;
}
@media screen and (max-width: 750px){
  .forneaList__table th {
    font-size: 12px;
  }
  .forneaList__table td {
    padding: 6px 0 6px 10px;
    font-size: 12px;
  }
}

.forneaSec__text {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .forneaSec__text {
    text-align: left;
    padding: 0 20px;
  }
}

.forneaSec__title {
  margin-bottom: 40px;
}

.filaHeader__read {
  position: relative;
}
.filaHeader__read:before {
  content: "";
  width: 813px;
  aspect-ratio: 813/3508;
  background: url(../img/fila/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
}
.filaHeader__read:after {
  content: "";
  width: 853px;
  aspect-ratio: 853/1334;
  background: url(../img/fila/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 689px;
}
@media screen and (max-width: 750px){
  .filaHeader__read:before {
    width: 100%;
    left: 0px;
    top: -100px;
  }
  .filaHeader__read:after {
    width: 100%;
    right: 0px;
    top: 689px;
  }
}

.filaHeader__read {
  font-size: 24px;
  letter-spacing: 0.14em;
  margin-top: 60px;
  text-align: center;
  font-weight: 500;
  color: var(--color-blue);
}
@media screen and (max-width: 750px){
  .filaHeader__read {
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
  }
}

.fila__h2 {
  text-align: center;
}
.fila__h2 span {
  display: inline-block;
  font-size: 16px;
  width: 117px;
  border: 2px solid var(--color-blue);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--color-blue);
  padding: 2px 0;
}

.filaDetail {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 750px){
  .filaDetail {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

.filaDetailList {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px){
  .filaDetailList {
    flex-direction: column;
    gap: 80px;
  }
}

.filaDetailList__item {
  width: 274px;
  margin: 0 38px;
  position: relative;
  @media screen and (max-width: 750px){
    margin: 0 auto;
  }
}
.filaDetailList__item:after {
  content: "＋";
  font-size: 48px;
  font-weight: 500;
  color: var(--color-blue);
  position: absolute;
  top: 50%;
  right: -61px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px){
  .filaDetailList__item:after {
    top: calc(100% + 3px);
    right: 50%;
    transform: translateX(50%);
    font-size: 36px;
  }
}
.filaDetailList__item:last-child:after {
  display: none;
}

.filaDetailList__balloon {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 148px;
  height: 148px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--color-blue);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  position: absolute;
  top: -60px;
  right: -110px;
  z-index: 2;
}
.filaDetailList__balloon:after {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  width: 28px;
  height: 20px;
  background: var(--color-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px){
  .filaDetailList__balloon {
    top: 274px;
    right: -60px;
    width: 120px;
    height: 120px;
    font-size: 12px;
  }
  .filaDetailList__balloon:after {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    top: 50%;
    left: auto;
    right: calc(100% - 14px);
    transform: translate(0, -50%);
  }
}

.filaDetailList__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 10px;
  color: var(--color-blue);
}

.filaFeatures {
  padding-top: 120px;
}

.filaFeatures__img {
  margin-top: 40px;
  text-align: center;
}
.filaFeatures__img img {
  width: 270px;
}

.filaFeaturesList {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px){
  .filaFeaturesList {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 20px;
  }
}

.filaFeaturesList__item {
  margin: 0 25px;
}
@media screen and (max-width: 750px){
  .filaFeaturesList__item {
    margin: 0;
    width: 100%;
  }
}

.filaFeaturesList__num {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-blue);
  letter-spacing: 0.14em;
}
.filaFeaturesList__num .num {
  font-family: var(--font-timber);
  font-size: 69px;
}

.filaFeaturesList__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.9;
  margin-top: 10px;
}

.filaLineup {
  padding-top: 120px;
}
@media screen and (max-width: 750px){
  .filaLineup {
    padding: 60px 20px 0;
  }
}

.filaLineup__read {
  font-size: 16px;
  letter-spacing: 0.14em;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: var(--color-blue);
}

.filaLineup__item {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 750px){
  .filaLineup__item {
    flex-direction: column;
    align-items: center;
  }
}

.filaLineup__left {
  width: 230px;
}

.filaLineup__right {
  margin-left: 34px;
}
@media screen and (max-width: 750px){
  .filaLineup__right {
    width: 230px;
    margin: 20px 0 0;
  }
}

.filaLineup__name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.filaLineup__table {
  font-size: 17px;
  letter-spacing: 0.14em;
  margin-top: 20px;
}
.filaLineup__table th {
  padding: 4px 2em 4px 0;
}

.filaTest {
  padding-top: 120px;
}
@media screen and (max-width: 750px){
  .filaTest {
    padding: 60px 20px 0;
  }
}

.filaTest__inner {
  max-width: 880px;
  margin: 0 auto;
}

.filaTest__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-blue);
  letter-spacing: 0.14em;
  text-align: center;
}

.filaTest__table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #999999;
  font-weight: 500;
}
.filaTest__table tr {
  border-bottom: 1px solid #999999;
}
.filaTest__table th {
  vertical-align: middle;
  background-color: #e9f4fe;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 6px 0;
  width: 18%;
}
.filaTest__table td {
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 6px 0 6px 20px;
  text-align: left;
  border-left: 1px solid #999999;
  vertical-align: middle;
}

.company {
  background: url(../img/company/bg_main.jpg) no-repeat center 155px/100% auto;
  position: relative;
  z-index: 1;
}
.company:before {
  content: "";
  width: 744px;
  aspect-ratio: 744/1334;
  background: url(../img/company/cloud_01.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 1667px;
}
@media screen and (max-width: 750px) {
  .company:before {
    width: 100%;
  }
}
.company:after {
  content: "";
  width: 1054px;
  aspect-ratio: 1054/3390;
  background: url(../img/company/cloud_02.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 475px;
}
@media screen and (max-width: 750px) {
  .company:after {
    display: none;
  }
}

.company__title {
  text-align: center;
}
.company__title .en {
  display: block;
}
.company__title .en img {
  width: 472px;
}
.company__title .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .company__title .ja {
    font-size: 20px;
  }
}

.companyAbout {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .companyAbout {
    padding: 0 20px;
  }
}

.companyAbout__title {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .companyAbout__title {
    margin-top: 80px;
  }
}

.companyAbout__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .companyAbout__text {
    text-align: left;
  }
}

.companyPhilosophy {
  padding-top: 120px;
  text-align: center;
}

.companyPhilosophyList {
  background: url(../img/company/line.png) no-repeat center 40px/526px auto;
  padding-bottom: 120px;
}

.companyPhilosophyList__item {
  margin-top: 50px;
}

.companyPhilosophyList__title {
  font-size: 58px;
  font-family: var(--font-robodoni);
  color: var(--color-blue);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .companyPhilosophyList__title {
    font-size: 48px;
  }
}

.companyPhilosophyList__text {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .companyPhilosophyList__text {
    font-size: 16px;
  }
}

.companyMessage {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .companyMessage {
    padding: 60px 20px 0;
  }
}

.companyMessage__img {
  margin-top: 60px;
}
.companyMessage__img img {
  width: 822px;
}

.companyMessage__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .companyMessage__text {
    text-align: left;
  }
}

.companyOverview {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .companyOverview {
    padding: 80px 20px 0;
  }
}

.companyOverview__table {
  width: 100%;
  max-width: 570px;
  margin: 50px auto 0;
  border-top: 1px solid #999999;
  font-weight: 500;
}
.companyOverview__table tr {
  border-bottom: 1px solid #999999;
}
.companyOverview__table th {
  vertical-align: middle;
  background-color: #e9f4fe;
  border-right: 1px solid #999999;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: center;
  padding: 8px 0;
  width: 140px;
}
.companyOverview__table td {
  font-size: 14px;
  letter-spacing: 0.14em;
  padding: 8px 0 8px 24px;
  text-align: left;
}

.companyMap {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .companyMap {
    padding: 0 20px;
    margin-top: 80px;
  }
}

.companyMap__map {
  max-width: 1000px;
  margin: 40px auto 0;
}
.companyMap__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/380;
}
@media screen and (max-width: 750px) {
  .companyMap__map iframe {
    aspect-ratio: 1000/600;
  }
}

.contactHeader {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contactHeader {
    padding: 0 20px;
  }
}

.contactHeader__h1 .en {
  display: block;
  font-family: var(--font-robodoni);
  font-size: 58px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .contactHeader__h1 .en {
    font-size: 48px;
  }
}
.contactHeader__h1 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .contactHeader__h1 .ja {
    font-size: 20px;
  }
}

.contactHeader__read {
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .contactHeader__read {
    text-align: left;
  }
}

.contactTel {
  margin-top: 10px;
}

.contactTel__tel {
  font-size: 30px;
  font-family: var(--font-robodoni);
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .contactTel__tel {
    font-size: 24px;
  }
}
.contactTel__tel a {
  font-size: 43px;
}
@media screen and (max-width: 750px) {
  .contactTel__tel a {
    font-size: 30px;
  }
}

.contactTel__time {
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--color-blue);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .contactTel__time {
    font-size: 14px;
  }
}

.contactForm {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .contactForm {
    padding: 60px 20px 0;
  }
}

.contactForm__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.contactTable {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .contactTable {
    margin-bottom: 30px;
  }
}

.contactTable__item {
  display: flex;
}
@media screen and (max-width: 750px) {
  .contactTable__item {
    flex-direction: column;
  }
}
.contactTable__item + .contactTable__item {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .contactTable__item + .contactTable__item {
    margin-top: 30px;
  }
}

.contactTable__label {
  width: 21%;
  font-size: 16px;
  padding-top: 14px;
}
@media screen and (max-width: 750px) {
  .contactTable__label {
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.contactTable__label .required {
  color: #fff;
  font-size: 12px;
  background-color: #2994f8;
  display: inline-block;
  padding: 0 0.5em;
  margin-left: 0.5em;
}
.mw_wp_form_confirm .contactTable__label {
  padding-top: 0;
}
.mw_wp_form_confirm .contactTable__label .required {
  display: none;
}

.contactTable__input {
  width: 79%;
}
@media screen and (max-width: 750px) {
  .contactTable__input {
    width: 100%;
  }
}

.form-text {
  height: 58px;
  background-color: #fff;
  border: 1px solid #626262;
  padding: 0 0.5em;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .form-text {
    height: 48px;
  }
}
.form-text::-moz-placeholder {
  color: #808080;
}
.form-text::placeholder {
  color: #808080;
}
.form-text.-zip {
  width: 30%;
}

.form-textarea {
  height: 12em;
  background-color: #fff;
  border: 1px solid #626262;
  padding: 0.5em;
  width: 100%;
}
.form-textarea::-moz-placeholder {
  color: #808080;
}
.form-textarea::placeholder {
  color: #808080;
}

.privacyBlock {
  padding: 24px;
  height: 188px;
  overflow: auto;
  background-color: #e9f4fe;
  font-size: 14px;
}
.privacyBlock .privacy__h2 {
  margin-top: 2em;
}
.privacyBlock .privacy__text {
  margin-top: 1em;
}
.privacyBlock .privacy__list li:before {
  content: "・";
}

.privacy__check {
  text-align: center;
}

.contactForm__btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.btn-submit {
  -weblit-appearance: none;
  max-width: 100%;
  width: 348px;
  height: 70px;
  border: 1px solid #000;
  background: none;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn-submit {
    width: 100%;
    max-width: 348px;
  }
}
.btn-submit:after {
  content: "";
  width: 75px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .btn-submit:after {
    right: -18px;
    width: 60px;
  }
}
.btn-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-back {
  -weblit-appearance: none;
  max-width: 100%;
  border-style: none;
  width: 348px;
  height: 70px;
  background: #dbdbdb;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .privacyHeader {
    padding: 0 20px;
  }
}

.privacyHeader__h1 {
  text-align: center;
}
.privacyHeader__h1 .en {
  display: block;
  font-family: var(--font-robodoni);
  font-size: 58px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .privacyHeader__h1 .en {
    font-size: 32px;
  }
}
.privacyHeader__h1 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .privacyHeader__h1 .ja {
    font-size: 20px;
  }
}

.privacyContent {
  padding-top: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .privacyContent {
    padding: 40px 20px 0;
  }
}
.privacyContent .privacy__read {
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 750px){
  .privacyContent .privacy__read {
    text-align: left;
  }
}
.privacyContent .privacy__h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding-left: 8px;
  border-left: 5px solid var(--color-blue);
  padding-bottom: 2px;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .privacyContent .privacy__h2 {
    font-size: 18px;
  }
}
.privacyContent .privacy__text {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 1em;
}
.privacyContent .privacy__list {
  margin-top: 1em;
}
.privacyContent .privacy__list li {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.privacyContent .privacy__list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.privacyContent .privacy__note {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 4em;
}

@media screen and (max-width: 750px) {
  .newsHeader {
    padding: 0 20px;
  }
}

.newsHeader__h1 {
  text-align: center;
}
.newsHeader__h1 .en {
  display: block;
  font-family: var(--font-robodoni);
  font-size: 58px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .newsHeader__h1 .en {
    font-size: 40px;
  }
}
.newsHeader__h1 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .newsHeader__h1 .ja {
    font-size: 20px;
  }
}

.newsArchives {
  max-width: 1000px;
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .newsArchives {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.newsArchivesList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
}
@media screen and (max-width: 750px) {
  .newsArchivesList {
    gap: 40px 20px;
  }
}

.newsArchivesList__item {
  width: 312px;
}
@media screen and (max-width: 750px) {
  .newsArchivesList__item {
    width: calc((100% - 20px) / 2);
  }
}

.newsArchivesList__thumb {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  overflow: hidden;
}
.newsArchivesList__thumb img {
  width: 100%;
  aspect-ratio: 312/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsArchivesList__date {
  display: block;
  margin-top: 1em;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #323231;
  font-family: var(--font-robodoni);
}
@media screen and (max-width: 750px) {
  .newsArchivesList__date {
    font-size: 14px;
  }
}

.newsArchivesList__title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .newsArchivesList__title {
    font-size: 14px;
  }
}

.newsSingle__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .newsSingle__inner {
    padding: 0 20px;
  }
}

.newsSingle__time {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-family: var(--font-robodoni);
}
@media screen and (max-width: 750px) {
  .newsSingle__time {
    font-size: 16px;
  }
}

.newsSingle__title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .newsSingle__title {
    font-size: 20px;
  }
}

.newsSingle__content {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid var(--color-blue);
}

.worksHeader {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .worksHeader {
    padding: 0 20px;
  }
}

.worksHeader__h1 .en {
  display: block;
  font-family: var(--font-robodoni);
  font-size: 58px;
  letter-spacing: 0.06em;
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .worksHeader__h1 .en {
    font-size: 32px;
  }
}
.worksHeader__h1 .ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .worksHeader__h1 .ja {
    font-size: 20px;
  }
}

.worksHeader__read {
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .worksHeader__read {
    text-align: left;
  }
}

.worksCat {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}

.worksCat__title {
  font-family: var(--font-robodoni);
  letter-spacing: 0.06em;
  color: var(--color-blue);
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .worksCat__title {
    font-size: 26px;
  }
}

.worksCatList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 750px) {
  .worksCatList {
    gap: 10px;
    padding: 0 20px;
  }
}
.worksCatList li {
  width: calc((100% - 54px) / 4);
}
@media screen and (max-width: 750px) {
  .worksCatList li {
    width: calc((100% - 10px) / 2);
  }
}
.worksCatList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 82px;
  background: var(--color-blue) url(../img/works/bg_cat.png) no-repeat center right/auto 75%;
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: 0.14em;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .worksCatList li a {
    height: 50px;
    font-size: 14px;
    padding-left: 12px;
  }
}

.worksArchives {
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 750px) {
  .worksArchives {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.worksArchivesList {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 36px;
}
@media screen and (max-width: 750px) {
  .worksArchivesList {
    gap: 40px 20px;
  }
}

.worksArchivesList__item {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 750px) {
  .worksArchivesList__item {
    width: calc((100% - 20px) / 2);
  }
}

.worksArchivesList__thumb img {
  width: 100%;
  aspect-ratio: 310/218;
  -o-object-fit: cover;
     object-fit: cover;
}

.worksArchivesList__date {
  display: block;
  margin-top: 0.4em;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #323231;
  font-family: var(--font-robodoni);
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .worksArchivesList__date {
    font-size: 14px;
  }
}

.worksArchivesList__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-top: 0.2em;
}
@media screen and (max-width: 750px) {
  .worksArchivesList__title {
    font-size: 16px;
  }
}

.worksSingle {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .worksSingle {
    padding: 0 20px;
    margin-top: 60px;
  }
}

.worksSingle__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.worksSingle__time {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-family: var(--font-robodoni);
  color: var(--color-blue);
}
@media screen and (max-width: 750px) {
  .worksSingle__time {
    font-size: 14px;
  }
}

.worksSingle__title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  border-bottom: 2px solid var(--color-blue);
  padding-bottom: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .worksSingle__title {
    font-size: 20px;
  }
}

.worksSingle__content {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid var(--color-blue);
}

.ani-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}
.is-active .ani-fade-up,
.ani-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
.ani-fade-cloud {
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
.is-active .ani-fade-cloud,
.ani-fade-cloud.is-active {
  opacity: 1;
}

.ani-delay-1 {
  transition-delay: 0.1s;
}
.ani-delay-2 {
  transition-delay: 0.2s;
}
.ani-delay-3 {
  transition-delay: 0.3s;
}
.ani-delay-4 {
  transition-delay: 0.4s;
}
.ani-delay-5 {
  transition-delay: 0.5s;
}
.ani-delay-6 {
  transition-delay: 0.6s;
}
.ani-delay-7 {
  transition-delay: 0.7s;
}
.ani-delay-8 {
  transition-delay: 0.8s;
}

.ani-line-load {
  height: 0px;
}
.ani-line-scroll {
  opacity: 0;
}