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

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

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

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

a {
  background-color: transparent
}

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

b, strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none;
  width: 100%
}

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

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

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

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

a {
  color: initial;
  text-decoration: none;
  cursor: pointer
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  color: #000
}

li {
  list-style: none
}

html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0
}

input[type=button], input[type=text], input[type=submit], input[type=image], input[type=search], textarea {
  -webkit-appearance: none;
  border-radius: 0
}

:root {
  --margin: 10px
}

@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important
  }
}

@media(max-width: 767px) {
  .only-pc {
    display: none !important
  }
}

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

html {
  font-size: .625rem
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  display: block
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif
}

br.md {
  display: none
}

br.lg {
  display: none
}

br.xl {
  display: none
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none
  }
  br.md {
    display: block
  }
}

@media screen and (min-width: 1024px) {
  br.lg {
    display: block
  }
}

@media screen and (min-width: 1366px) {
  br.xl {
    display: block
  }
}

.cookie {
  position: fixed;
  bottom: 5.33vw;
  right: 5.33vw;
  z-index: 10;
  opacity: 0
}

.cookie__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #333 solid 1px
}

.cookie__text {
  padding-right: 5.33vw
}

.cookie__link {
  text-decoration: underline;
  text-underline-offset: .15em
}

.cookie__btns {
  display: flex
}

.cookie__btn {
  padding: 8px 16px;
  border: #333 solid 1px
}

.cookie__optIn {
  margin-right: 2.67vw
}

.cookie.is-show {
  visibility: visible;
  -webkit-animation: fade-in .4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in .4s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

.cookie.is-checked {
  -webkit-animation: fade-out .4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-out .4s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }
  99% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    visibility: hidden
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  99% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    visibility: hidden
  }
}

@media screen and (min-width: 768px) {
  .cookie {
    bottom: 1.46vw;
    right: 1.46vw
  }
  .cookie__text {
    padding-right: 1.46vw
  }
  .cookie__optIn {
    margin-right: .73vw
  }
}

body.active {
  overflow: hidden
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden
}

@media screen and (min-width: 768px), print {
  .wrapper {
    min-width: 1250px
  }
}

.c-gradient {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
  background-size: 100% 100%
}

@media(max-width: 767px) {
  .c-gradient {
    height: 105vh
  }
}

.c-gradient.type02 {
  background: linear-gradient(-35deg, #005698 0%, #00b2c1 100%);
  background-size: 100% 100%
}

.c-gradient.type03 {
  background: linear-gradient(-35deg, #00ac9f 0%, #008b91 100%);
  background-size: 100% 100%
}

.c-contact {
  position: absolute
}

@media screen and (min-width: 768px), print {
  .c-contact {
    width: 236px;
    right: 0;
    top: 378px
  }
}

@media(max-width: 767px) {
  .c-contact {
    width: 315px;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
  }
}

.c-contact-tel {
  color: #c71e37;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  display: flex;
  align-items: flex-end;
  font-size: 25px;
  letter-spacing: .07em;
  line-height: 27px;
  transform: translateX(100%);
  opacity: 0
}

.c-contact-tel.active {
  -webkit-animation: slideIn .8s ease forwards;
  animation: slideIn .8s ease forwards;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

@media(max-width: 767px) {
  .c-contact-tel {
    width: 227px
  }
}

.c-contact-tel span {
  font-size: 17px;
  letter-spacing: .08em;
  display: block;
  margin-right: 8px
}

.c-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  padding: 17px 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 18px;
  letter-spacing: .07em;
  transform: translateX(100%);
  opacity: 0
}

.c-contact-btn.active {
  -webkit-animation: slideIn .8s ease forwards;
  animation: slideIn .8s ease forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s
}

.c-contact-btn .ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .06em;
  display: block;
  margin-left: 8px
}

.c-button-grd {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #c71e37
}

@media screen and (min-width: 768px), print {
  .c-button-grd:hover::after {
    transform: translateX(0)
  }
  .c-button-grd::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dc1e37;
    transform: translateX(-100%);
    transition: transform .4s ease-in-out;
    z-index: -1
  }
}

.c-clone {
  overflow: hidden;
  position: relative
}

@media screen and (min-width: 768px), print {
  .c-clone:hover .origin, .c-clone:hover .clone {
    transform: translate3d(0, -150%, 0);
    transition: transform .65s cubic-bezier(0.67, 0.25, 0.1, 1)
  }
}

@media screen and (min-width: 768px), print {
  .c-clone .clone {
    left: 0;
    position: absolute;
    top: 150%;
    transform: translateZ(0) rotate(10deg)
  }
}
@media screen and (max-width: 767px), print {
  .c-clone .clone {
    display: none;
  }
  .c-clone + .c-clone{
    margin-left: 13px;
  }
}

.c-text-grd01 {
  background: #c71e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .1em
}

.c-text-grd02 {
  background: #c71e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFF;
  letter-spacing: .01em
}
.c-text-grd03 {
  background: #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.c-text-grd04 {
  background: #c71e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .01em
}

.c-text-grd05 {
  background: #c71e37;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 4px solid #fff
}

.c-title .c-title-inner__tate {
  display: inline-block;
  overflow: hidden;
  position: relative
}

.c-title .c-title-inner__tate .c-title-item {
  display: inline-block;
  will-change: transform;
  transform: translate3d(0, 100%, 0)
}

