@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prata&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.5;
  font-size: 3.5vw;
  letter-spacing: -.01rem;
  color: #373632;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  body {
    line-height: 2;
    font-size: 1.3vw;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(2, 58, 130, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #02459b;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

html {
  scroll-behavior: smooth;
}

body.home {
  position: relative;
  opacity: 1;
  /*		&::after{
	 content: "";
display: block;
background: url(images/line_t.svg) center top/contain repeat-y;
height: 100%;

width: 1px;  
position: absolute;
top: 0;
z-index: 20;
left: 150px;   

	 }*/
}

body {
  position: relative;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
}

body.is-active {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: inherit;
  }
}

.page-id-3894 .l-header .global a {
  color: #333;
}

.page-id-3894 .l-header .logo-white {
  display: none;
}

.page-id-3894 .l-header .logo-color {
  display: block;
}

.page-id-3894 .l-header.fixed .logo-white {
  display: block;
}

.page-id-3894 .l-header.fixed .logo-color {
  display: none;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .l-header {
    padding: 0 0px;
  }
}

.l-header h1 {
  width: 70px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    width: 100px;
    position: relative;
    top: 20px;
    left: 20px;
  }
}

.l-header .global {
  margin-left: auto;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .global {
    display: inherit;
    width: 70%;
  }
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.l-header .global ul li {
  line-height: 1;
  text-align: center;
  width: 20%;
  height: 100%;
  position: relative;
}

.l-header .global ul li a {
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header .global ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.l-header .global ul li a {
  position: relative;
}

.l-header .global ul li.m-line02 a::after {
  margin-left: 10px;
}

.l-header .global ul li.m-line02 a:hover::after {
  width: 150%;
}

.l-header .global ul li.m-line03 a::after {
  margin-left: -5px;
}

.l-header .global ul li.m-line03 a:hover::after {
  width: 150%;
}

.l-header .global ul li.m-line04 a::after {
  margin-left: -10px;
}

.l-header .global ul li.m-line04 a:hover::after {
  width: 150%;
}

.l-header.is-black .global a {
  color: #333;
}

.l-header.fixed {
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed {
    background: #333;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .l-header.fixed h1 {
    top: 10px;
    left: 10px;
    width: 70px;
    padding-bottom: 17px;
  }
}

.l-header.fixed .global a {
  color: #FFFFFF;
}

.l-header.fixed .global a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.l-header.fixed.is-black .logo-color {
  display: none;
}

.l-header.fixed.is-black .logo-white {
  display: block;
}

.mv {
  position: relative;
  /*	&::after{
	 content: "";
display: block;
background: url(images/line_w.svg) center top/contain repeat;
height: 1px;
width: 100%;  
position: absolute;
top: 120px;
z-index: 20;   
	 }*/
}

.mv #mv {
  height: calc(100vh - 0px);
  height: calc(100dvh - 0px);
}

.mv .swiper-slide {
  position: relative;
}

.mv .swiper-slide .pic {
  height: calc(100vh - 0px);
  height: calc(100dvh - 0px);
}

.mv .swiper-slide .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv .swiper-slide .mv-top-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70vw;
}

@media only screen and (min-width: 768px) {
  .mv .swiper-slide .mv-top-txt {
    width: 30vw;
  }
}

.mv .swiper-slide .mv-top-txt img {
  width: 100%;
}

.mv .swiper-slide .mv-catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70vw;
}

@media only screen and (min-width: 768px) {
  .mv .swiper-slide .mv-catch {
    width: 25vw;
  }
}

.mv .swiper-slide .mv-catch img {
  width: 100%;
}

.mv .swiper-slide h2 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(1.3rem, 1.5vw, 2.5rem);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  letter-spacing: .3rem;
  font-weight: 400;
  width: 100%;
}

.mv .swiper-slide h2.black {
  color: #000000;
}

.mv .news-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.reveal-text {
  display: inline-block;
  /* 初期表示：薄いグレー */
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: currentColor;
  /* 白文字が右 → 左に現れる */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  /* 初期は速い */
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* アクティブ時：白文字がゆっくり現れる */
.reveal-text.is-active {
  background-position: 0% 0;
  -webkit-transition: background-position 2.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-position 2.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-text--black {
  display: inline-block;
  /* 初期表示：薄いグレー */
  color: rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: currentColor;
  /* 黒文字が右 → 左に現れる */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent));
  background: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  /* 初期は速い */
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* アクティブ時：黒文字がゆっくり現れる */
.reveal-text--black.is-active {
  background-position: 0% 0;
  -webkit-transition: background-position 2.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-position 2.2s cubic-bezier(0.4, 0, 0.2, 1);
}

section.greet {
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.greet {
    background: #333;
    padding: clamp(20px, 5vw, 150px);
  }
}

section.greet .greet-column {
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.greet .greet-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5vw auto 7vw;
    width: 90%;
  }
}

section.greet .greet-column .greet-l .txt-en {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  color: #4b4b4b;
  font-size: clamp(3rem, 3.5vw, 6rem);
  line-height: 1.3;
  white-space: nowrap;
  display: none;
}

@media only screen and (min-width: 768px) {
  section.greet .greet-column .greet-l .txt-en {
    display: inherit;
  }
}

section.greet .greet-column h3 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  position: relative;
  z-index: 10;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  letter-spacing: .8rem;
  margin: 30px 0 0;
  font-weight: 400;
  display: none;
}

@media only screen and (min-width: 768px) {
  section.greet .greet-column h3 {
    display: inherit;
  }
}

section.greet .greet-column .pic {
  position: relative;
  z-index: 10;
  margin-left: 10vw;
}

@media only screen and (min-width: 768px) {
  section.greet .greet-column .pic {
    width: 55%;
    margin-left: 0;
  }
}

section.greet .greet-column .pic span {
  font-size: 4vw;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin: 40px 0 30px;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 768px) {
  section.greet .greet-column .pic span {
    display: none;
  }
}

.greet-slider {
  margin-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  .greet-slider {
    margin-bottom: 0;
  }
}

.greet-slider img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .greet-slider img {
    aspect-ratio: 4 / 1.4;
  }
}

.greet-slider .catch-en-sp {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15vw 3vw 5vw 0;
  font-size: 6vw;
}

@media only screen and (min-width: 768px) {
  .greet-slider .catch-en-sp {
    display: none;
  }
}

.btn-center {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .btn-center {
    margin-top: 80px;
  }
}

.home .btn-more {
  opacity: 0;
}

.btn-more {
  margin-top: 30px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* 任意：クリック前にズレ防止 */
  will-change: opacity, transform;
}