.c-title .c-title-inner__tate .c-title-item:nth-child(2) {
  transition-delay: 0.06s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(3) {
  transition-delay: 0.12s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(4) {
  transition-delay: 0.18s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(5) {
  transition-delay: 0.24s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(6) {
  transition-delay: 0.3s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(7) {
  transition-delay: 0.36s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(8) {
  transition-delay: 0.42s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(9) {
  transition-delay: 0.48s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(10) {
  transition-delay: 0.54s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(11) {
  transition-delay: 0.6s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(12) {
  transition-delay: 0.66s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(13) {
  transition-delay: 0.72s
}

.c-title .c-title-inner__tate .c-title-item:nth-child(14) {
  transition-delay: 0.78s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(2) .c-title-item {
  transition-delay: 0.06s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(3) .c-title-item {
  transition-delay: 0.12s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(4) .c-title-item {
  transition-delay: 0.18s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(5) .c-title-item {
  transition-delay: 0.24s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(6) .c-title-item {
  transition-delay: 0.3s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(7) .c-title-item {
  transition-delay: 0.36s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(8) .c-title-item {
  transition-delay: 0.42s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(9) .c-title-item {
  transition-delay: 0.48s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(10) .c-title-item {
  transition-delay: 0.54s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(11) .c-title-item {
  transition-delay: 0.6s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(12) .c-title-item {
  transition-delay: 0.66s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(13) .c-title-item {
  transition-delay: 0.72s
}

.c-title[data-scroll=in] .c-title-inner__tate:nth-child(14) .c-title-item {
  transition-delay: 0.78s
}

.c-title[data-scroll=in] .c-title-inner__tate .c-title-item {
  transform: translateZ(0);
  transition: transform .6s cubic-bezier(0.16, 0.5, 0.43, 1);
  will-change: transform
}

.c-square-blue__wrapper {
  display: inline-block;
  position: relative
}

.c-square-blue__wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #c71e37
}

.c-square-blue__item {
  display: inline-block;
  opacity: 0
}

.c-square-blue[data-scroll=in] .c-square-blue__wrapper::after {
  -webkit-animation: passingBar .8s ease .5s 1 normal forwards;
  animation: passingBar .8s ease .5s 1 normal forwards
}

.c-square-blue[data-scroll=in] .c-square-blue__item {
  -webkit-animation: passingTxt 0s ease .9s 1 normal forwards;
  animation: passingTxt 0s ease .9s 1 normal forwards
}

.c-square-navy__wrapper {
  display: inline-block;
  position: relative
}

.c-square-navy__wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #c71e37
}

.c-square-navy__item {
  display: inline-block;
  opacity: 0
}

.c-square-navy[data-scroll=in] .c-square-navy__wrapper::after {
  -webkit-animation: passingBar .8s ease .5s 1 normal forwards;
  animation: passingBar .8s ease .5s 1 normal forwards
}

.c-square-navy[data-scroll=in] .c-square-navy__item {
  -webkit-animation: passingTxt 0s ease .9s 1 normal forwards;
  animation: passingTxt 0s ease .9s 1 normal forwards
}

.c-square-blue__tate .c-square-blue__tateWrapper {
  display: inline-block;
  position: relative
}

.c-square-blue__tate .c-square-blue__tateWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #c71e37
}

.c-square-blue__tate .c-square-blue__tateItem {
  display: inline-block;
  opacity: 0
}

.c-square-blue__tate[data-scroll=in] .c-square-blue__tateWrapper::after {
  -webkit-animation: passingBarTate .8s ease .5s 1 normal forwards;
  animation: passingBarTate .8s ease .5s 1 normal forwards
}

.c-square-blue__tate[data-scroll=in] .c-square-blue__tateItem {
  -webkit-animation: passingTxt 0s ease .9s 1 normal forwards;
  animation: passingTxt 0s ease .9s 1 normal forwards
}

.c-square-white__wrapper {
  display: inline-block;
  position: relative
}

.c-square-white__wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff
}

.c-square-white__item {
  display: inline-block;
  opacity: 0
}

.c-square-white[data-scroll=in] .c-square-white__wrapper::after {
  -webkit-animation: passingBar .8s ease .5s 1 normal forwards;
  animation: passingBar .8s ease .5s 1 normal forwards
}

.c-square-white[data-scroll=in] .c-square-white__item {
  -webkit-animation: passingTxt 0s ease .9s 1 normal forwards;
  animation: passingTxt 0s ease .9s 1 normal forwards
}

.c-slice {
  position: relative
}

.c-slice[data-scroll=in] .c-slice-square {
  -webkit-animation: is-hide-squarePc 1s ease forwards;
  animation: is-hide-squarePc 1s ease forwards;
  transition-timing-function: cubic-bezier(0.2, 0.52, 0.35, 0.99);
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@media(max-width: 767px) {
  .c-slice[data-scroll=in] .c-slice-square {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
  }
}

.c-slice-box {
  position: absolute
}

@media screen and (min-width: 768px), print {
  .c-slice-box {
    width: 25%;
    height: 100%;
    top: 0
  }
  .c-slice-box:nth-of-type(1) {
    left: 0
  }
  .c-slice-box:nth-of-type(1) .c-slice-item {
    left: 0
  }
  .c-slice-box:nth-of-type(2) {
    left: 25%
  }
  .c-slice-box:nth-of-type(2) .c-slice-item {
    left: -100%
  }
  .c-slice-box:nth-of-type(3) {
    left: 50%
  }
  .c-slice-box:nth-of-type(3) .c-slice-item {
    left: -200%
  }
  .c-slice-box:nth-of-type(4) {
    right: 0
  }
  .c-slice-box:nth-of-type(4) .c-slice-item {
    left: -300%
  }
}

@media(max-width: 767px) {
  .c-slice-box {
    width: 50%;
    height: 100%;
    top: 0
  }
  .c-slice-box:nth-of-type(1) {
    left: 0
  }
  .c-slice-box:nth-of-type(1) .c-slice-item {
    left: 0
  }
  .c-slice-box:nth-of-type(2) {
    left: 50%
  }
  .c-slice-box:nth-of-type(2) .c-slice-item {
    left: -100%
  }
  .c-slice-box:nth-of-type(3) {
    display: none;
    top: 50%
  }
  .c-slice-box:nth-of-type(3) .c-slice-item {
    display: none;
    top: -200%
  }
  .c-slice-box:nth-of-type(4) {
    display: none;
    bottom: 0
  }
  .c-slice-box:nth-of-type(4) .c-slice-item {
    display: none;
    top: -300%
  }
}

.c-slice-item {
  position: absolute;
  display: block;
  z-index: 0;
  height: 100%
}

@media screen and (min-width: 768px), print {
  .c-slice-item {
    width: 400%
  }
}

@media(max-width: 767px) {
  .c-slice-item {
    width: 200%
  }
}

.c-slice-square {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 1;
  top: 0;
  right: 0
}

.c-button-ar {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .c-button-ar {
    width: 104px
  }
  .c-button-ar:hover .c-button-ar__item::after {
    -webkit-animation: toLeft .6s 1;
    animation: toLeft .6s 1;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  .c-button-ar:hover .c-button-ar__item::before {
    -webkit-animation: toRight 1s 1;
    animation: toRight 1s 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  .c-button-ar:hover .c-button-ar__obj {
    transform: translateX(10px)
  }
}

@media(max-width: 767px) {
  .c-button-ar {
    width: 100px
  }
}

.c-button-ar__item {
  color: #c71e37;
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  overflow: hidden
}

.c-button-ar__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c71e37;
  bottom: 0;
  left: -100%
}

.c-button-ar__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c71e37;
  bottom: 0
}

@media screen and (min-width: 768px), print {
  .c-button-ar__item {
    font-size: 15px;
    padding-bottom: 7px
  }
}

@media(max-width: 767px) {
  .c-button-ar__item {
    font-size: 14px;
    padding-bottom: 6px
  }
  .products .c-button-ar__item {
    margin: 7px 0 0
  }

}

.c-button-ar__obj {
  display: block;
  width: 18px;
  margin-left: 5px;
  transition: transform .3s ease-in-out
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.fadeInUp[data-scroll=in] {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .6s
}

@media(max-width: 767px) {
  .fadeInUp[data-scroll=in] {
    transition-delay: .2s
  }
}

.c-mask {
  position: relative
}

.c-mask-square {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  transition: width .8s cubic-bezier(0.2, 0.52, 0.35, 0.99);
  transition-delay: .6s
}

@media(max-width: 767px) {
  .c-mask-square {
    transition-delay: .2s
  }
}

.c-mask[data-scroll=in] .c-mask-square {
  width: 0
}

@media(max-width: 767px) {
  .company-img .c-mask-square {
    width: 84%
  }
}

.c-width-box {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  transition: width .6s cubic-bezier(0.2, 0.52, 0.35, 0.99);
  transition-delay: .6s
}

@media(max-width: 767px) {
  .c-width-box {
    transition-delay: .2s
  }
}

.c-width[data-scroll=in] .c-width-box {
  width: 100%
}

.swiper-container {
  height: 100%;
  overflow: hidden
}

.swiper-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%
}

.swiper-slide {
  height: 100%
}

@media screen and (min-width: 768px), print {
  .c-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .c-banner {
    width: 100%
  }
}

.c-banner-item {
  display: block;
  position: relative
}

@media screen and (min-width: 768px), print {
  .c-banner-item {
    width: 50%;
    height: 430px
  }
  .c-banner-item:hover picture img {
    transform: scale(1.1)
  }
}

@media(max-width: 767px) {
  .c-banner-item {
    width: 100%;
    height: 236px
  }
}

.c-banner-item__title {
  display: inline-block;
  padding: 10px 12px;
  background: #c71e37;
  writing-mode: vertical-lr;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .35em
}

@media screen and (min-width: 768px), print {
  .c-banner-item__title {
    top: 20px;
    left: 20px;
    font-size: 28px
  }
}

@media(max-width: 767px) {
  .c-banner-item__title {
    top: 15px;
    left: 15px;
    font-size: 20px
  }
}

.c-banner-item picture {
  display: block;
  overflow: hidden;
  height: 100%
}

.c-banner-item picture img {
  transition: transform .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .hover-color {
    transition: color .3s ease-in-out
  }
  .hover-color:hover {
    opacity: .6;
  }
}
.products{
  padding-bottom: 80px;
}
.products .c-heading {
  padding: 156px 30px 30px 30px
}

@media screen and (min-width: 768px), print {
  .c-heading {
    padding-top: 265px;
    margin-left: 125px
  }
  .products{
    padding-bottom: 150px;
  }
  .products .c-heading {
    padding: 265px 0 120px;
    margin-left: 125px
  }
}
@media(max-width: 767px) {
  .c-heading {
    padding: 156px 30px 0 30px
  }
}

@media screen and (min-width: 768px), print {
  .c-heading.type02 {
    padding: 265px 0 120px;
    margin-left: 125px;
  }
}

@media(max-width: 767px) {
  .c-heading.type02 {
    padding: 156px 30px 30px 30px
  }
}

.c-heading-eng__wrapper {
  display: inline-block;
  position: relative
}

.c-heading-eng__wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #c71e37
}

.c-heading-eng__item {
  display: inline-block;
  opacity: 0
}

.c-heading-eng.active .c-heading-eng__wrapper::after {
  -webkit-animation: passingBar .8s ease .5s 1 normal forwards;
  animation: passingBar .8s ease .5s 1 normal forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.c-heading-eng.active .c-heading-eng__item {
  -webkit-animation: passingTxt 0s ease .9s 1 normal forwards;
  animation: passingTxt 0s ease .9s 1 normal forwards;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.c-heading-eng__item {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .c-heading-eng__item {
    font-size: 86px
  }
}

@media(max-width: 767px) {
  .c-heading-eng__item {
    font-size: 50px
  }
}

.c-heading-ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em;
  opacity: 0
}

.c-heading-ja.active {
  -webkit-animation: fadeInUp .8s ease forwards;
  animation: fadeInUp .8s ease forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

@media screen and (min-width: 768px), print {
  .c-heading-ja {
    font-size: 19px;
    margin-top: 27px
  }
}

@media(max-width: 767px) {
  .c-heading-ja {
    font-size: 15px;
    margin-top: 17px
  }
}

.c-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .c-pagination {
    width: 548px;
    margin: 130px auto 0 auto;
  }
}

@media(max-width: 767px) {
  .c-pagination {
    margin-top: 70px;
    padding: 0 30px
  }
}

.c-pagination a, .c-pagination span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  color: #FFF
}

@media screen and (min-width: 768px), print {
  .c-pagination a, .c-pagination span {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .c-pagination a, .c-pagination span {
    font-size: 18px
  }
}

.c-pagination .dots {
  display: block
}

@media screen and (min-width: 768px), print {
  .c-pagination .dots {
    margin: 0 67px
  }
}

@media(max-width: 767px) {
  .c-pagination .dots {
    margin: 0 38px
  }
}

.c-pagination-num {
  display: block;
  transition: color .3s ease-in-out;
  position: relative
}

@media screen and (min-width: 768px), print {
  .c-pagination-num:hover {
    color: #005698
  }
}

.c-pagination-num.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #c71e37;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px), print {
  .c-pagination-num.active::after {
    bottom: -20px
  }
}

@media(max-width: 767px) {
  .c-pagination-num.active::after {
    bottom: -15px
  }
}

@media screen and (min-width: 768px), print {
  .c-pagination-num+.c-pagination-num {
    margin-left: 70px
  }
}

@media(max-width: 767px) {
  .c-pagination-num+.c-pagination-num {
    margin-left: 40px
  }
}

.c-pagination-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .c-pagination-arrow {
    width: 22px
  }
}

@media(max-width: 767px) {
  .c-pagination-arrow {
    width: 15px
  }
}

@media screen and (min-width: 768px), print {
  .c-pagination-arrow.prev {
    left: 0;
    transition: left .3s ease-in-out
  }
  .c-pagination-arrow.prev:hover {
    left: -10px
  }
}

@media(max-width: 767px) {
  .c-pagination-arrow.prev {
    left: 30px
  }
}

@media screen and (min-width: 768px), print {
  .c-pagination-arrow.next {
    right: 0;
    transition: right .3s ease-in-out
  }
  .c-pagination-arrow.next:hover {
    right: -10px
  }
}

@media(max-width: 767px) {
  .c-pagination-arrow.next {
    right: 30px
  }
}

@media screen and (min-width: 768px), print {
  .news-nav {
    padding: 130px 0 150px
  }
}

@media(max-width: 767px) {
  .news-nav {
    padding: 90px 30px 80px 30px
  }
}

@media screen and (min-width: 768px), print {
  .news-nav-inner {
    width: 1126px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .news-nav-box {
    width: 364px
  }
}

@media(max-width: 767px) {
  .news-nav-box+.news-nav-box {
    margin-top: 60px
  }
}

.news-nav-box__title {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .news-nav-box__title {
    font-size: 28px
  }
}

@media(max-width: 767px) {
  .news-nav-box__title {
    font-size: 24px
  }
}

.news-nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media screen and (min-width: 768px), print {
  .news-nav-list {
    margin-top: 26px
  }
}

@media(max-width: 767px) {
  .news-nav-list {
    margin-top: 20px
  }
}

.news-nav-item {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  position: relative
}

@media screen and (min-width: 768px), print {
  .news-nav-item:nth-child(n+3) {
    margin-top: 15px
  }
}

@media(max-width: 767px) {
  .news-nav-item:nth-child(n+3) {
    margin-top: 12px
  }
}

.news-nav-item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(../img/news/arrow-cate.png) no-repeat 0 0;
  background-size: cover;
  top: 5px;
  left: 0
}

@media screen and (min-width: 768px), print {
  .news-nav-item::after {
    transition: left .3s ease-in-out
  }
}

@media screen and (min-width: 768px), print {
  .news-nav-item {
    width: 50%;
    font-size: 16px;
    padding-left: 20px
  }
  .news-nav-item:hover::after {
    left: 10px
  }
}

@media(max-width: 767px) {
  .news-nav-item {
    width: 50%;
    font-size: 15px;
    padding-left: 30px
  }
}

.c-article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.single-news .c-article-nav {
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 768px), print {
  .c-article-nav {
    width: 545px;
    margin: 0 auto
  }
}

@media(max-width: 767px) {
  .c-article-nav {
    padding: 0 30px
  }
}

.c-article-nav__text {
  display: block;
  border: 2px solid #c71e37;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  color: #c71e37;
  position: relative
}

@media screen and (min-width: 768px), print {
  .c-article-nav__text {
    width: 400px;
    padding: 22px 0;
    font-size: 15px;
    z-index: 1;
    transition: color .3s ease-in-out
  }
  .c-article-nav__text:hover {
    color: #fff
  }
  .c-article-nav__text:hover::after {
    width: 100%
  }
  .c-article-nav__text::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
    transition: width .3s ease-in-out;
    z-index: -1
  }
}

@media(max-width: 767px) {
  .c-article-nav__text {
    width: 234px;
    padding: 19px 0;
    font-size: 14px
  }
}

@media screen and (min-width: 768px), print {
  .c-article-nav__arrow {
    width: 22px
  }
}

@media(max-width: 767px) {
  .c-article-nav__arrow {
    width: 15px
  }
  .products-detail .c-article-nav__arrow {
    position: absolute;
  }
  .products-detail .c-article-nav__arrow.prev {
    left: 0;
  }
  .products-detail .c-article-nav__arrow.next {
    right: 0;
  }

}
.products-detail .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .products-detail .list-box:after {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  .products-detail .list-box:before {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
  }

}
.products-detail .list-box .list-item {
  width: 100%;
}
.products-detail .list-box .list-item img{
  transition: transform .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .products-detail .list-box .list-item {
    width: 23%;
  }
  .products-detail .list-box .list-item img{
    height: 250px;
    overflow: hidden;
  }
  .products-detail .list-box .list-item:hover img{
    transform: scale(1.2)
  }
}

@media screen and (min-width: 768px), print {
  .proproducts-detailducts .list-box .list-item:nth-child(n+5) {
    margin-top: 70px;
  }
}

@media(max-width: 767px) {
  .products-detail .list-box .list-item {
    height: auto;
    margin-top: 48px
  }
  #products-related .list-box .list-item {
    height: auto;
    margin-top: 0;
    padding-top: 48px
  }
}
@media screen and (min-width: 768px), print {
  .c-article-nav__arrow.prev {
    transition: transform .3s ease-in-out
  }
  .c-article-nav__arrow.prev:hover {
    transform: translateX(-10px)
  }
}

@media screen and (min-width: 768px), print {
  .c-article-nav__arrow.next {
    transition: transform .3s ease-in-out
  }
  .c-article-nav__arrow.next:hover {
    transform: translateX(10px)
  }
}

.c-img {
  position: relative
}

@media screen and (min-width: 768px), print {
  .c-img {
    margin-top: 120px;
    height: 660px
  }
}

@media(max-width: 767px) {
  .c-img {
    margin-top: 78px;
    height: 260px
  }
}

.c-img-square {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff
}

.c-img.active .c-img-square {
  -webkit-animation: is-hide-squarePc 1s ease forwards;
  animation: is-hide-squarePc 1s ease forwards;
  transition-timing-function: cubic-bezier(0.2, 0.52, 0.35, 0.99);
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.hover-opacity {
  transition: opacity .3s ease-in-out
}

.hover-opacity:hover {
  opacity: .5
}

.rc-title[data-scroll=in] .rc-title-inner {
  opacity: 1
}

.rc-title[data-scroll=in] .rc-title-item {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@media screen and (min-width: 768px), print {
  .rc-title[data-scroll=in] .rc-title-item {
    -webkit-animation: SVG-anim02 4s ease-out forwards;
    animation: SVG-anim02 4s ease-out forwards
  }
}

@media(max-width: 767px) {
  .rc-title[data-scroll=in] .rc-title-item {
    -webkit-animation: SVG-anim02 7s ease-out forwards;
    animation: SVG-anim02 7s ease-out forwards
  }
}

.rc-title-inner {
  opacity: 0
}

.rc-title-item {
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  fill: none;
  stroke: #fdfdfd;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1
}

.c-products-intro {
  background: #fff
}

.c-products-intro .c-heading-eng {
  position: relative
}

.c-products-intro .c-heading-eng__wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #c71e37
}

@media screen and (min-width: 768px), print {
  .c-products-intro .c-heading-eng__item {
    font-size: 40px
  }
}

@media(max-width: 767px) {
  .c-products-intro .c-heading-eng__item {
    font-size: 30px
  }
}

.c-products-intro .c-heading-ja {
  position: relative
}

.c-products-intro .c-heading-ja::after {
  content: "";
  position: absolute;
  background: #c71e37
}

@media screen and (min-width: 768px), print {
  .c-products-intro .c-heading-ja::after {
    width: 30px;
    height: 3px;
    left: 0;
    top: -25.5px
  }
}

@media(max-width: 767px) {
  .c-products-intro .c-heading-ja::after {
    width: 20px;
    height: 2px;
    left: 0;
    top: -20px
  }
}

@media screen and (min-width: 768px), print {
  .c-products-intro .c-heading-ja {
    font-size: 36px;
    margin-top: 50px
  }
}

@media(max-width: 767px) {
  .c-products-intro .c-heading-ja {
    font-size: 20px;
    line-height: 32px;
    margin-top: 43px
  }
}

.c-products-menu {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s ease-in-out
}

.c-products-menu.active {
  opacity: 1
}

@media screen and (min-width: 768px), print {
  .c-products-menu {
    width: 100%;
    padding: 19px 0
  }
}

@media(max-width: 767px) {
  .c-products-menu {
    width: 100%;
    overflow-x: scroll;
    padding: 11px 20px
  }
}

.c-products-menu__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (min-width: 768px), print {
  .c-products-menu__inner {
    width: 883px
  }
}

@media(max-width: 767px) {
  .c-products-menu__inner {
    width: 577px
  }
}

.c-products-menu__inner.type02 {
  width: auto;
  justify-content: center
}

@media screen and (min-width: 768px), print {
  .c-products-menu__inner.type02 .c-products-menu__item+.c-products-menu__item {
    margin-left: 50px
  }
}

@media(max-width: 767px) {
  .c-products-menu__inner.type02 .c-products-menu__item+.c-products-menu__item {
    margin-left: 20px
  }
}

.c-products-menu__item {
  display: inline-block;
  color: #c71e37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative
}

.c-products-menu__item::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 7px;
  background: url(../img/products/semi/arrow-down.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 60%;
  transform: translateY(-50%);
  right: 0
}

@media screen and (min-width: 768px), print {
  .c-products-menu__item {
    font-size: 15px;
    transition: color .3s ease-in-out;
    padding-right: 25px
  }
  .c-products-menu__item:hover {
    color: #005698
  }
}

@media(max-width: 767px) {
  .c-products-menu__item {
    font-size: 12px;
    padding-right: 17px
  }
}

.c-products-menu__button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background: linear-gradient(-25deg, #005698 0%, #00b2c1 100%)
}

.c-products-menu__button picture {
  display: block;
  width: 11px
}

.c-whiteBg {
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 7
}

@media(max-width: 767px) {
  .c-whiteBg {
    height: 80px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav {
    width: 1085px;
    margin: 133px auto 0 auto
  }
}

@media(max-width: 767px) {
  .products-nav {
    margin-top: 70px;
    padding: 0 30px
  }
}

.products-nav-text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .products-nav-text {
    width: 810px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .products-nav-text {
    font-size: 15px;
    line-height: 32px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-list {
    margin-top: 61px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }
}

@media(max-width: 767px) {
  .products-nav-list {
    margin-top: 50px
  }
}

.products-nav-item {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 768px), print {
  .products-nav-item {
    width: 334px;
    height: 90px
  }
  .products-nav-item:hover img {
    transform: scale(1.1)
  }
}

@media(max-width: 767px) {
  .products-nav-item {
    height: 55px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-item:nth-child(n+4) {
    margin-top: 40px
  }
}

@media(max-width: 767px) {
  .products-nav-item:nth-child(n+2) {
    margin-top: 10px
  }
}

.products-nav-item__img {
  display: block
}

@media screen and (min-width: 768px), print {
  .products-nav-item__img {
    width: 90px;
    overflow: hidden
  }
  .products-nav-item__img img {
    transition: transform .3s ease-in-out
  }
}

@media(max-width: 767px) {
  .products-nav-item__img {
    width: 55px
  }
}

.products-nav-inner {
  background: #fff;
  position: relative;
  color: #c71e37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

.products-nav-inner::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-bottom.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .products-nav-inner::after {
    right: 25px
  }
}

@media(max-width: 767px) {
  .products-nav-inner::after {
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-inner {
    width: calc(100% - 90px);
    padding: 32px 0 0 22px;
    font-size: 17px
  }
}

@media(max-width: 767px) {
  .products-nav-inner {
    width: calc(100% - 55px);
    padding: 16px 0 0 15px;
    font-size: 15px
  }
}

.products-nav-file {
  display: block;
  text-align: center;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  background: linear-gradient(45deg, #002867 0%, #005698 100%);
  padding: 23px 0
}

.products-nav-file::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(../img/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .products-nav-file::after {
    right: 25px;
    transition: right .3s ease-in-out
  }
}

@media(max-width: 767px) {
  .products-nav-file::after {
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav-file {
    width: 550px;
    margin: 71px auto 0 auto;
    font-size: 15px
  }
  .products-nav-file:hover::after {
    right: 15px
  }
}

@media(max-width: 767px) {
  .products-nav-file {
    margin-top: 30px;
    font-size: 14px
  }
}

@media screen and (min-width: 768px), print {
  .products-detail #products-related {
    padding-bottom: 150px;
    margin-top: 0
  }
}

@media(max-width: 767px) {
  .products-detail #products-related {
    padding-bottom: 100px;
    margin-top: 0
  }
}

@media screen and (min-width: 768px), print {
  .products-detail .list {
    margin-top: 200px
  }
}

@media(max-width: 767px) {
  .products-detail .list {
    margin-top: 100px;
    padding: 0 10px
  }
}

@media screen and (min-width: 768px), print {
  .products-detail .list.type02 {
    margin-top: 130px;
    padding-bottom: 150px;
  }
}

@media(max-width: 767px) {
  .products-detail .list.type02 {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

.products-detail .list-title {
  color: #fff;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .products-detail .list-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .products-detail .list-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.products-detail .list-inner {
  background: #fff;
  position: relative
}

.products-detail .list-inner::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px), print {
  .products-detail .list-inner::after {
    height: 40px;
    top: -63px
  }
}

@media(max-width: 767px) {
  .products-detail .list-inner::after {
    height: 30px;
    top: -30px
  }
}

@media screen and (min-width: 768px), print {
  .products-detail .list-inner {
    width: 1246px;
    margin: 93px auto 0 auto;
    padding: 0 80px 163px 80px
  }
  #products-related .list-inner {
    width: 1266px;
    margin: 70px auto 0 auto;
    padding: 90px 90px 100px 90px;
  }

}

@media(max-width: 767px) {
  .products-detail .list-inner {
    margin-top: 50px;
    padding: 0 30px 50px 30px
  }
  #products-related .list-inner {
    margin-top: 50px;
    padding: 40px 10px 60px 10px
  }
}

.products-detail .list-inner.type02 {
  margin-top: 0
}

.products-detail .list-inner.type02::after {
  display: none
}
.products-detail .list-notice{
  font-size: 1.2rem;
  color: #333;
  letter-spacing: .1em;
}
.products-detail .list-notice h3{
  margin-bottom: 7px;
}

.products-detail .list-notice li{
  list-style-type: disc;
  padding: 0 0 4px 0;
}
.products-detail .list-notice + .list-notice {
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item + .list-item {
    padding-top: 40px
  }
  #products-related .list-item + .list-item {
    padding-top: 0
  }
}

@media(max-width: 767px) {
  .products-detail .list-item {
    padding-top: 50px
  }
}
.products-detail .c-article-nav {
  padding-top: 40px;
  position: relative;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item:nth-of-type(1) {
    padding-top: 110px
  }
  #products-related .list-item:nth-of-type(1) {
    padding-top: 0
  }
  .products-detail .c-article-nav {
    padding-top: 110px;
  }
}

@media(max-width: 767px) {
  .products-detail .list-item:nth-of-type(1) {
    padding-top: 40px
  }
  #products-related .list-item:nth-of-type(1) {
    padding-top: 48px

  }


}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.list-item-img{
  position: relative;
  overflow: hidden;
  display: block;
}
.products-detail .list-item-img {
  display: block
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-img {
    /* width: 503px */
  }
}
.products-detail .list-item-img img {
  width: 100%;
  vertical-align: bottom
}
.mask-soldout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: black;
  font-family: "Barlow", sans-serif;
}

@media screen and (min-width: 768px), print {
  .mask-soldout{
    font-size: 34px;
  }

}


.products-detail .list-item-img .thumblist-item01, .products-detail .list-item-img .thumblist-item02, .products-detail .list-item-img .thumblist-item03, .products-detail .list-item-img .thumblist-item04 {
  background-color: #000;
  flex: 0 0 23.5%;
  max-width: 23.5%;
  margin: 2% 2% 0 0;
  cursor: pointer
}

.products-detail .list-item-img .thumblist-item01:nth-child(1), .products-detail .list-item-img .thumblist-item02:nth-child(1), .products-detail .list-item-img .thumblist-item03:nth-child(1), .products-detail .list-item-img .thumblist-item04:nth-child(1) {
  margin-top: 0
}

.products-detail .list-item-img .thumblist-item01:nth-child(2), .products-detail .list-item-img .thumblist-item02:nth-child(2), .products-detail .list-item-img .thumblist-item03:nth-child(2), .products-detail .list-item-img .thumblist-item04:nth-child(2) {
  margin-top: 0
}

.products-detail .list-item-img .thumblist-item01:nth-child(3), .products-detail .list-item-img .thumblist-item02:nth-child(3), .products-detail .list-item-img .thumblist-item03:nth-child(3), .products-detail .list-item-img .thumblist-item04:nth-child(3) {
  margin-top: 0
}

.products-detail .list-item-img .thumblist-item01:nth-child(4), .products-detail .list-item-img .thumblist-item02:nth-child(4), .products-detail .list-item-img .thumblist-item03:nth-child(4), .products-detail .list-item-img .thumblist-item04:nth-child(4) {
  margin-top: 0
}

.products-detail .list-item-img .thumblist-item01:nth-child(4n), .products-detail .list-item-img .thumblist-item02:nth-child(4n), .products-detail .list-item-img .thumblist-item03:nth-child(4n), .products-detail .list-item-img .thumblist-item04:nth-child(4n) {
  margin-right: 0
}

.products-detail .list-item-img .thumblist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}

.products-detail .list-item-img .thumblist-item01 img, .products-detail .list-item-img .thumblist-item02 img, .products-detail .list-item-img .thumblist-item03 img, .products-detail .list-item-img .thumblist-item04 img {
  opacity: .5
}

.products-detail .list-item-img .thumblist-item01.current img, .products-detail .list-item-img .thumblist-item02.current img, .products-detail .list-item-img .thumblist-item03.current img, .products-detail .list-item-img .thumblist-item04.current img {
  opacity: 1
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-info {
    /* width: 503px */
    width: 100%;
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-info {
  }
}

.products-detail .list-item-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-title {
    font-size: 32px;
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-title {
    font-size: 22px
  }
}

.products-detail .list-item-text ,
  .products-detail .detail-contents {
    font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  text-align: justify
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 30px
  }
  .products-detail .detail-contents {
    font-size: 16px;
    line-height: 30px
  }
  .products-detail .detail-contents p + p{
    margin-top: 26px;
  }

}

@media(max-width: 767px) {
  .products-detail .list-item-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 32px
  }
  .products-detail .detail-contents {
    font-size: 15px;
    line-height: 32px
  }
  .products-detail .detail-contents p + p{
    margin-top: 15px;
  }

}

.products-detail .list-item-purpose {
  margin-top: 40px;
  position: relative;
  background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-purpose {
    padding: 30px;
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-purpose {
    padding: 20px;
    font-size: 14px
  }
}

.products-detail .list-item-purpose .label {
  display: block;
  position: absolute;
  width: 136px;
  left: 0;
  top: -14px;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 30px;
  background: #c71e37;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-purpose.c-button-grd {
    padding: 15px;
    font-size: 15px;
    width: 250px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal
  }
  .products-detail .list-item-purpose.c-button-grd:hover::after {
    right: 20px
  }
}

.products-detail .list-item-purpose.c-button-grd::after {
  content: "";
  position: absolute;
  background: url(../img/products/semi/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  left: auto;
  right: 30px;
  transition: right .3s ease-in-out
}

@media(max-width: 767px) {
  .products-detail .list-item-purpose.c-button-grd::after {
    right: 20px
  }
}

.products-detail .list-item-details__item {
  padding: 25px 0;
  border-bottom: 2px solid #c71e37
}

.products-detail .list-item-details__item.non-border {
  border-bottom: none;
  padding: 25px 0 0 0
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-details__item.flex {
    display: flex;
    align-items: center
  }
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-details__item .item+.item {
    margin-left: 40px
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-details__item .item+.item {
    margin-top: 6px
  }
}

.products-detail .list-item-details__item .item {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-details__item .item .title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 14px
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-details__item .item .title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .05em
  }
}

.products-detail .list-item-details__item .item .text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 28px
}

@media screen and (min-width: 768px), print {
  .products-detail .list-item-details__item .item .text {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .products-detail .list-item-details__item .item .text {
    font-size: 14px
  }
}

.products-detail .list-item-details__item .item.type02 {
  justify-content: space-between;
}

.products-detail .list-item-details__item .item.type02 .title {
  display: block;
}

.products-detail .list-item-details__item .item.type02 .text {
  display: block;
  width: calc(100% - 144px)
}
.products-detail .list-item-details__item .item.type02 .--soldout{
  font-weight: bold;
  color: black;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
}
.--preparation{
  font-size: 17px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
}
.products-detail .list-item-details__item .--price{
  width: 90px;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 28px;
  background: #c71e37;
  text-align: center;
}
.products-detail .list-item-details__item .c-button-ar{
  width: 100%;
}
.products-detail .list-item-details__item .c-button-ar__item{
  font-size: 16px;
  padding-bottom: 0;
}


@media screen and (min-width: 768px), print {
  .c-flow {
    padding: 160px 0 170px
  }
}

@media(max-width: 767px) {
  .c-flow {
    padding: 90px 30px 80px 30px
  }
}

.c-flow-title {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .c-flow-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .c-flow-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.c-flow-title.type02 {
  position: relative
}

.c-flow-title.type02::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px), print {
  .c-flow-title.type02::after {
    bottom: -26px
  }
}

@media(max-width: 767px) {
  .c-flow-title.type02::after {
    bottom: -20px
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-title.type02 {
    font-size: 28px
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-title.type02 small {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .c-flow-title.type02 small {
    font-size: 18px
  }
}

.c-flow-subtitle {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-top: 10px
}

@media screen and (min-width: 768px), print {
  .c-flow-subtitle {
    font-size: 20px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .c-flow-subtitle {
    font-size: 16px;
    letter-spacing: .05em
  }
}

.c-flow-subtitle span {
  display: inline-block;
  position: relative
}

.c-flow-subtitle span::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .c-flow-subtitle span::after {
    width: 120px;
    left: -146px
  }
}

@media(max-width: 767px) {
  .c-flow-subtitle span::after {
    width: 70px;
    left: -86px
  }
}

.c-flow-subtitle span::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .c-flow-subtitle span::before {
    width: 120px;
    right: -146px
  }
}

@media(max-width: 767px) {
  .c-flow-subtitle span::before {
    width: 70px;
    right: -86px
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-list {
    width: 980px;
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .c-flow-list {
    margin-top: 40px
  }
}

.c-flow-item {
  display: block;
  padding: 24px 0;
  text-align: center;
  color: #c71e37;
  font-size: 15px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  z-index: 0
}

.c-flow-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform .3s ease-in-out;
  pointer-events: none
}

.c-flow-item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/about/ico-popup.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 35px
}

@media screen and (min-width: 768px), print {
  .c-flow-item {
    width: 300px;
    cursor: pointer
  }
  .c-flow-item:hover::after {
    transform: scale(0.92)
  }
}

@media(max-width: 767px) {
  .c-flow-item {
    margin-top: 16px
  }
}

.c-flow-order {
  display: block;
  border: 2px solid #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative
}

.c-flow-order::after {
  content: "";
  position: absolute;
  background: url(../img/products/semi/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .c-flow-order::after {
    width: 32px;
    height: 24px;
    right: 327px
  }
}

@media(max-width: 767px) {
  .c-flow-order::after {
    width: 15px;
    height: 11px;
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-order.semi::after {
    right: 280px
  }
}

@media(max-width: 767px) {
  .c-flow-order.full {
    line-height: 1.5
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-order.full::after {
    right: 240px
  }
}

@media screen and (min-width: 768px), print {
  .c-flow-order {
    width: 980px;
    margin: 30px auto 0 auto;
    padding: 64px 0 64px 328px;
    font-size: 22px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .c-flow-order {
    margin-top: 20px;
    text-align: center;
    padding: 44px 0;
    font-size: 15px;
    letter-spacing: .05em
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  display: none
}

@media screen and (min-width: 768px), print {
  .popup {
    height: 100vh;
    z-index: 20
  }
}

@media(max-width: 767px) {
  .popup {
    height: 100%;
    z-index: 22
  }
}

.popup.active {
  display: block
}

.popup-bg {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7)
}

.popup-inner {
  background: #fff;
  position: relative
}

@media screen and (min-width: 768px), print {
  .popup-inner {
    width: 1126px;
    margin: 120px auto
  }
}

@media(max-width: 767px) {
  .popup-inner {
    margin: 72px 30px 40px 30px
  }
}

.popup-close {
  position: absolute
}

@media screen and (min-width: 768px), print {
  .popup-close {
    width: 35px;
    top: -50px;
    right: -65px;
    cursor: pointer
  }
}

@media(max-width: 767px) {
  .popup-close {
    width: 24px;
    top: -50px;
    right: 0
  }
}

.popup-item {
  height: 100%;
  background: #c71e37
}

@media screen and (min-width: 768px), print {
  .popup-item {
    padding-bottom: 80px
  }
}

@media(max-width: 767px) {
  .popup-item {
    padding-bottom: 30px
  }
}

.popup-heading {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .popup-heading {
    padding: 99px 0
  }
}

@media(max-width: 767px) {
  .popup-heading {
    padding: 60px 0 55px;
    flex-direction: column
  }
}

.popup-heading-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .popup-heading-title {
    font-size: 28px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .popup-heading-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.popup-heading-subtitle {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .popup-heading-subtitle {
    font-size: 16px;
    letter-spacing: .06em;
    margin-left: 20px
  }
}

@media(max-width: 767px) {
  .popup-heading-subtitle {
    font-size: 15px;
    letter-spacing: .05em;
    margin-top: 5px
  }
}

.popup-step {
  background: #fff;
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .popup-step {
    padding: 50px 90px
  }
}

@media(max-width: 767px) {
  .popup-step {
    padding: 30px;
    flex-direction: column;
    justify-content: center
  }
}

.popup-step.gray {
  background: #eaeaea
}

@media screen and (min-width: 768px), print {
  .popup-step-num {
    width: 117px
  }
}

@media(max-width: 767px) {
  .popup-step-num {
    width: 95px
  }
}

.popup-step-title {
  background: #c71e37;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .popup-step-title {
    width: 210px;
    margin-left: 40px;
    font-size: 19px;
    padding: 9.5px 0
  }
}

@media(max-width: 767px) {
  .popup-step-title {
    width: 100%;
    padding: 12.5px 0;
    margin-top: 20px;
    font-size: 17px
  }
}

.popup-step-title small {
  display: block;
  margin-top: 5px
}

@media screen and (min-width: 768px), print {
  .popup-step-title small {
    font-size: 14px;
    white-space: nowrap
  }
}

@media(max-width: 767px) {
  .popup-step-title small {
    font-size: 13px
  }
}

.popup-step-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .popup-step-text {
    width: 542px;
    font-size: 16px;
    line-height: 30px;
    margin-left: 37px
  }
}

@media(max-width: 767px) {
  .popup-step-text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px
  }
}

.popup-step-text.indent {
  padding-left: 1em;
  text-indent: -1em
}

.popup-step-text .list {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0
}

.popup-step-text .notice {
  display: block;
  background: #fff;
  text-indent: 0;
  position: relative
}

.popup-step-text .notice::after {
  content: "â€»æ³¨1";
  position: absolute;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  white-space: nowrap
}

@media screen and (min-width: 768px), print {
  .popup-step-text .notice::after {
    font-size: 15px;
    width: 40px;
    top: 10px;
    left: 10px
  }
}

@media(max-width: 767px) {
  .popup-step-text .notice::after {
    width: 37px;
    font-size: 14px;
    top: 15px;
    left: 14px
  }
}

@media screen and (min-width: 768px), print {
  .popup-step-text .notice {
    margin: 15px 0 0 17px;
    padding: 10px 10px 10px 63px
  }
}

@media(max-width: 767px) {
  .popup-step-text .notice {
    margin-top: 28px;
    padding: 15px 15px 15px 61px
  }
}

.popup-button {
  position: relative;
  color: #fff;
  background: linear-gradient(35deg, #002867 0%, #005698 100%);
  padding: 23px 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .popup-button {
    font-size: 15px;
    display: block;
    text-align: center;
    width: 733px;
    margin: 70px auto 40px auto;
    overflow: hidden;
    z-index: 0
  }
  .popup-button:hover::after {
    width: 100%
  }
  .popup-button::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width .4s ease-in-out;
    background: linear-gradient(35deg, #005698 0%, #002867 100%);
    z-index: -1
  }
}

@media(max-width: 767px) {
  .popup-button {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 20px 30px 20px;
    text-align: center
  }
}

.popup-button-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px
}

@media(max-width: 767px) {
  .popup-button-arrow {
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .popup-button-arrow {
    right: 25px
  }
}

.popup-nav {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .popup-nav {
    justify-content: space-between;
    width: 682px;
    margin: 40px auto 0 auto
  }
}

@media(max-width: 767px) {
  .popup-nav {
    justify-content: center;
    margin: 15px 20px 0 20px;
    flex-direction: column
  }
}

.popup-nav-item {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .popup-nav-item {
    cursor: pointer;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .popup-nav-item {
    width: 183px;
    justify-content: center;
    position: relative
  }
}

.popup-nav-item .text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  overflow: hidden
}

.popup-nav-item .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: -100%
}

.popup-nav-item .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0
}

@media screen and (min-width: 768px), print {
  .popup-nav-item .text {
    display: inline-block;
    font-size: 15px;
    padding-bottom: 6.5px
  }
  .popup-nav-item .text:hover::after {
    -webkit-animation: toLeft .6s 1;
    animation: toLeft .6s 1;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  .popup-nav-item .text:hover::before {
    -webkit-animation: toRight 1s 1;
    animation: toRight 1s 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
}

@media(max-width: 767px) {
  .popup-nav-item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 5.5px;
    margin-top: 15px
  }
}

.popup-nav-item .arrow {
  width: 15px;
  transition: transform .3s ease-in-out
}

@media(max-width: 767px) {
  .popup-nav-item .arrow {
    display: block;
    padding-top: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width: 768px), print {
  .popup-nav-item:nth-of-type(1):hover .arrow {
    transform: translateX(-10px)
  }
}

@media screen and (min-width: 768px), print {
  .popup-nav-item:nth-of-type(1) .text {
    margin-left: 10px
  }
}

@media(max-width: 767px) {
  .popup-nav-item:nth-of-type(1) .arrow {
    left: 0
  }
}

@media screen and (min-width: 768px), print {
  .popup-nav-item:nth-of-type(3):hover .arrow {
    transform: translateX(10px)
  }
}

@media screen and (min-width: 768px), print {
  .popup-nav-item:nth-of-type(3) .text {
    margin-right: 10px
  }
}

@media(max-width: 767px) {
  .popup-nav-item:nth-of-type(3) .arrow {
    right: 0
  }
}

.popup-nav-close {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  text-align: center;
  display: block;
  border: 2px solid #fff
}

@media screen and (min-width: 768px), print {
  .popup-nav-close {
    width: 240px;
    font-size: 15px;
    padding: 10px 0;
    cursor: pointer
  }
}

@media(max-width: 767px) {
  .popup-nav-close {
    font-size: 14px;
    padding: 12px 0;
    margin-top: 35px;
    width: 100%
  }
}

@-webkit-keyframes is-hide-sliderSquarePc {
  0% {
    width: 100%;
    opacity: .3
  }
  99% {
    opacity: .3
  }
  100% {
    opacity: 0;
    width: 0
  }
}

@keyframes is-hide-sliderSquarePc {
  0% {
    width: 100%;
    opacity: .3
  }
  99% {
    opacity: .3
  }
  100% {
    opacity: 0;
    width: 0
  }
}

@-webkit-keyframes is-hide-sliderSquareSp {
  0% {
    height: 100%;
    opacity: .3
  }
  99% {
    opacity: .3
  }
  100% {
    opacity: 0;
    height: 0
  }
}

@keyframes is-hide-sliderSquareSp {
  0% {
    height: 100%;
    opacity: .3
  }
  99% {
    opacity: .3
  }
  100% {
    opacity: 0;
    height: 0
  }
}

@-webkit-keyframes is-hide-squarePc {
  0% {
    width: 100%
  }
  100% {
    width: 0
  }
}

@keyframes is-hide-squarePc {
  0% {
    width: 100%
  }
  100% {
    width: 0
  }
}

@-webkit-keyframes is-hide-squareSp {
  0% {
    height: 100%
  }
  100% {
    height: 0
  }
}

@keyframes is-hide-squareSp {
  0% {
    height: 100%
  }
  100% {
    height: 0
  }
}

@-webkit-keyframes is-hide-img {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes is-hide-img {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes is-hide-img02 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes is-hide-img02 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes passingBar {
  0% {
    left: 0;
    width: 0
  }
  50% {
    left: 0;
    width: 100%
  }
  51% {
    left: 0;
    width: 100%
  }
  100% {
    left: 100%;
    width: 0
  }
}

@keyframes passingBar {
  0% {
    left: 0;
    width: 0
  }
  50% {
    left: 0;
    width: 100%
  }
  51% {
    left: 0;
    width: 100%
  }
  100% {
    left: 100%;
    width: 0
  }
}

@-webkit-keyframes passingBarTate {
  0% {
    top: 0;
    height: 0
  }
  50% {
    top: 0;
    height: 100%
  }
  51% {
    top: 0;
    height: 100%
  }
  100% {
    top: 100%;
    height: 0
  }
}

@keyframes passingBarTate {
  0% {
    top: 0;
    height: 0
  }
  50% {
    top: 0;
    height: 100%
  }
  51% {
    top: 0;
    height: 100%
  }
  100% {
    top: 100%;
    height: 0
  }
}

@-webkit-keyframes passingTxt {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes passingTxt {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes toRight {
  0% {
    left: 0%
  }
  100% {
    left: 100%
  }
}

@keyframes toRight {
  0% {
    left: 0%
  }
  100% {
    left: 100%
  }
}

@-webkit-keyframes toLeft {
  0% {
    left: -100%
  }
  100% {
    left: 0
  }
}

@keyframes toLeft {
  0% {
    left: -100%
  }
  100% {
    left: 0
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes slideInSp {
  0% {
    opacity: 0;
    right: -100%
  }
  100% {
    opacity: 1;
    right: 0
  }
}

@keyframes slideInSp {
  0% {
    opacity: 0;
    right: -100%
  }
  100% {
    opacity: 1;
    right: 0
  }
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(0)
  }
}

@-webkit-keyframes slideDownSp {
  0% {
    top: -72px
  }
  100% {
    top: 0
  }
}

@keyframes slideDownSp {
  0% {
    top: -72px
  }
  100% {
    top: 0
  }
}

@-webkit-keyframes SVG-anim01 {
  0% {
    stroke-dashoffset: 2000
  }
  100% {
    stroke-dashoffset: 0
  }
}

@keyframes SVG-anim01 {
  0% {
    stroke-dashoffset: 2000
  }
  100% {
    stroke-dashoffset: 0
  }
}

@-webkit-keyframes SVG-anim02 {
  0% {
    stroke-dashoffset: 2000
  }
  100% {
    stroke-dashoffset: 500
  }
}

@keyframes SVG-anim02 {
  0% {
    stroke-dashoffset: 2000
  }
  100% {
    stroke-dashoffset: 500
  }
}

@-webkit-keyframes rcSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes rcSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fvTitle {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(0)
  }
}

@keyframes fvTitle {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(0)
  }
}

@-webkit-keyframes fvBg {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

@keyframes fvBg {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

.footer {
  background: #fff;
  position: relative
}

@media screen and (min-width: 768px), print {
  .footer {
    padding: 160px 0
  }
}

@media(max-width: 767px) {
  .footer {
    padding: 80px 30px 30px 30px
  }
}

@media screen and (min-width: 768px), print {
  .footer-inner {
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (min-width: 768px), print {
  .footer-left {
    width: 471px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
}

.footer-logo {
  display: block;
  width: 164px
}

@media(max-width: 767px) {
  .footer-logo {
    margin: 0 auto
  }
}

@media(max-width: 767px) {
  .footer-info {
    margin-top: 61px
  }
}

.footer-info-company {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .12em
}

@media screen and (min-width: 768px), print {
  .footer-info-company {
    font-size: 19px
  }
}

@media(max-width: 767px) {
  .footer-info-company {
    font-size: 18px
  }
}

.footer-info-address {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .footer-info-address {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px
  }
}

@media(max-width: 767px) {
  .footer-info-address {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px
  }
}

.footer-info-contact {
  margin-top: 15px
}

.footer-info-contact .hover-color {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: .05em;
  color: #c71e37
}

.footer-info-contact .hover-color small {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: .08em;
  display: inline-block;
  margin-right: 4px
}

.footer-right {
  display: flex;
  align-items: flex-start
}

@media screen and (min-width: 768px), print {
  .footer-right {
    width: 434px;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .footer-right {
    margin-top: 70px;
    justify-content: center
  }
}

@media(max-width: 767px) {
  .footer-list+.footer-list {
    margin-left: 51px
  }
}

@media screen and (min-width: 768px), print {
  .footer-item+.footer-item {
    margin-top: 30px
  }
}

@media(max-width: 767px) {
  .footer-item+.footer-item {
    margin-top: 42px
  }
}

.footer-item a {
  display: block;
  color: #c71e37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .footer-item a {
    font-size: 16px;
    line-height: 28px
  }
}

@media(max-width: 767px) {
  .footer-item a {
    font-size: 15px;
    line-height: 22px
  }
}

.footer-item.type02 {
  border-left: 2px solid #c71e37
}

@media screen and (min-width: 768px), print {
  .footer-item.type02 {
    margin: 32.5px 0 43px;
    padding-left: 28.5px
  }
}

@media(max-width: 767px) {
  .footer-item.type02 {
    margin: 38.5px 0 30px;
    padding-left: 20.5px
  }
}

.footer-item.type02 a+a {
  margin-top: 15px
}

@media(max-width: 767px) {
  .footer-item.type02 a+a {
    margin-top: 25px
  }
}

@media(max-width: 767px) {
  .footer-item.type03 {
    margin-top: 40px
  }
}

@media(max-width: 767px) {
  .footer-item.type04 {
    margin-top: 20px
  }
}

.footer-copyright {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .footer-copyright {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px
  }
}

@media(max-width: 767px) {
  .footer-copyright {
    margin-top: 80px;
    text-align: center;
    font-size: 13px
  }
}

@media(max-width: 767px) {
  .footer .nav-contact {
    margin: 2.875em 0 0
  }
}

.header {
  opacity: 0;
  position: fixed;
  background: #fff;
  z-index: 10;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .header.active {
    transform: translateY(0);
    opacity: 1
  }
}

@media(max-width: 767px) {
  .header.active {
    top: 0;
    opacity: 1
  }
}

@media screen and (min-width: 768px), print {
  .header {
    transform: translateY(-100%);
    min-width: 1250px;
    z-index: 6;
    top: 0;
    padding: 20px 20px 20px 6px;
    transition: opacity .3s ease-in-out, transform .6s ease-in-out
  }
}

@media(max-width: 767px) {
  .header {
    top: -100%;
    z-index: 21;
    padding: 0 16px 0 0;
    transition: opacity .3s ease-in-out, top 1s ease-in-out
  }
}

@media screen and (min-width: 768px), print {
  .header-logo {
    width: 250px;
  }
}

@media(max-width: 767px) {
  .header-logo {
    width: 210px;
    margin: 20px 0 20px 20px 
  }
}

@media screen and (min-width: 768px), print {
  .header-list {
    width: 850px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media screen and (min-width: 768px), print {
  .header-item {
    display: block;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .11em;
    color: #c71e37
  }
}

@media screen and (min-width: 768px), print {
  .header-sns {
    width: 20px
  }
}

@media screen and (min-width: 768px), print {
  .header-sns__item {
    width: 20px
  }
  .contact-sns__item {
    width: 50px
  }
}

@media screen and (min-width: 768px), print {
  .header-sns__item+.header-sns__item {
    margin-top: 12px
  }
}

@media(max-width: 767px) {
  .header-button {
    width: 34px;
    height: 18px;
    position: relative
  }
}

.header-button.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg)
}

.header-button.active span:nth-of-type(2) {
  opacity: 0
}

.header-button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg)
}

.header-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #c71e37;
  transition: transform .3s ease, opacity .3s ease
}

.header-button span:nth-of-type(1) {
  top: 0;
  left: 0
}

.header-button span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.header-button span:nth-of-type(3) {
  bottom: 0;
  left: 0
}

@media screen and (min-width: 768px), print {
  .header-contact {
  }
}

@media screen and (min-width: 768px), print {
  .header-contact-tel {
    display: flex;
    align-items: flex-end;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    letter-spacing: .08em;
    font-size: 22px;
    white-space: nowrap;
    color: #c71e37;
    margin-bottom: 5px
  }
}

@media screen and (min-width: 768px), print {
  .header-contact-tel small {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px
  }
}

@media screen and (min-width: 768px), print {
  .header-contact-button {
    color: #fff;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .14em;
    font-size: 13px;
    padding: 10px 0
  }
}

@media(max-width: 767px) {
  .nav {
    top: 0;
    height: 100%;
    position: fixed;
    left: 100%;
    z-index: 10;
    width: 100%;
    padding-top: 71px;
    overflow-y: scroll;
    background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
    background-size: 100% 100%;
    padding-bottom: 100px;
    transition: left .3s ease-in-out
  }
  .nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 72px;
    background: #fff;
    top: 0;
    left: 0
  }
}

@media(max-width: 767px) {
  .nav.active {
    left: 0
  }
}

@media(max-width: 767px) {
  .nav-contact {
    padding: 1.875rem 20px;
    background: #fff
  }
}

@media(max-width: 767px) {
  .nav-contact-tel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    letter-spacing: .08em;
    font-size: 6.667vw;
    white-space: nowrap;
    color: #c71e37;
    margin-bottom: 13px
  }
}

@media screen and (min-width: 768px), print {
  .nav-contact-tel small {
    font-size: 4.533vw;
    display: inline-block;
    margin-right: 7px
  }
}

@media(max-width: 767px) {
  .nav-contact-button {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0
  }
  .nav-contact-button .eng {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 5.333vw;
    letter-spacing: .07em
  }
  .nav-contact-button .ja {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.467vw;
    letter-spacing: .06em;
    display: inline-block;
    margin-left: 8px
  }
}

@media(max-width: 767px) {
  .nav-inner {
    padding: 3.438em 0;
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}

@media(max-width: 767px) {
  .nav-item+.nav-item {
    margin-top: 42px
  }
}

.nav-item a {
  display: block;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .1em
}

@media(max-width: 767px) {
  .nav-item a {
    font-size: 4vw;
    line-height: 22px
  }
}

.nav-item.type02 {
  border-left: 2px solid #fff
}

@media(max-width: 767px) {
  .nav-item.type02 {
    margin: 38.5px 0 30px;
    padding-left: 20.5px
  }
}

@media(max-width: 767px) {
  .nav-item.type02 a+a {
    margin-top: 25px
  }
}

@media(max-width: 767px) {
  .nav-item.type03 {
    margin-top: 40px
  }
}

.nav-link {
  width: 315px;
  margin: 0 auto 24px
}

@media screen and (min-width: 768px), print {
  .nav-link {
    display: none
  }
}

@media(max-width: 767px) {
  .nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 1.125rem 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 3.733vw;
    color: #fff
  }
  .nav-button svg{
    width: 18px;
    margin-left: 5px;
  }
}

@media(max-width: 767px) {
  .nav-button picture {
    display: block;
    width: 10px;
    margin-left: .906rem
  }
}

.nav02 {
  position: absolute;
  left: 0;
  width: 100%;
  transition: top .5s ease-in-out, visibility .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .nav02 {
    top: -101px;
    z-index: 7
  }
}

@media(max-width: 767px) {
  .nav02 {
    top: -71px;
    z-index: 25
  }
}

.nav02.is-show {
  -webkit-animation: navDown 1s forwards;
  animation: navDown 1s forwards
}

.nav02-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .nav02-header {
    z-index: 6;
    padding: 0 50px
  }
}

@media(max-width: 767px) {
  .nav02-header {
    z-index: 6;
    padding: 0 20px 0 0
  }
}

@media screen and (min-width: 768px), print {
  .nav02-header-logo {
    width: 296px
  }
}

@media(max-width: 767px) {
  .nav02-header-logo {
    width: 210px;
    margin: 20px 0 20px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .nav02-header-list {
    width: 720px;
    display: flex;
    justify-content: space-around;
    align-items: center
  }
}

@media screen and (min-width: 768px), print {
  .nav02-header-item {
    display: block;
    color: #c71e37;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .11em
  }
}

@media screen and (min-width: 768px), print {
  .nav02-header-sns {
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .nav02-header-sns__item {
    width: 20px
  }
}

@media(max-width: 767px) {
  .nav02-header-button {
    width: 34px;
    height: 18px;
    position: relative
  }
}

.nav02-header-button.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg)
}

.nav02-header-button.active span:nth-of-type(2) {
  opacity: 0
}

.nav02-header-button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg)
}

.nav02-header-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #c71e37
}

.nav02-header-button span:nth-of-type(1) {
  top: 0;
  left: 0
}

.nav02-header-button span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.nav02-header-button span:nth-of-type(3) {
  bottom: 0;
  left: 0
}

@media screen and (min-width: 768px), print {
  @-webkit-keyframes navDown {
    0% {
      top: -101px
    }
    100% {
      top: 19px
    }
  }
  @keyframes navDown {
    0% {
      top: -101px
    }
    100% {
      top: 19px
    }
  }
}

@media(max-width: 767px) {
  @-webkit-keyframes navDown {
    0% {
      top: -71px
    }
    100% {
      top: 0px
    }
  }
  @keyframes navDown {
    0% {
      top: -71px
    }
    100% {
      top: 0px
    }
  }
}

.wrapper.home .header {
  position: fixed;
  left: 0
}

@media screen and (min-width: 768px), print {
  .wrapper.home .header {
    top: 0;
    transition: opacity .3s ease-in-out, transform .6s ease-in-out
  }
}

@media(max-width: 767px) {
  .wrapper.home .header {
    top: -100%;
    transition: opacity .3s ease-in-out, top 1s ease-in-out
  }
}

@media screen and (min-width: 768px), print {
  .wrapper.home .header.active {
    transform: translateY(0);
    opacity: 1
  }
}

@media(max-width: 767px) {
  .wrapper.home .header.active {
    top: 0;
    opacity: 1
  }
}

.wrapper.home .nav02 {
  display: none
}

.wrapper.home .c-gradient {
  width: 0
}

.wrapper.home .c-gradient.active {
  -webkit-animation: fvBg 1s ease-in-out forwards;
  animation: fvBg 1s ease-in-out forwards
}

.wrapper.home .c-whiteBg.hide {
  display: none
}

.home {
  position: relative
}

.home .splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  pointer-events: none;
  transition: opacity .5s ease-in-out
}

.home .splash.hide {
  opacity: 0
}

.home .splash-video-wrapper {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px), print {
  .home .splash-video-wrapper {
    width: 13%
  }
}

@media(max-width: 767px) {
  .home .splash-video-wrapper {
    width: 180px;
    height: 178px
  }
}

.home .splash-video {
  width: 100%;
  filter: drop-shadow(0px 0px #ffffff)
}

.home .fv {
  position: relative
}

@media screen and (min-width: 768px), print {
  .home .fv {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end
  }
}

@media(max-width: 767px) {
  .home .fv {
    padding: 0 0 160px 27px
  }
}

.home .fv-list {
  position: relative;
  opacity: 0
}

.home .fv-list.show {
  -webkit-animation: is-hide-img 1s ease-in-out forwards;
  animation: is-hide-img 1s ease-in-out forwards
}

@media screen and (min-width: 768px), print {
  .home .fv-list {
    width: 95%;
    height: calc(100vh + 82px)
  }
}

@media(max-width: 767px) {
  .home .fv-list {
    height: 100vh
  }
}

.home .fv-item, .home .fv-item-wrap {
  height: 100%
}

.home .fv-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.home .fv-item-inner {
  position: absolute
}

@media screen and (min-width: 768px), print {
  .home .fv-item-inner {
    width: 25%;
    height: 100%;
    top: 0
  }
}

.home .fv-item-inner img {
  -o-object-fit: unset;
  object-fit: unset
}

@media screen and (min-width: 768px), print {
  .home .fv-item-inner:nth-of-type(1) {
    right: 75%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-inner:nth-of-type(2) {
    right: 50%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-inner:nth-of-type(3) {
    right: 25%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-inner:nth-of-type(4) {
    right: 0%
  }
}

.home .fv-item.active {
  z-index: 2
}

@media screen and (min-width: 768px), print {
  .home .fv-item.active .fv-item-wrap .square {
    -webkit-animation: is-hide-sliderSquarePc 1s ease forwards;
    animation: is-hide-sliderSquarePc 1s ease forwards
  }
}

@media(max-width: 767px) {
  .home .fv-item.active .fv-item-wrap .square {
    -webkit-animation: is-hide-sliderSquareSp 1.3s ease forwards;
    animation: is-hide-sliderSquareSp 1.3s ease forwards
  }
}

.home .fv-item.next {
  z-index: 1
}

.home .fv-item-wrap {
  position: absolute;
  overflow: hidden;
  background-color: #f2f2f2
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap {
    top: 0;
    width: 25%;
    height: 100%
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap {
    left: 0;
    width: 100%;
    height: 25%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap:nth-of-type(1) {
    left: 0
  }
  .home .fv-item-wrap:nth-of-type(1) picture {
    left: 0
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap:nth-of-type(1) {
    top: 0
  }
  .home .fv-item-wrap:nth-of-type(1) picture {
    top: 0
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap:nth-of-type(2) {
    left: 25%
  }
  .home .fv-item-wrap:nth-of-type(2) picture {
    left: -100%
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap:nth-of-type(2) {
    top: 25%
  }
  .home .fv-item-wrap:nth-of-type(2) picture {
    top: -100%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap:nth-of-type(3) {
    left: 50%
  }
  .home .fv-item-wrap:nth-of-type(3) picture {
    left: -200%
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap:nth-of-type(3) {
    top: 50%
  }
  .home .fv-item-wrap:nth-of-type(3) picture {
    top: -200%
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap:nth-of-type(4) {
    right: 0
  }
  .home .fv-item-wrap:nth-of-type(4) picture {
    left: -300%
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap:nth-of-type(4) {
    bottom: 0
  }
  .home .fv-item-wrap:nth-of-type(4) picture {
    top: -300%
  }
}

.home .fv-item-wrap picture {
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-width: unset !important;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap picture {
    top: 0;
    width: 400%;
    height: 100%;
  }

}

@media(max-width: 767px) {
  .home .fv-item-wrap picture {
    left: 0;
    width: 100%;
    height: 402%
  }
}

.home .fv-item-wrap span {
  display: block;
  background: #000;
  position: absolute;
  z-index: 2
}

@media screen and (min-width: 768px), print {
  .home .fv-item-wrap span {
    width: 0%;
    height: 100%;
    right: -2px;
    top: 0;
    transition: width .5s ease-in-out
  }
}

@media(max-width: 767px) {
  .home .fv-item-wrap span {
    width: 100%;
    height: 0%;
    right: 0;
    bottom: -5px;
    transition: height .6 ease-in-out
  }
}

.home .fv-title {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: flex-end
}

@media screen and (min-width: 768px), print {
  .home .fv-title {
    width: 380px;
    bottom: 14%;
    left: 2%;
  }
}

@media(max-width: 767px) {
  .home .fv-title {
    width: 148px;
    top: 43.4%;
    justify-self: center;
  }
}

.home .fv-title.show .fv-title-box picture {
  -webkit-animation: fvTitle .6s forwards;
  animation: fvTitle .6s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.16, 0.5, 0.43, 1);
  animation-timing-function: cubic-bezier(0.16, 0.5, 0.43, 1)
}

.home .fv-title.show .box01 picture {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.home .fv-title.show .box02 picture {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.home .fv-title.show .box03 picture {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.home .fv-title.show .box04 picture {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.home .fv-title.show .box05 picture {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.home .fv-title.show .box06 picture {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.home .fv-title.show .box07 picture {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.home .fv-title-box {
  display: block;
  overflow: hidden
}

.home .fv-title-box picture {
  display: block;
  transform: translateX(100%)
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box01 {
    width: 81px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box01 {
    width: 41px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box02 {
    width: 82px;
    margin-left: 15px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box02 {
    width: 43px;
    margin-left: 6px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box03 {
    width: 60px;
    margin-left: 18px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box03 {
    width: 36px;
    margin-left: 10px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box04 {
    width: 55px;
    margin-left: 14px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box04 {
    width: 36px;
    margin-left: 14px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box05 {
    width: 56px;
    margin-left: 13px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box05 {
    width: 36px;
    margin-left: 7px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box06 {
    width: 56px;
    margin-left: 13px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box06 {
    width: 35px;
    margin-left: 8px
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-title .box07 {
    width: 67px;
    margin-left: 26px
  }
}

@media(max-width: 767px) {
  .home .fv-title .box07 {
    width: 34px;
    margin-left: 13px
  }
}

.home .fv-contact {
  z-index: 5;
  opacity: 0;
}

.home .fv-contact.show {
  -webkit-animation: slideInSp 1s ease-in-out forwards;
  animation: slideInSp 1s ease-in-out forwards
}

@media screen and (min-width: 768px), print {
  .home .fv-contact {
    width: 256px;
    top: auto;
    bottom: 102px;
    transform: translateX(100%)
  }
  .home .fv-contact.show {
    -webkit-animation: slideIn .6s ease-in-out forwards;
    animation: slideIn .6s ease-in-out forwards
  }
}

@media(max-width: 767px) {
  .home .fv-contact {
    right: -100%
  }
}

.home .fv-contact .c-contact-tel {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  transform: translateX(0);
  opacity: 1
}

.home .fv-contact .c-contact-btn {
  margin-top: 8px;
  transform: translateX(0);
  opacity: 1
}
.contact-sns{
  margin-top: 8px;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
.contact-sns svg{
  width: 50px;
  height: 50px;
}
@media(max-width: 767px) {
  .contact-sns{
    margin-top: 13px;
    width: 100%;
  }
}


.home .fv-header {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .home .fv-header {
    z-index: 6;
    top: 19px;
    padding: 0 50px 0 80px;
    transform: translateY(-200%)
  }
  .home .fv-header.show {
    -webkit-animation: slideDown 1s ease forwards;
    animation: slideDown 1s ease forwards
  }
}

@media(max-width: 767px) {
  .home .fv-header {
    z-index: 20;
    padding: 0 20px 0 25px;
    top: -72px
  }
  .home .fv-header.show {
    -webkit-animation: slideDownSp 1s ease forwards;
    animation: slideDownSp 1s ease forwards
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-header-logo {
    width: 400px
  }
}

@media(max-width: 767px) {
  .home .fv-header-logo {
    width: 250px;
    margin: 20px 0 20px 20px;
  }
}

.home .fv-header-logo.active .js-logo-color {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  margin: 20px 0 20px 20px;
}

.home .fv-header-logo.active picture:nth-of-type(2) {
  opacity: 0
}

.home .fv-header-logo .js-logo-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  opacity: 0;
  z-index: 0
}

.home .fv-header-logo picture:nth-of-type(2) {
  position: relative;
  display: block;
  z-index: 1;
  transition: opacity .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .home .fv-header-list {
    width: 720px;
    display: flex;
    justify-content: space-around;
    align-items: center
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-header-item {
    display: block;
    /* color: #fff; */
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .11em
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-header-sns {
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-header-sns__item {
    width: 18px
  }
}

@media(max-width: 767px) {
  .home .fv-header-button {
    width: 34px;
    height: 18px;
    position: relative
  }
}

.home .fv-header-button.active span {
  background-color: #c71e37
}

.home .fv-header-button.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg)
}

.home .fv-header-button.active span:nth-of-type(2) {
  opacity: 0
}

.home .fv-header-button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg)
}

.home .fv-header-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: background-color .3s ease-in-out
}

.home .fv-header-button span:nth-of-type(1) {
  top: 0;
  left: 0
}

.home .fv-header-button span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.home .fv-header-button span:nth-of-type(3) {
  bottom: 0;
  left: 0
}

.home .fv-pickup {
  opacity: 0;
  margin: 50px auto 0 auto;
}

@media screen and (min-width: 768px), print {
  .home .fv-news {
    display: flex
  }
}

.home .fv-pickup.show {
  -webkit-animation: is-hide-img 1s ease-in-out forwards;
  animation: is-hide-img 1s ease-in-out forwards
}

@media screen and (min-width: 768px), print {
  .home .fv-news-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .home .fv-news {
    bottom: 140px;
    left: 10%
  }
}

@media(max-width: 767px) {
  .home .fv-news {
    bottom: 90px;
    left: 30px
  }
}

.home .fv-news-title {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff
}

.home .fv-news-title:nth-child(n+2) {
  display: none
}

@media screen and (min-width: 768px), print {
  .home .fv-news-title {
    width: 255px;
    font-size: 17px
  }
}

@media(max-width: 767px) {
  .home .fv-news-title {
    width: 167px;
    font-size: 16px
  }
}

.home .fv-news-item {
  display: flex;
  align-items: center;
  color: #fff
}

.home .fv-news-item:nth-child(n+3) {
  display: none
}

@media screen and (min-width: 768px), print {
  .home .fv-news-item {
    margin-left: 70px
  }
}

@media(max-width: 767px) {
  .home .fv-news-item {
    margin-top: 18px;
    justify-content: space-between
  }
}

.home .fv-news-item time {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .home .fv-news-item time {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .home .fv-news-item time {
    font-size: 16px
  }
}

.home .fv-news-item__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 26px
}

@media screen and (min-width: 768px), print {
  .home .fv-news-item__title {
    font-size: 15px;
    margin-left: 35px
  }
}

@media(max-width: 767px) {
  .home .fv-news-item__title {
    font-size: 14px;
    width: calc(100% - 110px);
    padding-right: 30px
  }
}

.home .philosophy {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .home .philosophy {
    padding: 140px 0 130px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
  }
}

@media(max-width: 767px) {
  .home .philosophy {
    padding: 95px 0 90px
  }
}

@media screen and (min-width: 768px), print {
  .home .philosophy-wrapper {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: flex-end
  }
}

.home .philosophy-inner {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 768px), print {
  .home .philosophy-inner {
    width: 623px;
    margin-right: 120px;
    align-items: center
  }
}

@media(max-width: 767px) {
  .home .philosophy-inner {
    padding-right: 20px;
    align-items: flex-start
  }
}

@media screen and (min-width: 768px), print {
  .home .philosophy-img {
    width: 43%;
    height: 940px
  }
}

@media(max-width: 767px) {
  .home .philosophy-img {
    margin-top: 90px
  }
}

.home .philosophy-eng {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  writing-mode: vertical-lr
}

@media(max-width: 767px) {
  .home .philosophy-eng {
    margin-left: -13px
  }
}

@media screen and (min-width: 768px), print {
  .home .philosophy-eng-item {
    font-size: 104px
  }
}

@media(max-width: 767px) {
  .home .philosophy-eng-item {
    font-size: 72px
  }
}

@media screen and (min-width: 768px), print {
  .home .philosophy-title {
    padding-bottom: 23px;
    border-bottom: 5px solid #c71e37
  }
}

@media(max-width: 767px) {
  .home .philosophy-title {
    width: 266px;
    padding-bottom: 15px;
    border-bottom: 4px solid #c71e37
  }
}

.home .philosophy-title-item {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em
}

@media screen and (min-width: 768px), print {
  .home .philosophy-title-item {
    font-size: 52px;
    line-height: 80px
  }
}

@media(max-width: 767px) {
  .home .philosophy-title-item {
    font-size: 30px;
    line-height: 48px
  }
}

.home .philosophy-title-item .num {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .home .philosophy-title-item .num {
    font-size: 62px
  }
}

@media(max-width: 767px) {
  .home .philosophy-title-item .num {
    font-size: 38px
  }
}

.home .philosophy-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .home .philosophy-text {
    font-size: 17px;
    line-height: 46px;
    margin-top: 54px
  }
}

@media(max-width: 767px) {
  .home .philosophy-text {
    font-size: 16px;
    line-height: 38px;
    margin-top: 40px
  }
}

.home .products {
  position: relative
}

@media screen and (min-width: 768px), print {
  .home .products {
    margin-top: 130px;
    padding-bottom: 367px
  }
}

@media(max-width: 767px) {
  .home .products {
    margin-top: 70px;
    padding-bottom: 116px
  }
}

.home .products-img {
  position: relative;
  z-index: 0
}

@media screen and (min-width: 768px), print {
  .home .products-img {
    width: 94%;
    height: 696px
  }
}

@media(max-width: 767px) {
  .home .products-img {
    margin-right: 30px;
    height: 260px
  }
}

.home .products-inner {
  display: flex;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .home .products-inner {
    width: 640px;
    position: absolute;
    bottom: 125px;
    left: 15%;
    align-items: flex-start;
    width: 64%;
  }
}

@media(max-width: 767px) {
  .home .products-inner {
    margin: 0 25px;
    justify-content: space-between;
    position: relative;
    top: -10px
  }
}

.home .products-inner-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .5em;
  padding: 10px;
  color: #000;
}

@media screen and (min-width: 768px), print {
  .home .products-inner-title {
    font-size: 40px
  }
}

@media(max-width: 767px) {
  .home .products-inner-title {
    font-size: 24px
  }
}

@media screen and (min-width: 768px), print {
  .home .products-box {
    margin-left: 130px;
    margin-top: -20px
  }
}

@media(max-width: 767px) {
  .home .products-box {
    margin-top: -10px
  }
}

.home .products-eng {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@media screen and (min-width: 768px), print {
  .home .products-eng {
    font-size: 104px
  }
}

@media(max-width: 767px) {
  .home .products-eng {
    font-size: 46px
  }
}

.home .products-eng span {
  letter-spacing: .12em
}

.home .products-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .home .products-text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .home .products-text {
    font-size: 14px;
    line-height: 28px;
    width: 255px;
    margin-top: 29px
  }
}

.home .products-bg {
  position: absolute;
  background: #fff
}

@media screen and (min-width: 768px), print {
  .home .products-bg {
    width: 94%;
    height: 400px;
    right: 0;
    bottom: 0;
    width: 82%;
    height: 650px;
  }
}

@media(max-width: 767px) {
  .home .products-bg {
    width: 100%;
    height: 248px;
    bottom: 25px;
    left: 0
  }
}

@media screen and (min-width: 768px), print {
  .home .philosophy-button,
    .home .products-button {
      margin-top: 60px
  }
}

@media(max-width: 767px) {
  .home .philosophy-button {
    position: static;
    margin: 40px 0 0 0;
  }
  .home .products-button {
    position: absolute;
    right: 32px;
    bottom: 61px
  }
}

.home .company {
  position: relative
}

@media screen and (min-width: 768px), print {
  .home .company {
    margin-top: 151px;
    width: 87.4%;
    max-width: 1470px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .home .company {
    padding: 80px 25px 126px 25px
  }
}

@media screen and (min-width: 768px), print {
  .home .company-img {
    width: calc(100% - 700px);
    height: 847px
  }
}

@media(max-width: 767px) {
  .home .company-img {
    width: calc(100% + 50px);
    margin-top: 40px;
    margin-left: -25px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
  }
}

@media(max-width: 767px) {
  .home .company-img picture {
    display: block;
    width: 84%
  }
}

@media screen and (min-width: 768px), print {
  .home .company-inner {
    width: 524px
  }
}

.home .company-eng01 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .home .company-eng01 {
    font-size: 120px
  }
}

@media(max-width: 767px) {
  .home .company-eng01 {
    font-size: 78px
  }
}

.home .company-eng02 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #FFF;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (min-width: 768px), print {
  .home .company-eng02 {
    font-size: 80px;
    margin-top: -10px
  }
}

@media(max-width: 767px) {
  .home .company-eng02 {
    font-size: 44px;
    margin-top: -10px
  }
}

.home .company-title {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .18em
}

@media screen and (min-width: 768px), print {
  .home .company-title {
    font-size: 28px;
    margin-top: 10px;
    padding-left: 5px
  }
}

@media(max-width: 767px) {
  .home .company-title {
    font-size: 17px;
    margin: 10px 0 0 5px
  }
}

.home .company-text {
  color: #fff;
  letter-spacing: .05em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .home .company-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .home .company-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 45px
  }
}
.home .pickup-button {
  display: flex;
  align-items: center;
  width: 100%;
  position: static;
}

@media screen and (min-width: 768px), print {
  .home .pickup-button {
    justify-content: flex-end;
    margin: 10px 0 20px 0;    
  }

  .home .company-button {
    margin-top: 61px
  }
}

@media(max-width: 767px) {
  .home .pickup-button {
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  .home .company-button {
    position: absolute;
    bottom: 70px;
    right: 30px
  }
}

.home .pickup-button span,
.home .company-button span {
  color: #fff
}

.home .pickup-button span::before, .home .pickup-button span::after,
  .home .company-button span::before, .home .company-button span::after {
    background: #fff
}

@media screen and (min-width: 768px), print {
  .home .about {
    display: flex;
    justify-content: space-between
  }
}

.home .about-eng {
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .04em;
  color: #d1d1d1;
  opacity: .3
}

@media screen and (min-width: 768px), print {
  .home .about-eng {
    top: 40%;
    transform: rotate(90deg) translateY(-50%);
    left: -275px;
    font-size: 76px
  }
}

@media(max-width: 767px) {
  .home .about-eng {
    top: 40%;
    transform: rotate(90deg) translateY(-50%);
    right: -135px;
    font-size: 62px
  }
}

.home .about-eng .bigger {
  display: inline-block
}

@media screen and (min-width: 768px), print {
  .home .about-eng .bigger {
    font-size: 102px;
    margin-left: 10px
  }
}

@media(max-width: 767px) {
  .home .about-eng .bigger {
    font-size: 64px;
    margin-left: 8px
  }
}

.home .about-inner {
  position: relative
}

@media screen and (min-width: 768px), print {
  .home .about-inner {
    width: 50%;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media(max-width: 767px) {
  .home .about-inner {
    padding: 80px 0 70px 40px
  }
}

.home .about-inner:nth-of-type(1) {
  background: #fff
}

.home .about-inner:nth-of-type(2) {
  background: linear-gradient(45deg, #c71e37 0%, #106db4 100%);
  color: #fff
}

@media screen and (min-width: 768px), print {
  .home .about-inner:nth-of-type(2) .about-eng {
    font-size: 106px;
    letter-spacing: .1em
  }
}

@media(max-width: 767px) {
  .home .about-inner:nth-of-type(2) .about-eng {
    right: -82px
  }
}

.home .about-inner:nth-of-type(2) .about-item {
  margin-left: 15px
}

.home .about-inner:nth-of-type(2) .c-button-ar__item {
  color: #fff
}

.home .about-inner:nth-of-type(2) .c-button-ar__item::after, .home .about-inner:nth-of-type(2) .c-button-ar__item::before {
  background: #fff
}

.home .about-list {
  display: flex
}

@media(max-width: 767px) {
  .home .about-list--banner {
    flex-wrap: wrap
  }
}

@media screen and (min-width: 768px), print {
  .home .about-list {
    width: 400px;
    justify-content: space-between;
    align-items: center
  }
}

.home .about-list-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .3em;
  writing-mode: vertical-lr
}

@media screen and (min-width: 768px), print {
  .home .about-list-title {
    font-size: 35px
  }
}

@media(max-width: 767px) {
  .home .about-list-title {
    font-size: 24px;
    padding-top: 7px
  }
}

.home .about-list-subtitle {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .48em;
  writing-mode: vertical-lr;
  color: #fff
}

@media screen and (min-width: 768px), print {
  .home .about-list-subtitle {
    font-size: 15px;
    margin-left: -18px;
    letter-spacing: .25em
  }
}

@media(max-width: 767px) {
  .home .about-list-subtitle {
    font-size: 12px;
    margin-left: 9px;
    padding-top: 7px
  }
}

.home .about-list-subtitle small {
  writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .home .about-list-subtitle small {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .home .about-list-subtitle small {
    font-size: 12px
  }
}

.home .about-item {
  position: relative;
  transition-delay: 1s
}

@media screen and (min-width: 768px), print {
  .home .about-item:not(.home .about-item--banner) {
    width: 287px
  }
}

@media(max-width: 767px) {
  .home .about-item:not(.home .about-item--banner) {
    width: 187px;
    margin-left: 45px
  }
}

@media screen and (min-width: 768px), print {
  .home .about-item--banner {
    width: 287px
  }
}

@media(max-width: 767px) {
  .home .about-item--banner {
    display: contents
  }
}

.home .about-item-wrap {
  position: relative;
  transition-delay: 1s
}

@media(max-width: 767px) {
  .home .about-item-wrap {
    width: 187px;
    margin-left: 45px
  }
}

.home .about-item-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  text-align: justify
}

@media screen and (min-width: 768px), print {
  .home .about-item-text {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .home .about-item-text {
    font-size: 14px;
    line-height: 2
  }
}

.home .about-banner {
  width: 100%;
  transition-delay: 1s
}

@media screen and (min-width: 768px), print {
  .home .about-banner {
    margin: 40px 0 20px
  }
}

@media(max-width: 767px) {
  .home .about-banner {
    position: relative;
    flex-shrink: 0;
    order: -1;
    margin-bottom: 12px
  }
}

.home .about-banner img {
  width: 200px
}

@media(max-width: 767px) {
  .home .about-buttonWrap {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
  }
}

@media screen and (min-width: 768px), print {
  .home .about-button {
    margin-top: 40px
  }
}

.home .info {
  background: #f7f7f7
}

@media screen and (min-width: 768px), print {
  .home .info {
    padding: 140px 0px
  }
}

@media(max-width: 767px) {
  .home .info {
    padding: 103px 30px 90px 30px
  }
}

@media screen and (min-width: 768px), print {
  .home .info-inner {
    width: 1146px;
    margin: 0 auto;
    display: flex;
    justify-content: center
  }
}

@media screen and (min-width: 768px), print {
  .home .info-news {
    width: 80%
  }
}

.home .info-news-title {
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .home .info-news-title {
    font-size: 60px
  }
}

@media(max-width: 767px) {
  .home .info-news-title {
    font-size: 44px
  }
}

.home .info-news-subtitle {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .home .info-news-subtitle {
    font-size: 17px;
    margin-top: 21px
  }
}

@media(max-width: 767px) {
  .home .info-news-subtitle {
    font-size: 14px;
    margin-top: 14px
  }
}

@media screen and (min-width: 768px), print {
  .home .info-news-list {
    margin-top: 81px
  }
}

@media(max-width: 767px) {
  .home .info-news-list {
    margin-top: 51px
  }
}

.home .info-news-list[data-scroll=in] .info-news-item::after, .home .info-news-list[data-scroll=in] .info-news-item::before {
  width: 100%;
  transition-delay: .6s
}

.home .info-news-list[data-scroll=in] .info-news-item__heading, .home .info-news-list[data-scroll=in] .info-news-item__title {
  opacity: 1;
  transform: translateY(0)
}

.home .info-news-item {
  position: relative
}

.home .info-news-item::after, .home .info-news-item::before {
  width: 0;
  transition: width .3s ease-in-out
}

.home .info-news-item::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #c71e37;
  top: 0;
  left: 0
}

.home .info-news-item:last-child::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #c71e37;
  bottom: 0;
  left: 0
}

.home .info-news-item:nth-child(n+5) {
  display: none
}

@media screen and (min-width: 768px), print {
  .home .info-news-item {
    display: flex;
    align-items: center;
    padding: 50px 0
  }
  .home .info-news-item:hover .info-news-item__bg {
    width: 100%
  }
}

@media(max-width: 767px) {
  .home .info-news-item {
    padding: 35.5px 0
  }
}

@media screen and (min-width: 768px), print {
  .home .info-news-item__bg {
    position: absolute;
    width: 0%;
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    background: #fff;
    transition: width .3s ease-in-out;
    z-index: 0
  }
}

.home .info-news-item__heading {
  display: flex;
  align-items: center;
  transition-delay: 1s;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition-delay: 1s
}

@media screen and (min-width: 768px), print {
  .home .info-news-item__heading {
    position: relative;
    justify-content: space-between;
    z-index: 1
  }
}

.home .info-news-item__time {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  font-size: 17px;
  width: 115px;
}

.home .info-news-item__cate {
  display: inline-block;
  padding: 4px 20px;
  background: #c71e37;
  color: #fff;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .045em;
  font-size: 12px
}

@media screen and (min-width: 768px), print {
  .home .info-news-item__cate {
    width: 160px;
  }
}

@media(max-width: 767px) {
  .home .info-news-item__cate {
    margin-left: 12px
  }
}

.home .info-news-item__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 2;
  margin-left: 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition-delay: 1s
}

@media screen and (min-width: 768px), print {
  .home .info-news-item__title {
    font-size: 15px;
    line-height: 26px;
    margin-left: 35px;
  }
}

@media(max-width: 767px) {
  .home .info-news-item__title {
    font-size: 14px;
    margin-top: 12px
  }
}

.home .info-news-buttonWrap {
  display: flex;
  justify-content: flex-end
}

@media screen and (min-width: 768px), print {
  .home .info-news-buttonWrap {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .home .info-news-buttonWrap {
    margin-top: 30px
  }
}

@media screen and (min-width: 768px), print {
  .home .info-topic {
    width: 522px
  }
}

@media(max-width: 767px) {
  .home .info-topic {
    margin-top: 103px
  }
}

.home .info-topic-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media screen and (min-width: 768px), print {
  .home .info-topic-list {
    margin-top: 80px
  }
}

@media(max-width: 767px) {
  .home .info-topic-list {
    margin-top: 50px;
    padding: 0 6px
  }
}

.home .info-topic-item {
  display: block;
  color: #c71e37
}

.home .info-topic-item:nth-child(n+5) {
  display: none
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item {
    width: 236px
  }
  .home .info-topic-item:hover picture img {
    transform: scale(1.1)
  }
}

@media(max-width: 767px) {
  .home .info-topic-item {
    width: 46%
  }
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item:nth-child(n+3) {
    margin-top: 50px
  }
}

@media(max-width: 767px) {
  .home .info-topic-item:nth-child(n+3) {
    margin-top: 35px
  }
}

.home .info-topic-item picture {
  display: block;
  overflow: hidden
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item picture {
    height: 160px
  }
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item picture img {
    transition: transform .3s ease-in-out
  }
}

.home .info-topic-item__time {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 17px;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item__time {
    margin-top: 12px
  }
}

@media(max-width: 767px) {
  .home .info-topic-item__time {
    margin-top: 15px
  }
}

.home .info-topic-item__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .home .info-topic-item__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 26px
  }
}

@media(max-width: 767px) {
  .home .info-topic-item__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px
  }
}

.home .info-topic-buttonWrap {
  display: flex;
  justify-content: flex-end
}

@media screen and (min-width: 768px), print {
  .home .info-topic-buttonWrap {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .home .info-topic-buttonWrap {
    margin-top: 30px
  }
}

@media screen and (min-width: 768px), print {
  .home .imgBlock {
    height: 560px
  }
}

@media(max-width: 767px) {
  .home .imgBlock {
    height: 260px
  }
}

.home .imgBlock-img {
  height: 100%
}

@media screen and (min-width: 768px), print {
  .home .links {
    padding: 180px 0
  }
}

@media(max-width: 767px) {
  .home .links {
    padding: 90px 0 100px
  }
}

@media screen and (min-width: 768px), print {
  .home .links-arrow {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
  }
}

@media(max-width: 767px) {
  .home .links-arrow {
    height: 40px;
    margin: 5px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
  }
}

.home .links-arrow-item {
  position: absolute;
  top: 0
}

@media screen and (min-width: 768px), print {
  .home .links-arrow-item {
    width: 60px;
    height: 60px
  }
}

@media(max-width: 767px) {
  .home .links-arrow-item {
    width: 40px;
    height: 40px
  }
}

.home .links-arrow-item.prev {
  left: 0
}

.home .links-arrow-item.next {
  right: 0
}

.home .links-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #fff;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .home .links-title {
    width: 1146px;
    margin: 0 auto;
    font-size: 42px
  }
}

@media(max-width: 767px) {
  .home .links-title {
    text-align: center;
    font-size: 42px
  }
}

.home .links-subtitle {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  color: #fff
}

@media screen and (min-width: 768px), print {
  .home .links-subtitle {
    width: 1146px;
    margin: 0 auto;
    font-size: 17px;
    margin-top: 11px
  }
}

@media(max-width: 767px) {
  .home .links-subtitle {
    font-size: 14px;
    margin-top: 5px;
    text-align: center
  }
}

.home .links-inner {
  position: relative
}

@media screen and (min-width: 768px), print {
  .home .links-inner {
    width: 1206px;
    margin: 50px auto 0 auto
  }
}

@media(max-width: 767px) {
  .home .links-inner {
    margin-top: 5px
  }
}

@media screen and (min-width: 768px), print {
  .home .links-list {
    width: 986px;
    height: auto;
    margin: 0 auto
  }
}

@media(max-width: 767px) {
  .home .links-list {
    margin-top: 15px;
    overflow: visible;
  }
}

.home .links-item {
  display: block
}

@media screen and (min-width: 768px), print {
  .home .links-item {
    width: 25%;
    flex: 0 0 25%;
    position: relative;
  }
  .home .links-item:hover picture img {
    transform: scale(1.2)
  }
}

@media(max-width: 767px) {
  .home .links-item {
    height: 240px;
    flex: 0 0 63%;
    position: relative;
  }
}

.home .links-item picture {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.home .links-item picture img {
  transition: transform .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .home .links-item picture {
    height: 250px;
  }
  
}

.home .links-item____heading{
  display: flex;
  flex-direction: column;
  color: #FFF;
}
.home .links-item__cate{
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 1;
}
.home .links-item__marker,
.home .links-item__year,
.home .links-item__model{
  margin-top: 5px;
  font-size: 1.5rem;
}

/* .raleway-800 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
} */

/* ------------------------------------------- */
/* company */
/* ------------------------------------------- */

.company .c-text-grd02{
  -webkit-text-fill-color: #c71e37;
}

.company-intro {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .company .ceo {
    padding-top: 170px
  }
}

@media(max-width: 767px) {
  .company .ceo {
    padding: 70px 30px 0 30px
  }
}

@media screen and (min-width: 768px), print {
  .company .ceo-inner {
    width: 990px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
}

.company .ceo-info {
  position: relative
}

@media screen and (min-width: 768px), print {
  .company .ceo-info {
    width: 420px
  }
}

.company .ceo-info-eng {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #FFF;
  letter-spacing: .1em;
  position: absolute
}

@media screen and (min-width: 768px), print {
  .company .ceo-info-eng {
    font-size: 114px;
    bottom: -118px;
    left: -143px
  }
}

@media(max-width: 767px) {
  .company .ceo-info-eng {
    font-size: 50px;
    bottom: 45px;
    right: -30px
  }
}

.company .ceo-info-item {
  color: #fff
}

@media screen and (min-width: 768px), print {
  .company .ceo-info-item {
    margin-top: 30px
  }
}

@media(max-width: 767px) {
  .company .ceo-info-item {
    margin-top: 55px;
    display: flex;
    align-items: center
  }
}

.company .ceo-info-item .depart {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em
}

.company .ceo-info-item .name {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .ceo-info-item .name {
    margin-top: 7px
  }
}

@media(max-width: 767px) {
  .company .ceo-info-item .name {
    margin-left: 15px
  }
}

.company .ceo-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  color: #fff;
  text-align: justify
}

@media screen and (min-width: 768px), print {
  .company .ceo-text {
    width: 470px;
    font-size: 17px;
    line-height: 44px;
    margin-top: 28px
  }
}

@media(max-width: 767px) {
  .company .ceo-text {
    font-size: 15px;
    line-height: 32px;
    margin-top: 25px
  }
}

.company .department {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .company .department {
    width: 990px;
    margin: 90px auto 0 auto;
    border: 3px solid #fff;
    padding: 70px 100px 65px 100px;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .company .department {
    margin: 70px 30px 0 30px;
    border: 2px solid #fff;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center
  }
}

@media screen and (min-width: 768px), print {
  .company .department-item, .company .department-list {
    width: 210px
  }
}

.company .department-item {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  color: #fff;
  background: rgba(255, 255, 255, .3)
}

@media screen and (min-width: 768px), print {
  .company .department-item {
    border: 3px solid #fff;
    font-size: 17px;
    padding: 10px 0
  }
}

@media(max-width: 767px) {
  .company .department-item {
    width: 130px;
    height: 38px;
    padding: 8px 0;
    font-size: 15px;
    border: 2px solid #fff;
    letter-spacing: .2em
  }
}

.company .department-item.type02 {
  background: transparent;
  position: relative
}

.company .department-item.type02::after {
  content: "";
  position: absolute
}

@media screen and (min-width: 768px), print {
  .company .department-item.type02::after {
    width: 78px;
    height: 160px;
    right: -78px;
    top: -56px;
    background: url(/assets/images/company/department-dots01-pc.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media(max-width: 767px) {
  .company .department-item.type02::after {
    width: 143px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    background: url(/assets/images/company/department-dots01.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media(max-width: 767px) {
  .company .department-item+.company .department-item {
    margin-left: 11px
  }
}

@media(max-width: 767px) {
  .company .department-list {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media(max-width: 767px) {
  .company .department-list.list01 {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .company .department-list.list01 .department-item+.department-item {
    margin-left: 11px
  }
}

@media screen and (min-width: 768px), print {
  .company .department-list.list01 .department-item+.department-item {
    margin-top: 116px
  }
}

.company .department-list.list01 .department-item {
  position: relative
}

.company .department-list.list01 .department-item:nth-of-type(1)::after {
  content: "";
  position: absolute
}

@media screen and (min-width: 768px), print {
  .company .department-list.list01 .department-item:nth-of-type(1)::after {
    width: 78px;
    height: 60px;
    right: -78px;
    top: -10px;
    background: url(/assets/images/company/department-dots02-pc.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media(max-width: 767px) {
  .company .department-list.list01 .department-item:nth-of-type(1)::after {
    width: 62px;
    height: 60px;
    left: 13px;
    bottom: -60px;
    background: url(/assets/images/company/department-dots02.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

.company .department-list.list01 .department-item:nth-of-type(2)::after {
  content: "";
  position: absolute
}

@media screen and (min-width: 768px), print {
  .company .department-list.list01 .department-item:nth-of-type(2)::after {
    width: 78px;
    height: 128px;
    right: -78px;
    top: -45px;
    background: url(/assets/images/company/department-dots03-pc.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media(max-width: 767px) {
  .company .department-list.list01 .department-item:nth-of-type(2)::after {
    width: 118.5px;
    height: 60px;
    left: -10px;
    bottom: -60px;
    background: url(/assets/images/company/department-dots03.png) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media screen and (min-width: 768px), print {
  .company .department-list.list02 {
    padding-top: 15px
  }
}

@media(max-width: 767px) {
  .company .department-list.list02 {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .company .department-list.list02 .department-item {
    width: 38px;
    height: 130px;
    writing-mode: vertical-lr;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
  }
  .company .department-list.list02 .department-item .eng {
    display: inline-block;
    transform: rotate(-90deg);
    margin-bottom: 5px;
    letter-spacing: .1em
  }
  .company .department-list.list02 .department-item .eng:last-child {
    margin-bottom: 7px
  }
}

@media(max-width: 767px) {
  .company .department-list.list02 .department-item+.department-item {
    margin-left: 21px
  }
}

@media screen and (min-width: 768px), print {
  .company .department-list.list02 .department-item+.department-item {
    margin-top: 20px
  }
}

.company .banner {
  position: relative
}

@media screen and (min-width: 768px), print {
  .company .banner {
    width: 1206px;
    margin: 160px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .company .banner {
    margin: 140px 0 50px;
    padding-left: 70px
  }
}

@media screen and (min-width: 768px), print {
  .company .banner-img {
    width: 580px
  }
}

@media(max-width: 767px) {
  .company .banner-img {
    position: absolute;
    width: 260px;
    top: -70px;
    left: 0
  }
}

.company .banner-inner {
  color: #c71e37;
  background: #FFF
}

@media screen and (min-width: 768px), print {
  .company .banner-inner {
    margin-top: 60px;
    width: 626px;
    padding: 150px 95px 130px 95px
  }
}

@media(max-width: 767px) {
  .company .banner-inner {
    padding: 190px 35px 50px 35px
  }
}

.company .banner-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .company .banner-title {
    font-size: 30px;
    letter-spacing: .18em
  }
}

@media(max-width: 767px) {
  .company .banner-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.company .banner-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .banner-text {
    font-size: 16px;
    line-height: 30px;
    margin: 31px 0 0
  }
}

@media(max-width: 767px) {
  .company .banner-text {
    font-size: 15px;
    line-height: 32px;
    margin: 20px 0 25px
  }
}

@media(max-width: 767px) {
  .company .banner-button-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
  }
}

.company .banner .c-button-ar__item {
  color: #fff
}

.company .banner .c-button-ar__item::before, .company .banner .c-button-ar__item::after {
  background: #fff
}

.company .overview {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .company .overview {
    padding: 180px 0 170px
  }
}

@media(max-width: 767px) {
  .company .overview {
    padding: 90px 30px 70px 30px
  }
}

@media screen and (min-width: 768px), print {
  .company .overview-inner {
    width: 1086px;
    margin: 0 auto
  }
}

.company .overview-title {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .company .overview-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .company .overview-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

@media screen and (min-width: 768px), print {
  .company .overview-list {
    margin-top: 71px
  }
}

@media(max-width: 767px) {
  .company .overview-list {
    margin-top: 38px
  }
}

.company .overview-item {
  display: flex;
  border-top: 2px solid #c71e37
}

@media screen and (min-width: 768px), print {
  .company .overview-item {
    padding: 40px 0 40px 80px;
    align-items: center
  }
}

@media(max-width: 767px) {
  .company .overview-item {
    padding: 35px 0 35px 10px;
    justify-content: space-between
  }
}

.company .overview-item:last-child {
  border-bottom: 2px solid #c71e37
}

.company .overview-item .title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .overview-item .title {
    width: 120px;
    font-size: 16px;
    margin-right: 70px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .overview-item .title {
    width: 80px;
    font-size: 15px;
    line-height: 28px
  }
}

.company .overview-item .text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .overview-item .text {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .overview-item .text {
    font-size: 15px;
    line-height: 28px;
    width: calc(100% - 100px)
  }
}

.company .overview-item .text a {
  color: #c71e37;
  display: inline-block
}

@media screen and (min-width: 768px), print {
  .company .access {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .company .access-map {
    width: 40%;
  }
}

@media(max-width: 767px) {
  .company .access-map {
  }
}

.company .access-inner {
  color: #fff
}

@media screen and (min-width: 768px), print {
  .company .access-inner {
    width: 53%
  }
}

@media(max-width: 767px) {
  .company .access-inner {
    padding: 80px 30px 70px 30px
  }
}

.company .access-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .company .access-title {
    font-size: 50px
  }
}

@media(max-width: 767px) {
  .company .access-title {
    font-size: 46px
  }
}

.company .access-subtitle {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .company .access-subtitle {
    font-size: 16px;
    letter-spacing: .06em;
    margin-top: 5px
  }
}

@media(max-width: 767px) {
  .company .access-subtitle {
    font-size: 14px;
    letter-spacing: .05em;
    margin-top: 1px
  }
}

.company .access-post {
  margin-top: 40px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .access-post {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .access-post {
    font-size: 15px;
    line-height: 28px
  }
}

.company .access-address {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .access-address {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .access-address {
    font-size: 15px;
    line-height: 28px
  }
}

.company .access-address .button {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #c71e37;
  background: #fff;
  position: relative
}

@media screen and (min-width: 768px), print {
  .company .access-address .button {
    display: inline-block;
    margin-left: 13px;
    padding: 0 10px;
    line-height: 2.3
  }
  .company .access-address .button:hover::after {
    right: 5px
  }
}

@media(max-width: 767px) {
  .company .access-address .button {
    display: block;
    margin-top: 12px;
    width: 148px;
    padding: 2px 0 2px 8px
  }
}

.company .access-way {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .access-way {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .access-way {
    margin-top: 12px;
    font-size: 15px;
    line-height: 28px
  }
}

.company .access-way span {
  border-bottom: 2px solid #fff
}

.company .access-tel {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .07em
}

@media screen and (min-width: 768px), print {
  .company .access-tel {
    font-size: 32px
  }
}

@media(max-width: 767px) {
  .company .access-tel {
    font-size: 28px
  }
}

.company .access-tel small {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  margin-right: 8px;
  display: block;
  line-height: 27px
}

@media screen and (min-width: 768px), print {
  .company .access-tel small {
    font-size: 17px
  }
}

@media(max-width: 767px) {
  .company .access-tel small {
    font-size: 13px
  }
}

.company .access-time {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .company .access-time {
    margin-top: 6px;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .company .access-time {
    margin-top: 12px;
    font-size: 15px;
    line-height: 28px
  }
}
/* ------------------------------------------- */
/* products */
/* ------------------------------------------- */
.products .c-text-grd02{
  -webkit-text-fill-color: #c71e37;
}

.products-intro {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .products-nav01 {
    width: 1086px;
    margin: 150px auto 0 auto
  }
}

@media(max-width: 767px) {
  .products-nav01 {
    margin-top: 70px;
    padding: 0 30px
  }
}

.products-nav01-text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .products-nav01-text {
    text-align: center;
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .products-nav01-text {
    font-size: 15px;
    line-height: 32px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav01-list {
    margin-top: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .products-nav01-list {
    margin-top: 40px
  }
}

.products-nav01-item {
  display: block;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative
}

@media screen and (min-width: 768px), print {
  .products-nav01-item {
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .products-nav01-item {
    font-size: 15px
  }
  .products-nav01-item+.products-nav01-item {
    margin-top: 14px
  }
}

.products-nav01-item.half {
  background: #fff;
  color: #0c3860
}

.products-nav01-item.half::after {
  content: "";
  position: absolute;
  background: url(/assets/images/component/arrow-bottom-navy.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: top .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .products-nav01-item.half::after {
    width: 18px;
    height: 22px;
    right: 35px
  }
}

@media(max-width: 767px) {
  .products-nav01-item.half::after {
    width: 11px;
    height: 15px;
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .products-nav01-item.half {
    width: 517px;
    height: 130px;
    padding: 51px 0
  }
  .products-nav01-item.half:hover::after {
    top: 55%
  }
}

@media(max-width: 767px) {
  .products-nav01-item.half {
    padding: 40px 0
  }
}

.products-nav01-item.full {
  color: #fff;
  border: 2px solid #fff
}

@media screen and (min-width: 768px), print {
  .products-nav01-item.full {
    padding: 30px 0;
    margin-top: 51px
  }
  .products-nav01-item.full:hover::after {
    top: 55%
  }
}

@media(max-width: 767px) {
  .products-nav01-item.full {
    padding: 23px 0;
    margin-top: 14px
  }
}

.products-nav01-item.full::after {
  content: "";
  position: absolute;
  background: url(/assets/images/component/arrow-bottom-white.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: top .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .products-nav01-item.full::after {
    width: 18px;
    height: 22px;
    right: 35px
  }
}

@media(max-width: 767px) {
  .products-nav01-item.full::after {
    width: 11px;
    height: 15px;
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .products .list {
    padding-top: 200px;
  }
}

@media(max-width: 767px) {
  .products .list {
    padding: 80px 10px 0 10px
  }
}

@media screen and (min-width: 768px), print {
  .products .list+.products .list {
    margin-top: 70px
  }
}

@media(max-width: 767px) {
  .products .list+.products .list {
    margin-top: 160px
  }
}

.products .list-title {
  text-align: center;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .products .list-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .products .list-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.products .list-inner {
  background: #fff;
  position: relative
}

.products .list-inner::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width: 768px), print {
  .products .list-inner::after {
    height: 40px;
    top: -40px
  }
}

@media(max-width: 767px) {
  .products .list-inner::after {
    height: 30px;
    top: -30px
  }
}

@media screen and (min-width: 768px), print {
  .products .list-inner {
    width: 1266px;
    margin: 70px auto 0 auto;
    padding: 90px 90px 100px 90px
  }
}

@media(max-width: 767px) {
  .products .list-inner {
    margin-top: 50px;
    padding: 40px 10px 60px 10px
  }
}

.products .list-heading {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 768px), print {
  .products .list-heading {
    width: 925px;
    margin: 0 auto 100px auto;
    align-items: center
  }
}

@media(max-width: 767px) {
  .products .list-heading {
    margin-bottom: 67px
  }
}

.products .list-heading-title {
  writing-mode: vertical-lr;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .products .list-heading-title {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .products .list-heading-title {
    font-size: 16px;
    margin-top: 10px
  }
}

.products .list-heading-title span {
  display: inline-block;
  border-left: 2px solid #0c3860
}

@media screen and (min-width: 768px), print {
  .products .list-heading-title span {
    padding-left: 10px
  }
}

@media(max-width: 767px) {
  .products .list-heading-title span {
    padding-left: 8px
  }
}

.products .list-heading-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  text-align: justify
}

@media screen and (min-width: 768px), print {
  .products .list-heading-text {
    width: 846px;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .products .list-heading-text {
    width: calc(100% - 50px);
    font-size: 15px;
    line-height: 32px
  }
}
.products .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .products .list-box:after {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  .products .list-box:before {
    content: "";
    display: block;
    width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
  }

}
.products .list-box .list-item {
  width: 100%;
}
.products .list-box .list-item img{
  transition: transform .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .products .list-box .list-item {
    width: 23%;
  }
  .products .list-box .list-item img{
    height: 250px;
    overflow: hidden;
  }
  .products .list-box .list-item:hover img{
    transform: scale(1.2)
  }
}

@media screen and (min-width: 768px), print {
  .products .list-box .list-item:nth-child(n+5) {
    margin-top: 70px;
  }
}

@media(max-width: 767px) {
  .products .list-box .list-item {
    height: auto;
    margin-top: 48px
  }
}

.products .list-item {
  position: relative;
  display: block
}

@media(max-width: 767px) {
  .products .list-item {
    height: 327px
  }
}

.products .list-item-cate {
  color: #c71e37;
}
.products-detail .list-item-cate{
  color: #fff;
  font-weight: 700;
  font-style: normal;
  padding: 10px 20px;
  background: #c71e37;
  width: max-content;
}
.products-detail .list-item-cate a{
  color: #fff;
}
.products-detail .list-item-cate a:hover{
  opacity: .7;
}
#products-related .list-item-cate{
  color: #c71e37;
  padding: 0;
  background: none;
}
.home .list-item-cate {
  color: #FFF;
}
.post-type-archive-voice .list-item-img{
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px), print {
  .list-item-cate {
    font-size: 22px;
    letter-spacing: .05em;
    margin: 7px 0 10px
  }
  .post-type-archive-voice .list-item-img{
    width: 150px;
    height: 100px;
  }
  
}

@media(max-width: 767px) {
  .list-item-cate {
    font-size: 18px;
    letter-spacing: .06em;
    margin: 5px 0 8px
  }
}
@media(max-width: 767px) {
  .products .list-item-img {
    display: block;
    height: auto
  }
}
.products .list-item-tit {
  font-size: 0;
  visibility: hidden;
}

.list-item__role,
#products-related .list-item__role{
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 2%;
  line-height: 1.1;
  pointer-events: none;
  font-size: 1.2rem;
  padding: 0;
}
.list-item__role.--left,
#products-related .list-item__role.--left{
  left: 2%;
  right: auto;
}
.list-item__role li,
#products-related .list-item__role li{
    box-sizing: border-box;
  display: block;
  color: #dc1e37;
  text-align: center;
  list-style-type: none;
  background: rgba(255, 255, 255, 1);
  border: 2px solid #dc1e37;
  width: 100%;
  padding: 3px 5px;
  font-weight: bold;
}
.list-item__role li.new-label,
#products-related .list-item__role li.new-label{
  background: #dc1e37;
  color: white;
}

.list-item__role li + li,
#products-related .list-item__role li + li{
    margin-top: 7px;
    margin-left: 0;
}
.products-detail .list-item__role{
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-size: 1.6rem;
  right: 0;
  flex-wrap: wrap;
  row-gap: 8px;
}
.products-detail .list-item__role li{
  width: auto;
}
.products-detail .list-item__role li + li{
  margin-top: 0px;
  margin-left: 1rem;
}
.products-detail .list-item__role.--condition li{
  color: #FFF;
  background: #dc1e37;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .list-item-tag {
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center
  }
  .list-item-tag.lines {
    display: block
  }
}

@media(max-width: 767px) {
  .list-item-tag {
    left: 15px;
    bottom: 15px
  }
  .list-item-tag+.products .list-item-tag {
    margin-left: 6px
  }
}

.list-item-tag__item {
  display: flex;
  align-items: center;
  color: #c71e37;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}
.home .list-item-tag__item {
  color: #FFF;
}
@media screen and (min-width: 768px), print {
  .list-item-tag__item {
    margin: 7px 0 10px;
    font-size: 1.5rem
  }
}

@media(max-width: 767px) {
  .list-item-tag__item {
    margin-top: 6px;
    font-size: 14px
  }
}
.list-item-tag__item .name {
  width: 80px;
  padding: 0.25em 0;
  font-size: 86%;
  line-height: 1.2;
  color: #666;
  font-weight: bold;
}
.home .list-item-tag__item .name{
  color: #FFF;
}
.list-item-tag__item .tag {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.list-item-tag__item .tag+.tag {
  margin-left: 15px
}

.list-item-tag__item small {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .05em;
  color: #00918f;
  background: linear-gradient(to right, #00918f 0, #005698 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media screen and (min-width: 768px), print {
  .list-item-tag__item small {
    margin-right: 7px;
    font-size: 20px
  }
}

@media(max-width: 767px) {
  .list-item-tag__item small {
    margin-right: 4px;
    font-size: 19px
  }
  .list-item-tag__item .name {
    font-size: 1.2rem;
  }
  .list-item-tag__item .tag{
    font-size: 1.4rem;
  }
}

.products .list-item-button {
  /* position:absolute; */
}

@media screen and (min-width: 768px), print {
  .products .list-item-button {
    right: 20px;
    bottom: 20px
  }
}

@media(max-width: 767px) {
  .products .list-item-button,
    .products-detail .list-item-button {
    width: auto;
    justify-content: flex-end;
  }
}

.products .list-info {
  background: linear-gradient(30deg, #0087c3 0%, #0dbea9 100%)
}

@media screen and (min-width: 768px), print {
  .products .list-info {
    width: 1266px;
    margin: 0 auto;
    padding: 50px 0 50px 130px;
    display: flex;
    align-items: center
  }
}

@media(max-width: 767px) {
  .products .list-info {
    padding: 65px 31px 50px 31px
  }
}

@media screen and (min-width: 768px), print {
  .products .list-info a {
    margin-right: 60px;
    transition: opacity .4s ease
  }
  .products .list-info a:hover {
    opacity: .6
  }
}

.products .list-info-img {
  position: relative;
  display: block
}

.products .list-info-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url("/assets/images/products/icon.png") no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (min-width: 768px), print {
  .products .list-info-img {
    width: 230px
  }
  .products .list-info-img::before {
    right: 5px;
    bottom: 5px;
    width: 45px;
    height: 45px
  }
}

.products .list-info-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff
}

@media screen and (min-width: 768px), print {
  .products .list-info-text {
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 42px
  }
}

@media(max-width: 767px) {
  .products .list-info-text {
    font-size: 17px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-top: 41px
  }
}

@media screen and (min-width: 768px), print {
  .products .qna {
    width: 1086px;
    margin: 0 auto;
    padding: 200px 0 160px
  }
}

@media(max-width: 767px) {
  .products .qna {
    padding: 110px 30px 80px 30px
  }
}

.products .qna-title {
  color: #fff;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .products .qna-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .products .qna-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.products .qna-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em
}

@media screen and (min-width: 768px), print {
  .products .qna-subtitle {
    font-size: 28px;
    margin-top: 10px
  }
}

@media(max-width: 767px) {
  .products .qna-subtitle {
    font-size: 18px;
    margin-top: 10px
  }
}

@media screen and (min-width: 768px), print {
  .products .qna-box {
    width: 1086px;
    margin: 70px auto 0 auto
  }
}

@media(max-width: 767px) {
  .products .qna-box {
    margin-top: 50px
  }
}

.products .qna-q {
  border-bottom: 2px solid #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff
}

@media screen and (min-width: 768px), print {
  .products .qna-q {
    padding: 35px 0;
    cursor: pointer
  }
}

@media(max-width: 767px) {
  .products .qna-q {
    padding: 24px 0
  }
}

.products .qna-q-title {
  display: flex;
  justify-content: space-between
}

@media screen and (min-width: 768px), print {
  .products .qna-q-title {
    align-items: center
  }
}

@media(max-width: 767px) {
  .products .qna-q-title {
    align-items: flex-start;
    width: calc(100% - 48px)
  }
}

.products .qna-q-title .ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding-top: 10px
}

@media screen and (min-width: 768px), print {
  .products .qna-q-title .ja {
    font-size: 18px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .products .qna-q-title .ja {
    font-size: 16px;
    letter-spacing: .05em;
    width: calc(100% - 45px);
    line-height: 28px
  }
}

.products .qna-q-title .eng {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em;
  font-size: 34px;
  display: inline-block;
  margin-right: 12px
}

.products .qna-q-button {
  display: block;
  position: relative
}

.products .qna-q-button::after {
  content: "";
  position: absolute;
  background: url(/assets/images/products/ico-open.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media screen and (min-width: 768px), print {
  .products .qna-q-button::after {
    width: 12px;
    height: 12px
  }
}

@media(max-width: 767px) {
  .products .qna-q-button::after {
    width: 10px;
    height: 10px
  }
}

.products .qna-q-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 0;
  left: 0;
  transition: transform .3s ease-in-out
}

.products .qna-q-button.active::after {
  background: url(/assets/images/products/ico-close.png) no-repeat 0 0;
  background-size: 100% 100%
}

@media screen and (min-width: 768px), print {
  .products .qna-q-button {
    width: 34px;
    height: 34px;
    cursor: pointer
  }
  .products .qna-q-button:hover::before {
    transform: scale(1.2)
  }
}

@media(max-width: 767px) {
  .products .qna-q-button {
    width: 28px;
    height: 28px
  }
}

.products .qna-a {
  background: #fff;
  display: none
}

@media screen and (min-width: 768px), print {
  .products .qna-a {
    padding: 50px 50px 55px 50px
  }
}

@media(max-width: 767px) {
  .products .qna-a {
    padding: 30px 25px
  }
}

.products .qna-a .eng {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em;
  font-size: 34px;
  display: inline-block;
  margin-top: -5px
}

@media screen and (min-width: 768px), print {
  .products .qna-a .eng {
    margin-right: 10px;
    line-height: .8
  }
}

@media(max-width: 767px) {
  .products .qna-a .eng {
    margin-right: 7px
  }
}

.products .qna-a-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  line-height: 1.5
}

@media screen and (min-width: 768px), print {
  .products .qna-a-title {
    font-size: 18px;
    letter-spacing: .06em;
    align-items: flex-start
  }
}

@media(max-width: 767px) {
  .products .qna-a-title {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 28px
  }
}

.products .qna-a-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .products .qna-a-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 23px
  }
}

@media(max-width: 767px) {
  .products .qna-a-text {
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px
  }
}

.products .original {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .products .original {
    padding: 170px 0 130px
  }
}

@media(max-width: 767px) {
  .products .original {
    padding: 94px 30px 80px 30px
  }
}

.products .original-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .products .original-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .products .original-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.products .original-box {
  display: block;
  background: linear-gradient(30deg, #0087c3 0%, #0dbea9 100%)
}

@media screen and (min-width: 768px), print {
  .products .original-box {
    padding: 10px;
    width: 1086px;
    margin: 60px auto 0 auto
  }
}

@media(max-width: 767px) {
  .products .original-box {
    padding: 5px;
    margin-top: 48px;
    height: 77.4vw
  }
}

.products .original-inner {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 768px), print {
  .products .original-inner {
    flex-direction: row-reverse
  }
  .products .original-inner:hover::before {
    width: 98%;
    height: 93%
  }
  .products .original-inner:hover::after {
    width: 1000px;
    height: 170px
  }
  .products .original-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: width .3s ease-in-out, height .3s ease-in-out
  }
}

@media(max-width: 767px) {
  .products .original-inner {
    height: 100%;
    padding-top: 50px;
    flex-direction: column
  }
}

.products .original-inner::after {
  content: "";
  position: absolute;
  z-index: 0
}

@media screen and (min-width: 768px), print {
  .products .original-inner::after {
    width: 1026px;
    height: 190px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/assets/images/products/original-bg-pc.png) no-repeat 0 0;
    background-size: 100% 100%;
    transition: width .3s ease-in-out, height .3s ease-in-out
  }
}

@media(max-width: 767px) {
  .products .original-inner::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/assets/images/products/original-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%
  }
}

@media screen and (min-width: 768px), print {
  .products .original-inner-img {
    width: 581px
  }
}

.products .original-inner-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  color: #0c3860
}

@media screen and (min-width: 768px), print {
  .products .original-inner-title {
    font-size: 25px
  }
}

@media(max-width: 767px) {
  .products .original-inner-title {
    font-size: 20px;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2
  }
}

.products .original-inner-title span {
  border-bottom: 3px solid #0c3860
}

@media screen and (min-width: 768px), print {
  .products .original-inner-title span {
    padding-bottom: 15px
  }
}

@media(max-width: 767px) {
  .products .original-inner-title span {
    padding-bottom: 5px
  }
}

@media(max-width: 767px) {
  .products .original-inner-img {
    position: relative;
    z-index: 2
  }
}
/* ------------------------------------------- */
/* service */
/* ------------------------------------------- */
.about-intro {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .about-intro {
    padding-bottom: 0px
  }
}

@media(max-width: 767px) {
  .about-intro {
  }
}

.about-intro-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about-intro-text {
    margin-top: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .about-intro-text {
    margin-top: 60px;
    padding: 30px;
    font-size: 15px;
    line-height: 32px
  }
}

@media screen and (min-width: 768px), print {
  .about-intro-nav {
    width: 980px;
    margin: 91px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .about-intro-nav {
    margin-top: 50px;
    padding: 0 30px
  }
}

.about-intro-nav__item {
  display: block;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  color: #0c3860;
  border: 2px solid #0c3860;
  position: relative
}

.about-intro-nav__item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../img/arrow-bottom.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  transition: top .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .about-intro-nav__item {
    width: 300px;
    font-size: 15px;
    padding: 18px 0
  }
  .about-intro-nav__item:hover::after {
    top: 55%
  }
}

@media(max-width: 767px) {
  .about-intro-nav__item {
    font-size: 14px;
    padding: 19px 0
  }
  .about-intro-nav__item+.about-intro-nav__item {
    margin-top: 20px
  }
}

.about .product {
  position: relative
}

@media screen and (min-width: 768px), print {
  .about .product {
    padding-bottom: 160px;
  }
}

@media(max-width: 767px) {
  .about .product {
    padding: 0px 30px 80px 30px
  }
}

@media screen and (min-width: 768px), print {
  .about .product-about {
    width: 2739px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.about .product-about-item {
  position: relative;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .about .product-about-item {
    width: 846px;
    height: 505px;
    background: linear-gradient(150deg, rgba(0, 236, 255, 0.5) 0, rgba(255, 96, 255, 0.5) 100%)
  }
}

@media(max-width: 767px) {
  .about .product-about-item::after {
    content: "";
    position: absolute;
    width: 235px;
    height: 443px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(150deg, rgba(0, 236, 255, 0.5) 0, rgba(255, 96, 255, 0.5) 100%);
    z-index: 0
  }
}

.about .product-about-item__inner {
  position: relative;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .about .product-about-item__inner {
    width: 1086px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

.about .product-about-title {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .about .product-about-title {
    font-size: 32px;
    line-height: 58px;
    letter-spacing: .12em
  }
}

@media(max-width: 767px) {
  .about .product-about-title {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: .05em;
    text-align: center
  }
}

@media screen and (min-width: 768px), print {
  .about .product-about-title span {
    border-bottom: 3px solid #fff
  }
}

@media(max-width: 767px) {
  .about .product-about-title span {
    border-bottom: 2px solid #fff
  }
}

.about .product-about-text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about .product-about-text {
    font-size: 16px;
    line-height: 42px
  }
}

@media(max-width: 767px) {
  .about .product-about-text {
    margin-top: 36px;
    font-size: 15px;
    line-height: 32px
  }
}

.about .product-merit {
  color: #fff
}

@media screen and (min-width: 768px), print {
  .about .product-merit {
    width: 1086px;
    margin: 0 auto;
    padding-top: 160px
  }
}

@media(max-width: 767px) {
  .about .product-merit {
    padding-top: 90px
  }
}

.about .product-merit-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about .product-merit-title {
    font-size: 30px
  }
}

@media(max-width: 767px) {
  .about .product-merit-title {
    font-size: 22px
  }
}

@media screen and (min-width: 768px), print {
  .about .product-merit-list {
    margin-top: 41px
  }
}

@media(max-width: 767px) {
  .about .product-merit-list {
    margin-top: 31px
  }
}

.about .product-merit-item {
  border-top: 2px solid #fff
}

.about .product-merit-item:last-child {
  border-bottom: 2px solid #fff
}

@media screen and (min-width: 768px), print {
  .about .product-merit-item {
    padding: 45px 0 45px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .about .product-merit-item {
    padding: 30px 0
  }
}

.about .product-merit-item .heading {
  display: flex;
  align-items: center
}

@media screen and (min-width: 768px), print {
  .about .product-merit-item .heading {
    width: 280px;
    justify-content: space-between
  }
}

.about .product-merit-item .heading .num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .about .product-merit-item .heading .num {
    width: 60px;
    font-size: 36px
  }
}

@media(max-width: 767px) {
  .about .product-merit-item .heading .num {
    display: block;
    width: 41px;
    margin-right: 12px;
    font-size: 26px
  }
}

.about .product-merit-item .heading .title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px), print {
  .about .product-merit-item .heading .title {
    width: calc(100% - 80px);
    font-size: 28px;
    letter-spacing: .06em;
    text-align: center
  }
}

@media(max-width: 767px) {
  .about .product-merit-item .heading .title {
    font-size: 20px;
    letter-spacing: .05em
  }
}

.about .product-merit-item .text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about .product-merit-item .text {
    width: 710px;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .about .product-merit-item .text {
    margin-top: 16px;
    font-size: 15px;
    line-height: 28px
  }
}

.about .material {
  background: #eaeaea
}

@media screen and (min-width: 768px), print {
  .about .material {
    padding: 158px 0 130px
  }
}

@media(max-width: 767px) {
  .about .material {
    padding: 80px 30px
  }
}

.about .material-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .about .material-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .about .material-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.about .material-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about .material-text {
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .about .material-text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 32px
  }
}

@media screen and (min-width: 768px), print {
  .about .material-list {
    width: 1246px;
    margin: 80px auto 0 auto
  }
}

@media(max-width: 767px) {
  .about .material-list {
    margin-top: 51px
  }
}

@media screen and (min-width: 768px), print {
  .about .material-item {
    height: 540px;
    display: flex;
    justify-content: space-between
  }
}

@media screen and (min-width: 768px), print {
  .about .material-item-inner, .about .material-item-img {
    width: 623px;
    height: 100%
  }
}

.about .material-item-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

@media screen and (min-width: 768px), print {
  .about .material-item-inner {
    padding: 0 80px
  }
}

@media(max-width: 767px) {
  .about .material-item-inner {
    padding: 60px 20px 30px 20px
  }
}

.about .material-item-num {
  border-bottom: 2px solid #0c3860;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(-45deg)
}

@media screen and (min-width: 768px), print {
  .about .material-item-num {
    top: 10px;
    left: -50px;
    width: 156px;
    padding-bottom: 10px
  }
}

@media(max-width: 767px) {
  .about .material-item-num {
    top: 0;
    left: -35px;
    width: 102px;
    padding-bottom: 5px
  }
}

.about .material-item-num .text {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  display: inline-block
}

@media screen and (min-width: 768px), print {
  .about .material-item-num .text {
    font-size: 14px;
    margin-right: 8px
  }
}

@media(max-width: 767px) {
  .about .material-item-num .text {
    font-size: 10px;
    margin-right: 5px
  }
}

.about .material-item-num .num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em
}

@media screen and (min-width: 768px), print {
  .about .material-item-num .num {
    font-size: 26px
  }
}

@media(max-width: 767px) {
  .about .material-item-num .num {
    font-size: 18px
  }
}

.about .material-item-title span {
  color: #fff;
  background: #c71e37;
  display: inline-block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em
}

@media screen and (min-width: 768px), print {
  .about .material-item-title span {
    font-size: 24px;
    line-height: 32px;
    padding: 5px 10px
  }
}

@media(max-width: 767px) {
  .about .material-item-title span {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 6px
  }
}

.about .material-item-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .about .material-item-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 41px
  }
}

@media(max-width: 767px) {
  .about .material-item-text {
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px
  }
}

.about .material-item-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

@media screen and (min-width: 768px), print {
  .about .material-item-tag {
    margin-top: 35px
  }
}

@media(max-width: 767px) {
  .about .material-item-tag {
    margin-top: 25px
  }
}

.about .material-item-tag .tag {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  color: #006d95;
  display: block;
  margin-top: 5px
}

@media screen and (min-width: 768px), print {
  .about .material-item-tag .tag {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .about .material-item-tag .tag {
    font-size: 14px
  }
}

.about .material-item-tag .tag:nth-child(1) {
  margin-right: 15px
}

.about .material-item-tag .tag small {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #00918f;
  background: linear-gradient(-30deg, #005698 0, #00918f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media screen and (min-width: 768px), print {
  .about .material-item-tag .tag small {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .about .material-item-tag .tag small {
    font-size: 14px
  }
}

.about .material-item-tag .tag+.tag {
  margin-right: 15px
}

.about .material-item-img {
  background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
  display: flex;
  align-items: center;
  justify-content: center
}

@media(max-width: 767px) {
  .about .material-item-img {
    height: 276px
  }
}

.about .material-item-img picture {
  display: block
}

@media screen and (min-width: 768px), print {
  .about .material-item-img picture {
    width: 473px
  }
}

@media(max-width: 767px) {
  .about .material-item-img picture {
    width: 275px;
    height: 215px
  }
}

.about .banner {
  background: #eaeaea
}

@media screen and (min-width: 768px), print {
  .about .banner {
    padding: 0 0 90px
  }
}

@media(max-width: 767px) {
  .about .banner {
    padding: 0px 0 80px
  }
}

.about .banner-item {
  position: relative
}

@media screen and (min-width: 768px), print {
  .about .banner-item {
    width: 1246px;
    height: 490px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end
  }
}

@media(max-width: 767px) {
  .about .banner-item {
    height: 370px
  }
}

.about .banner-item picture {
  display: block
}

@media screen and (min-width: 768px), print {
  .about .banner-item picture {
    position: absolute;
    width: 830px;
    left: 0;
    top: 0
  }
}

@media screen and (min-width: 768px), print {
  .about .banner-item picture {
    margin-right: 30px
  }
}

.about .banner-item-inner {
  background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%);
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .about .banner-item-inner {
    width: 563px;
    height: 370px;
    position: relative;
    padding: 90px
  }
}

@media(max-width: 767px) {
  .about .banner-item-inner {
    position: absolute;
    width: 305px;
    height: 196px;
    bottom: 0;
    right: 0;
    padding: 40px 0 0 30px
  }
}

.about .banner-item-title {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative
}

.about .banner-item-title::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  left: 0
}

@media screen and (min-width: 768px), print {
  .about .banner-item-title::after {
    width: 50px;
    bottom: -36px
  }
}

@media(max-width: 767px) {
  .about .banner-item-title::after {
    width: 40px;
    bottom: -25px
  }
}

@media screen and (min-width: 768px), print {
  .about .banner-item-title {
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 48px
  }
}

@media(max-width: 767px) {
  .about .banner-item-title {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 32px
  }
}

.banner-button {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  padding: 24px 0;
  position: relative
}

@media screen and (min-width: 768px), print {
  .banner-button {
    width: 550px;
    margin: 90px auto 0 auto;
    font-size: 15px
  }
  .banner-button:hover .banner-button__obj {
    right: 15px
  }
}

@media(max-width: 767px) {
  .banner-button {
    margin: 60px 30px 0 30px
  }
}

@media(max-width: 767px) {
  .banner-button {
    width: auto;
    font-size: 14px
  }
}

.banner-button__obj {
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: right .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .about .flow {
    padding: 160px 0 170px
  }
}

@media(max-width: 767px) {
  .about .flow {
    padding: 90px 30px 80px 30px
  }
}

.about .flow-title {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .about .flow-title {
    font-size: 32px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .about .flow-title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.about .flow-subtitle {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-top: 10px
}

@media screen and (min-width: 768px), print {
  .about .flow-subtitle {
    font-size: 20px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .about .flow-subtitle {
    font-size: 16px;
    letter-spacing: .05em
  }
}

.about .flow-subtitle span {
  display: inline-block;
  position: relative
}

.about .flow-subtitle span::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .about .flow-subtitle span::after {
    width: 120px;
    left: -146px
  }
}

@media(max-width: 767px) {
  .about .flow-subtitle span::after {
    width: 70px;
    left: -86px
  }
}

.about .flow-subtitle span::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (min-width: 768px), print {
  .about .flow-subtitle span::before {
    width: 120px;
    right: -146px
  }
}

@media(max-width: 767px) {
  .about .flow-subtitle span::before {
    width: 70px;
    right: -86px
  }
}

@media screen and (min-width: 768px), print {
  .about .flow-list {
    width: 980px;
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media(max-width: 767px) {
  .about .flow-list {
    margin-top: 40px
  }
}

.about .flow-item {
  display: block;
  padding: 24px 0;
  text-align: center;
  color: #0c3860;
  font-size: 15px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  z-index: 0
}

.about .flow-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform .3s ease-in-out;
  pointer-events: none
}

.about .flow-item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/assets/images/about/ico-popup.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 35px
}

@media screen and (min-width: 768px), print {
  .about .flow-item {
    width: 300px;
    cursor: pointer
  }
  .about .flow-item:hover::after {
    transform: scale(0.92)
  }
}

@media(max-width: 767px) {
  .about .flow-item {
    margin-top: 16px
  }
}


/* ------------------------------------------- */
/* flow */
/* ------------------------------------------- */

.factory-intro {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .factory-intro {
    padding-bottom: 0
  }
}

.factory-intro-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .factory-intro-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 110px;
    text-align: center
  }
}

@media(max-width: 767px) {
  .factory-intro-text {
    margin-top: 60px;
    padding: 0 30px;
    font-size: 15px;
    line-height: 32px
  }
}

.factory-drone {
  display: block;
  position: relative
}

@media screen and (min-width: 768px), print {
  .factory-drone {
    width: 1126px;
    height: 300px;
    margin: 101px auto 0 auto;
    transition: padding .3s ease-in-out;
    cursor: pointer
  }
  .factory-drone:hover {
    padding: 10px
  }
}

@media(max-width: 767px) {
  .factory-drone {
    height: 252px;
    margin: 30px 30px 0 30px
  }
}

.factory-drone-bg {
  position: relative;
  z-index: 0;
  width: 100%
}

@media screen and (min-width: 768px), print {
  .factory-drone-bg {
    transition: padding .3s ease-in-out
  }
}

.factory-drone-title {
  position: absolute;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .factory-drone-title {
    width: 680px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}

@media screen and (min-width: 768px), print {
  .factory-map {
    padding: 120px 0
  }
}

@media(max-width: 767px) {
  .factory-map {
    padding: 60px 30px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-item {
    width: 900px;
    height: 553px;
    position: relative;
    margin: 0 auto;
    background: url(/assets/images/factory/map-pc.png) no-repeat 0 0;
    background-size: cover
  }
}

@media(max-width: 767px) {
  .factory-map-item {
    margin-bottom: 31px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-block {
    position: absolute;
    display: inline-block
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-04 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 470px;
    height: 51px;
    position: absolute;
    top: 211px;
    left: 152px;
    z-index: 1
  }
  .factory-map-04:hover::after {
    opacity: .5
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-04__text {
    width: 76px;
    padding-top: 5px
  }
}

.factory-map-04::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  transition: opacity .3s ease-in-out
}

@media screen and (min-width: 768px), print {
  .factory-map-04.type02 {
    width: 93px;
    height: 46px;
    top: 18px;
    left: 18px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-04.type02 .factory-map-04__text {
    width: 62px;
    padding-top: 0
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-03 {
    top: 35px;
    left: 35px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-03__text {
    width: 81px;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-02 {
    top: 35px;
    right: 295px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-02__text {
    width: 72px;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-01 {
    top: 35px;
    right: 195px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-01__text {
    width: 27px;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-05 {
    bottom: 27px;
    left: 196px
  }
}

@media screen and (min-width: 768px), print {
  .factory-map-05__text {
    width: 75px;
    position: absolute;
    top: 32px;
    left: 157px
  }
}

@media(max-width: 767px) {
  .factory-map-list {
    display: flex;
    align-items: center;
    padding: 7px 20px;
    position: relative
  }
  .factory-map-list::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 16.5px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/assets/images/factory/map-arrow-white.png) no-repeat 0 0;
    background-size: cover
  }
}

@media(max-width: 767px) {
  .factory-map-list+.factory-map-list {
    margin-top: 8px
  }
}

@media(max-width: 767px) {
  .factory-map-list .num {
    display: block;
    width: 35px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 28px;
    letter-spacing: .08em;
    color: #fff;
    margin-right: 13px
  }
}

@media(max-width: 767px) {
  .factory-map-list .title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .05em;
    color: #fff
  }
}

@media(max-width: 767px) {
  .factory-map-list.list01 {
    background: #16bcc7
  }
}

@media(max-width: 767px) {
  .factory-map-list.list02 {
    background: #00cbae
  }
}

@media(max-width: 767px) {
  .factory-map-list.list03 {
    background: #5f72de
  }
}

@media(max-width: 767px) {
  .factory-map-list.list04 {
    background: #fff
  }
  .factory-map-list.list04::after {
    background: url(/assets/images/factory/map-arrow-navy.png) no-repeat 0 0;
    background-size: cover
  }
  .factory-map-list.list04 .num, .factory-map-list.list04 .title {
    color: #0c3860
  }
}

@media(max-width: 767px) {
  .factory-map-list.list05 {
    background: #90d345
  }
}

.factory-check {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .factory-check {
    width: 1266px;
    padding: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media(max-width: 767px) {
  .factory-check {
    padding: 50px 30px 60px 30px
  }
}

@media screen and (min-width: 768px), print {
  .factory-check-img {
    width: 543px
  }
}

@media screen and (min-width: 768px), print {
  .factory-check-item {
    width: 463px
  }
}

@media(max-width: 767px) {
  .factory-check-item {
    margin-top: 30px
  }
}

.factory-check-item__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: justify
}

@media screen and (min-width: 768px), print {
  .factory-check-item__title {
    font-size: 30px;
    letter-spacing: .06em
  }
}

@media(max-width: 767px) {
  .factory-check-item__title {
    font-size: 24px;
    letter-spacing: .05em
  }
}

.factory-check-item__text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .factory-check-item__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px
  }
}

@media(max-width: 767px) {
  .factory-check-item__text {
    font-size: 15px;
    line-height: 32px;
    margin-top: 15px
  }
}

@media screen and (min-width: 768px), print {
  .factory-list {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}

@media(max-width: 767px) {
  .factory-list {
    padding: 90px 0 0 0
  }
}

.factory-list.list02 {
  background: rgba(229, 255, 88, .25)
}

.factory-list.list03 {
  background: rgba(255, 54, 185, .25)
}

.factory-list.list05 {
  background: rgba(229, 255, 88, .25)
}

.factory-list-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media screen and (min-width: 768px), print {
  .factory-list-inner {
    width: 780px;
    margin: 0 auto
  }
}

@media(max-width: 767px) {
  .factory-list-inner {
    padding: 0 30px
  }
}

.factory-list-num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../img/flow-square.png) no-repeat 0 0;
  background-size: 100% 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  color: #fff
}

@media screen and (min-width: 768px), print {
  .factory-list-num {
    width: 120px;
    height: 115px;
    font-size: 54px
  }
}

@media(max-width: 767px) {
  .factory-list-num {
    width: 96px;
    height: 92px;
    font-size: 42px
  }
}

.factory-list-num .eng {
  position: absolute;
  width: 72px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  writing-mode: vertical-lr;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  letter-spacing: .1em
}

.factory-list-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  position: relative
}

.factory-list-title::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px
}

@media screen and (min-width: 768px), print {
  .factory-list-title::after {
    width: 35px
  }
}

@media(max-width: 767px) {
  .factory-list-title::after {
    width: 30px
  }
}

@media screen and (min-width: 768px), print {
  .factory-list-title {
    font-size: 30px;
    letter-spacing: .06em;
    margin-top: 30px
  }
}

@media(max-width: 767px) {
  .factory-list-title {
    letter-spacing: .05em;
    font-size: 24px;
    margin-top: 25px
  }
}

.factory-list-text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: justify
}
.factory-contact{
  display: inline;
  color: #FFF;
  text-decoration: underline;
}
.factory-contact:hover{
  opacity: .7;
}


@media screen and (min-width: 768px), print {
  .factory-list-text {
    margin-top: 101px;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .factory-list-text {
    margin-top: 75px;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 32px
  }
}

@media screen and (min-width: 768px), print {
  .factory-list-img {
    margin-top: 90px
  }
}

@media(max-width: 767px) {
  .factory-list-img {
    margin-top: 100px
  }
}

.factory .c-banner {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .factory .c-banner {
    padding-top: 140px
  }
}

@media(max-width: 767px) {
  .factory .c-banner {
    padding-top: 60px
  }
}


/* ------------------------------------------- */
/* news voice */
/* ------------------------------------------- */
.news {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .news {
    padding-bottom: 150px
  }
}

@media(max-width: 767px) {
  .news {
    padding-bottom: 104px
  }
}

.news .c-pagination .c-pagination01 li a, .news .c-pagination .c-pagination01 li.current span{
  color: #c71e37;
}
@media screen and (min-width: 768px), print {
  .news-list {
    width: 1126px;
    margin: 160px auto 0 auto
  }
}

@media(max-width: 767px) {
  .news-list {
    margin-top: 78px;
    padding: 0 30px
  }
}
.news-list > p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .news-list > p {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px
  }
}

@media(max-width: 767px) {
  .news-list > p {
    font-size: 15px;
    line-height: 32px;
    padding: 0 30px;
    margin-top: 25px
  }
}

.news-item {
  border-top: 2px solid #c71e37;
  position: relative
}

@media screen and (min-width: 768px), print {
  .news-item {
    padding: 45px 18px;
    display: flex;
    align-items: center
  }
  .news-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f7f7;
    z-index: 0;
    transition: width .5s ease-in-out
  }
  .news-item:hover::after {
    width: 100%
  }
  .post-type-archive-voice .news-item {
    padding: 25px 18px;
  }

}

@media(max-width: 767px) {
  .news-item {
    padding: 35px 0
  }
}

.news-item-heading {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1
}

.news-item-time {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 17px;
  letter-spacing: .08em;
  display: block;
  width: 115px
}

.news-item-cate {
  display: inline-block;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .05em;
  text-align: center;
  width: 160px;
  padding: 4px 20px
}

/* .news-item-cate:nth-child(n+3) {
  display: none
} */

.news-item-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 768px), print {
  .news-item-title {
    font-size: 15px;
    line-height: 26px;
    margin-left: 35px
  }
}

@media(max-width: 767px) {
  .news-item-title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px
  }
}

.news-item:nth-last-child(1) {
  border-bottom: 2px solid #c71e37
}

.news-detail {
  background: #fff
}

@media screen and (min-width: 768px), print {
  .news-detail {
    padding-bottom: 160px
  }
}

@media(max-width: 767px) {
  .news-detail {
    padding-bottom: 80px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-heading {
    width: 800px;
    margin: 130px auto 0 auto
  }
}

@media(max-width: 767px) {
  .news-detail-heading {
    margin-top: 60px
  }
}

.news-detail-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px
}

@media(max-width: 767px) {
  .news-detail-cate {
    margin-top: 10px;
    padding: 0 30px
  }
}

.news-detail-cate .cate {
  display: inline-block;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .05em;
  text-align: center
}

@media screen and (min-width: 768px), print {
  .news-detail-cate .cate {
    padding: 4px 30px
  }
}

@media(max-width: 767px) {
  .news-detail-cate .cate {
    padding: 4px 20px;
    margin-top: 10px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-cate .cate+.cate {
    margin-left: 8px
  }
}

@media(max-width: 767px) {
  .news-detail-cate .cate+.cate {
    margin-left: 3px
  }
}

.news-detail-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .news-detail-title {
    font-size: 30px;
    line-height: 58px
  }
}

@media(max-width: 767px) {
  .news-detail-title {
    font-size: 22px;
    line-height: 40px;
    padding: 0 30px
  }
}

.news-detail-inner .wp-block-file {
  padding: 0 30px;
  margin-top: 25px
}

.news-detail-inner .wp-block-file a {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #0c3860;
  color: #0c3860;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 32px
}

.news-detail-inner .wp-block-file .wp-block-file__button {
  width: 18px;
  height: 15px;
  transform: translate(0, 2px);
  margin: 0 0 0 10px;
  background: url(../img/ico-download.png) no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  border-bottom: 0;
  border-radius: 0;
  font-size: 0
}

@media screen and (max-width: 767px) {
  .news-detail-inner .wp-block-file__embed {
    display: none
  }
}

@media screen and (min-width: 768px) {
  .news-detail-inner .wp-block-file {
    padding: 0;
    margin-top: 30px
  }
  .news-detail-inner .wp-block-file a {
    font-size: 16px
  }
  .news-detail-inner .wp-block-file .wp-block-file__button {
    transform: translate(0, 3px);
    margin: 0 0 0 10px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-inner {
    width: 800px;
    margin: 80px auto 0 auto;
    padding-bottom: 160px
  }
}

@media(max-width: 767px) {
  .news-detail-inner {
    margin-top: 40px;
    padding-bottom: 90px
  }
}

.news-detail-inner main *:first-child {
  margin-top: 0
}

.news-detail-inner h2, .news-detail-inner h3, .news-detail-inner h4 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .news-detail-inner h2, .news-detail-inner h3, .news-detail-inner h4 {
    font-size: 30px;
    line-height: 58px;
    margin-top: 80px
  }
}

@media(max-width: 767px) {
  .news-detail-inner h2, .news-detail-inner h3, .news-detail-inner h4 {
    font-size: 22px;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 51px
  }
}

.news-detail-inner a {
  display: inline-block;
  color: currentColor
}

.news-detail-inner p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .news-detail-inner p {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px
  }
}

@media(max-width: 767px) {
  .news-detail-inner p {
    font-size: 15px;
    line-height: 32px;
    padding: 0 30px;
    margin-top: 25px
  }
}

.news-detail-inner p strong {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #009090
}

.news-detail-inner p.cb-textlink span {
  display: inline-block;
  align-items: center;
  position: relative
}

.news-detail-inner p.cb-textlink span a[target=_blank]::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/obj-link.png) no-repeat 0 0;
  background-size: cover
}

.news-detail-inner p.cb-textlink span a {
  position: relative;
  color: #0c3860;
  display: inline-block;
  border-bottom: 2px solid #0c3860
}

.news-detail-inner p+p {
  margin-top: 50px
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-image, .news-detail-inner .wp-block-columns {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-image, .news-detail-inner .wp-block-columns {
    margin-top: 50px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-columns {
    padding: 0 30px
  }
}

.news-detail-inner .wp-block-columns .wp-block-image {
  margin-top: 0
}

.news-detail-inner figcaption {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 2
}

.news-detail-inner figcaption a {
  color: currentColor;
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em
}

@media screen and (min-width: 768px), print {
  .news-detail-inner figcaption {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .news-detail-inner figcaption {
    font-size: 14px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-separator {
    margin: 80px 0
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-separator {
    margin: 60px 30px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-buttons {
    margin-top: 80px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-buttons {
    margin: 60px 30px 0 30px
  }
}

.news-detail-inner .wp-block-buttons .wp-block-button {
  position: relative
}

.news-detail-inner .wp-block-buttons .wp-block-button::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(../img/arrow-white.png) no-repeat 0 0;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 20px
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-buttons .wp-block-button {
    display: block
  }
}

.news-detail-inner .wp-block-buttons .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(32deg, #005698 0%, #00918f 100%);
  border-radius: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 30px
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-buttons .wp-block-button__link {
    font-size: 15px;
    padding: 13px 202px
  }
  .news-detail-inner .wp-block-buttons .wp-block-button__link:hover::after {
    transform: translateX(0)
  }
  .news-detail-inner .wp-block-buttons .wp-block-button__link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(32deg, #0069b9 0%, #00dbd8 100%);
    transform: translateX(-100%);
    transition: transform .4s ease-in-out;
    z-index: -1
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
    display: block;
    padding: 13px 40px
  }
}

.news-detail-inner .wp-block-quote {
  background: #f7f7f7
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-quote {
    padding: 56px 66px;
    margin-top: 65px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-quote {
    margin: 40px 30px 0 30px;
    padding: 57px 25px 52px 25px
  }
}

.news-detail-inner .wp-block-quote p {
  margin-top: 0;
  padding: 0
}

.news-detail-inner .wp-block-quote.is-style-default {
  position: relative
}

.news-detail-inner .wp-block-quote.is-style-default::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(../img/ico-quote01.png) no-repeat 0 0;
  background-size: cover
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-quote.is-style-default::after {
    top: 36px;
    left: 40px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-quote.is-style-default::after {
    top: 26px;
    left: 20px
  }
}

.news-detail-inner .wp-block-quote.is-style-default::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(../img/ico-quote02.png) no-repeat 0 0;
  background-size: cover
}

@media screen and (min-width: 768px), print {
  .news-detail-inner .wp-block-quote.is-style-default::before {
    bottom: 36px;
    right: 40px
  }
}

@media(max-width: 767px) {
  .news-detail-inner .wp-block-quote.is-style-default::before {
    bottom: 26px;
    right: 20px
  }
}

@media screen and (min-width: 768px), print {
  .news-detail-inner ol, .news-detail-inner ul {
    margin-top: 60px
  }
}

@media(max-width: 767px) {
  .news-detail-inner ol, .news-detail-inner ul {
    margin-top: 50px
  }
}

.news-detail-inner ol li, .news-detail-inner ul li {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 2
}

@media screen and (min-width: 768px), print {
  .news-detail-inner ol li, .news-detail-inner ul li {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .news-detail-inner ol li, .news-detail-inner ul li {
    font-size: 15px
  }
}

.news-detail-inner ol {
  padding: 0 30px
}

.news-detail-inner ol li {
  list-style: decimal
}

@media(max-width: 767px) {
  .news-detail-inner ol li {
    margin: 0 30px
  }
}

.news-detail-inner ol li::marker {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .1em;
  font-size: 22px
}

@media(max-width: 767px) {
  .news-detail-inner ul {
    padding: 0 36px
  }
}

.news-detail-inner ul li {
  position: relative
}

@media screen and (min-width: 768px), print {
  .news-detail-inner ul li {
    padding-left: 28px
  }
}

@media(max-width: 767px) {
  .news-detail-inner ul li {
    padding-left: 23px
  }
}

.news-detail-inner ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #005698 0%, #00918f 100%);
  border-radius: 50%;
  left: 0
}

@media screen and (min-width: 768px), print {
  .news-detail-inner ul li::after {
    top: 13px
  }
}

@media(max-width: 767px) {
  .news-detail-inner ul li::after {
    top: 12px
  }
}



/* ------------------------------------------- */
/* privacy */
/* ------------------------------------------- */

@media screen and (min-width: 768px), print {
  .privacy-inner {
    width: 800px;
    margin: 150px auto 140px auto
  }
}

@media(max-width: 767px) {
  .privacy-inner {
    margin: 78px 0 80px;
    padding: 0 30px
  }
}

.privacy-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em
}

@media screen and (min-width: 768px), print {
  .privacy-text {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .privacy-text {
    font-size: 15px;
    line-height: 32px
  }
  .privacy-item ul{
    font-size: 15px;
    line-height: 32px;
    padding-left: 1em;
  }
  .privacy-item ul li{
    list-style-type: disc;
  }

}

@media screen and (min-width: 768px), print {
  .privacy-item {
    margin-top: 80px
  }
  .privacy-item ul{
    font-size: 16px;
    line-height: 30px;
    padding-left: 1em;
  }
  .privacy-item ul li{
    list-style-type: disc;
  }
  
}

@media(max-width: 767px) {
  .privacy-item {
    margin-top: 60px
  }
}

.privacy-item-num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: .08em;
  font-size: 30px
}

.privacy-item-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  margin-top: 20px
}

@media screen and (min-width: 768px), print {
  .privacy-item-text {
    font-size: 16px;
    line-height: 30px
  }
}

@media(max-width: 767px) {
  .privacy-item-text {
    font-size: 15px;
    line-height: 32px
  }
}

.privacy-notice {
  border: 2px solid #0c3860
}

@media screen and (min-width: 768px), print {
  .privacy-notice {
    margin-top: 92px;
    padding: 60px 70px 53px 70px
  }
}

@media(max-width: 767px) {
  .privacy-notice {
    margin-top: 60px;
    padding: 40px 30px 30px 30px
  }
}

.privacy-notice-title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  font-size: 16px
}

@media screen and (min-width: 768px), print {
  .privacy-notice-title {
    letter-spacing: .08em
  }
}

@media(max-width: 767px) {
  .privacy-notice-title {
    letter-spacing: .05em;
    line-height: 28px
  }
}

.privacy-notice-text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  line-height: 28px
}

@media screen and (min-width: 768px), print {
  .privacy-notice-text {
    font-size: 15px
  }
}

@media(max-width: 767px) {
  .privacy-notice-text {
    font-size: 14px
  }
}

.privacy-link {
  margin: 30px 0 0
}

.privacy-link:nth-of-type(n + 2) {
  margin: 4px 0 0
}

.privacy-link a {
  position: relative;
  display: inline-block;
  color: #0c3860;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 28px;
  transition: opacity .4s ease
}

@media screen and (min-width: 768px), print {
  .privacy-link a:hover {
    opacity: .6
  }
}

.privacy-link a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0c3860
}

/* ------------------------------------------- */
/* contact */
/* ------------------------------------------- */

.contact .c-heading-ja {
  margin-top: 10px
}

@media screen and (min-width: 768px), print {
  .contact .c-heading {
    padding-top: 241px;
    margin-top: 0;
    margin-left: 0
  }
  .contact .c-heading-ja {
    margin-top: 15px
  }
}

.heading__text {
  padding: 0 30px;
  margin: 74px 0 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 32px
}

@media screen and (min-width: 768px), print {
  .heading {
    width: 1126px;
    margin: 0 auto 0
  }
  .heading__text {
    padding: 0;
    margin: 150px 0 0
  }
}

.info {
  position: relative;
  margin: 66px 0 0;
  overflow: hidden
}

.info__back {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  background: linear-gradient(-35deg, #c71e37 0%, #5A0D18 100%)
}

.info__inner {
  position: relative;
  z-index: 1;
  padding: 53px 30px 51px
}

.info__title {
  position: relative;
  padding: 0 0 26px
}

.info__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff
}

.info__title span, .info__title small {
  display: block;
  color: #fff
}

.info__title span {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: .05em
}

.info__title small {
  margin: 15px 0 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em
}

.info__tel {
  display: inline-block;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 20px 0 0;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

.info__tel small {
  font-size: 13px;
  letter-spacing: .08em
}

.info__tel span {
  font-size: 28px;
  letter-spacing: .07em
}

@media screen and (min-width: 768px), print {
  .info {
    margin-top: 86px
  }
  .info__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 766px;
    padding: 94px 0;
    margin: 0 auto
  }
  .info__title {
    padding: 0 50px 0 0
  }
  .info__title::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 2px;
    height: auto
  }
  .info__title span {
    font-size: 22px;
    letter-spacing: .06em
  }
  .info__title small {
    margin: 10px 0 0;
    text-align: right;
    letter-spacing: .06em
  }
  .info__tel {
    margin: 3px 0 0 50px
  }
  .info__tel small {
    font-size: 21px
  }
  .info__tel span {
    font-size: 41px
  }
}

.form {
  margin: 65px 0 80px
}

.form .cForm__confirm-text {
  min-height: 60px;
  padding: 20px 0 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em
}

.form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background-color: #f7f7f7;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  border-radius: 0
}

.form input::-moz-placeholder {
  color: rgba(12, 56, 96, .3);
  font-size: 15px
}

.form input::placeholder {
  color: rgba(12, 56, 96, .3);
  font-size: 15px
}

.form select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #0c3860;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em
}

.form textarea {
  width: 100%;
  height: 280px;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  background-color: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8
}

.form__wrap {
  padding: 0 30px
}

.form__block+.form__block {
  margin-top: 35px
}

.form__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}

.form__text {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 32px
}

.form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 21px;
  margin-left: 10px;
  background: #c71e37;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  letter-spacing: .05em
}

.form__item {
  margin: 6px 0 0
}

.form__error {
  margin: 5px 0 0;
  color: #b7001e;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px
}

.form__error.privacypolicy {
  text-align: center
}

.form__select {
  position: relative
}

.form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 10px;
  height: 8px;
  background: url("../images/contact/arrow@2x.png") no-repeat;
  background-position: center;
  background-size: contain
}

.form__radio+.form__radio {
  margin-left: 30px
}

.form__radio input {
  display: none
}

.form__radio span {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
  color: #0c3860;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em
}

.form__radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 19px;
  border: 1px solid #d1d1d1;
  border-radius: 19px
}

.form__radio span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background-color: #0c3860;
  border-radius: 7px;
  opacity: 0;
  transition: opacity .4s ease
}

.form__radio input:checked+span::after {
  opacity: 1
}

.form__add {
  margin: 52px 0 0
}

.form__add input, .form__add select {
  height: 50px
}

.form__option {
  padding: 28px 30px;
  margin: 20px 0 0;
  border: 2px solid #efefef
}

.form__block.privacy {
  position: relative;
  margin: 45px 0 0
}

.form__block.privacy .form__text {
  text-align: center
}

.form__privacy {
  display: block;
  margin: 25px 0 0;
  text-align: center
}

.form__privacy input {
  display: none
}

.form__privacy .form__text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 23px;
  white-space: nowrap
}

.form__privacy .form__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  border: 1px solid #d1d1d1
}

.form__privacy .form__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background-color: #0c3860;
  opacity: 0;
  transition: opacity .4s ease
}

.form__privacy input:checked+.form__text::after {
  opacity: 1
}

.form__privacy .form__required {
  margin-left: 0
}

.form__buttons {
  margin: 35px 0 0
}

.form__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  background: linear-gradient(45deg, #005698, #00918f)
}

.form__button__text {
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1
}

.form__button__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  width: 17px;
  height: 13px;
  background: url(../img/button-arrow@2x.png) no-repeat;
  background-position: center;
  background-size: contain
}

.form__buttons .form__block+.form__block {
  margin-top: 20px
}

.form__back .form__button__icon {
  right: auto;
  left: 18px;
  transform: translate(0, -50%) scale(-1, 1)
}

.form__add__type {
  margin-top: 8px
}

.form__add__size {
  margin-top: 5px
}

.form .option-size-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  white-space: nowrap
}

.form .option-size-item.block {
  display: block;
  width: 100%
}

.form .option-size-item.block small {
  display: block
}

.form .option-size-item.block input {
  width: 100%;
  margin: 10px 0 0
}

.form .option-size-item input {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin: 0 8px
}

.form .option-size-item+.option-size-item {
  margin-top: 8px
}

@media screen and (min-width: 768px), print {
  .form {
    margin: 89px 0 160px
  }
  .form .cForm__confirm-text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 32px
  }
  .form input, .form select {
    height: 74px
  }
  .form textarea {
    height: 254px
  }
  .form__inner {
    width: 912px;
    margin: 0 auto
  }
  .form__wrap {
    padding: 0
  }
  .form__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
  }
  .form__block+.form__block {
    margin-top: 50px
  }
  .form__block>label {
    flex: 0 0 224px;
    width: 224px;
    padding: 20px 0 0
  }
  .form__item {
    flex: 0 0 688px;
    width: 688px;
    margin: 0
  }
  .form__text {
    font-size: 16px
  }
  .form__add {
    margin-top: 76px
  }
  .form__add .form__text br {
    display: none
  }
  .form__required {
    width: 39px;
    height: 24px;
    margin-left: 12px;
    font-size: 13px
  }
  .form__option {
    padding: 74px 70px 67px;
    margin: 10px 0 0
  }
  .form__option .cForm__confirm-text {
    padding-top: 14px
  }
  .form__option .form__block+.form__block {
    margin-top: 72px
  }
  .form__option .form__block>label {
    padding-top: 0
  }
  .form__radio span {
    line-height: 32px
  }
  .form__block.privacy {
    display: block;
    margin: 95px 0 0
  }
  .form__block.privacy>label {
    flex: 0 0 350px;
    width: 350px;
    padding: 0;
    margin: 8px auto 0
  }
  .form__block.privacy .form__text {
    width: 100%;
    text-align: center;
    padding: 20px 0 0 3px
  }
  .form__block.privacy .form__text br {
    display: none
  }
  .form__privacy {
    top: 14px
  }
  .form__buttons {
    margin: 76px 0 0
  }
  .form__button {
    width: 550px;
    height: 70px;
    margin: 0 auto
  }
  .form__button__text {
    font-size: 15px
  }
  .form__button__icon {
    right: 23px
  }
  .form__back .form__button__icon {
    left: 23px
  }
  .form .option-size {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -22px
  }
  .form .option-size-item {
    font-size: 16px
  }
  .form .option-size-item input {
    flex: 0 0 80px;
    width: 80px;
    height: 74px;
    margin: 0 8px
  }
  .form .option-size-item.block input {
    width: 480px;
    margin: 10px 0 0
  }
  .form .option-size-item+.option-size-item {
    margin-top: 0px;
    margin-left: 6px
  }
  .form .option-lot {
    margin-top: -20px
  }
  .form .form__add__date {
    margin-top: 45px !important
  }
  .form .option-date {
    margin-top: -20px
  }
  .form .form__add__purpose {
    margin-top: 49px !important
  }
  .form .option-purpose {
    margin-top: -20px
  }
  .form__select__lot {
    flex: 0 0 210px;
    width: 210px
  }
  .form__add__date input {
    flex: 0 0 210px;
    width: 210px
  }
  .form__add__purpose input {
    width: 480px
  }
}

.form__radio .cForm__confirm-text {
  display: none
}

.form__radio input:checked+.cForm__confirm-text {
  display: block;
  padding: 0
}

a.form-href {
  display: inline-block;
  color: #0c3860;
  border-bottom: 1px solid #0c3860
}

@media(max-width: 767px) {
  .footer-item.type04 {
    margin-top: 20px
  }
}

@media(max-width: 767px) {
  .footer .nav-contact {
    margin: 2.875em 0 0
  }
}

.form__inner {
  padding: 0 30px
}

.wpcf7-list-item label {
  display: flex
}

.wpcf7-radio {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0
}

.wpcf7-radio input {
  width: 0px;
  height: 0px;
  position: relative;
  padding: 0;
  border-radius: 0
}

.wpcf7-radio input::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 19px;
  border: 1px solid #d1d1d1;
  border-radius: 19px
}

.wpcf7-radio input::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background-color: #0c3860;
  border-radius: 7px;
  opacity: 0;
  transition: opacity .4s ease
}

.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding: 0 0 0 29px;
  color: #0c3860;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em
}

.wpcf7-radio input:checked::after {
  opacity: 1
}

.form__add__size .form__row>p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  white-space: nowrap
}

.form__add__size [data-id=group-cantype03] .form__row>p {
  flex-direction: column
}

.form__add__size .option-size {
  position: relative
}

.form__add__size .wpcf7-form-control-wrap {
  position: static
}

.form__add__size .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1.8em
}

.form__add__date .wpcf7-form-control-wrap {
  width: 100%;
  display: block
}

.form__add__date input {
  width: 66.93vw;
  border-radius: 0
}

.form__add__designtype {
  margin-top: 35px
}

.option-design-other {
  margin-top: 12px
}

.option-design-other-item small {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
  white-space: nowrap
}

.option-design-other-item input {
  margin-top: 10px
}

.option-design-other-item>p {
  width: 100%
}

.form__privacy {
  display: flex;
  align-items: center
}

.form__privacy .wpcf7-list-item {
  margin: 0
}

.form__privacy .wpcf7-list-item label {
  align-items: center
}

.form__privacy input {
  position: relative;
  display: block;
  width: 0px;
  height: 0px;
  padding: 0
}

.form__privacy input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 17px;
  height: 17px;
  border: 1px solid #d1d1d1
}

.form__privacy input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background-color: #0c3860;
  opacity: 0;
  transition: opacity .4s ease
}

.form__privacy input:checked::after {
  opacity: 1
}

.form__privacy .wpcf7-list-item-label {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding: 0 0 0 23px;
  white-space: nowrap;
  text-align: center
}

.form__privacy .form__required {
  flex-shrink: 0
}

.form__submit {
  position: relative
}

.form__submit::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  width: 17px;
  height: 13px;
  background: url(../img/button-arrow@2x.png) no-repeat;
  background-position: center;
  background-size: contain
}

.form__submit input {
  color: #fff;
  background: #c71e37;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1
}

.form__submit .wpcf7-spinner {
  display: none
}

.form .wpcf7-not-valid-tip {
  margin: 5px 0 0;
  color: #b7001e;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px
}

.form .wpcf7-response-output {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 32px
}

@media screen and (min-width: 768px), print {
  .form__block>p {
    flex: 0 0 224px;
    width: 224px;
    padding: 20px 0 0
  }
  .wpcf7-radio .wpcf7-list-item-label {
    line-height: 32px
  }
  .wpcf7-radio input::before {
    top: 16px
  }
  .wpcf7-radio input::after {
    top: 16px
  }
  .form__add .form__block>p {
    padding-top: 0
  }
  .form__option .form__add__size+.form__block {
    margin-top: 97px
  }
  .form__add__size+.form__block {
    margin-top: 97px
  }
  .form__add__size .form__row>p {
    font-size: 16px
  }
  .form__add__size [data-id=group-cantype03] .form__row>p {
    align-items: flex-start
  }
  .form__add__date input {
    width: 210px
  }
  .form__option .form__block+.form__add__design {
    margin-top: 49px
  }
  .form__add__designtype {
    margin-top: 72px
  }
  .option-designtype {
    margin-top: -20px
  }
  .form__select__designtype {
    width: 210px
  }
  .option-design-other {
    margin-top: 24px
  }
  .option-design-other-item input {
    width: 480px
  }
  .form__block.privacy .form__text+p {
    width: 350px;
    padding: 0;
    margin: 0 auto
  }
  .form__privacy {
    margin: 8px 0 0
  }
  .form__privacy .wpcf7-list-item-label {
    font-size: 16px;
    padding: 0 0 0 25px;
    cursor: pointer
  }
  .form__privacy .form__required {
    margin-top: 5px
  }
  .form__buttons {
    width: 550px;
    margin: 76px auto 0
  }
  .form__submit {
    width: 100%
  }
  .form__submit::after {
    right: 23px
  }
  .form__submit>p {
    padding-top: 0;
    width: 100%;
    height: 70px
  }
  .form__submit .form__button {
    width: 550px;
    height: 100%;
    font-size: 15px;
    cursor: pointer
  }
}

.c-pagination01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
  margin: 0 -10px
}

.c-pagination01 li {
  margin: 0 10px
}

.c-pagination01 li a, .c-pagination01 li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  border-color: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-pagination01 li.current span {
  border: 2px solid #ffffff
}
.news .c-pagination01 li.current span {
  border: 2px solid #c71e37
}

.c-pagination01 li.next, .c-pagination01 li.previous {
  margin: 0
}

.c-pagination01 li.next a, .c-pagination01 li.previous a {
  display: block;
  position: relative;
  width: 15px;
  text-indent: 20px;
  overflow: hidden;
  white-space: nowrap;
  border: none
}

.c-pagination01 li.next a::before, .c-pagination01 li.previous a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid
}

.c-pagination01 li.previous a::before {
  border-width: 5px 6px 5px 0;
  border-color: transparent #FFF transparent transparent
}
.news .c-pagination01 li.previous a::before {
  border-width: 5px 6px 5px 0;
  border-color: transparent #c71e37 transparent transparent
}
.c-pagination01 li.next a::before {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFF
}
.news .c-pagination01 li.next a::before {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #c71e37
}

.c-pagination01 li.first a, .c-pagination01 li.last a {
  width: 45px;
  text-decoration: underline;
  font-family: Sen, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  border: none
}

@media all and (min-width:768px) {
  .c-pagination01 {
    margin: 0 auto
  }
  .c-pagination01 li a, .c-pagination01 li span {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    border: none
  }
  .c-pagination01 li.current span {
    color: #FFF
  }
  .c-pagination01 li.page a {
    color: #b4b3b3;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .c-pagination01 li.page a:hover {
    color: #1f1f1f
  }
  .c-pagination01 li.next, .c-pagination01 li.previous {
    margin: 0 5px
  }
  .c-pagination01 li.next a::before, .c-pagination01 li.previous a::before {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .c-pagination01 li.next a:hover::before, .c-pagination01 li.previous a:hover::before {
    opacity: .5
  }
  .c-pagination01 li.previous a::before {
    border-width: 5px 7px 5px 0
  }
  .c-pagination01 li.next a::before {
    border-width: 5px 0 5px 7px
  }
  .c-pagination01 li.first a, .c-pagination01 li.last a {
    width: 55px;
    font-size: 2rem
  }
  .c-pagination01 li.first a:hover, .c-pagination01 li.last a:hover {
    text-decoration: none
  }
}
.c-pagination02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-pagination02__next, .c-pagination02__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1
}

.c-pagination02__next a, .c-pagination02__prev a, .c-pagination02__all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4px 5px;
  color: #c71e37;
  text-decoration: underline;
  font-size: 1.7rem
}

.c-pagination02__next a::before, .c-pagination02__prev a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid
}

.c-pagination02__prev {
  right: 50%;
  margin-right: 20px
}

.c-pagination02__prev a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px
}

.c-pagination02__prev a::before {
  left: 6px;
  border-width: 5px 6px 5px 0;
  border-color: transparent #c71e37 transparent transparent
}

.c-pagination02__next {
  left: 50%;
  margin-left: 20px
}

.c-pagination02__next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px
}

.c-pagination02__next a::before {
  right: 6px;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #c71e37
}


@media all and (min-width:768px) {
  .c-pagination02 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    max-width: 550px;
    margin: 0 auto
  }
  .c-pagination02__all {
    margin-bottom: 0;
  }
  .c-pagination02__next, .c-pagination02__prev {
    /* position: absolute; */
    top: 0;
    width: auto;
    height: 100%
  }
}

@media all and (min-width:768px) and (max-width:767px) {
  .c-pagination02__next, .c-pagination02__prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media all and (min-width:768px) {
  .c-pagination02__next a, .c-pagination02__prev a,.c-pagination02__all a {
    padding: 10px 25px;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .c-pagination02__next a:hover, .c-pagination02__prev a:hover, .c-pagination02__all a:hover {
    text-decoration: none
  }
  .c-pagination02__prev {
    right: auto;
    left: 0;
    margin-right: 0
  }
  .c-pagination02__prev a {
    padding-left: 24px
  }
  .c-pagination02__prev a::before {
    border-width: 5px 7px 5px 0
  }
  .c-pagination02__next {
    right: 0;
    left: auto;
    margin-left: 0
  }
  .c-pagination02__next a {
    padding-right: 24px
  }
  .c-pagination02__next a::before {
    border-width: 5px 0 5px 7px
  }
}
/* Google reCAPTCHAを隠す */
.grecaptcha-badge { visibility: hidden; }