.btn-more a {
  display: inline-block;
  background: #333;
  color: #FFFFFF;
  padding: 15px 50px 15px 20px;
  border-radius: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-more a span {
  border-right: 1px solid #FFFFFF;
  display: inline-block;
  padding-right: 20px;
}

.btn-more a::after {
  content: "";
  display: block;
  background: url(images/arrow.svg) center top/cover no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  width: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-more a:hover {
  background: #000000;
}

.btn-more a:hover::after {
  right: 10px;
}

.btn-more.btn-white a {
  background: #FFFFFF;
  color: #333;
}

.btn-more.btn-white a::after {
  background: url(images/arrow_b.svg) center top/cover no-repeat;
}

.btn-more.btn-white a span {
  border-right: 1px solid #333;
}

.btn-more.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-more.btn-line a {
  background: none;
  border: 1px solid #FFFFFF;
}

.btn-more.btn-ja a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.btn-more.btn-contact a {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tit-wrap .tit-en {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
}

.tit-wrap h3 {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .tit-wrap h3 {
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.top-about .about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .top-about .about-column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-top: clamp(20px, 13vw, 150px);
    margin-bottom: clamp(20px, 13vw, 150px);
  }
}

.top-about .about-column .about-l {
  margin: 10vw;
}

@media only screen and (min-width: 768px) {
  .top-about .about-column .about-l {
    width: 48%;
    padding-left: 15%;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .top-about .about-column .about-r {
    width: 90%;
  }
}

.top-about .about-column .about-r img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3.5;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .top-about .about-column .about-r img {
    aspect-ratio: 4 / 3;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .top-about .about-column .about-r {
    width: 48%;
  }
}

.top-about.reverse {
  position: relative;
}

.top-about.reverse::after {
  content: "";
  display: block;
  background: #E8EDEF;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .top-about.reverse::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .top-about.reverse {
    background: #E8EDEF;
  }
}

.top-about.reverse .about-column {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .top-about.reverse .about-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.top-about.reverse .about-column .about-r img {
  width: 90%;
  float: right;
}

@media only screen and (min-width: 768px) {
  .top-about.reverse .about-column .about-r img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .top-about.reverse .about-column .about-l {
    padding-left: 7%;
  }
}

section.top-brands {
  max-width: 900px;
  margin: 10vw auto;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.top-brands {
    width: 90%;
    margin: 0 auto;
  }
}

section.top-brands .top-brands-tit {
  margin: 0 0 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  section.top-brands .top-brands-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  section.top-brands .top-brands-tit .tit-wrap {
    width: 50%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  section.top-brands .top-brands-tit dl {
    width: 50%;
  }
}

section.top-brands .top-brands-tit dl dt {
  font-size: clamp(1.8rem, 1.8vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.top-brands .top-brands-tit dl dt {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.top-brands .brand-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

section.top-brands .brand-box-wrap .brands-box {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.top-brands .brand-box-wrap .brands-box {
    width: 48%;
  }
}

section.top-brands .brand-box-wrap .brands-box h4 {
  font-weight: 400;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  section.top-brands .brand-box-wrap .brands-box h4 {
    margin-top: 0;
  }
}

section.top-brands .brand-box-wrap .brands-box .pic {
  overflow: hidden;
}

section.top-brands .brand-box-wrap .brands-box .pic img {
  -webkit-transition: .3s;
  transition: .3s;
}

section.top-brands .brand-box-wrap .brands-box .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

section.top-brands .btn-center {
  margin-top: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  section.top-brands .btn-center {
    display: inherit;
  }
}

.top-news {
  background: #E8EDEF;
  padding: 15vw 0 30vw;
  margin: 100px 0 0;
}

@media only screen and (min-width: 768px) {
  .top-news {
    padding: 150px 0 250px;
  }
}

.top-news .news-inner {
  max-width: 900px;
  margin: auto;
}

.top-news .news-inner dl {
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .top-news .news-inner dl {
    margin: 0 0 50px;
  }
}

.top-news .news-inner dl dt {
  font-size: clamp(3rem, 3vw, 4rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.top-news .news-inner dl dd {
  position: relative;
  margin-top: -10px;
}

.top-news .news-inner .top-news-wrap {
  width: 90%;
  margin: auto;
}

.top-news .news-inner .top-news-wrap .top-news-box a {
  display: block;
  border-bottom: 1px solid #000;
  padding: 0 20px 20px 20px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .top-news .news-inner .top-news-wrap .top-news-box a {
    margin-bottom: 20px;
    padding: 0 20px 10px 20px;
  }
}

.top-news .news-inner .top-news-wrap .top-news-box a::after {
  content: "";
  display: block;
  background: url(images/arrow_b.svg) center top/cover no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 13px;
  width: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-news .news-inner .top-news-wrap .top-news-box a:hover {
  opacity: .7;
}

.top-news .news-inner .top-news-wrap .top-news-box a:hover::after {
  right: 10px;
}

.top-news .news-inner .top-news-wrap .top-news-box .cate-wrap .date {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 2rem;
}

.top-news .news-inner .top-news-wrap .top-news-box .cate-wrap .label {
  background: #333;
  color: #FFFFFF;
  line-height: 1.3;
  padding: 1px 7px;
  font-size: 1.2rem;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .top-news .news-inner .top-news-wrap .top-news-box .cate-wrap .label {
    font-size: 1.4rem;
    padding: 0 7px;
  }
}

.top-news .news-inner .top-news-wrap .top-news-box .cate-wrap .label-txt {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .top-news .news-inner .top-news-wrap .top-news-box .cate-wrap .label-txt {
    font-size: 1.4rem;
  }
}

.top-news .news-inner .top-news-wrap h5 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  padding-right: 30px;
  line-height: 1.2;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .top-news .news-inner .top-news-wrap h5 {
    line-height: inherit;
    margin: 0;
  }
}

.top-blog {
  max-width: 1000px;
  margin: auto;
}

.top-blog dl {
  text-align: center;
}

.top-blog dl dt {
  font-size: clamp(2rem, 3vw, 4rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

.top-blog dl dd {
  position: relative;
  margin-top: -10px;
}

.top-blog .txt-blog {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(1rem, 1.5vw, 2rem);
  margin: 30px 0 50px;
}

.top-blog .top-blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-blog .top-blog-wrap .top-blog-box {
  width: 32%;
}

.top-blog .top-blog-wrap .top-blog-box .pic {
  overflow: hidden;
  position: relative;
}

.top-blog .top-blog-wrap .top-blog-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-blog .top-blog-wrap .top-blog-box .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top-blog .top-blog-wrap .top-blog-box .pic .label-new {
  background: #333;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.5vw, 2rem);
  padding: 0 15px;
}

.top-blog .top-blog-wrap .top-blog-box .cate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin: 20px 0 25px;
  font-size: 1.4rem;
}

.top-blog .top-blog-wrap .top-blog-box .cate-wrap .label {
  background: #333;
  color: #FFFFFF;
  padding: 1px 7px;
  margin-right: 2rem;
}

.top-blog .top-blog-wrap .top-blog-box h5 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.7rem);
  line-height: 1.5;
  margin: 0 0 20px;
}

.top-blog .top-blog-wrap .top-blog-box .date {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

.top-business {
  background: url(images/brands.jpg) center bottom/cover no-repeat;
  color: #FFFFFF;
  padding: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3 / 1.3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-business .tit-en {
  color: #FFFFFF;
  position: relative;
  left: -5px;
  margin-bottom: 30px;
}

.page-id-15 .footer-catch {
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .page-id-15 .footer-catch {
    margin-top: 200px;
  }
}

.footer-catch {
  background: url(images/footer_bg_sp.jpg) center top/cover no-repeat;
  font-size: clamp(2rem, 4vw, 6rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23vw 10vw;
  margin: 20vw 0 0;
}

@media only screen and (min-width: 768px) {
  .footer-catch {
    padding: clamp(20px, 10vw, 120px);
    background: url(images/footer_bg.jpg) center 60%/cover no-repeat;
    margin: 200px 0 0;
  }
}

body.page-id-17 .footer-catch,
.home .footer-catch {
  margin-top: 0;
}

body.page-id-17 .l-main,
.home .l-main {
  margin-bottom: 0;
}

.footer-link {
  padding: 70px 0;
  background: #023A82;
  margin-top: 150px;
}

.footer-link ul li a {
  background: #023A82;
  display: block;
  position: relative;
}

.footer-link ul li a::after {
  content: "";
  display: block;
  background: url(images/line_b.svg) center top/contain repeat;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 20;
}

.footer-link ul li a .txt-en {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 7vw, 10rem);
  font-weight: 500;
  padding-right: 50px;
}

.footer-link ul li a .txt-en::after {
  content: "";
  display: block;
  background: url(images/arrow02.svg) center top/cover no-repeat;
  height: 45px;
  width: 40px;
  position: absolute;
  right: -20px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-link ul li a .ja {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #FFFFFF;
  margin-left: 5rem;
  font-weight: 500;
  position: relative;
  z-index: 20;
}

.footer-link ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #022D65;
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.9, 0, 0.2, 1);
}

.footer-link ul li a:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.footer-link ul li:last-child a::after {
  display: none;
}

.footer-sec {
  background: url(images/pic_footer.jpg) center top/cover no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 2 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer-sec h4 {
  max-width: 800px;
  margin: auto;
}

.l-footer {
  background: #333;
  color: #FFFFFF;
  padding: 10vw 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 100px 0 10px;
  }
}

.l-footer a {
  color: #FFFFFF;
}

.l-footer .logo-f {
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .l-footer .logo-f {
    width: auto;
  }
}

.l-footer .footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  width: 85%;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner {
    width: 90%;
  }
}

.l-footer .footer-inner .footer-l {
  width: 60%;
  position: relative;
}

.l-footer .footer-inner .footer-l .add {
  margin-left: 20px;
  margin-top: 20px;
}

.l-footer .footer-inner .footer-l i {
  font-size: 3rem;
  margin-left: 20px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-l i {
    font-size: 5rem;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}

.l-footer .footer-inner .footer-r {
  width: 40%;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 23vw 0 0;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r {
    padding: 0;
    width: 30%;
  }
}

.l-footer .footer-inner .footer-r ul li {
  font-size: 4vw;
  margin-bottom: 15px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r ul li {
    font-size: 1.8rem;
    text-align: left;
  }
}

.l-footer .footer-inner .footer-r ul li a {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-inner .footer-r ul li a:hover::after {
    content: "";
    display: block;
    background: url(images/line_f.svg) center top/cover no-repeat;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 10;
  }
}

.l-footer .copy {
  text-align: center;
  font-weight: 500;
  font-size: 3vw;
  margin: 50px 0px 10px;
}

@media only screen and (min-width: 768px) {
  .l-footer .copy {
    font-size: 1.3rem;
    font-weight: 700;
  }
}

.l-footer .page-top a {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 100px;
  z-index: 10;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.l-footer .page-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 3rem;
}

.l-footer .page-top a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
  .l-footer .page-top a {
    right: 60px;
    top: 100px;
    width: 60px;
    height: 60px;
  }
}

.footer-add {
  width: 75%;
  font-size: 3.2vw;
  margin: 20px auto;
}

/* ----------------------------------

common

---------------------------------- */
.l-main {
  margin-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  .l-main {
    margin-bottom: 200px;
  }
}

.l-main.mb0 {
  margin-bottom: 0;
}

.c-breadcrumb {
  padding: 2vw 3vw 5vw;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .c-breadcrumb {
    padding: 20px;
  }
}

.sec-tit {
  background: url(images/tit_cf.jpg) center top/cover no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .8;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sec-tit {
    aspect-ratio: 2 / .65;
  }
}

.sec-tit::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.sec-tit .tit-sec-wrap {
  position: relative;
  margin-top: 10vw;
  text-align: center;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .sec-tit .tit-sec-wrap {
    margin-top: 80px;
  }
}

.sec-tit .catch-en {
  font-size: clamp(3rem, 3.5vw, 4.5rem);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

.sec-tit h2 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .sec-tit h2 {
    font-size: clamp(1.6rem, 1.6vw, 1.6rem);
    margin-top: 0;
  }
}

.page-tit {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  margin: 0vw 0 15vw;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3rem;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .page-tit {
    line-height: inherit;
    margin: 50px 0 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page-tit br {
    display: none;
  }
}

.page-id-24 .page-tit {
  margin-bottom: 30px !important;
}

.page-img {
  text-align: center;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  .page-img {
    margin-bottom: 150px;
  }
}

.page-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-img img {
    width: 80%;
  }
}

.base-column {
  margin: 15vw auto 0;
}

@media only screen and (min-width: 768px) {
  .base-column {
    margin: 100px auto;
  }
}

@media only screen and (min-width: 768px) {
  .base-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .base-column .base-l {
    width: 40%;
    padding-left: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .base-column .base-r {
    width: 52%;
  }
}

.base-column .base-r img {
  width: 100%;
}

.base-column h4 {
  font-size: 5vw;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .3rem;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .base-column h4 {
    font-size: clamp(1.5rem, 1.6vw, 2.5rem);
  }
}

.base-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.base-column.reverse .base-l {
  padding: 0 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .base-column.reverse .base-l {
    padding: 0 100px 0 0;
  }
}

.base-column.base-cf .base-l {
  padding: 0 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .base-column.base-cf .base-l {
    padding: 0;
    padding-left: 150px;
  }
}

/* ----------------------------------

carftmanship

---------------------------------- */
.tit-cf {
  background: url(images/tit_cf_sp.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .tit-cf {
    background: url(images/tit_cf.jpg) center top/cover no-repeat;
  }
}

.cf-content {
  background: #E8EDEF;
  padding-top: 15vw;
  padding-bottom: 15vw;
}

@media only screen and (min-width: 768px) {
  .cf-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.cf-column {
  background: #E8EDEF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .cf-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.cf-column .cf-l {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 5vw 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .cf-column .cf-l {
    width: 50%;
    aspect-ratio: 1 / .75;
    padding: 10vw;
  }
}

.cf-column .cf-l h4 {
  font-size: clamp(2.2rem, 2.5vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cf-column .cf-l h4 {
    text-align: left;
  }
}

.cf-column .cf-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: clamp(3rem, 4vw, 5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  width: 70%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .cf-column .cf-r {
    width: 50%;
    aspect-ratio: 4 / 3;
    margin: unset;
  }
}

.cf-column.point01 .cf-r {
  background: url(images/pic_cf02.jpg) center bottom/cover no-repeat;
}

.cf-column.point01 .txt-en {
  position: relative;
  top: -4vw;
}

@media only screen and (min-width: 768px) {
  .cf-column.point01 .txt-en {
    top: -2vw;
  }
}

@media only screen and (min-width: 768px) {
  .cf-column.point02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.cf-column.point02 .cf-r {
  background: url(images/pic_cf03.jpg) center top/cover no-repeat;
  color: #333;
}

.cf-column.point02 .txt span {
  position: relative;
  right: -3px;
}

.cf-column.point03 .cf-r {
  background: url(images/pic_cf04.jpg) center top/cover no-repeat;
  color: #7b7b7b;
}

@media only screen and (min-width: 768px) {
  .cf-column.point04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.cf-column.point04 .cf-r {
  background: url(images/pic_cf05.jpg) center top/cover no-repeat;
  color: #FFFFFF;
  color: #333;
}

.cf-tyoooka {
  width: 85%;
  margin: auto;
}

.cf-tyoooka .tit-en {
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 15vw 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5vw;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .cf-tyoooka .tit-en {
    padding: 150px 0 0;
    margin-bottom: 50px;
  }
}

.cf-tyoooka .pic-up img,
.cf-tyoooka .pic-btm img {
  width: 100%;
}

.cf-tyoooka .pic-up {
  margin-bottom: 120px;
}

.cf-tyoooka .tit-center {
  text-align: center;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  .cf-tyoooka .tit-center {
    margin-bottom: 50px;
  }
}

.cf-tyoooka h3 {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(1.7rem, 1.8vw, 2.5rem);
}

@media only screen and (min-width: 768px) {
  .cf-tyoooka p.txt {
    text-align: center;
  }
}

.cf-tyoooka.cf-anniversary .tit-en {
  margin: 10px 0;
  padding: 0;
}

.cf-tyoooka.cf-anniversary .tit-en::before {
  display: none;
}

/* ----------------------------------

about

---------------------------------- */
.tit-about {
  background: url(images/tit_about_sp.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .tit-about {
    background: url(images/tit_about.jpg) center top/cover no-repeat;
  }
}

section.mes {
  background: #E8EDEF;
  position: relative;
  padding-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  section.mes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10vw;
    padding-bottom: 150px;
    padding-top: 50px;
  }
}

section.mes .tit-mes {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0px;
  line-height: 1;
  top: 100px;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 768px) {
  section.mes .tit-mes {
    width: 3%;
    /* 回転の起点（軸）を左上に設定 */
    -webkit-transform-origin: 0 10%;
    transform-origin: 0 10%;
    font-size: clamp(2rem, 4.5vw, 5.5rem);
    line-height: 1.5;
    /* 時計回りに90度回転 */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    right: inherit;
    top: -50px;
  }
}

section.mes .detail-mes {
  width: 85%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.mes .detail-mes {
    padding-top: 200px;
    width: 50%;
  }
}

section.mes .detail-mes .mes-top dt {
  font-size: clamp(2.3rem, 2vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: .3rem;
  padding: 80px 0 0 10px;
}

@media only screen and (min-width: 768px) {
  section.mes .detail-mes .mes-top dt {
    margin-bottom: 70px;
    padding: 0;
  }
}

section.mes .detail-mes .mes-top dd {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  section.mes .detail-mes .mes-top dd {
    line-height: 2.3;
  }
}

section.mes .detail-mes .presi-sp {
  margin: 10vw 0;
}

section.mes .detail-mes .presi-sp img {
  width: 70%;
}

section.mes .detail-mes .name-wrap {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-align: right;
  margin: 20px 0 0;
}

section.mes .detail-mes .name-wrap .name-company {
  font-size: 1.4rem;
}

section.mes .detail-mes .name-wrap .name {
  display: block;
  font-size: 1.8rem;
}

section.mes .pic {
  padding-top: 200px;
  width: 30%;
  padding-left: 4vw;
  display: none;
}

@media only screen and (min-width: 768px) {
  section.mes .pic {
    display: block;
  }
}

section.mes-anv {
  background: url(images/anv_bg_sp.jpg) center center/cover no-repeat;
  color: #FFFFFF;
  padding: 10vw 3vw 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  section.mes-anv {
    padding: clamp(20px, 13vw, 150px);
    background: url(images/anv_bg.jpg) center center/cover no-repeat;
  }
}

section.mes-anv h4 {
  font-size: clamp(1.4rem, 2vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  section.mes-anv h4 {
    letter-spacing: .3rem;
  }
}

section.mes-anv .catch-mv {
  margin: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  section.mes-anv .catch-mv {
    margin: 80px 0 0;
  }
}

section.mes-anv .catch-mv img {
  width: 95%;
  display: block;
  margin: auto;
  max-width: 700px;
}

@media only screen and (min-width: 768px) {
  section.mes-anv .catch-mv img {
    width: 80%;
  }
}

section.mes-anv .btn-center {
  margin-top: 0;
}

section.mes-anv .btn-center .btn-more {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  section.mes-anv .btn-center .btn-more {
    margin-top: 30px;
  }
}

section.fifth {
  margin-top: 300px;
  background: url(images/pic_footer.jpg) center top/cover no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 2 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 100px;
}

section.fifth .label {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  padding: 5vw 15vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.fifth .label dl dt {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  font-weight: 700;
  line-height: 1.5;
}

section.fifth .label .label-l {
  width: 25%;
}

.imt {
  margin: 15vw 0;
}

@media only screen and (min-width: 768px) {
  .imt {
    margin: 120px 0 200px;
  }
}

.imt h4 {
  text-align: center;
  font-size: clamp(2.4rem, 2vw, 2.5rem);
  margin-bottom: 60px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

.imt .imt-wrap {
  position: relative;
}

.imt .imt-wrap::after {
  content: "";
  display: block;
  background: url(images/line_imt_w.svg) center top/contain repeat-x;
  z-index: 10;
  height: 1px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.imt .imt-wrap::before {
  content: "";
  display: block;
  background: url(images/line_imt_w.svg) center top/contain repeat-x;
  z-index: 10;
  height: 1px;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    width: 90%;
  }
}

.imt .imt-inner .line.view-sp {
  position: relative;
  height: 10px;
  width: 100%;
}

.imt .imt-inner .line.view-sp img {
  width: 100%;
  height: 1px;
}

.imt .imt-inner .imt-box {
  position: relative;
  padding: 10vw 12vw;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner .imt-box {
    width: 33%;
    padding: 4vw;
  }
}

.imt .imt-inner .imt-box:first-child::before {
  content: "";
  display: block;
  background: url(images/line_imt_t.svg) center top/cover;
  z-index: 10;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner .imt-box::after {
    content: "";
    display: block;
    background: url(images/line_imt_t.svg) center top/cover;
    z-index: 10;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.imt .imt-inner .imt-en {
  font-size: 10vw;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner .imt-en {
    font-size: clamp(1.8rem, 3vw, 4rem);
  }
}

.imt .imt-inner .imt-ja {
  text-align: center;
  line-height: 1;
  font-size: 4.5vw;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  color: #777;
  margin: 10px 0 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner .imt-ja {
    font-size: clamp(1rem, 1.5vw, 2rem);
    margin: 30px 0 0;
  }
}

.imt .imt-inner h5 {
  font-size: 5vw;
  line-height: 1.6;
  margin: 30px 0;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .imt .imt-inner h5 {
    font-size: clamp(2.2rem, 2vw, 2.5rem);
  }
}

.sb .tit-sb {
  background: url(images/pic_sb_sp.jpg) center top/cover no-repeat;
  padding: 10vw 0 0;
  color: #FFFFFF;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  max-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 15vw;
}

@media only screen and (min-width: 768px) {
  .sb .tit-sb {
    aspect-ratio: 1 / .4;
    background: url(images/pic_sb.jpg) center top/cover no-repeat;
    padding: 50px 100px;
    margin-bottom: 150px;
  }
}

.sb .tit-sb::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
}

.sb .tit-sb .sb-en {
  font-size: 10vw;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  z-index: 10;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sb .tit-sb .sb-en {
    font-size: clamp(1rem, 4vw, 6rem);
  }
}

.sb .tit-sb h4 {
  font-size: clamp(2.4rem, 2.5vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  position: relative;
  z-index: 10;
  font-weight: 400;
  margin-top: 20px;
}

.sb .sb12 {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 50px;
  width: 70%;
}

.sb h5 {
  font-size: 5vw;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3rem;
  line-height: 1.8;
  width: 85%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .sb h5 {
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    text-align: center;
  }
}

.sb .exp {
  width: 85%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .sb .exp {
    text-align: center;
  }
}

.sb .mv-sb {
  max-width: 1200px;
  margin: 15vw auto 10vw;
}

@media only screen and (min-width: 768px) {
  .sb .mv-sb {
    width: 90%;
    margin: 80px auto;
  }
}

.sb .sb-column {
  max-width: 1200px;
  margin: 0 auto 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .sb .sb-column {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 80px auto 120px;
  }
}

.sb .sb-column:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .sb .sb-column:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 100px;
  }
}

.sb .sb-column .sb-l {
  padding: 0vw 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .sb .sb-column .sb-l {
    width: 45%;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sb .sb-column .sb-r {
    width: 48%;
  }
}

.sb .sb-column dl dt {
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.9;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .2rem;
}

.sb .sb-column dl dd {
  line-height: 1.9;
}

@media only screen and (min-width: 768px) {
  .sb .sb-column dl dd {
    line-height: 1.7;
  }
}

/* ----------------------------------

brands
---------------------------------- */
.tit-brands {
  background: url(images/tit_brands.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

#mv-brands .swiper-wrapper {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .8;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  #mv-brands .swiper-wrapper {
    aspect-ratio: 1 / .45;
  }
}

#mv-brands .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.txt-brands {
  padding: 10vw 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .txt-brands {
    margin-left: 20vw;
    margin-top: 150px;
    padding: 0;
  }
}

.txt-brands dt {
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-bottom: 10px;
}

.tit-brands-en {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  text-align: center;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin: 10vw 0 0;
}

@media only screen and (min-width: 768px) {
  .tit-brands-en {
    margin: 100px 0 0;
  }
}

.brands-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 5vw auto;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .brands-wrap {
    width: 90%;
    margin: 50px auto;
  }
}

.brands-wrap .brands-box {
  margin-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  .brands-wrap .brands-box {
    width: 43%;
    margin-bottom: 120px;
  }
}

.brands-wrap .brands-box .pic img {
  width: 100%;
}

.brands-wrap .brands-box h3 {
  text-align: center;
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin: 20px 0 10px;
  font-weight: 400;
}

.brands-wrap .brands-box .txt {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .brands-wrap .brands-box .txt {
    width: 100%;
  }
}

.brands-wrap .brands-box .btn-center {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .brands-wrap .brands-box .btn-center {
    margin-top: 20px;
  }
}

.brands-wrap .brands-box .btn-more {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .brands-wrap .brands-box .btn-more {
    margin-top: 30px;
  }
}

.tit-track-en {
  font-size: clamp(2.5rem, 5vw, 6rem);
  text-align: center;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin: 10vw 0 5vw;
}

@media only screen and (min-width: 768px) {
  .tit-track-en {
    margin: 100px 0 50px;
  }
}

.tit-track-en span {
  font-size: clamp(2rem, 3vw, 4rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.mv-track {
  width: 70%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .mv-track {
    width: 100%;
  }
}

.track .track-column {
  margin-top: 7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .track .track-column {
    margin-top: 150px;
  }
}

.track .track-column .track-l {
  width: 25%;
  display: none;
}

@media only screen and (min-width: 768px) {
  .track .track-column .track-l {
    display: block;
  }
}

.track .track-column .track-m {
  display: block;
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .track .track-column .track-m {
    width: 50%;
    padding: 3vw 7vw;
  }
}

.track .track-column .track-m dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: .2rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .track .track-column .track-m dl dt {
    text-align: center;
    margin-bottom: 50px;
  }
}

.track .track-column .track-r {
  width: 25%;
  display: none;
}

@media only screen and (min-width: 768px) {
  .track .track-column .track-r {
    display: block;
  }
}

.track .track-contact {
  background: #E8EDEF;
  text-align: center;
  padding: 15vw 0 20vw;
  max-width: 1000px;
  margin: 20vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .track .track-contact {
    margin: 200px auto 0;
    padding: 100px 0 130px;
  }
}

.track .track-contact .tit-track {
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .track .track-contact .tit-track {
    line-height: 1.5;
  }
}

.track .track-contact .tit-track::before {
  content: "";
  display: block;
  background: url(images/track.svg) center top/cover no-repeat;
  height: 40px;
  width: 53px;
  margin-bottom: 2rem;
}

.track .track-contact .btn-center {
  margin-top: 0;
}

.track .track-contact .btn-center .btn-more {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .track .track-contact .btn-center .btn-more {
    margin-top: 30px;
  }
}

.track-pic-sp {
  margin: 10vw 0 0;
}

/* ----------------------------------

business

---------------------------------- */
.tit_business {
  background: url(images/tit_business.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

.bs-point-wrap {
  padding: 0 10vw;
}

@media only screen and (min-width: 768px) {
  .bs-point-wrap {
    padding: 0;
  }
}

.bs-point-wrap::after {
  content: "";
  display: block;
}

.bs-point-wrap dl {
  max-width: 700px;
  margin: auto;
}

.bs-point-wrap dl dt {
  font-size: clamp(2rem, 2vw, 2.3rem);
  letter-spacing: .3rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin: 0 0 20px;
}

.bs-point {
  max-width: 800px;
  margin: 15vw auto 0;
}

@media only screen and (min-width: 768px) {
  .bs-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 100px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .bs-point .bs-box {
    width: 27%;
  }
}

.bs-point a {
  display: block;
  background: #E8EDEF;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .2;
  height: auto;
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  padding-left: 7vw;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .bs-point a {
    aspect-ratio: 1 / 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
}

.bs-point a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bs-point .en {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: .5;
  font-weight: 500;
  text-align: left;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .bs-point .en {
    text-align: center;
    width: auto;
    line-height: 1;
  }
}

.bs-point .ja {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .bs-point .ja {
    margin-bottom: 30px;
  }
}

.bs-map {
  background: url(images/map.png) left top/cover no-repeat;
  padding-top: 10vw;
  padding-right: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / .7;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  margin-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .bs-map {
    padding-left: 57vw;
    margin-top: 200px;
    background-size: 70%;
    aspect-ratio: 1 / .5;
  }
}

.bs-map .tit-side-en {
  /* 回転の起点（軸）を左上に設定 */
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  font-size: clamp(2.5rem, 4.5vw, 5.5rem);
  line-height: 1;
  /* 時計回りに90度回転 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 5vw;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .bs-map .tit-side-en {
    -webkit-transform-origin: 0 0%;
    transform-origin: 0 0%;
    left: 150px;
    top: 80px;
    line-height: 1.5;
  }
}

.bs-map .bs-map-inner {
  position: relative;
}

.bs-map dl.map-tit {
  width: 27vw;
  max-width: 390px;
  position: absolute;
  right: 3vw;
  bottom: 4vw;
}

.bs-map dl.map-tit dt {
  font-size: clamp(1rem, 2vw, 2.3rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
  letter-spacing: .2rem;
}

.bs-map dl.map-tit dd {
  line-height: 1.5;
}

dl.map-tit-sp {
  padding: 10vw;
}

dl.map-tit-sp dt {
  font-size: 4vw;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}

.oem-tit {
  margin-bottom: 20px;
}

.oem-tit dt {
  font-size: clamp(2.7rem, 4vw, 5.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .oem-tit dt {
    margin-bottom: 0;
  }
}

.oem-tit dd {
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.oem-tit dd.txt-bl {
  font-size: clamp(1.8rem, 1.8vw, 2.5rem);
  font-weight: 500;
}

.oem-txt {
  width: 80%;
  margin: auto;
}

.oem-txt.wide-sm {
  max-width: 500px;
  margin: auto;
  text-align: left !important;
}

section.shop {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  section.shop {
    margin-top: 100px;
  }
}

section.shop .shop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  width: 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  section.shop .shop-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }
}

section.shop .shop-wrap .shop-box {
  width: 45%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.shop .shop-wrap .shop-box {
    width: 24%;
    margin-bottom: 0;
  }
}

section.shop .shop-wrap .shop-box img {
  width: 100%;
}

section.shop .shop-wrap .shop-box h4 {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}

section.shop .shop-wrap .shop-box:nth-child(even) h4 {
  padding-top: 10px;
}

section.quality {
  background: #E8EDEF;
  padding: 15vw 0 5vw;
  margin: 10vw 0;
}

@media only screen and (min-width: 768px) {
  section.quality {
    padding: 150px 0 0;
    margin: 100px 0;
  }
}

section.quality .oem-tit {
  text-align: center;
}

section.quality .oem-txt {
  text-align: center;
}

section.quality .quality-column {
  max-width: 1200px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.quality .quality-column > div {
  margin-bottom: 15vw;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column > div {
    width: 50%;
    padding: 30px 60px 100px;
  }
}

section.quality .quality-column > div:nth-child(1) {
  border-right: 1px solid #FFFFFF;
}

section.quality .quality-column > div dl {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column > div dl {
    margin: 0 auto 50px;
  }
}

section.quality .quality-column > div dl dt {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.5rem, 3vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column > div dl dt {
    line-height: 1.3;
  }
}

section.quality .quality-column > div dl dd {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  letter-spacing: .2rem;
}

section.quality .quality-column > div .pic {
  position: relative;
  z-index: 10;
}

section.quality .quality-column > div .pic img {
  width: 100%;
}

section.quality .quality-column > div .tit-quality {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  text-align: center;
  font-weight: 400;
  position: relative;
  margin: 25px 0;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

section.quality .quality-column > div .txt {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column > div .txt {
    width: 100%;
  }
}

section.quality .quality-column .quality-l dl,
section.quality .quality-column .quality-r dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  section.quality .quality-column .quality-l dl,
  section.quality .quality-column .quality-r dl {
    display: block;
  }
}

section.network .oem-tit {
  text-align: center;
}

section.network .oem-txt {
  margin: auto;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.network .oem-txt {
    width: 750px;
  }
}

section.network .oem-txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.network .oem-txt br {
    display: inherit;
  }
}

section.network .network-wrap {
  margin: 10vw auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    margin: 80px auto;
  }
}

section.network .network-wrap .network-box {
  width: 49%;
  background: #E8EDEF;
  padding: 5vw;
  margin-bottom: 2vw;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box {
    width: 24.5%;
    padding: 50px 30px 30px;
    margin-bottom: 0;
  }
}

section.network .network-wrap .network-box span {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box span {
    margin-bottom: 20px;
  }
}

section.network .network-wrap .network-box .txt-en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
}

section.network .network-wrap .network-box .icon {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.network .network-wrap .network-box .pic {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box .pic {
    margin-top: 50px;
  }
}

section.network .network-wrap .network-box .pic img {
  width: 100%;
}

section.network .network-wrap .network-box dl {
  margin-top: 10px;
}

section.network .network-wrap .network-box dl dt {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box dl dt {
    margin-bottom: 10px;
  }
}

section.network .network-wrap .network-box dl dd {
  line-height: 1.5;
  font-size: clamp(1.1rem, 1.5vw, 1.6rem);
}

section.network .network-wrap .network-box:nth-child(1) .icon img {
  width: 13%;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box:nth-child(1) .icon img {
    width: auto;
  }
}

section.network .network-wrap .network-box:nth-child(2) .icon img {
  width: 20%;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box:nth-child(2) .icon img {
    width: auto;
  }
}

section.network .network-wrap .network-box:nth-child(2) .icon span {
  margin-top: 10px;
}

section.network .network-wrap .network-box:nth-child(3) .icon img {
  width: 30%;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box:nth-child(3) .icon img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box:nth-child(3) .icon span {
    margin-top: 10px;
  }
}

section.network .network-wrap .network-box:nth-child(4) .icon img {
  width: 20%;
}

@media only screen and (min-width: 768px) {
  section.network .network-wrap .network-box:nth-child(4) .icon img {
    width: auto;
  }
}

section.network .network-wrap .network-box:nth-child(4) .icon span {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .achiev {
    background: url(images/gn_bg.jpg) center top/cover no-repeat;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    aspect-ratio: 2 / .8;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

.achiev dl {
  background: #000000;
  color: #FFFFFF;
  padding: 10vw 15vw;
}

@media only screen and (min-width: 768px) {
  .achiev dl {
    position: absolute;
    width: 30vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7vw 4vw;
    height: 100%;
  }
}

.achiev dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  text-align: center;
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 3vw;
  white-space: nowrap;
}

.achiev dl dd {
  line-height: 2;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

section.flow {
  margin: 10vw 0;
}

@media only screen and (min-width: 768px) {
  section.flow {
    margin: 150px 0;
  }
}

section.flow .oem-tit {
  text-align: center;
}

section.flow .flow-tit {
  text-align: center;
}

section.flow .flow-tit dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2rem, 2.5vw, 3rem);
}

section.flow .flow-tit dl dd {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}

section.flow .flow-column {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column {
    margin: 0px auto 0;
  }
}

section.flow .flow-column .flow-box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box {
    width: 44.5%;
    margin: 50px auto 0;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  section.flow .flow-column .flow-box {
    width: 28.5%;
    margin: 100px auto 0;
  }
}

section.flow .flow-column .flow-box .txt-step-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.flow .flow-column .flow-box .txt-step-wrap .step {
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-right: 1rem;
}

section.flow .flow-column .flow-box .txt-step-wrap .num {
  font-size: clamp(4rem, 4vw, 5.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: .6;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box .txt-step-wrap .num {
    letter-spacing: -.3rem;
  }
}

section.flow .flow-column .flow-box .flow-box-inner {
  background: #E8EDEF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 7vw 4vw 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box .flow-box-inner {
    display: block;
    padding: 50px 30px;
  }
}

section.flow .flow-column .flow-box .flow-box-inner .icon {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box .flow-box-inner .icon {
    width: auto;
  }
}

section.flow .flow-column .flow-box .tit-flow-wrap {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box .tit-flow-wrap {
    width: 100%;
  }
}

section.flow .flow-column .flow-box dl {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}

section.flow .flow-column .flow-box dl dt {
  font-size: clamp(1.8rem, 2.3vw, 2.5rem);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15%;
}

section.flow .flow-column .flow-box dl dt span {
  font-size: clamp(1.8rem, 4vw, 5.5rem);
  line-height: 1;
  margin-left: 1rem;
  letter-spacing: -.3rem;
}

section.flow .flow-column .flow-box dl dd {
  text-align: center;
}

section.flow .flow-column .flow-box .tit-flow {
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  margin-bottom: 10px;
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box .tit-flow {
    text-align: center;
    margin: 20px 0;
  }
}

section.flow .flow-column .flow-box .txt {
  font-size: clamp(1.3rem, 1.3vw, 1.5rem);
  line-height: 1.8;
}

section.flow .flow-column .flow-box::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10%;
  font-size: 3.5rem;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box:nth-child(even)::after {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  section.flow .flow-column .flow-box:nth-child(even)::after {
    display: inherit;
    right: -13%;
  }
}

section.flow .flow-column .flow-box:nth-child(2) .icon img {
  width: 70px;
  margin: auto;
}

section.flow .flow-column .flow-box:nth-child(4) .icon img {
  position: relative;
  margin-left: 10px !important;
  width: 60px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box:nth-child(4) .icon img {
    margin-left: 0 !important;
  }
}

section.flow .flow-column .flow-box:nth-child(5) .icon img {
  position: relative;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box:nth-child(5) .icon img {
    margin-left: 0;
  }
}

section.flow .flow-column .flow-box:nth-child(3) .icon img {
  position: relative;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  section.flow .flow-column .flow-box:nth-child(3) .icon img {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.flow .flow-column .flow-box:nth-child(3)::after {
    display: none;
  }
}

section.flow .flow-column .flow-box:nth-child(6)::after {
  display: none;
}

section.faq {
  background: #333;
  padding: 15vw 0 5vw;
  color: #FFFFFF;
}

section.faq #faq-cat-1 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-2 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-3 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-4 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-5 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-6 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-7 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-8 {
  margin-top: -100px;
  padding-top: 100px;
}

section.faq #faq-cat-9 {
  margin-top: -100px;
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  section.faq {
    padding: 100px 0;
  }
}

section.faq a {
  color: #FFFFFF;
}

section.faq .faq-tit {
  text-align: center;
}

section.faq .faq-tit dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2rem, 2.5vw, 3rem);
}

section.faq .faq-tit dl dd {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.5vw, 2rem);
}

section.faq .oem-tit {
  text-align: center;
}

section.faq .faq-nav {
  margin: 10vw 0 0px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav {
    max-width: 1000px;
    margin: 100px auto 0;
    width: 90%;
  }
}

section.faq .faq-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

section.faq .faq-nav ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav ul li {
    width: 33%;
  }
}

section.faq .faq-nav ul li a {
  display: block;
  padding: 5vw;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  border-right: 1px solid #FFFFFF;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav ul li a {
    padding: 10px 60px;
  }
}

section.faq .faq-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

section.faq .faq-nav ul li:nth-child(even) a {
  border: none;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav ul li:nth-child(even) a {
    border-right: 1px solid #FFFFFF;
  }
}

section.faq .faq-nav ul li:last-child a {
  border: none !important;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav ul li:nth-child(3) a {
    border: none;
  }
}

@media only screen and (min-width: 768px) {
  section.faq .faq-nav ul li:nth-child(6) a {
    border: none;
  }
}

section.faq .faq-wrap {
  max-width: 1000px;
  margin: 80px auto;
  width: 90%;
}

section.faq .faq-wrap .tit-faq {
  text-align: center;
  padding: 5px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: .5rem;
  margin-bottom: 50px;
  border: 1px solid #aaa;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

section.faq .faq-wrap dl {
  border-bottom: 1px solid #aaa;
  margin-bottom: 30px;
  padding: 0 10px;
}

section.faq .faq-wrap dl dt {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-right: 30px;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-wrap dl dt {
    padding-left: 40px;
    padding-right: 50px;
  }
}

section.faq .faq-wrap dl dt::before {
  content: "Q.";
  display: block;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-wrap dl dt::before {
    font-size: 2.5rem;
  }
}

section.faq .faq-wrap dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.faq .faq-wrap dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

section.faq .faq-wrap dl dd {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  margin-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-wrap dl dd {
    padding-left: 40px;
  }
}

section.faq .faq-wrap dl dd::before {
  content: "A.";
  display: block;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  section.faq .faq-wrap dl dd::before {
    font-size: 2.5rem;
  }
}

.oem-contact {
  background: #E8EDEF;
  text-align: center;
  padding: 15vw 0 20vw;
  max-width: 1000px;
  margin: 10vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .oem-contact {
    padding: 100px 0 130px;
    margin: 200px auto 0;
  }
}

.oem-contact .oem-contact-inner {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .oem-contact .oem-contact-inner {
    width: 600px;
  }
}

.oem-contact dl dt {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1.5;
}

.oem-contact dl dt::before {
  content: "";
  display: block;
  background: url(images/mail_b.svg) center top/cover no-repeat;
  height: 30px;
  width: 40px;
}

.oem-contact dl dd {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.oem-contact .btn-center {
  margin-top: 0;
}

.oem-contact .btn-center .btn-more {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .oem-contact .btn-center .btn-more {
    margin-top: 30px;
  }
}

/* ----------------------------------

contact

---------------------------------- */
.tit-contact {
  background: url(images/tit_contact_sp.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .tit-contact {
    background: url(images/tit_contact.jpg) center top/cover no-repeat;
  }
}

/* チェックボックス（とラジオボタン）の色を黒にする */
input[type="checkbox"],
input[type="radio"] {
  accent-color: #000000;
}

section.contact {
  max-width: 600px;
  margin: 50px auto 0;
  width: 90%;
}

section.contact .contact-label {
  margin-bottom: 80px;
  font-weight: 500;
}

section.contact dl {
  margin-bottom: 30px;
}

section.contact dl dt {
  font-weight: 700;
  margin-bottom: 10px;
}

section.contact dl dd input,
section.contact dl dd textarea {
  background: #f2f2f2;
  border: none;
  padding: 20px;
  width: 100%;
}

section.contact dl.req dt::after {
  margin-left: 2rem;
  content: "必須";
  display: inline-block;
  height: 20px;
  width: 35px;
  background: #000000;
  font-size: 1.2rem;
  color: #FFFFFF;
  white-space: no-repeat;
  text-align: center;
  line-height: 20px;
}

input[type="submit"], input[type="button"] {
  background: #000000;
  color: #FFFFFF;
  font-size: 1.8rem;
  border-radius: 5px;
  border: none;
  padding: 15px 35px;
  display: block;
  margin: 10vw auto 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  input[type="submit"], input[type="button"] {
    margin: 120px auto 0;
  }
}

input[type="submit"]:hover, input[type="button"]:hover {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .page-id-3892 input[type="submit"], .page-id-3892 input[type="button"] {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}

.his-wrap {
  background: #424242;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #FFFFFF;
  position: relative;
}

.his-wrap .his-tit {
  position: absolute;
  left: 100px;
  top: 50px;
}

.his-wrap .his-tit dt {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
}

.his-wrap .his-tit dd {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* ----------------------------------

company

---------------------------------- */
.tit-company {
  background: url(images/tit_company_sp.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .tit-company {
    background: url(images/tit_company.jpg) center top/cover no-repeat;
  }
}

.company-greet {
  padding: 0vw 10vw 10vw;
}

@media only screen and (min-width: 768px) {
  .company-greet {
    margin-left: 20vw;
    padding: 0;
  }
}

.company-greet dl dt {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}

.company-greet dl dd {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.5;
  margin-bottom: 30px;
}

.company-greet .txt {
  max-width: 500px;
}

.company-greet .greet-pic {
  margin-top: 80px;
}

.company-greet .greet-pic ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-greet .greet-pic ul li:nth-child(2) {
  margin: 0 15px;
}

.company-info {
  max-width: 1000px;
  margin: 20vw auto 10vw;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .company-info {
    margin: 150px auto;
  }
}

.company-info h4 {
  text-align: center;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.company-info .sub-en {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .company-info .sub-en {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

.company-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company-info dl dt {
  width: 110px;
  border-bottom: 2px solid #999;
  text-align: center;
  font-weight: 700;
  padding: 15px;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}

@media only screen and (min-width: 768px) {
  .company-info dl dt {
    width: 200px;
  }
}

.company-info dl dd {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding: 15px 30px;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

.office {
  max-width: 1000px;
  margin: 20vw auto 15vw;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .office {
    margin: 150px auto;
  }
}

.office h4 {
  text-align: center;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 1;
}

.office .sub-en {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  margin-bottom: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .office .sub-en {
    margin-bottom: 80px;
    margin-top: 20px;
  }
}

.office .office-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.office .office-wrap::after {
  content: "";
  display: block;
  width: 32%;
}

.office .office-wrap .office-box {
  width: 47%;
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .office .office-wrap .office-box {
    width: 32%;
    margin-bottom: 80px;
  }
}

.office .office-wrap .office-box h4 {
  font-size: 3.5vw;
  margin: 10px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .office .office-wrap .office-box h4 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
}

.office .office-wrap .office-box .pin {
  position: absolute;
  top: 32vw;
  right: 0;
  font-size: 2.8rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 768px) {
  .office .office-wrap .office-box .pin {
    right: 10px;
    bottom: 10px;
    top: inherit;
  }
}

.office .office-wrap .office-box .pin:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.office .office-wrap .office-box .add {
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

@media only screen and (min-width: 768px) {
  #company-slider {
    margin-left: 20vw;
    margin-top: 100px;
  }
}

#company-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* ----------------------------------

50th

---------------------------------- */
.tit-50th {
  background: url(images/mv_anv01_sp.jpg) center top/cover no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  /* 初期状態：透明で少し上に配置 */
  /* このクラスがついたら表示される */
}

@media only screen and (min-width: 768px) {
  .tit-50th {
    background: url(images/mv_anv01.jpg) center top/cover no-repeat;
  }
}

.tit-50th::after {
  display: none;
}

.tit-50th .tit-mv {
  position: absolute;
  top: 15%;
}

@media only screen and (min-width: 768px) {
  .tit-50th .tit-mv {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
  }
}

.tit-50th .anv-top {
  width: 75%;
  margin: 6vw auto;
}

@media only screen and (min-width: 768px) {
  .tit-50th .anv-top {
    max-width: 450px;
    margin: 3vw auto;
    width: 100%;
  }
}

.tit-50th .tit-mv .icon {
  width: 70%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .tit-50th .tit-mv .icon {
    max-width: 400px;
    width: auto;
  }
}

.tit-50th .anv-top,
.tit-50th .icon {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

.tit-50th .is-visible {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.fifth-greet {
  background: url(images/anv_bg_sp.jpg) center center/cover no-repeat;
  color: #FFFFFF;
  padding-bottom: 4vw;
  margin-bottom: 20vw;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .fifth-greet {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    background: url(images/anv_bg.jpg) center center/cover no-repeat;
  }
}

.fifth-greet .sub-side {
  position: absolute;
  /* 回転の起点（軸）を左上に設定 */
  -webkit-transform-origin: 0 100% !important;
  transform-origin: 0 100% !important;
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  line-height: 1;
  /* 時計回りに90度回転 */
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  left: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .fifth-greet .sub-side {
    top: 100px;
  }
}

.fifth-greet .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20vw;
}

@media only screen and (min-width: 768px) {
  .fifth-greet .txt-wrap {
    padding-top: 4vw;
  }
}

.fifth-greet h3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  letter-spacing: .8rem;
  line-height: 6rem;
}

.fifth-greet h3 img {
  position: relative;
  width: 2vw;
  margin-bottom: 10px;
  right: 3vw;
  min-width: 30px;
}

@media only screen and (min-width: 768px) {
  .fifth-greet h3 img {
    right: 1.2vw;
  }
}

@media only screen and (min-width: 1025px) {
  .fifth-greet h3 img {
    right: .8vw;
  }
}

@media only screen and (min-width: 1680px) {
  .fifth-greet h3 img {
    right: .5vw;
  }
}

.fifth-greet .txt-en {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4.5rem, 4vw, 5.5rem);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fifth-greet .txt-en span {
    opacity: 1;
  }
}

.fifth-greet p.txt {
  line-height: 2.5;
  text-align: center;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

@media only screen and (min-width: 768px) {
  .fifth-greet p.txt {
    line-height: 2;
    text-align: left;
    margin-left: 40px;
  }
}

.fifth-greet p.txt span {
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  .fifth-greet p.txt span {
    opacity: 1;
  }
}

.fifth-greet .fifth-txt-wrap {
  margin-top: 29vw;
  padding-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  .fifth-greet .fifth-txt-wrap {
    padding-bottom: 0vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#fifth-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

section.trust {
  margin-top: 5vw;
}

section.trust h4 {
  font-size: clamp(2.8rem, 4vw, 6rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  color: #ccc;
  margin: 0 0 20px 0vw;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  section.trust h4 {
    margin: 0 0 40px 7vw;
  }
}

@media only screen and (min-width: 768px) {
  section.trust .trust-column {
    margin-left: 7vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
  }
}

section.trust .trust-column .trust-l {
  width: 80%;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  section.trust .trust-column .trust-l {
    width: 40%;
    margin: 0;
  }
}

section.trust .trust-column .trust-l dl dt {
  font-size: clamp(2rem, 1.5vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: .2rem;
}

section.trust .trust-column .trust-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  section.trust .trust-column .trust-r {
    width: 50%;
  }
}

section.trust .trust-column .trust-r img {
  width: 70%;
}

@media only screen and (min-width: 768px) {
  section.trust .trust-column .trust-r img {
    width: 100%;
  }
}

section.trust .pic-mid {
  margin: 10vw 0;
}

@media only screen and (min-width: 768px) {
  section.trust .pic-mid img {
    width: 80%;
  }
}

section.anv-interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

section.anv-interview .interview-l {
  width: 40%;
  position: relative;
  margin-right: 13vw;
}

section.anv-interview .interview-l .tit-interview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 80px;
}

section.anv-interview .interview-l .tit-interview dt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2rem, 1.5vw, 2.5rem);
  font-weight: 500;
  letter-spacing: .6rem;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  section.anv-interview .interview-l .tit-interview dt {
    font-weight: 600;
  }
}

section.anv-interview .interview-l .tit-interview dt span {
  position: relative;
  bottom: -30px;
}

section.anv-interview .interview-l .tit-interview dd {
  font-size: clamp(1rem, 4vw, 6rem);
  font-family: "Prata", serif;
  font-weight: 400;
  display: none;
}

@media only screen and (min-width: 768px) {
  section.anv-interview .interview-l .tit-interview dd {
    display: inherit;
  }
}

section.anv-interview .interview-l .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 50px 0 0;
}

section.anv-interview .interview-l .value dd {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(1rem, 1.5vw, 2.3rem);
}

@media only screen and (min-width: 768px) {
  section.anv-interview .interview-l .txt {
    line-height: 2.6;
  }
}

section.anv-interview .interview-r {
  width: 65%;
}

@media only screen and (min-width: 768px) {
  section.anv-interview .interview-r {
    width: 35%;
    padding-top: 5vw;
  }
}

section.anv-interview .interview-r img {
  width: 100%;
}

.sp-interview-txt {
  width: 80%;
  margin: 10vw auto;
  line-height: 2;
}

.sp-interview-txt .value {
  text-align: right;
  margin: 10vw 0 0;
}

.sp-interview-txt .value dd {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 4.5vw;
  margin-top: 10px;
}

.sp-tit-interview {
  font-size: 7vw;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  margin: 15vw 0 5vw;
}

section.anv-history {
  margin: 10vw 0 0;
  overflow: hidden;
}

section.anv-history .tit-his {
  background: url(images/anv_his_sp.jpg) center top/cover no-repeat;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  padding-top: 50vw;
  padding-bottom: 10vw;
}

@media only screen and (min-width: 768px) {
  section.anv-history .tit-his {
    background: url(images/anv_his.jpg) center top/cover no-repeat;
    aspect-ratio: 2 / .9;
    padding-top: 0;
  }
}

section.anv-history .tit-his dl {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.anv-history .tit-his dl {
    max-width: 500px;
    position: absolute;
    left: 10vw;
    bottom: 25%;
  }
}

section.anv-history .tit-his dl dt {
  font-size: clamp(2rem, 1.8vw, 2.3rem);
  margin: 0 0 20px;
  letter-spacing: .4rem;
}

section.anv-history .tit-his dl dd {
  font-weight: 500;
  line-height: 2.3;
  margin: 0 0 40px;
  font-size: 3.3vw;
}

@media only screen and (min-width: 768px) {
  section.anv-history .tit-his dl dd {
    font-size: 1.6rem;
  }
}

section.anv-history .tit-his .year {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .15;
  font-size: clamp(7.2rem, 15vw, 20rem);
  line-height: 1;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  section.anv-history .tit-his .year {
    letter-spacing: -.5rem;
  }
}

section.anv-history .hist-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2f2e), to(#8f8f8f));
  background: linear-gradient(#2f2f2e, #8f8f8f);
  color: #FFFFFF;
  padding: 20vw 0;
}

@media only screen and (min-width: 768px) {
  section.anv-history .hist-content {
    padding: 150px 0;
  }
}

section.anv-history .hist-wrap {
  position: relative;
}

section.anv-history .hist-tit-wrap {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .hist-tit-wrap {
    margin-bottom: 130px;
  }
}

section.anv-history .hist-tit-wrap dt {
  font-size: clamp(3rem, 4.5vw, 5.5rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

section.anv-history .hist-tit-wrap dd {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .hist-tit-wrap dd {
    margin-top: 0;
  }
}

section.anv-history .hist-wrap {
  position: relative;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.anv-history .hist-wrap {
    margin-left: 12vw;
    width: auto;
  }
}

section.anv-history .hist-wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 97%;
  background: #aaa;
  position: absolute;
  left: 25px;
  top: 0;
}

@media only screen and (min-width: 768px) {
  section.anv-history .hist-wrap::after {
    left: 40px;
  }
}

section.anv-history .his-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box {
    margin-bottom: 1vw;
  }
}

section.anv-history .his-box .year {
  margin-right: 5vw;
  position: relative;
  z-index: 10;
}

section.anv-history .his-box .year span {
  background: #FFFFFF;
  color: #000000;
  display: block;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  width: clamp(1rem, 14vw, 80px);
  height: clamp(1rem, 14vw, 80px);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.9vw, 3rem);
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .year span {
    letter-spacing: -.15rem;
  }
}

section.anv-history .his-box .detail {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .detail {
    padding-top: 20px;
  }
}

section.anv-history .his-box .detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.anv-history .his-box .detail dl dt {
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  margin-right: 3vw;
  width: 40px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .detail dl dt {
    width: 50px;
  }
}

section.anv-history .his-box .detail dl dd {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .detail dl dd {
    padding-top: 5px;
  }
}

section.anv-history .his-box .detail.detail-m dl {
  margin-bottom: 10px;
}

section.anv-history .his-box .pic01 {
  position: absolute;
  right: 0;
  width: 30%;
  z-index: 10;
  top: -5vw;
}

section.anv-history .his-box .pic01 img {
  width: 100%;
}

section.anv-history .his-box .pic02 {
  position: absolute;
  right: 8.5vw;
  top: 8vw;
  width: 20%;
  z-index: 10;
}

section.anv-history .his-box .pic03 {
  position: absolute;
  right: 8.5vw;
  top: -1vw;
  width: 20%;
  z-index: 10;
}

section.anv-history .his-box .pic04 {
  position: absolute;
  right: 8.5vw;
  top: 3vw;
  width: 27%;
  z-index: 10;
}

section.anv-history .his-box .pic05 {
  position: absolute;
  right: 12vw;
  top: 3vw;
  width: 30%;
  z-index: 10;
}

section.anv-history .his-box .pic06 {
  position: absolute;
  right: 12vw;
  top: 13vw;
  width: 25%;
  z-index: 10;
}

section.anv-history .his-box .pic07 {
  position: absolute;
  right: 0;
  top: 5vw;
  width: 30%;
  z-index: 10;
}

section.anv-history .his-box .pic08 {
  position: absolute;
  right: 15vw;
  top: 5vw;
  width: 25%;
  z-index: 10;
}

section.anv-history .his-box .pic09 {
  position: absolute;
  right: 7vw;
  top: 1.5vw;
  width: 25%;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box.line-b {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box.line-b::after {
    content: "";
    display: block;
    width: 97%;
    height: 1px;
    background: #aaa;
    position: absolute;
    bottom: 0;
    margin-left: 40px;
  }
}

section.anv-history .his-box.line-sh::after {
  width: 75%;
}

section.anv-history .his-box.space-t {
  padding-top: 10vw;
}

section.anv-history .his-box.space-t02 {
  padding-top: 5vw;
}

section.anv-history .his-box.space-t03 {
  padding-top: 2vw;
}

section.anv-history .his-box.his-end {
  position: relative;
  padding-bottom: 100px;
}

section.anv-history .his-box.his-end::after {
  content: "";
  display: block;
  background: url(images/dott.svg) center top/cover no-repeat;
  height: 45px;
  width: 6px;
  position: absolute;
  left: 23px;
  bottom: -0px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box.his-end::after {
    height: 85px;
    width: 13px;
    left: -2px;
    bottom: -10px;
  }
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.anv-history .his-box .txt-wrap .txt-l {
  width: 100px;
  white-space: nowrap;
  margin-bottom: 10px;
}

section.anv-history .his-box .txt-r-wrap {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .txt-r-wrap {
    border: none;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .txt-r-wrap .txt-r-r {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box .txt-r-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.anv-history .his-box img {
  display: none;
}

@media only screen and (min-width: 768px) {
  section.anv-history .his-box img {
    display: inherit;
  }
}

section.legacy {
  margin-top: 20vw;
}

@media only screen and (min-width: 768px) {
  section.legacy {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  section.legacy .tit-legacy {
    margin: 0 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.legacy .tit-legacy .tit-legacy-l {
  padding: 10vw;
}

@media only screen and (min-width: 768px) {
  section.legacy .tit-legacy .tit-legacy-l {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  section.legacy .tit-legacy .tit-legacy-r {
    width: 55%;
  }
}

section.legacy .tit-legacy dl dt {
  font-size: clamp(3rem, 4vw, 6rem);
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.legacy .tit-legacy dl dt {
    margin-bottom: 0;
  }
}

section.legacy .tit-legacy dl dd {
  font-size: clamp(2rem, 1.8vw, 2.3rem);
  letter-spacing: .2rem;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

section.legacy .legacy-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin-top: 20vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  section.legacy .legacy-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    width: 90%;
    margin-top: 100px;
  }
}

section.legacy .legacy-column .legacy-l {
  width: 80%;
  margin: 10vw auto 0;
}

@media only screen and (min-width: 768px) {
  section.legacy .legacy-column .legacy-l {
    width: 40%;
    margin: unset;
  }
}

section.legacy .legacy-column .legacy-l h4 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  border-left: 1px solid #000000;
  padding-left: 20px;
  line-height: 1.5;
}

section.legacy .legacy-column .legacy-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  section.legacy .legacy-column .legacy-r {
    width: 53%;
  }
}

section.legacy .legacy-column .legacy-r img {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  section.legacy .legacy-column .legacy-r img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  section.legacy .legacy-column:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

section.challenge {
  background: #023A82;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
}

section.challenge dl {
  padding: 100px;
}

section.challenge dl dt {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
}

section.challenge dl dd {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.8rem, 6vw, 8rem);
  font-weight: 800;
  line-height: 1.5;
}

section.challenge .pic {
  width: 100%;
}

section.challenge .pic img {
  width: 100%;
}

.cf-anniversary-icon {
  text-align: center;
  margin: 80px 0 50px;
}

/* ----------------------------------

お知らせ

---------------------------------- */
.tit-news {
  background: url(images/tit_news.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

h3.news-tit {
  margin: 50px 0 100px;
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.news-wrap {
  max-width: 1000px;
  margin: 10vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-wrap {
    margin: 150px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-content {
    width: 65%;
  }
}

.news-wrap .news-side {
  display: none;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-side {
    width: 25%;
    display: block;
  }
}

.news-wrap .news-side dl {
  margin-bottom: 30px;
}

.news-wrap .news-side dl dt {
  background: #000000;
  color: #FFFFFF;
  padding: 5px 5px 5px 20px;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 10px;
}

.news-wrap .news-side .original-search-input {
  border: 1px solid #ccc;
  padding: 10px 10px 10px 40px;
  margin-top: 20px;
  width: 100%;
}

.news-wrap .news-side .input-wrap {
  position: relative;
}

.news-wrap .news-side .original-search-button {
  color: #ccc;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 2rem;
  margin-top: 10px;
}

.news-wrap .sidebar-recent-posts ul li a {
  display: block;
  border-bottom: 1px dotted #ccc;
  line-height: 1.3;
  padding-left: .5em;
  text-indent: -.6em;
  padding: 10px 10px 10px .8em;
}

.news-wrap .sidebar-recent-posts ul li a::before {
  content: "・";
  display: inline-block;
  position: relative;
  left: 5px;
}

.news-wrap .sidebar-recent-posts ul li a:hover {
  opacity: .7;
}

.news-wrap .sidebar-archive a:hover {
  opacity: .7;
}

.news-wrap .news-box {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  /* 最初は画像を隠しておく */
  /* ボタンの基本スタイル（適宜調整してください） */
  /* プラス・マイナスのアイコン表示例（擬似要素を使う場合） */
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.news-wrap .news-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: .1s;
  transition: .1s;
  position: relative;
}

.news-wrap .news-box a:hover {
  opacity: .7;
}

.news-wrap .news-box a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.news-wrap .news-box .pic {
  width: 25%;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box .pic {
    display: block;
  }
}

.news-wrap .news-box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box .detail {
    width: 67%;
  }
}

.news-wrap .news-box .cate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 15px;
}

.news-wrap .news-box .cate-wrap .cate {
  background: #000000;
  color: #FFFFFF;
  padding: 0 10px;
  font-size: 1.5rem;
}

.news-wrap .news-box .cate-wrap .label {
  margin-left: 20px;
  font-size: 1.5rem;
}

.news-wrap .news-box .date {
  font-weight: 600;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

.news-wrap .news-box h4 {
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
}

.news-wrap .news-box .sp-pic {
  width: 80%;
  margin: auto;
  padding-top: 10vw;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box .sp-pic {
    display: none;
  }
}

.news-wrap .news-box .sp-news-plus {
  background: #000000;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0;
}

.news-wrap .news-box .sp-pic {
  display: none;
  overflow: hidden;
}

.news-wrap .news-box .sp-news-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .news-wrap .news-box .sp-news-plus {
    display: none;
  }
}

.news-wrap .news-box .sp-news-plus::after {
  content: '+';
  font-weight: bold;
  font-size: 2rem;
}

.news-wrap .news-box .sp-news-plus.active::after {
  content: 'ー';
  font-size: 2rem;
}

.news-page-inner {
  max-width: 1000px;
  margin: 5vw auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .news-page-inner {
    margin: 150px auto 0;
  }
}

.news-page-inner .news-cate-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-page-inner .news-cate-wrap .cate {
  margin-right: 1rem;
}

.news-page-inner .news-cate-wrap .cate span {
  background: #333;
  color: #FFFFFF;
  line-height: 1;
  padding: 3px 10px;
}

@media only screen and (min-width: 768px) {
  .news-page-inner .news-tit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news-page-inner .news-tit-wrap time {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}

.news-page-inner .news-tit-wrap .sp-date {
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .news-page-inner .news-tit-wrap .sp-date {
    display: none;
  }
}

.news-page-inner h3 {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2rem, 1.8vw, 2.3rem);
  font-weight: 400;
  margin: 5px 0 20px;
}

@media only screen and (min-width: 768px) {
  .news-page-inner h3 {
    margin: 10px 0 20px;
  }
}

.news-page-inner .wp-block-image {
  margin-top: clamp(1rem, 5vw, 50px);
  margin-bottom: clamp(1rem, 5vw, 50px);
}

.news-page-inner .wp-block-image img {
  display: block;
  margin: auto;
}

.post-page-nav {
  margin: 200px auto 0;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-page-nav .btn-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #ccc;
  text-decoration-color: #ccc;
  text-underline-offset: 5px;
}

.post-page-nav .btn-back::before {
  content: "";
  display: inline-block;
  background: url(images/arrow_b.svg) center top/cover no-repeat;
  height: 15px;
  width: 18px;
  /* 時計回りに90度回転 */
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  margin-right: 3rem;
}

/* ----------------------------------

ブログ

---------------------------------- */
.tit-blog {
  background: url(images/tit_blog.jpg) center top/cover no-repeat;
  color: #FFFFFF;
}

section.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}

section.blog-content .main-blog {
  width: 60%;
}

section.blog-content .main-blog .blog-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

section.blog-content .main-blog .blog-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.blog-content .main-blog .blog-box a .pic {
  width: 25%;
}

section.blog-content .main-blog .blog-box a .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.blog-content .main-blog .blog-box a .blog-detail {
  width: 70%;
}

section.blog-content #sidebar {
  width: 25%;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
}

ul.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.btn-wrap li {
  margin: 0 10px;
}

.wpcf7-previous {
  border: none;
}

/* ----------------------------------

effect

---------------------------------- */
.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.57, 0.56);
  animation-timing-function: cubic-bezier(0.39, 0.57, 0.56);
  z-index: 10;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.openbtn span:nth-of-type(1) {
  top: 24px;
}

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

.openbtn span:nth-of-type(3) {
  top: 44px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 26px;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 35%;
  -webkit-transform: translateY(6px) rotate(-40deg);
  transform: translateY(6px) rotate(-40deg);
  top: 50%;
  margin-top: -6px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 26px;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 35%;
  -webkit-transform: translateY(-18px) rotate(40deg);
  transform: translateY(-18px) rotate(40deg);
  top: 50%;
  margin-top: 18px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #333;
  /*動き*/
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
  color: #FFFFFF;
}

#g-nav #g-nav-list {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#g-nav #g-nav-list a {
  color: #FFFFFF;
}

#g-nav #g-nav-list .nav-logo {
  width: 90px;
  margin: 17vw auto 7vw;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-logo {
    margin: 80px auto 30px;
  }
}

#g-nav #g-nav-list .main-menu a {
  display: block;
  margin-bottom: 1.5vw;
  font-size: 5vw;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .main-menu a {
    font-size: 1.8rem;
  }
}

#g-nav #g-nav-list .fb {
  font-size: 2.5rem;
  margin: 20px 0;
  display: block;
}

#g-nav #g-nav-list .nav-add {
  width: 80%;
  margin: auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-add {
    text-align: center;
  }
}

#g-nav #g-nav-list .nav-add span {
  font-size: 4.7vw;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #g-nav #g-nav-list .nav-add span {
    font-size: 2rem;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/* ----------------------------------

loading

---------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loadimg img {
  width: 120px;
  /* ロゴサイズ */
  /* --- ここから追加 --- */
  opacity: 0;
  /* 最初は隠しておく */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  /* 最初は少し大きく */
  -webkit-animation: zoomOutAnim 1.2s ease-out forwards;
  animation: zoomOutAnim 1.2s ease-out forwards;
  /* 1.2秒かけて実行 */
}

/* ズームアウトアニメーションの定義 */
@-webkit-keyframes zoomOutAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 標準サイズに戻る */
  }
}
@keyframes zoomOutAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 標準サイズに戻る */
  }
}

/* --- ここまで追加 --- */
/* ============================================================
   共通：ベース設定（全スライド共通）
   ============================================================ */
.swiper-slide .mv-top-txt,
.swiper-slide .mv-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  /* 基本の中央配置 */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper-slide h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .swiper-slide h2 br {
    display: none;
  }
}

.swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================================================
   1枚目限定：アニメーション（上からふわっと）
   ============================================================ */
/* 初期状態：上にずらして透明 */
.swiper-slide:first-child .mv-top-txt {
  opacity: 0;
  margin-top: -50vw;
  -webkit-transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), margin-top 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), margin-top 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media only screen and (min-width: 768px) {
  .swiper-slide:first-child .mv-top-txt {
    margin-top: -17vw;
  }
}

.swiper-slide:first-child .mv-catch {
  opacity: 0;
  margin-top: -30vw;
  -webkit-transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), margin-top 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), margin-top 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media only screen and (min-width: 768px) {
  .swiper-slide:first-child .mv-catch {
    margin-top: -9vw;
  }
}

.swiper-slide:first-child h2 {
  opacity: 0;
  bottom: 12vw;
  -webkit-transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), bottom 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), bottom 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media only screen and (min-width: 768px) {
  .swiper-slide:first-child h2 {
    bottom: 6vw;
  }
}

/* 1枚目限定：モノクロ画像の設定 */
.swiper-slide:first-child .pic img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 4s ease-in-out;
  transition: -webkit-filter 4s ease-in-out;
  transition: filter 4s ease-in-out;
  transition: filter 4s ease-in-out, -webkit-filter 4s ease-in-out;
}

/* 実行時（アクティブになった時）：定位置に降りてくる */
.swiper-slide-active:first-child .pic img {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}

.swiper-slide-active:first-child .mv-top-txt {
  opacity: 1;
  margin-top: -45vw;
  /* 定位置 */
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media only screen and (min-width: 768px) {
  .swiper-slide-active:first-child .mv-top-txt {
    margin-top: -15vw;
    /* 定位置 */
  }
}

.swiper-slide-active:first-child .mv-catch {
  opacity: 1;
  margin-top: -25vw;
  /* 定位置 */
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

@media only screen and (min-width: 768px) {
  .swiper-slide-active:first-child .mv-catch {
    margin-top: -7vw;
    /* 定位置 */
  }
}

.swiper-slide-active:first-child h2 {
  opacity: 1;
  bottom: 10vw;
  /* 定位置 */
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

@media only screen and (min-width: 768px) {
  .swiper-slide-active:first-child h2 {
    bottom: 4vw;
    /* 定位置 */
  }
}

/* ============================================================
   2枚目以降：アニメーションなしで即座に表示
   ============================================================ */
.swiper-slide:not(:first-child) .mv-top-txt {
  margin-top: -45vw;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .swiper-slide:not(:first-child) .mv-top-txt {
    margin-top: -15vw;
  }
}

.swiper-slide:not(:first-child) .mv-catch {
  margin-top: -25vw;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .swiper-slide:not(:first-child) .mv-catch {
    margin-top: -7vw;
  }
}

.swiper-slide:not(:first-child) h2 {
  bottom: 10vw;
  opacity: 1;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .swiper-slide:not(:first-child) h2 {
    bottom: 4vw;
    width: auto;
  }
}

/* 1枚目がアクティブから外れた瞬間の処理（戻る動きを防ぐ） */
.swiper-slide:first-child:not(.swiper-slide-active) .mv-top-txt,
.swiper-slide:first-child:not(.swiper-slide-active) .mv-catch,
.swiper-slide:first-child:not(.swiper-slide-active) h2 {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 0;
}

/* ============================================================
   ヘッダー：ロゴの切り替え（is-black対応）
   ============================================================ */
.l-header .logo-color {
  display: none;
}

.l-header .logo-white {
  display: block;
}

.l-header.is-black .logo-white {
  display: none;
}

.l-header.is-black .logo-color {
  display: block;
}
