@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  -webkit-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  line-height: 0;
}

figure {
  line-height: 1;
}

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

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/* cyrillic-ext */
body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  ounter-reset: number 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 1.05vw;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
dt,
dd,
th,
td,
a,
span,
address {
  font-family: 'Noto Sans JP', 'メイリオ', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', sans-serif;
}
@media screen\0 {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a,
  span,
  address {
    font-family: 'Segoe UI', Meiryo, sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
a,
span {
  line-height: 1.8;
  color: #000;
  box-sizing: border-box;
  letter-spacing: 0.15vw;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  dt,
  dd,
  th,
  td,
  a,
  span {
    letter-spacing: 0.5vw;
  }
}

img {
  width: auto;
}

svg {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}

.scroll-stop {
  overflow: hidden;
}

.ppLazyBg {
  display: block;
  background-size: cover;
  background-position: center;
}

.layer-txt {
  font-size: 3.2vw;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.layer-txt span {
  padding: 12px 25px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.layer-txt .layer-before,
.layer-txt .layer-after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.layer-txt .layer-before {
  z-index: 1;
  background: #3fabb9;
}
.layer-txt .layer-after {
  z-index: 3;
  background: #fff;
}

.megabnr-field {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  z-index: 5;
  height: calc(100vw - 80px);
  top: 80px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0% 0%;
}
@media screen and (max-width: 767px) {
  .megabnr-field {
    display: none;
  }
}
.megabnr-field .megabnr-field-inner {
  background: #efefef;
  padding: 35px 0;
  width: 100%;
  position: relative;
  z-index: 6;
}
.megabnr-field .megabnr-field-inner .in {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.megabnr-field .megabnr-field-inner a {
  background: #fff;
  display: flex;
  align-items: center;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 12px;
}
.megabnr-field .megabnr-field-inner figure {
  width: 80px;
  height: 80px;
}
.megabnr-field .megabnr-field-inner p {
  font-size: 0.7rem;
  padding: 0px 12px;
}
.megabnr-field .megabnr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

.megabnr-open {
  opacity: 1;
  transform: scaleY(1);
}

.ac-container .cross {
  display: inline-block;
}
.ac-container .cross i {
  display: inline-block;
  transition: 0.5s;
  transform-origin: 50%;
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: 50%;
  position: relative;
}
.ac-container .cross i:after,
.ac-container .cross i:before {
  transition: 0.5s;
  position: absolute;
  transform-origin: 50%;
  transition: 0.5s;
  content: '';
  background: #b4b4b4;
  width: 20px;
  height: 1px;
  top: 18px;
  left: 10px;
}
.ac-container .cross i:before {
  transform: rotate(90deg);
}
.ac-container .more {
  padding: 20px 0;
  text-align: center;
}
.ac-container .more a {
  padding: 8px 25px;
  display: inline-block;
  border: 1px solid #ccc;
}
.ac-container .cross .accordion-btn-open {
  transform: rotate(135deg);
}

.ac-contents {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}

.fadein {
  opacity: 0;
  transition: 1.3s;
}
@media screen and (min-width: 766px) {
  .fadein {
    transform: translate(0, 40px);
  }
}
@media screen and (max-width: 767px) {
  .fadein {
    transform: translate(0, 2vw);
  }
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.form-error {
  margin-top: 8px;
}
.form-error p {
  display: block;
  padding: 8px;
  border-radius: 3px;
  color: #fff;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
input[type='number'],
textarea {
  width: 100%;
  font-size: 0.9rem;
  padding: 18px;
  color: #666;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
input[type='date']::placeholder,
input[type='number']::placeholder,
textarea::placeholder {
  color: #bababa;
}
input[type='text']:input-placeholder,
input[type='email']:input-placeholder,
input[type='tel']:input-placeholder,
input[type='date']:input-placeholder,
input[type='number']:input-placeholder,
textarea:input-placeholder {
  color: #bababa;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

._form-radio {
  display: flex;
}
._form-radio input[type='radio'] {
  display: none;
}
._form-radio label {
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 25px;
}
._form-radio label span {
  display: block;
  padding: 10px;
}
._form-radio label span:before,
._form-radio label span:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
}
._form-radio label span:before {
  width: 16px;
  height: 16px;
  top: 10px;
  left: 10px;
}
._form-radio label span:after {
  width: 10px;
  height: 10px;
  top: 14px;
  left: 14px;
  transform: scale(0);
  transform-origin: 50%;
}
._form-radio input[type='radio']:checked + span:after {
  transform: scale(1);
}

._form-checkbox {
  display: flex;
  justify-content: space-between;
}
._form-checkbox input[type='checkbox'] {
  display: none;
}
._form-checkbox label {
  width: 100%;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}
._form-checkbox label:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}
._form-checkbox label span {
  display: flex;
  align-items: center;
  padding: 10px;
}
._form-checkbox label span:before,
._form-checkbox label span:after {
  content: '';
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
._form-checkbox label span:before {
  width: 18px;
  height: 2px;
  top: 20px;
  left: 18px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0 100%;
}
._form-checkbox label span:after {
  width: 8px;
  height: 2px;
  top: 19px;
  left: 9px;
  transform: rotate(35deg) scaleX(0);
  transform-origin: 100% 100%;
}
._form-checkbox input[type='checkbox']:checked + span:before {
  transform: rotate(-45deg) scaleX(1);
}
._form-checkbox input[type='checkbox']:checked + span:after {
  transform: rotate(35deg) scaleX(1);
}

._form-select {
  overflow: hidden;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 5px;
}
._form-select > select {
  width: 100%;
  padding: 18px 25px;
}
._form-select:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url('/assets/images/prts/allow_01.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  top: calc(50% - 12px;);
  transform: rotate(90deg);
}

.mw_wp_form_confirm ._form-select {
  box-shadow: none;
}
.mw_wp_form_confirm ._form-select:after {
  display: none;
}

input[type='button'],
input[type='submit'] {
  font-size: 1rem;
  background: none;
  text-align: center;
  color: #333;
  width: 100%;
  border: none;
}

.form-botton-back,
.form-botton-next {
  position: relative;
  overflow: hidden;
}
.form-botton-back:after,
.form-botton-next:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/assets/images/prts/allow_02_w.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 15px;);
}
.form-botton-back input[type='submit'],
.form-botton-next input[type='submit'] {
  width: 100%;
  position: relative;
  z-index: 1;
}

.form-botton-back {
  background: #666;
  position: relative;
}
.form-botton-back:after {
  left: 30px;
  transform: scaleX(-1);
}
.form-botton-back:before {
  transition: 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-back:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-back input[type='button'] {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

.form-botton-next:after {
  right: 30px;
}
.form-botton-next:before {
  transition: 0.5s;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
.form-botton-next:hover:before {
  clip-path: circle(100% at 50% 50%);
}
.form-botton-next input[type='submit'] {
  height: 70px;
}

/*
@include animation(animationSample 1.2s ease 0.15s);
*/
.anime1 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 1;
}
.anime1.active {
  animation: animeTxt1 1.2s ease 0.2s;
  -moz-animation: animeTxt1 1.2s ease 0.2s;
  animation: animeTxt1 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes animeTxt1 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.anime2 {
  clip-path: circle(0% at 50% 50%);
  opacity: 1;
}
.anime2.active {
  animation: animeTxt2 1.2s ease 0.2s;
  -moz-animation: animeTxt2 1.2s ease 0.2s;
  animation: animeTxt2 1.2s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeTxt2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(70.7% at 50% 50%);
    opacity: 1;
  }
}
.box-anime1 img,
.box-anime1:after {
  clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
  clip-path: circle(10.7% at 50% 50%);
  opacity: 0;
}
.box-anime1.active img {
  animation: anime1 1s ease 0.2s;
  -moz-animation: anime1 1s ease 0.2s;
  animation: anime1 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime1.active:after {
  animation: anime1 1s ease 0s;
  -moz-animation: anime1 1s ease 0s;
  animation: anime1 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@-moz-keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
@keyframes anime1 {
  0% {
    transform: translateX(-30px);
    clip-path: polygon(54% 34%, 17% 43%, 31% 76%, 75% 61%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    opacity: 1;
  }
}
.box-anime2 img,
.box-anime2:after {
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
}

.box-anime2.active img {
  animation: animeBox2 1s ease 0.2s;
  -moz-animation: animeBox2 1s ease 0.2s;
  animation: animeBox2 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime2.active:after {
  animation: animeBox2 1s ease 0s;
  -moz-animation: animeBox2 1s ease 0s;
  animation: animeBox2 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@-moz-keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
@keyframes animeBox2 {
  0% {
    transform: translateX(50px);
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
  }
}
.box-anime3 img,
.box-anime3:after {
  clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
  opacity: 0;
}

.box-anime3.active img {
  animation: animeBox3 1s ease 0.2s;
  -moz-animation: animeBox3 1s ease 0.2s;
  animation: animeBox3 1s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.box-anime3.active:after {
  animation: animeBox3 1s ease 0s;
  -moz-animation: animeBox3 1s ease 0s;
  animation: animeBox3 1s ease 0s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@-moz-keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
@keyframes animeBox3 {
  0% {
    transform: translateX(50px);
    clip-path: polygon(50% 31%, 51% 32%, 49% 32%, 50% 32%, 51% 32%);
    opacity: 0;
  }
  50% {
    transform: translateX(0px);
    clip-path: polygon(51% 17%, 82% 34%, 74% 76%, 30% 78%, 33% 46%);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
    opacity: 1;
  }
}
.ml-slideIn {
  position: relative;
  display: inline-block;
}
.ml-slideIn span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 0px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front,
.ml-slideIn i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.ml-slideIn i.front {
  background: #69d3cb;
  z-index: 2;
}

.txt-anime4 {
  position: relative;
  display: inline-block;
}
.txt-anime4 span {
  z-index: 1;
  display: block;
  position: relative;
  padding: 5px 12px;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front,
.txt-anime4 i.back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.txt-anime4 i.front {
  background: #69d3cb;
  z-index: 2;
}

.txt-anime4.active span {
  animation: anime4 0.3s ease 0.8s;
  -moz-animation: anime4 0.3s ease 0.8s;
  animation: anime4 0.3s ease 0.8s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.front {
  animation: anime41 0.8s ease 0.5s;
  -moz-animation: anime41 0.8s ease 0.5s;
  animation: anime41 0.8s ease 0.5s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.txt-anime4.active i.back {
  animation: anime4 0.8s ease 0.2s;
  -moz-animation: anime4 0.8s ease 0.2s;
  animation: anime4 0.8s ease 0.2s;
  animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes anime4 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes anime41 {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

main {
  display: none;
  overflow-x: hidden;
}
main.main-active {
  display: block;
}
@media screen and (max-width: 767px) {
  main.lower {
    margin: 26.25vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main.lower {
    margin: 21vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  main.lower {
    margin: 21vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  main.lower {
    margin: 210px 0 0 0;
  }
}

.contentsWrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.lowerTitle > span,
.lowerSectionTitle > span {
  font-size: 3.9285714286rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lowerTitle > span,
  .lowerSectionTitle > span {
    font-size: 2.5714285714rem;
  }
}
.lowerTitle h2,
.lowerTitle h3,
.lowerSectionTitle h2,
.lowerSectionTitle h3 {
  color: #cf2820;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .lowerTitle h2,
  .lowerTitle h3,
  .lowerSectionTitle h2,
  .lowerSectionTitle h3 {
    margin: 1.875vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowerTitle h2,
  .lowerTitle h3,
  .lowerSectionTitle h2,
  .lowerSectionTitle h3 {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowerTitle h2,
  .lowerTitle h3,
  .lowerSectionTitle h2,
  .lowerSectionTitle h3 {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .lowerTitle h2,
  .lowerTitle h3,
  .lowerSectionTitle h2,
  .lowerSectionTitle h3 {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .lowerTitle h2,
  .lowerTitle h3,
  .lowerSectionTitle h2,
  .lowerSectionTitle h3 {
    font-size: 1.1428571429rem;
  }
}

@media screen and (max-width: 767px) {
  .lowerTitle {
    margin: 0 auto 15vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowerTitle {
    margin: 0 auto 12vw auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowerTitle {
    margin: 0 auto 12vw auto;
  }
}
@media screen and (min-width: 1200px) {
  .lowerTitle {
    margin: 0 auto 120px auto;
  }
}

@media screen and (max-width: 767px) {
  .lowerSectionTitle {
    margin: 0 auto 10vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowerSectionTitle {
    margin: 0 auto 8vw auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowerSectionTitle {
    margin: 0 auto 8vw auto;
  }
}
@media screen and (min-width: 1200px) {
  .lowerSectionTitle {
    margin: 0 auto 80px auto;
  }
}
.lowerSectionTitle > span {
  color: #c7c7c7;
}
.lowerSectionTitle h3 {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .lowerSectionTitle h3 {
    margin: -1.875vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lowerSectionTitle h3 {
    margin: -1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .lowerSectionTitle h3 {
    margin: -1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .lowerSectionTitle h3 {
    margin: -15px 0 0 0;
  }
}

.obj {
  width: 100%;
}
.obj img {
  display: block;
  width: 100%;
}
.obj.rv {
  transform: rotateX(180deg) rotateY(180deg);
}

.buttonWrap {
  text-align: center;
}
.buttonWrap a {
  position: relative;
  display: inline-block;
  min-width: 320px;
  border-radius: 5rem;
  font-size: 1.1428571429rem;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .buttonWrap a {
    padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .buttonWrap a {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .buttonWrap a {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .buttonWrap a {
    padding: 15px 15px 15px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .buttonWrap a {
    transition: all 0.2s;
  }
  .buttonWrap a:hover {
    color: #cf2820;
    border-color: #cf2820;
  }
  .buttonWrap a:hover:after {
    background-color: #cf2820;
  }
}
@media screen and (max-width: 767px) {
  .buttonWrap a {
    max-width: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .buttonWrap a {
    padding: 2.75vw 1vw 2.75vw 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .buttonWrap a {
    padding: 2.2vw 0.8vw 2.2vw 0.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .buttonWrap a {
    padding: 2.2vw 0.8vw 2.2vw 0.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .buttonWrap a {
    padding: 22px 8px 22px 8px;
  }
}

.buttonWrap a::after {
  position: absolute;
  top: 50%;
  right: -7.5%;
  content: '';
  display: block;
  width: 15%;
  height: 1px;
  background-color: #000;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.buttonWrap.cw a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.buttonWrap.cw a::after {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .buttonWrap.cw a {
    transition: all 0.2s;
  }
  .buttonWrap.cw a:hover {
    color: #cf2820;
    border-color: #cf2820;
    background-color: #fff;
  }
  .buttonWrap.cw a:hover:after {
    background-color: #cf2820;
  }
}

.setArrow {
  position: relative;
}
.setArrow::after {
  position: absolute;
  top: 50%;
  right: 5%;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid #303030;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg) translate(0, -50%);
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #breadcrumb {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #breadcrumb {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #breadcrumb {
    margin: 30px 0 0 0;
  }
}
#breadcrumb ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#breadcrumb ul li {
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul li {
    font-size: 0.7142857143rem;
  }
}
#breadcrumb ul li:not(:last-child) {
  position: relative;
  margin-right: 1em;
  padding-right: 1.5em;
}
#breadcrumb ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #262626;
  border-right: solid 1px #262626;
  transform: rotate(45deg);
}
#breadcrumb ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul li a {
    font-size: 0.7142857143rem;
  }
}
#breadcrumb ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#breadcrumb ul li span {
  font-weight: bold;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btns a {
  display: block;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btns a {
    padding: 1.5vw 3.125vw 1.5vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .btns a {
    padding: 1.2vw 2.5vw 1.2vw 2.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .btns a {
    padding: 1.2vw 2.5vw 1.2vw 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .btns a {
    padding: 12px 25px 12px 25px;
  }
}
.btns a.rd {
  color: #fff;
  background-color: #cf2820;
}

@media screen and (max-width: 767px) {
  .quickBtn {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quickBtn {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .quickBtn {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .quickBtn {
    margin: 45px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .quickBtn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .quickBtn {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .quickBtn {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .quickBtn {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .quickBtn {
    margin: 60px 0 0 0;
  }
}

.quickBtn a {
  padding-right: 0;
  padding-left: 0;
  width: 30%;
  font-size: 1.1428571429rem;
  border: 1px solid #000;
}
.quickBtn a:last-of-type {
  border: none;
}
@media screen and (max-width: 767px) {
  .quickBtn a {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .quickBtn a {
    padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .quickBtn a {
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .quickBtn a {
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .quickBtn a {
    padding: 25px 25px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .quickBtn a:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .quickBtn a:last-of-type {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .quickBtn a:last-of-type {
    margin: 3vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .quickBtn a:last-of-type {
    margin: 3vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .quickBtn a:last-of-type {
    margin: 30px 0 0 0;
  }
}

.cybozuBnr {
  margin: 20px 0 0 50px;
}

.partner {
  margin-bottom: 2rem;
  display: flex;
  grid-gap: 1.8rem;
}

.partner .partner_p {
  width: 130px;
}

.partner .partner_p img {
  max-width: 100%;
}

.underMenuBox .contentsWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .underMenuBox .contentsWrap {
    align-items: center;
    flex-direction: column;
  }
}
.underMenuBox .shortDescBox {
  margin-right: 10vw;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox {
    display: grid;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox {
    width: 25vw;
  }
}
.underMenuBox .shortDescBox .logo img {
  display: block;
  width: 18vw;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .logo img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .textBox {
    margin: 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .textBox {
    margin: 5vw 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .textBox {
    margin: 5vw 0 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .textBox {
    margin: 50px 0 0 50px;
  }
}
.underMenuBox .shortDescBox .textBox h3 {
  font-size: 1.0714285714rem;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .textBox p {
    margin: 0.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .textBox p {
    margin: 0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .textBox p {
    margin: 0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .textBox p {
    margin: 5px 0 0 0;
  }
}
.underMenuBox .shortDescBox .textBox .tel {
  display: block;
  font-size: 1.8571428571rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .textBox .tel {
    margin: 1.875vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .textBox .tel {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .textBox .tel {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .textBox .tel {
    margin: 15px 0 0 0;
  }
}
.underMenuBox .shortDescBox .textBox span {
  display: block;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .textBox span {
    margin: 0.625vw 0 1.25vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .textBox span {
    margin: 0.5vw 0 1vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .textBox span {
    margin: 0.5vw 0 1vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .textBox span {
    margin: 5px 0 10px 0;
  }
}
.underMenuBox .shortDescBox .textBox .privacy {
  line-height: 1.8;
  color: #000;
  box-sizing: border-box;
  letter-spacing: 0.15vw;
  text-decoration: underline;
}
.underMenuBox .shortDescBox .cybozuBnr {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .cybozuBnr {
    justify-content: center;
    margin: 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .cybozuBnr {
    margin: 2vw 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .cybozuBnr {
    margin: 2vw 0 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .cybozuBnr {
    margin: 20px 0 0 50px;
  }
}
.underMenuBox .shortDescBox .otherBnr {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox .otherBnr {
    justify-content: center;
    margin: 0 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox .otherBnr {
    margin: 2vw 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox .otherBnr {
    margin: 2vw 0 0 5vw;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox .otherBnr {
    margin: 20px 0 0 30px;
  }
}
.underMenuBox .shortDescBox .otherBnr img {
  margin-right: 5px;
  width: 48%;
  max-width: 180px;
}
.underMenuBox .shortDescBox .otherBnr .securityPolicy {
  padding-top: 26px;
  text-align: center;
}
.underMenuBox .shortDescBox .otherBnr .securityPolicy .info {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 4px;
}
.underMenuBox .shortDescBox address {
  color: #555;
  font-size: 1.0714285714rem;
  font-style: normal;
  letter-spacing: 0.15vw;
}
@media screen and (max-width: 767px) {
  .underMenuBox .shortDescBox address {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .shortDescBox address {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .shortDescBox address {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .shortDescBox address {
    margin: 30px 0 0 0;
  }
}
.underMenuBox .fNavBox {
  flex-grow: 1;
}
.underMenuBox .fNavBox .fNav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .underMenuBox .fNavBox .fNav {
    display: none;
  }
}
.underMenuBox .fNavBox .fNav .navGroup {
  margin-right: 5%;
}
.underMenuBox .fNavBox .fNav .navGroup:last-of-type {
  margin-right: 0;
}
.underMenuBox .fNavBox .fNav a {
  display: block;
  font-size: 1.1428571429rem;
}
.underMenuBox .fNavBox .fNav .parentMenu {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .underMenuBox .fNavBox .fNav .childMenu {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .fNavBox .fNav .childMenu {
    margin: 1.2vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .fNavBox .fNav .childMenu {
    margin: 1.2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .fNavBox .fNav .childMenu {
    margin: 12px 0 0 0;
  }
}
.underMenuBox .fNavBox .fNav .childMenu a {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 767px) {
  .underMenuBox .fNavBox .fNav .childMenu a {
    margin: 0.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .underMenuBox .fNavBox .fNav .childMenu a {
    margin: 0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .underMenuBox .fNavBox .fNav .childMenu a {
    margin: 0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .underMenuBox .fNavBox .fNav .childMenu a {
    margin: 5px 0 0 0;
  }
}
.underMenuBox .fNavBox .fNav .childMenu a::before {
  content: '-';
}

.minArticleList {
  width: 80%;
  height: 25vw;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .minArticleList {
    padding: 7.5vw 7.5vw 7.5vw 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .minArticleList {
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .minArticleList {
    padding: 3.75vw 3.75vw 3.75vw 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
  .minArticleList {
    padding: 30px 30px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .minArticleList {
    width: 90%;
    height: 82vw;
  }
}
.minArticleList .item {
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .minArticleList .item {
    padding: 3.75vw 0 3.75vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList .item {
    padding: 3vw 0 3vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList .item {
    padding: 3vw 0 3vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .minArticleList .item {
    padding: 30px 0 30px 0;
  }
}
.minArticleList .item:last-of-type {
  border-bottom: none;
}
.minArticleList .item a {
  display: flex;
  align-items: baseline;
  font-size: 1.0714285714rem;
}
@media screen and (max-width: 767px) {
  .minArticleList .item a {
    display: block;
  }
}
.minArticleList .catText {
  margin-right: 15px;
  display: inline-block;
  width: 15%;
  color: #cf2820;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #cf2820;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .minArticleList .catText {
    padding: 0.375vw 0.625vw 0.375vw 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList .catText {
    padding: 0.3vw 0.5vw 0.3vw 0.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList .catText {
    padding: 0.3vw 0.5vw 0.3vw 0.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .minArticleList .catText {
    padding: 3px 5px 3px 5px;
  }
}
@media screen and (max-width: 767px) {
  .minArticleList .catText {
    margin-bottom: 10px;
    width: 30%;
  }
}
.minArticleList.inThumb {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
.minArticleList.inThumb .item {
  border: none;
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .minArticleList.inThumb .item {
    margin: 0 0 1.875vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList.inThumb .item {
    margin: 0 0 1.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList.inThumb .item {
    margin: 0 0 1.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .minArticleList.inThumb .item {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .minArticleList.inThumb .item {
    padding: 3.75vw 3.75vw 3.75vw 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList.inThumb .item {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList.inThumb .item {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .minArticleList.inThumb .item {
    padding: 30px 30px 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .minArticleList.inThumb .item {
    padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .minArticleList.inThumb .item {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
  .minArticleList.inThumb .item {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
  .minArticleList.inThumb .item {
    padding: 15px 15px 15px 15px;
  }
}

.minArticleList.inThumb .item a {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .minArticleList.inThumb .item a {
    display: flex;
    align-items: flex-start;
  }
}
.minArticleList.inThumb .item dd {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.minArticleList.inThumb .thumb {
  padding-top: 18%;
  width: 25%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .minArticleList.inThumb .thumb {
    width: 50%;
  }
}
.minArticleList.inThumb .catText {
  margin-bottom: 5px;
  width: max-content;
}
.minArticleList.inThumb .dateText {
  color: #666;
}

.textMarker {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 45%,
    #f2c900 45%,
    #f2c900 100%
  );
}
@media screen and (max-width: 767px) {
  .textMarker {
    padding: 1vw 1vw 1vw 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .textMarker {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .textMarker {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .textMarker {
    padding: 8px 8px 8px 8px;
  }
}

header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 0;
    width: 100%;
    height: 14vw;
    transition: none;
    border: none;
  }
}
header .contentsWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: none;
}
header .contentsWrap.scl .gNav {
  top: -120px;
}

.gLogo {
  margin-left: 5%;
}
.gLogo h1 {
  display: none;
}
.gLogo .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .gLogo .logo img {
    width: 32vw;
  }
}

.gNav {
  position: relative;
  top: 0;
  padding: 1vw 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65vw;
  max-width: 960px;
  border-radius: 100px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .gNav {
    padding: 1.875vw 5.625vw 1.875vw 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gNav {
    padding: 1.5vw 4.5vw 1.5vw 4.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .gNav {
    padding: 1.5vw 4.5vw 1.5vw 4.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .gNav {
    padding: 15px 45px 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .gNav {
    display: none;
  }
}
.gNav a {
  display: block;
  flex-grow: 1;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .gNav a {
    padding: 1.25vw 0 1.25vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gNav a {
    padding: 1vw 0 1vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .gNav a {
    padding: 1vw 0 1vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .gNav a {
    padding: 10px 0 10px 0;
  }
}
.gNav a + span {
  padding-top: 3.5%;
  display: block;
  width: 1px;
  height: 0;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .gNav a + span {
    margin: 0 1.25vw 0 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gNav a + span {
    margin: 0 1vw 0 1vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .gNav a + span {
    margin: 0 1vw 0 1vw;
  }
}
@media screen and (min-width: 1200px) {
  .gNav a + span {
    margin: 0 10px 0 10px;
  }
}
.gNav a:last-of-type {
  color: #cf2820;
  font-weight: bold;
}
.gNav a span {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .gNav a {
    transition: all 0.2s;
  }
  .gNav a:hover {
    color: #cf2820;
  }
}
.gNav a .menuIcon {
  margin-bottom: 5px;
}
.gNav a .menuIcon img {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gNav a .menuIcon img {
    max-width: 30px;
  }
}

.navi__button {
  top: 15px;
  right: 15px;
  width: 14vw;
  height: 14vw;
  position: fixed;
  z-index: 10020;
  border-radius: 50%;
  background-color: #cf2820;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navi__button {
    right: -15vw;
    width: 7vw;
    height: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  .navi__button {
    right: -15vw;
    width: 60px;
    height: 60px;
  }
}
.navi__button.sldIn {
  right: 15px;
}
.navi__button .nbInner {
  pointer-events: none;
  width: 40%;
  margin: 0 auto;
  position: relative;
  top: 28px;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navi__button .nbInner {
    top: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .navi__button .nbInner {
    top: 7vw;
  }
}
.navi__button .nbInner i {
  width: 100%;
  position: absolute;
  height: 2px;
  background: #f5f5f5;
  transition: 0.3s;
  opacity: 1;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navi__button .nbInner i {
    height: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .navi__button .nbInner i {
    height: 0.4vw;
  }
}
.navi__button .nbInner:after,
.navi__button .nbInner:before {
  content: '';
  position: absolute;
  transform: rotate(0deg);
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navi__button .nbInner:after,
  .navi__button .nbInner:before {
    top: -1.3vw;
    height: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .navi__button .nbInner:after,
  .navi__button .nbInner:before {
    top: -1.95vw;
    height: 0.4vw;
  }
}
.navi__button .nbInner:before {
  top: 10px;
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navi__button .nbInner:before {
    top: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .navi__button .nbInner:before {
    top: 1.95vw;
  }
}

.navi-button-on {
  background-color: transparent;
}
.navi-button-on .nbInner i {
  opacity: 0;
  transform: translateX(0.4vw);
}
@media screen and (max-width: 767px) {
  .navi-button-on .nbInner i {
    transform: translateX(0.6vw);
  }
}
.navi-button-on .nbInner:after,
.navi-button-on .nbInner:before {
  background: #000;
}
.navi-button-on .nbInner:after {
  top: 0;
  transform: rotate(-45deg);
}
.navi-button-on .nbInner:before {
  width: 100%;
  top: 0;
  transform: rotate(45deg);
}

#FIX-BUTTONS {
  position: fixed;
  top: 50%;
  right: -235px;
  z-index: 999;
  width: auto;
  max-width: 250px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #FIX-BUTTONS {
    display: none;
  }
}
#FIX-BUTTONS a {
  position: relative;
  right: 35px;
  margin: 5px 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #FIX-BUTTONS a {
    transition: all 0.2s;
  }
  #FIX-BUTTONS a:hover {
    right: 235px;
  }
}
#FIX-BUTTONS a img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #footerContact {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact {
    padding: 80px 0 80px 0;
  }
}
#footerContact .sectionTitle {
  text-align: center;
}
#footerContact .sectionTitle h2 {
  color: #fff;
  font-size: 2.2857142857rem;
}
#footerContact .sectionTitle p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footerContact .sectionTitle p {
    text-align: left;
  }
}
#footerContact .selectContact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact {
    flex-direction: column;
  }
}
#footerContact .selectContact div {
  width: 45%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact .selectContact div {
    margin: 45px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div {
    padding: 1.875vw 0 1.875vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div {
    padding: 1.5vw 0 1.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div {
    padding: 1.5vw 0 1.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact .selectContact div {
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div {
    padding: 0;
    width: 100%;
  }
}
#footerContact .selectContact div p {
  font-size: 1.4285714286rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div p {
    font-size: 1.2857142857rem;
  }
}
#footerContact .selectContact div a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex: 1;
  width: 85%;
  color: #fff;
  font-size: 1.8571428571rem;
  border: 1px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div a {
    margin: 1.25vw auto 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div a {
    margin: 1vw auto 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div a {
    margin: 1vw auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact .selectContact div a {
    margin: 10px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div a {
    padding: 1.875vw 3.125vw 1.875vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div a {
    padding: 1.5vw 2.5vw 1.5vw 2.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div a {
    padding: 1.5vw 2.5vw 1.5vw 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact .selectContact div a {
    padding: 15px 25px 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div a {
    width: 100%;
    font-size: 1.5714285714rem;
  }
}
#footerContact .selectContact div img {
  margin-right: 5px;
  display: block;
  width: 5vw;
  max-width: 22px;
}
#footerContact .selectContact div .telText {
  text-align: right;
}
#footerContact .selectContact div .telText span {
  display: block;
  color: #fff;
}
#footerContact .selectContact div .telText .telNum {
  font-size: 1.8571428571rem;
  line-height: 1.4;
  letter-spacing: 0.2vw;
}
#footerContact .selectContact div .telText .telTime {
  font-size: 1.1428571429rem;
  letter-spacing: 0.08vw;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div .telText .telTime {
    margin: -0.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div .telText .telTime {
    margin: -0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div .telText .telTime {
    margin: -0.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #footerContact .selectContact div .telText .telTime {
    margin: -5px 0 0 0;
  }
}
#footerContact .selectContact div.c-mail a {
  align-items: center;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footerContact .selectContact div.c-mail a {
    padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #footerContact .selectContact div.c-mail a {
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #footerContact .selectContact div.c-mail a {
    padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #footerContact .selectContact div.c-mail a {
    padding: 25px 25px 25px 25px;
  }
}

#footerContact .selectContact div.c-tel {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #footerContact .selectContact div.c-tel {
    border: none;
  }
}

footer {
  background-color: #fff;
}
footer.underMenuBox .contentsWrap {
  padding-left: 5% !important;
  padding-right: 6.5vw !important;
}
@media screen and (max-width: 767px) {
  footer.underMenuBox .contentsWrap {
    padding: 7.5vw 0 12.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer.underMenuBox .contentsWrap {
    padding: 6vw 0 10vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  footer.underMenuBox .contentsWrap {
    padding: 6vw 0 10vw 0;
  }
}
@media screen and (min-width: 1200px) {
  footer.underMenuBox .contentsWrap {
    padding: 60px 0 100px 0;
  }
}
footer.underMenuBox .fNavBox .quickBtn {
  margin-top: 0;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer.underMenuBox .fNavBox .quickBtn {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  footer.underMenuBox .fNavBox .quickBtn {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  footer.underMenuBox .fNavBox .quickBtn {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  footer.underMenuBox .fNavBox .quickBtn {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  footer.underMenuBox .fNavBox .fNav {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer.underMenuBox .fNavBox .fNav {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  footer.underMenuBox .fNavBox .fNav {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  footer.underMenuBox .fNavBox .fNav {
    margin: 45px 0 0 0;
  }
  footer.underMenuBox .fNavBox .fNav2 {
    margin: 32px 0 0 0;
  }
}
footer + address {
  color: #fff;
  @incoude fs(16);
  font-style: normal;
  text-align: center;
  letter-spacing: 0.15vw;
  background-color: #cf2820;
}
@media screen and (max-width: 767px) {
  footer + address {
    padding: 3.75vw 0 3.75vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer + address {
    padding: 3vw 0 3vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  footer + address {
    padding: 3vw 0 3vw 0;
  }
}
@media screen and (min-width: 1200px) {
  footer + address {
    padding: 30px 0 30px 0;
  }
}

.slide_menu {
  position: fixed;
  z-index: 10000;
  top: -100vh;
  right: 0;
  height: 100vh;
  box-sizing: border-box;
  transition: 0.5s;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu {
    height: 50vh;
  }
}
.slide_menu:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: #fff;
}
.slide_menu .menuWrap {
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap {
    padding: 7.5vw 10vw 7.5vw 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap {
    padding: 6vw 8vw 6vw 8vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap {
    padding: 6vw 8vw 6vw 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap {
    padding: 60px 80px 60px 80px;
  }
}
.slide_menu .menuWrap.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap.spOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .slide_menu .menuWrap.spOnly {
    padding: 7.5vw 7.5vw 7.5vw 7.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap.spOnly {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap.spOnly {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .slide_menu .menuWrap.spOnly {
    padding: 60px 60px 60px 60px;
  }
}

.slide_menu .menuWrap.pctbOnly {
  display: flex;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap.pctbOnly {
    display: none;
  }
}
.slide_menu .menuWrap .contentsWrap {
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 7.5vw 0 7.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 15vw 0 7.5vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 12vw 0 6vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 12vw 0 6vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  .slide_menu .menuWrap .contentsWrap {
    padding: 120px 0 60px 0;
  }
}

.slide_menu .menuWrap .shortDescBox {
  margin-right: 0;
}
.slide_menu .menuWrap .fNavBox {
  margin-left: 5%;
  padding-left: 5% !important;
  border-left: 1px solid #291f1c;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .fNavBox {
    padding: 7.5vw 0 7.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .fNavBox {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .fNavBox {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .fNavBox {
    padding: 60px 0 60px 0;
  }
}
.slide_menu .menuWrap .fNavBox .fNav2 {
  margin-top: 32px;
}
.slide_menu .menuWrap .sNavBox .sNav span,
.slide_menu .menuWrap .sNavBox .sNav a {
  display: block;
  font-size: 1.1428571429rem;
}
.slide_menu .menuWrap .sNavBox .sNav .navGroup {
  border-top: 1px solid #000;
}
.slide_menu .menuWrap .sNavBox .sNav:last-of-type {
  border-bottom: 1px solid #000;
}
.slide_menu .menuWrap .sNavBox .sNav .parentMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .sNav .parentMenu {
    padding: 2.5vw 3.125vw 2.5vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .sNav .parentMenu {
    padding: 2vw 2.5vw 2vw 2.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .sNav .parentMenu {
    padding: 2vw 2.5vw 2vw 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .sNav .parentMenu {
    padding: 20px 25px 20px 25px;
  }
}
.slide_menu .menuWrap .sNavBox .sNav .parentMenu::after {
  content: '▼';
  display: block;
  color: #cf2820;
}
.slide_menu .menuWrap .sNavBox .sNav .parentMenu.open::after {
  content: '▲';
}
.slide_menu .menuWrap .sNavBox .sNav .childMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu {
    padding: 0 0 3.75vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu {
    padding: 0 0 3vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu {
    padding: 0 0 3vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu a {
    padding: 1.875vw 3.125vw 1.875vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu a {
    padding: 1.5vw 2.5vw 1.5vw 2.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu a {
    padding: 1.5vw 2.5vw 1.5vw 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .sNav .childMenu a {
    padding: 15px 25px 15px 25px;
  }
}
.slide_menu .menuWrap .sNavBox .sNav .childMenu a::before {
  content: '- ';
}
.slide_menu .menuWrap .sNavBox .textBox {
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .textBox:nth-of-type(2) {
    margin: 1.875vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .textBox:nth-of-type(2) {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .textBox:nth-of-type(2) {
    margin: 1.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .textBox:nth-of-type(2) {
    margin: 15px 0 0 0;
  }
}
.slide_menu .menuWrap .sNavBox .logo {
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .logo {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .logo {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .logo {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .logo {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .logo {
    padding: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .logo {
    padding: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .logo {
    padding: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .logo {
    padding: 60px 0 0 0;
  }
}
.slide_menu .menuWrap .sNavBox .logo img {
  margin: 0 auto;
}
.slide_menu .menuWrap .sNavBox .quickBtn a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slide_menu .menuWrap .sNavBox .quickBtn a {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slide_menu .menuWrap .sNavBox .quickBtn a {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .slide_menu .menuWrap .sNavBox .quickBtn a {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .slide_menu .menuWrap .sNavBox .quickBtn a {
    margin: 30px 0 0 0;
  }
}

.menu-open {
  opacity: 1;
  top: 0;
}
.menu-open .slide_menu_inner {
  top: 0px;
}

.branchNav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .branchNav {
    display: block;
  }
}
.branchNav .branchName {
  padding: 5% 0;
  display: block;
  font-weight: bold;
}
.branchNav .branchSubBox {
  margin-right: 0;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .branchNav .branchSubBox {
    margin-left: 0.8rem;
  }
}
.branchNav .branchSubBox a {
  display: block;
  font-weight: normal;
  margin-left: 1.5rem;
}
.branchNav .branchSubBox a.branchSubName {
  padding: 5% 0;
  margin-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .branchNav.ft {
    order: 1;
    display: none;
  }
}
.branchNav.ft .branchBox {
  margin-right: 2.5rem;
}
.branchNav.ft .branchBox:last-of-type {
  margin-right: 0;
}
.branchNav.ft .branchName.closed {
  color: #ccc;
}
.branchNav.ft .boxWrap {
  display: flex;
}
.branchNav.ft .branchSubBox a {
  margin-left: 0;
}
.branchNav.sm .menuWrap .branchBox:nth-of-type(3) {
  border-bottom: 1px solid #eee;
}
.branchNav.sm .menuWrap .branchName {
  padding: 5%;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
}
.branchNav.sm .menuWrap .branchName .menuIcon {
  margin-right: 8px;
  width: 6vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .branchNav.sm .menuWrap .branchName .menuIcon {
    width: 3vw;
  }
}
.branchNav.sm .menuWrap .branchName .menuIcon img {
  display: block;
  width: 100%;
}
.branchNav.sm .menuWrap .branchSubBox {
  border-top: 1px dashed #eee;
}
.branchNav.sm .menuWrap .branchSubBox a {
  padding: 3% 5%;
}
.branchNav.sm .tel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .branchNav.sm .tel {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .branchNav.sm .tel {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .branchNav.sm .tel {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .branchNav.sm .tel {
    margin: 45px 0 0 0;
  }
}
.branchNav.sm .tel .num {
  justify-content: center;
}

#container {
  margin: 20px;
  width: 100%;
  height: 3px;
}

#LOADER {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 766px) {
  #LOADER .opening-inner {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #LOADER .opening-inner {
    width: 40%;
  }
}

.body-lock {
  width: 100%;
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/assets/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url('/assets/slick/fonts/slick.eot');
  src: url('/assets/slick/fonts/slick.eot#iefix') format('embedded-opentype'),
    url('/assets/slick/fonts/slick.woff') format('woff'),
    url('/assets/slick/fonts/slick.ttf') format('truetype'),
    url('/assets/slick/fonts/slick.svg#slick') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  font-size: 0px;
  top: 40%;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 28px;
    width: 28px;
  }
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

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

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#TOP-MV {
  position: relative;
}
#TOP-MV .slider.slick-slider.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  #TOP-MV .slider.slick-slider.pc-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #TOP-MV .slider.slick-slider.sp-none {
    display: none;
  }
}
#TOP-MV .slider .item {
  width: 100%;
  height: 100vh !important;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #TOP-MV .slider .item {
    height: 26.66666rem !important;
  }
}
#TOP-MV .slider .slick-dots {
  right: 15px;
  bottom: 15px;
  text-align: right;
}
#TOP-MV .slider .slick-dots li button:before {
  background-color: #fff;
  opacity: 1;
}
#TOP-MV .slider .slick-dots li.slick-active button:before {
  background-color: #cf2820;
}
#TOP-MV .copy {
  position: absolute;
  top: 50%;
  left: 7.5%;
  z-index: 50;
  width: 35%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #TOP-MV .copy {
    top: auto;
    bottom: -22%;
    width: 56.25%;
    transform: translate(0);
  }
}
#TOP-MV .copy img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #TOP-ABOUTUS {
    padding: 15vw 0 20vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-ABOUTUS {
    padding: 12vw 0 16vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-ABOUTUS {
    padding: 12vw 0 16vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-ABOUTUS {
    padding: 120px 0 160px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-ABOUTUS {
    padding: 22.5vw 0 20vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-ABOUTUS {
    padding: 18vw 0 16vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-ABOUTUS {
    padding: 18vw 0 16vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-ABOUTUS {
    padding: 180px 0 160px 0;
  }
}

#TOP-ABOUTUS:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/top/about_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS:before {
    width: 100vw;
    height: 100vh;
    background-size: auto 70vh;
    background-position: bottom right 10%;
  }
}
#TOP-ABOUTUS .sectionTitle > span {
  color: #f1f1f1;
  font-size: 11.0714285714rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .sectionTitle > span {
    font-size: 5.1428571429rem;
  }
}
#TOP-ABOUTUS .sectionTitle h2 {
  margin-top: -5%;
  color: #cf2820;
  font-size: 3.5714285714rem;
  line-height: 1;
  letter-spacing: 1vw;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .sectionTitle h2 {
    margin-top: -8%;
    font-size: 2.7142857143rem;
  }
}
#TOP-ABOUTUS .sectionTitle h2 span {
  margin-right: 1vw;
  color: #cf2820;
  font-size: 4.2857142857rem;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .sectionTitle h2 span {
    font-size: 3rem;
  }
}
#TOP-ABOUTUS .textBox {
  width: 45vw;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .textBox {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-ABOUTUS .textBox {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-ABOUTUS .textBox {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-ABOUTUS .textBox {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .textBox {
    width: 100%;
  }
}
#TOP-ABOUTUS .textBox p {
  font-size: 1.4285714286rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .textBox p {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-ABOUTUS .textBox p {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-ABOUTUS .textBox p {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-ABOUTUS .textBox p {
    margin: 30px 0 0 0;
  }
}
#TOP-ABOUTUS .buttonWrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #TOP-ABOUTUS .buttonWrap {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-ABOUTUS .buttonWrap {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-ABOUTUS .buttonWrap {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-ABOUTUS .buttonWrap {
    margin: 60px 0 0 0;
  }
}

#TOP-SERVICE {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE {
    margin: 10vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE {
    margin: 8vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE {
    margin: 8vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE {
    margin: 80px 0 0 0;
  }
}

#TOP-SERVICE .sectionTitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .sectionTitle {
    padding: 0 0 7.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .sectionTitle {
    padding: 0 0 6vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .sectionTitle {
    padding: 0 0 6vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .sectionTitle {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .sectionTitle {
    text-align: center;
  }
}
#TOP-SERVICE .sectionTitle::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: '';
  display: block;
  width: 85vw;
  height: 150%;
  border-radius: 3rem 0 0 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .sectionTitle::before {
    height: 160%;
    width: 95vw;
    border-radius: 1.8rem 0 0 0;
  }
}
#TOP-SERVICE .sectionTitle span {
  position: relative;
  z-index: 5;
  margin-left: 12vw;
  color: #cbcbcb;
  font-size: 11.0714285714rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .sectionTitle span {
    margin-left: 0;
    font-size: 4.5714285714rem;
  }
}
#TOP-SERVICE .sectionTitle h2 {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  margin-left: 12vw;
  color: #333;
  font-size: 2.1428571429rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .sectionTitle h2 {
    margin-top: -5%;
    margin-left: 0;
    font-size: 1.7142857143rem;
  }
}
#TOP-SERVICE .serviceBox {
  position: relative;
  z-index: 5;
}
#TOP-SERVICE .serviceBox.service01 {
  background-color: #f1f1f1;
}
#TOP-SERVICE .serviceBox.service01 .descBox::before {
  position: absolute;
  top: -25%;
  right: 0;
  content: '01';
  display: block;
  color: #fff;
  font-size: 17.8571428571rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service01 .descBox::before {
    top: 40%;
    font-size: 12.8571428571rem;
  }
}
#TOP-SERVICE .serviceBox.service01 .descBox::after {
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding-top: 7vw;
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 {
    margin: 15vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox.service02 {
    margin: 12vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox.service02 {
    margin: 12vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox.service02 {
    margin: 120px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 20vw 0 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 16vw 0 12vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 16vw 0 12vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 160px 0 120px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 15vw 0 15vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 12vw 0 12vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 12vw 0 12vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox.service02 {
    padding: 120px 0 120px 0;
  }
}

#TOP-SERVICE .serviceBox.service02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 80vw;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02::before {
    width: 90vw;
    border-radius: 0 1.8rem 1.8rem 0;
  }
}
#TOP-SERVICE .serviceBox.service02 .descBox {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 .descBox {
    flex-direction: column-reverse;
  }
}
#TOP-SERVICE .serviceBox.service02 .descBox::before {
  position: absolute;
  top: -18%;
  left: 0;
  content: '02';
  display: block;
  color: #fff;
  font-size: 17.8571428571rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 .descBox::before {
    top: 38%;
    font-size: 12.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 .descBox figure {
    margin-left: auto;
  }
}
#TOP-SERVICE .serviceBox.service02 .descBox .textBox {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox.service02 .descBox .textBox {
    margin: 0 auto;
  }
}
#TOP-SERVICE .serviceBox .descBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
#TOP-SERVICE .serviceBox .descBox figure {
  position: relative;
  z-index: 10;
  width: 60vw;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox figure {
    width: 90%;
    max-width: none;
  }
}
#TOP-SERVICE .serviceBox .descBox figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox figure img {
    width: 100%;
    max-width: none;
  }
}
#TOP-SERVICE .serviceBox .descBox .textBox {
  margin-left: 5vw;
  margin-right: 5vw;
  width: 28vw;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox .textBox {
    margin: 0 auto;
    width: 85%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox .textBox {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .descBox .textBox {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .descBox .textBox {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .descBox .textBox {
    padding: 80px 0 80px 0;
  }
}

#TOP-SERVICE .serviceBox .descBox .textBox h3 {
  position: relative;
  z-index: 10;
  color: #cf2820;
  font-size: 2.8571428571rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox .textBox h3 {
    font-size: 1.8571428571rem;
  }
}
#TOP-SERVICE .serviceBox .descBox .textBox p {
  position: relative;
  z-index: 10;
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox .textBox p {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .descBox .textBox p {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .descBox .textBox p {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .descBox .textBox p {
    margin: 30px 0 0 0;
  }
}
#TOP-SERVICE .serviceBox .descBox .textBox .buttonWrap {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .descBox .textBox .buttonWrap {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .descBox .textBox .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .descBox .textBox .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .descBox .textBox .buttonWrap {
    margin: 45px 0 0 0;
  }
}
#TOP-SERVICE .serviceBox .overviewBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  background: linear-gradient(
    to right,
    #e5e5e5 0,
    #e5e5e5 8vw,
    white 8vw,
    white 100vw
  );
}
#TOP-SERVICE .serviceBox .overviewBox:before {
  position: absolute;
  top: 5%;
  left: 6.5%;
  content: 'OVERVIEW';
  display: inline-block;
  color: #e5e5e5;
  font-size: 5.3571428571rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
  transform: rotate(180deg);
  transform-origin: center;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox:before {
    top: 1.5%;
    left: 3.5%;
    font-size: 4.5714285714rem;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList {
    padding: 80px 0 80px 0;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item {
  width: calc(100% / 3 - 2.5%);
  min-width: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item {
    min-width: auto;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
  margin-left: 5%;
  padding-right: 5% !important;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 5.625vw 0 5.625vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 45px 0 45px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 3.125vw 3.125vw 3.125vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 2.5vw 2.5vw 2.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 2.5vw 2.5vw 2.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 25px 25px 25px 0;
  }
}

@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 7.5vw 5.625vw 7.5vw 5.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(1) {
    padding: 60px 45px 60px 45px;
  }
}

#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
  padding-left: 5% !important;
  padding-right: 5% !important;
  position: relative;
  border: 1px solid #b2b2b2;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 5.625vw 5.625vw 5.625vw 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 45px 45px 45px 45px;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::before,
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::after {
  position: absolute;
  top: -6px;
  content: '●';
  font-size: 12px;
  color: #b2b2b2;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::before,
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::after {
    display: none;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::before {
  left: -6px;
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2)::after {
  right: -6px;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    border: 1px solid #b2b2b2;
    border-right: none;
    border-left: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 7.5vw 5.625vw 7.5vw 5.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(2) {
    padding: 60px 45px 60px 45px;
  }
}

#TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
  padding-left: 5% !important;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 5.625vw 0 5.625vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 45px 0 45px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 7.5vw 5.625vw 7.5vw 5.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 6vw 4.5vw 6vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 60px 45px 60px 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 3.125vw 0 3.125vw 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 2.5vw 0 2.5vw 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 2.5vw 0 2.5vw 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:nth-of-type(3) {
    padding: 25px 0 25px 25px;
  }
}

#TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
  width: auto;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
    margin: 0 auto 2.5vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
    margin: 0 auto 2vw auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
    margin: 0 auto 2vw auto;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg {
    height: 12vw;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item .iconImg img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: 100%;
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item dt {
  color: #cf2820;
  font-size: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item dt {
    margin: 0 0 1.25vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item dt {
    margin: 0 0 1vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item dt {
    margin: 0 0 1vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item dt {
    margin: 0 0 10px 0;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item dd {
  font-size: 1.1428571429rem;
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
  margin-left: 5% !important;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 0.8rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 45px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    padding: 7.5vw 7.5vw 7.5vw 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type {
    margin: 45px 0 0 0;
  }
}

#TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
  height: 160px;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 5.625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 4.5vw 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 4.5vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 45px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    height: 28vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 auto 3.75vw auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 auto 3vw auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 auto 3vw auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    margin: 0 auto 30px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .iconImg {
    height: 120px;
  }
}
#TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .textBox dt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .overviewBox .ovList .item:last-of-type .textBox dt {
    text-align: center;
    line-height: 1.6;
  }
}
#TOP-SERVICE .serviceBox .buttonWrap {
  width: 100%;
}
#TOP-SERVICE .serviceBox .partnerBox {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#TOP-SERVICE .serviceBox .partnerBox .cybozuBnr {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    margin: 7.5vw auto 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    margin: 6vw auto 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    margin: 6vw auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    padding: 10vw 10vw 10vw 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    padding: 8vw 8vw 8vw 8vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    padding: 8vw 8vw 8vw 8vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    padding: 80px 80px 80px 80px;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .cybozuBnr {
    width: 80%;
  }
  #TOP-SERVICE .serviceBox .partnerBox .cybozuBnr img {
    width: 100%;
  }
}
#TOP-SERVICE .serviceBox .partnerBox .cybozuBnr img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 0 0 0 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 0 0 0 4.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 0 0 0 4.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 0 0 0 45px;
  }
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 3.125vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox {
    margin: 25px 0 0 0;
  }
}

#TOP-SERVICE .serviceBox .partnerBox .textBox h4 {
  font-size: 1.8571428571rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox h4 {
    font-size: 1.4285714286rem;
    text-align: center;
  }
}
#TOP-SERVICE .serviceBox .partnerBox .textBox h4 span {
  color: #cf2820;
}
#TOP-SERVICE .serviceBox .partnerBox .textBox p {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox p {
    margin: 3.125vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox p {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox p {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox .textBox p {
    margin: 25px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  #TOP-SERVICE .serviceBox .partnerBox + .buttonWrap {
    margin: -3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-SERVICE .serviceBox .partnerBox + .buttonWrap {
    margin: -3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-SERVICE .serviceBox .partnerBox + .buttonWrap {
    margin: -3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-SERVICE .serviceBox .partnerBox + .buttonWrap {
    margin: -30px 0 0 0;
  }
}

#TOP-POINT {
  background-color: #fff;
}
#TOP-POINT .contentsWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .contentsWrap {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .contentsWrap {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .contentsWrap {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-POINT .contentsWrap {
    padding: 80px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-POINT .contentsWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #TOP-POINT .sectionTitle {
    text-align: center;
  }
}
#TOP-POINT .sectionTitle span {
  color: #f1f1f1;
  font-size: 11.0714285714rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .sectionTitle span {
    font-size: 4.5714285714rem;
  }
}
#TOP-POINT .sectionTitle h2 {
  margin-top: -30px;
  color: #333;
  font-size: 2.1428571429rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .sectionTitle h2 {
    margin-top: -5%;
    font-size: 1.7142857143rem;
  }
}
#TOP-POINT .pointList {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList {
    margin: 15vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList {
    margin: 12vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList {
    margin: 12vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-POINT .pointList {
    margin: 120px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList {
    flex-direction: column;
  }
}
#TOP-POINT .pointList .item {
  position: relative;
  width: 31%;
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-POINT .pointList .item {
    margin: 10vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList .item {
    margin: 8vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList .item {
    margin: 8vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-POINT .pointList .item {
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-POINT .pointList .item:first-of-type {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList .item:first-of-type {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList .item:first-of-type {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-POINT .pointList .item:first-of-type {
    margin: 0 0 0 0;
  }
}

#TOP-POINT .pointList .item::before {
  position: absolute;
  top: -7%;
  left: 5px;
  counter-increment: number 1;
  content: '0' counter(number);
  color: #fff;
  font-size: 4.7857142857rem;
  line-height: 1;
  -webkit-text-stroke: 1px #cf2820;
}
#TOP-POINT .pointList .item .thumb {
  padding-top: 62%;
  width: 100%;
  height: 0;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList .item .thumb {
    padding-top: 48vw;
  }
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList .item dd {
    padding: 4.375vw 4.375vw 4.375vw 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList .item dd {
    padding: 3.5vw 3.5vw 3.5vw 3.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList .item dd {
    padding: 3.5vw 3.5vw 3.5vw 3.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-POINT .pointList .item dd {
    padding: 35px 35px 35px 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-POINT .pointList .item dd {
    padding: 6.25vw 6.25vw 6.25vw 6.25vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList .item dd {
    padding: 5vw 5vw 5vw 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList .item dd {
    padding: 5vw 5vw 5vw 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-POINT .pointList .item dd {
    padding: 50px 50px 50px 50px;
  }
}

#TOP-POINT .pointList .item dd span {
  color: #cf2820;
  font-size: 1.4285714286rem;
  font-weight: bold;
}
#TOP-POINT .pointList .item dd p {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 767px) {
  #TOP-POINT .pointList .item dd p {
    margin: 1.25vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-POINT .pointList .item dd p {
    margin: 1vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-POINT .pointList .item dd p {
    margin: 1vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-POINT .pointList .item dd p {
    margin: 10px 0 0 0;
  }
}

#TOP-PJ {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-PJ {
    padding: 20vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ {
    padding: 16vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ {
    padding: 16vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ {
    padding: 160px 0 80px 0;
  }
}
#TOP-PJ::before {
  content: '';
  margin-top: -6%;
  padding-top: 6%;
  display: block;
  width: 100vw;
  background: linear-gradient(to bottom right, transparent 50%, #e5e5e5 50%)
      no-repeat top left/50% 100%,
    linear-gradient(to bottom left, transparent 50%, #e5e5e5 50%) no-repeat
      bottom right/50% 100%;
}
#TOP-PJ .sectionTitle {
  position: relative;
  text-align: center;
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  #TOP-PJ .sectionTitle {
    padding: 10vw 0 25vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ .sectionTitle {
    padding: 8vw 0 20vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ .sectionTitle {
    padding: 8vw 0 20vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ .sectionTitle {
    padding: 80px 0 200px 0;
  }
}
#TOP-PJ .sectionTitle span {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 9.6428571429rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-PJ .sectionTitle span {
    margin-left: 0;
    font-size: 4.5714285714rem;
  }
}
#TOP-PJ .sectionTitle h2 {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  color: #333;
  font-size: 2.1428571429rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #TOP-PJ .sectionTitle h2 {
    margin-top: -5%;
    margin-left: 0;
    font-size: 1.7142857143rem;
  }
}
#TOP-PJ #PJ-SLIDER {
  position: relative;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER {
    margin: -20vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER {
    margin: -16vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER {
    margin: -16vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER {
    margin: -160px 0 0 0;
  }
}
#TOP-PJ #PJ-SLIDER .item {
  position: relative;
  width: 75vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 7.5vw 5.625vw 1.25vw 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 6vw 4.5vw 1vw 4.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 6vw 4.5vw 1vw 4.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 60px 45px 10px 45px;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 7.5vw 7.5vw 7.5vw 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 6vw 6vw 6vw 6vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 10vw 3.75vw 1.25vw 3.75vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 8vw 3vw 1vw 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 8vw 3vw 1vw 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item {
    margin: 80px 30px 10px 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 10vw 7.5vw 7.5vw 7.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 8vw 6vw 6vw 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 8vw 6vw 6vw 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item {
    padding: 80px 60px 60px 60px;
  }
}

#TOP-PJ #PJ-SLIDER .item::after {
  content: '詳しくみる　ー';
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item::after {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item::after {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item::after {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item::after {
    margin: 30px 0 0 0;
  }
}
#TOP-PJ #PJ-SLIDER .item .pjTitle {
  position: absolute;
  top: -2.5%;
  left: 50%;
  display: inline-block;
  width: max-content;
  color: #fff;
  font-size: 1.7857142857rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #cf2820;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .pjTitle {
    padding: 1.25vw 3.75vw 1.25vw 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .pjTitle {
    padding: 1vw 3vw 1vw 3vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .pjTitle {
    padding: 1vw 3vw 1vw 3vw;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .pjTitle {
    padding: 10px 30px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .pjTitle {
    width: 90%;
    font-size: 1.1428571429rem;
  }
}
#TOP-PJ #PJ-SLIDER .item .pjTitle::before {
  position: absolute;
  left: 8%;
  bottom: -18px;
  content: '';
  display: block;
  width: 20px;
  height: 25px;
  background: linear-gradient(to top right, transparent 50%, #cf2820 50%)
    no-repeat top right/100% 100%;
}
#TOP-PJ #PJ-SLIDER .item .imgBox {
  padding-top: 35%;
  width: 42%;
  height: 0;
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 3.75vw 5.625vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 3vw 4.5vw 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 3vw 4.5vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 30px 45px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    padding-top: 46vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .imgBox {
    margin: 45px 0 0 0;
  }
}

#TOP-PJ #PJ-SLIDER .item .textBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .textBox {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .textBox {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .textBox {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox {
    width: 100%;
  }
}
#TOP-PJ #PJ-SLIDER .item .textBox h4 {
  color: #cf2820;
  font-size: 2.1428571429rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox h4 {
    font-size: 1.4285714286rem;
  }
}
#TOP-PJ #PJ-SLIDER .item .textBox p {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox p {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .textBox p {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .textBox p {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .textBox p {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox p {
    font-size: 1.0714285714rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox .tagBox {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ #PJ-SLIDER .item .textBox .tagBox {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ #PJ-SLIDER .item .textBox .tagBox {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ #PJ-SLIDER .item .textBox .tagBox {
    margin: 30px 0 0 0;
  }
}
#TOP-PJ #PJ-SLIDER .item .textBox .tagBox span {
  display: inline-block;
  color: #666;
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  #TOP-PJ #PJ-SLIDER .item .textBox .tagBox span {
    font-size: 0.8571428571rem;
  }
}
#TOP-PJ #PJ-SLIDER .item .textBox .tagBox span:not(:first-of-type) {
  margin-left: 8px;
}
#TOP-PJ #PJ-SLIDER .item .textBox .tagBox span::before {
  content: '# ';
}
#TOP-PJ #PJ-SLIDER .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  cursor: pointer;
}
#TOP-PJ #PJ-SLIDER .slick-arrow.prev-arrow {
  left: 8%;
  transform: rotate(180deg);
}
#TOP-PJ #PJ-SLIDER .slick-arrow.next-arrow {
  right: 8%;
}
@media screen and (min-width: 1025px) {
  #TOP-PJ #PJ-SLIDER .slick-arrow:hover path {
    fill: #cf2820 !important;
  }
}
@media screen and (max-width: 767px) {
  #TOP-PJ .buttonWrap {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-PJ .buttonWrap {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-PJ .buttonWrap {
    margin: 6vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-PJ .buttonWrap {
    margin: 60px 0 0 0;
  }
}

#TOP-EVENT {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-EVENT {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-EVENT {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-EVENT {
    padding: 80px 0 80px 0;
  }
}
#TOP-EVENT .bgWrap {
  margin: 0 auto;
  width: 90%;
  border-radius: 3rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .bgWrap {
    border-radius: 1.8rem;
  }
}
#TOP-EVENT .contentsWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .contentsWrap {
    padding: 10vw 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-EVENT .contentsWrap {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-EVENT .contentsWrap {
    padding: 8vw 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-EVENT .contentsWrap {
    padding: 80px 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .contentsWrap {
    flex-direction: column;
  }
}
#TOP-EVENT .sectionTitle {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .sectionTitle {
    text-align: center;
    width: 100%;
  }
}
#TOP-EVENT .sectionTitle span {
  color: #cbcbcb;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.5vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .sectionTitle span {
    font-size: 4.5714285714rem;
  }
}
#TOP-EVENT .sectionTitle h2 {
  margin-top: -30px;
  color: #333;
  font-size: 2.1428571429rem;
  line-height: 1;
  letter-spacing: 0.5vw;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .sectionTitle h2 {
    margin-top: -5%;
    font-size: 1.7142857143rem;
  }
}
#TOP-EVENT .minArticleList {
  width: 75%;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .minArticleList {
    padding: 0 1.875vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-EVENT .minArticleList {
    padding: 0 1.5vw 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-EVENT .minArticleList {
    padding: 0 1.5vw 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-EVENT .minArticleList {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .minArticleList {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-EVENT .minArticleList {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-EVENT .minArticleList {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-EVENT .minArticleList {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-EVENT .minArticleList {
    margin: 60px 0 0 0;
  }
}

#TOP-EVENT .buttonWrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #TOP-EVENT .buttonWrap {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-EVENT .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-EVENT .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-EVENT .buttonWrap {
    margin: 45px 0 0 0;
  }
}

#TOP-RC_NEWS {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS {
    padding: 0 0 10vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS {
    padding: 0 0 8vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS {
    padding: 0 0 8vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-RC_NEWS {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS {
    flex-direction: column;
  }
}
#TOP-RC_NEWS .sectionTitle {
  text-align: center;
}
#TOP-RC_NEWS .sectionTitle h2 {
  color: #fff;
  font-size: 2.2857142857rem;
  line-height: 1;
  letter-spacing: 0.5vw;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .sectionTitle h2 {
    font-size: 1.8571428571rem;
  }
}
#TOP-RC_NEWS .sectionTitle h3 {
  color: #fff;
  font-size: 3.7142857143rem;
  font-feature-settings: 'palt';
  letter-spacing: 1vw;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .sectionTitle h3 {
    margin: 5.625vw 0 5.625vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS .sectionTitle h3 {
    margin: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS .sectionTitle h3 {
    margin: 4.5vw 0 4.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-RC_NEWS .sectionTitle h3 {
    margin: 45px 0 45px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .sectionTitle h3 {
    font-size: 3.2857142857rem;
  }
}
#TOP-RC_NEWS .sectionTitle p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .sectionTitle p {
    text-align: left;
  }
}
#TOP-RC_NEWS .flexBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox {
    padding: 7.5vw 0 7.5vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS .flexBox {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS .flexBox {
    padding: 6vw 0 6vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-RC_NEWS .flexBox {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox {
    padding: 15vw 5.625vw 15vw 5.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS .flexBox {
    padding: 12vw 4.5vw 12vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS .flexBox {
    padding: 12vw 4.5vw 12vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #TOP-RC_NEWS .flexBox {
    padding: 120px 45px 120px 45px;
  }
}

#TOP-RC_NEWS .flexBox.newsBox {
  background-color: #cbcbcb;
}
#TOP-RC_NEWS .flexBox.newsBox .sectionTitle h2 {
  font-size: 8.5714285714rem;
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox.newsBox .sectionTitle h2 {
    font-size: 5.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox.newsBox .minArticleList {
    margin: -1.25vw auto 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS .flexBox.newsBox .minArticleList {
    margin: -1vw auto 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS .flexBox.newsBox .minArticleList {
    margin: -1vw auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-RC_NEWS .flexBox.newsBox .minArticleList {
    margin: -10px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #TOP-RC_NEWS .flexBox.newsBox .buttonWrap {
    margin: 5.625vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #TOP-RC_NEWS .flexBox.newsBox .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #TOP-RC_NEWS .flexBox.newsBox .buttonWrap {
    margin: 4.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #TOP-RC_NEWS .flexBox.newsBox .buttonWrap {
    margin: 45px 0 0 0;
  }
}

#ARTICLE .contentsWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #ARTICLE .contentsWrap {
    margin: 0 auto 15vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .contentsWrap {
    margin: 0 auto 12vw auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .contentsWrap {
    margin: 0 auto 12vw auto;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .contentsWrap {
    margin: 0 auto 120px auto;
  }
}
@media screen and (max-width: 767px) {
  #ARTICLE .contentsWrap {
    flex-direction: column;
  }
}
#ARTICLE .textBox .cat,
#ARTICLE .textBox .date,
#ARTICLE .textBox .tag,
#ARTICLE .textBox .editUser {
  font-size: 0.8571428571rem;
}
#ARTICLE .textBox .cat {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  background-color: #cf2820;
}
@media screen and (max-width: 767px) {
  #ARTICLE .textBox .cat {
    padding: 0.25vw 1.5vw 0.25vw 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .textBox .cat {
    padding: 0.2vw 1.2vw 0.2vw 1.2vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .textBox .cat {
    padding: 0.2vw 1.2vw 0.2vw 1.2vw;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .textBox .cat {
    padding: 2px 12px 2px 12px;
  }
}
#ARTICLE .textBox .date {
  margin-left: 8px;
}
#ARTICLE .textBox h3 {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  #ARTICLE .textBox h3 {
    margin: 1.875vw 0 1.875vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .textBox h3 {
    margin: 1.5vw 0 1.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .textBox h3 {
    margin: 1.5vw 0 1.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .textBox h3 {
    margin: 15px 0 15px 0;
  }
}
#ARTICLE .textBox .tag span {
  margin-right: 8px;
}
#ARTICLE .textBox .tag span::before {
  content: '# ';
}
#ARTICLE .articleList {
  flex-grow: 1;
}
#ARTICLE .articleList .sortTitle {
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 3.75vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 3vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 3vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.875vw 0.625vw 3.75vw 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.5vw 0.5vw 3vw 0.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.5vw 0.5vw 3vw 0.5vw;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleList .sortTitle {
    padding: 15px 5px 30px 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 7.5vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 6vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 6vw 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #ARTICLE .articleList .sortTitle {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.875vw 0.625vw 7.5vw 0.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.5vw 0.5vw 6vw 0.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .sortTitle {
    padding: 1.5vw 0.5vw 6vw 0.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #ARTICLE .articleList .sortTitle {
    padding: 15px 5px 60px 5px;
  }
}

@media screen and (max-width: 767px) {
  #ARTICLE .articleList .item:not(:first-of-type) {
    margin: 3.75vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .item:not(:first-of-type) {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .item:not(:first-of-type) {
    margin: 3vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleList .item:not(:first-of-type) {
    margin: 30px 0 0 0;
  }
}
#ARTICLE .articleList .item a {
  padding: 5%;
  display: flex;
  justify-content: flex-start;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #ARTICLE .articleList .item a {
    padding: 5.625vw 5.625vw 5.625vw 5.625vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .item a {
    padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .item a {
    padding: 4.5vw 4.5vw 4.5vw 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #ARTICLE .articleList .item a {
    padding: 45px 45px 45px 45px;
  }
}

@media screen and (min-width: 1025px) {
  #ARTICLE .articleList .item a {
    transition: all 0.3s;
  }
  #ARTICLE .articleList .item a:hover {
    transform: scale(1.03);
  }
}
#ARTICLE .articleList figure {
  padding-top: 15%;
  width: 25%;
  flex-shrink: 0;
  height: 0;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleList figure {
    padding-top: 14vw;
  }
}
#ARTICLE .articleList figure + .textBox {
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleList .pickupItem {
    margin: 0 0 5.625vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleList .pickupItem {
    margin: 0 0 4.5vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleList .pickupItem {
    margin: 0 0 4.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleList .pickupItem {
    margin: 0 0 45px 0;
  }
}
#ARTICLE .articleList .pickupItem a {
  position: relative;
  justify-content: flex-start;
  border: 2px solid #cf2820;
  background-color: transparent;
}
#ARTICLE .articleList .pickupItem a::before {
  position: absolute;
  top: -10%;
  left: 2%;
  padding: 0 10px;
  content: 'Pickup';
  display: inline-block;
  color: #cf2820;
  font-size: 1.7142857143rem;
  font-family: 'lato', sans-serif;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleList .pickupItem a::before {
    top: -5vw;
  }
}
#ARTICLE .articleSingle {
  flex-grow: 1;
}
#ARTICLE .articleSingle .textBox {
  padding: 0 5% 5%;
  border-bottom: 1px dashed #ddd;
}
#ARTICLE .articleSingle .textBox .cat,
#ARTICLE .articleSingle .textBox .date,
#ARTICLE .articleSingle .textBox .editUser {
  font-size: 1rem;
}
#ARTICLE .articleSingle .textBox .dateBox {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleSingle .textBox .dateBox .date,
  #ARTICLE .articleSingle .textBox .dateBox .upDate {
    display: block;
  }
}
#ARTICLE .articleSingle .textBox .dateBox .upDate {
  margin-left: 8px;
  color: #555;
  font-size: 0.9285714286rem;
}
#ARTICLE .articleSingle .textBox h1 {
  margin: 1.8% 0;
  font-size: 1.7142857143rem;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleSingle .textBox h1 {
    font-size: 1.4285714286rem;
  }
}
#ARTICLE .articleSingle .textBox .tag span {
  text-decoration: underline;
  font-size: 1rem;
}
#ARTICLE .articleSingle .textBox .tag span:hover {
  color: #cf2820;
  text-decoration: none;
}
#ARTICLE .articleSingle .textBox .tag span:hover a {
  color: #cf2820;
}
#ARTICLE .articleSingle .textBox .tag span.noTag {
  text-decoration: none;
  pointer-events: none;
}
#ARTICLE .articleSingle .entry-content {
  padding: 5%;
  border-bottom: 1px dashed #ddd;
}
#ARTICLE .articleSidebar {
  margin-left: 5%;
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleSidebar {
    width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #ARTICLE .articleSidebar {
    margin: 7.5vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleSidebar {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleSidebar {
    margin: 6vw 0 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #ARTICLE .articleSidebar {
    margin: 60px 0 0 0;
  }
}

#ARTICLE .articleSidebar .item dt {
  padding: 3%;
  display: block;
  border: 1px solid #cf2820;
  color: #cf2820;
  font-weight: bold;
  text-align: center;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #ARTICLE .articleSidebar .item dt {
    padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleSidebar .item dt {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleSidebar .item dt {
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) {
  #ARTICLE .articleSidebar .item dt {
    padding: 15px 15px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  #ARTICLE .articleSidebar .item dd {
    padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleSidebar .item dd {
    padding: 1vw 1vw 1vw 1vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleSidebar .item dd {
    padding: 1vw 1vw 1vw 1vw;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleSidebar .item dd {
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #ARTICLE .articleSidebar .item a {
    padding: 1vw 1vw 1vw 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ARTICLE .articleSidebar .item a {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #ARTICLE .articleSidebar .item a {
    padding: 0.8vw 0.8vw 0.8vw 0.8vw;
  }
}
@media screen and (min-width: 1200px) {
  #ARTICLE .articleSidebar .item a {
    padding: 8px 8px 8px 8px;
  }
}
@media screen and (min-width: 1025px) {
  #ARTICLE .articleSidebar .item a:hover {
    color: #cf2820;
  }
}
#ARTICLE .articleSidebar .item a.current {
  color: #cf2820;
}
#ARTICLE .articleSidebar .item.sideCat dt {
  color: #fff;
  background-color: #cf2820;
}
#ARTICLE .articleSidebar .item.sideCat a {
  display: block;
}
#ARTICLE .articleSidebar .item.sideCat a::before {
  margin-right: 5px;
  content: '●';
  font-size: 0.8571428571rem;
}
#ARTICLE .articleSidebar .item.sideTag {
  margin-top: 5%;
}
#ARTICLE .articleSidebar .item.sideTag a::before {
  margin-right: 5px;
  content: '#';
}

#SEARCH-FORM {
  position: relative;
}
#SEARCH-FORM .s-box {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  border: solid 3px #eaeaea;
  outline: 0;
}
#SEARCH-FORM .s-btn-area {
  position: absolute;
  right: 5px;
  top: 50%;
  padding: 0;
  width: 50px;
  height: 30px;
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
  outline: 0;
  transform: translate(0, -50%);
}
#SEARCH-FORM .s-btn-area .s-btn {
  background-color: #cf2820;
  width: 50px;
  height: 30px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
}

.pagination {
  margin: 5% auto 0;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 10% auto 8%;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .page-numbers {
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #333;
  text-align: center;
  border-radius: 2.2rem;
  border: 1px solid #333;
}
@media screen and (min-width: 1025px) {
  .nav-links .page-numbers:hover {
    color: #fff;
    border-color: #cf2820;
    background-color: #cf2820;
  }
}
.nav-links .page-numbers.current {
  color: #fff;
  background-color: #cf2820;
  border-color: #cf2820;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  background-color: #333;
}
.nav-links .page-numbers.next::before,
.nav-links .page-numbers.prev::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
}
@media screen and (min-width: 1025px) {
  .nav-links .page-numbers.next:hover,
  .nav-links .page-numbers.prev:hover {
    background-color: transparent;
  }
  .nav-links .page-numbers.next:hover::before,
  .nav-links .page-numbers.prev:hover::before {
    border-color: #fff;
    border-top-color: #cf2820;
    border-right-color: #cf2820;
  }
}
.nav-links .page-numbers.next::before {
  transform: rotate(45deg);
}
.nav-links .page-numbers.prev::before {
  transform: rotate(-135deg);
}

._singlePageNation {
  margin: 5% auto 0;
}
@media screen and (max-width: 767px) {
  ._singlePageNation {
    margin: 10% auto 8%;
  }
}
._singlePageNation ._prevNext {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._singlePageNation ._prevNext .backButton {
  margin: 0 auto;
  width: 22%;
}
@media screen and (max-width: 767px) {
  ._singlePageNation ._prevNext .backButton {
    width: 35%;
  }
}
._singlePageNation ._prevNext .backButton a {
  padding: 3.5% 5%;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.3rem;
  background-color: #cf2820;
  border: 1px solid #cf2820;
}
._singlePageNation ._prevNext .prev,
._singlePageNation ._prevNext .next {
  width: 16%;
}
@media screen and (max-width: 767px) {
  ._singlePageNation ._prevNext .prev,
  ._singlePageNation ._prevNext .next {
    width: 28%;
  }
}
._singlePageNation ._prevNext .prev.visHid,
._singlePageNation ._prevNext .next.visHid {
  visibility: hidden;
}
._singlePageNation ._prevNext .prev a,
._singlePageNation ._prevNext .next a {
  padding: 3.5% 5%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.3rem;
  border: 1px solid #333;
}
._singlePageNation ._prevNext .prev a::before,
._singlePageNation ._prevNext .prev a::after,
._singlePageNation ._prevNext .next a::before,
._singlePageNation ._prevNext .next a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-bottom: none;
  border-left: none;
}
._singlePageNation ._prevNext .prev a::before {
  margin-right: 8px;
  display: block;
  transform: rotate(-135deg);
}
._singlePageNation ._prevNext .prev a:after {
  display: none;
}
._singlePageNation ._prevNext .next a::before {
  display: none;
}
._singlePageNation ._prevNext .next a:after {
  margin-left: 8px;
  display: block;
  transform: rotate(45deg);
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content a {
  color: #cf2820;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 0.8rem;
}
.entry-content h2 + p,
.entry-content h3 + p,
.entry-content h4 + p,
.entry-content h5 + p,
.entry-content h6 + p {
  margin-top: 0.9rem;
}
.entry-content h2 + table,
.entry-content h3 + table,
.entry-content h4 + table,
.entry-content h5 + table,
.entry-content h6 + table {
  margin-top: -0.5rem;
}
.entry-content h2 {
  font-size: 1.4285714286rem;
  border-bottom: 1px solid #cf2820;
}
@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 1.2857142857rem;
  }
}
.entry-content h3 {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 1.1428571429rem;
  }
}
.entry-content h3::before {
  content: '▼ ';
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 767px) {
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1rem;
  }
}
.entry-content p,
.entry-content a,
.entry-content ol,
.entry-content ul,
.entry-content li,
.entry-content span,
.entry-content table,
.entry-content tr,
.entry-content th,
.entry-content td {
  font-size: 1rem;
}
.entry-content table {
  max-width: 540px;
}
.entry-content a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .entry-content a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .errorBlock .contentsWrap {
    padding: 0 0 15vw 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .errorBlock .contentsWrap {
    padding: 0 0 12vw 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .errorBlock .contentsWrap {
    padding: 0 0 12vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .errorBlock .contentsWrap {
    padding: 0 0 120px 0;
  }
}
.errorBlock p {
  font-size: 1.2857142857rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .errorBlock p {
    font-size: 1.0714285714rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS .pc-none {
    display: none;
  }
}
#ABOUTUS .lowerTitle {
  margin-bottom: 71px;
}
#ABOUTUS .lowerSectionTitle > span {
  font-size: calc(55rem / 14);
}
@media screen and (max-width: 767px) {
  #ABOUTUS .lowerSectionTitle > span {
    font-size: calc(50rem / 11.25);
  }
}
#ABOUTUS .lowerSectionTitle h3 {
  font-size: calc(20rem / 14);
}
@media screen and (max-width: 767px) {
  #ABOUTUS .lowerSectionTitle h3 {
    font-size: calc(20rem / 11.25);
  }
}
#ABOUTUS #MESSAGE {
  padding: 7.85714rem 0 13.14285rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS #MESSAGE {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE {
    padding: 4.17777rem 0 6.22222rem;
  }
}
#ABOUTUS #MESSAGE:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 85.55vw;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE:before {
    width: 96vw;
    border-radius: 0 2rem 2rem 0;
  }
}
#ABOUTUS #MESSAGE .descBox {
  max-width: none;
  width: 100%;
}
#ABOUTUS #MESSAGE .descBox .lowerSectionTitle {
  width: 80%;
}
#ABOUTUS #MESSAGE .descBox .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner {
    flex-direction: column-reverse;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents {
  width: 43.6vw;
  margin-right: 1.95vw;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents {
    width: 85%;
    margin-right: 0;
    margin: 0 auto;
    padding-top: 6.93vw;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents h4 {
  font-size: calc(75rem / 14);
  line-height: 1.33;
  letter-spacing: 0.5vw;
  font-weight: bold;
  color: #ca2820;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents h4 {
    font-size: calc(28rem / 11.25);
    line-height: 1.35;
    letter-spacing: 0.5vw;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .textBox {
  padding-right: 6.86vw;
  padding-top: 4.28571rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .textBox {
    padding-right: 0;
    padding-top: 8.53vw;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .textBox p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: normal;
  color: #231815;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .textBox p {
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .textBox p:not(:first-of-type) {
  padding-top: 2.28571rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .textBox p:not(:first-of-type) {
    padding-top: 6.13vw;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .nameBox {
  padding-top: 4.71428rem;
  padding-right: 6.86vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .nameBox {
    padding-top: 9.6vw;
    padding-right: 0;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .nameBox p {
  font-size: calc(18rem / 14);
  line-height: 2.22;
  letter-spacing: 0.05vw;
  font-weight: 500;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .nameBox p {
    font-size: calc(15rem / 11.25);
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .nameBox .ja {
  font-size: calc(20rem / 14);
  line-height: 2;
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .nameBox .ja {
    font-size: calc(20rem / 11.25);
    margin: 0 0.5em;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .nameBox .en {
  font-size: calc(15rem / 14);
  line-height: 2.66;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .contents .nameBox .en {
    font-size: calc(15rem / 11.25);
  }
}
#ABOUTUS #MESSAGE .descBox .inner .contents .nameBox .en.red {
  color: #ca2820;
}
#ABOUTUS #MESSAGE .descBox .inner .image {
  width: 43.53vw;
  max-width: 660px;
  padding-top: 9.14285rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #MESSAGE .descBox .inner .image {
    width: 93.35vw;
    padding: 0;
    align-self: flex-end;
  }
}
#ABOUTUS #MESSAGE .descBox .inner .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#ABOUTUS #COMPANY {
  padding-top: 13.92857rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS #COMPANY {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY {
    padding-top: 18.93vw;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap {
    width: 84%;
  }
}
#ABOUTUS #COMPANY .contentsWrap .container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner {
  display: flex;
  flex-direction: column;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list {
  display: table;
  width: 100%;
  border-top: solid 1px #c5c5c5;
  padding: 2.09rem 0 1.89rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list {
    padding: 2.66vw 0 6.4vw;
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dt {
  display: table-cell;
  vertical-align: middle;
  width: 13.88571rem;
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: 500;
  color: #ca2820;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dt.top {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dt {
    display: block;
    font-size: calc(17rem / 11.25);
    line-height: 2.35;
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd {
  display: table-cell;
  vertical-align: top;
  font-size: calc(19rem / 14);
  line-height: 1.31;
  letter-spacing: 0.1vw;
  font-weight: normal;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd {
    display: block;
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd a:not(.imgLink) {
  font-size: calc(16rem / 14);
  line-height: 2.5;
  letter-spacing: 0.1vw;
  color: #ca2820;
  border: solid 1px #ca2820;
  border-radius: 18px;
  width: 182px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd a:not(.imgLink) {
    font-size: calc(10rem / 14);
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd a:not(.imgLink) {
    display: none;
  }
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  a:not(.imgLink):hover {
  background-color: #ca2820;
  color: #fff;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .descriptionList li {
  display: flex;
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  .descriptionList
  li::before {
  content: '・';
  display: inline-block;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList li img {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList {
    flex-direction: column;
  }
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList li {
    margin-bottom: 24px;
  }
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList li img {
    max-width: 80%;
  }
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  .otherList
  .kenko-keiei {
  text-align: center;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd .otherList .isms {
  text-align: center;
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  .otherList
  .isms
  img {
  max-height: 120px;
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  .otherList
  .isms
  .info {
  font-size: 1rem;
  line-height: 1.5rem;
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  .otherList
  li
  a:hover {
  background-color: transparent;
}
#ABOUTUS
  #COMPANY
  .contentsWrap
  .container
  .inner
  .list
  dd
  figure:not(:first-of-type) {
  margin-top: 1.92857rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS
    #COMPANY
    .contentsWrap
    .container
    .inner
    .list
    dd
    figure:not(:first-of-type) {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS
    #COMPANY
    .contentsWrap
    .container
    .inner
    .list
    dd
    figure:not(:nth-of-type(2)) {
    width: 50%;
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure.row {
  display: flex;
  align-items: center;
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure.row p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: calc(15rem / 14);
  line-height: 1.4;
  letter-spacing: 0.1vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure.row p {
    font-size: calc(13rem / 11.25);
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure.row p span {
  font-size: calc(11rem / 14);
  letter-spacing: 0.1vw;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure.row p span {
    font-size: calc(10rem / 11.25);
  }
}
#ABOUTUS #COMPANY .contentsWrap .container .inner .list dd figure img {
  max-width: 100%;
  height: auto;
}
#ABOUTUS #HISTORY {
  margin-top: 10.28571rem;
  padding: 13.28571rem 0 29.71428rem;
  background-color: #ebebeb;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS #HISTORY {
    margin-top: 6rem;
    padding: 8rem 0 29rem;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY {
    margin-top: 20vw;
    padding: 15.2vw 0 26.13vw;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .contentsWrap {
    width: 84%;
  }
}
#ABOUTUS #HISTORY .container .inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner {
    position: relative;
  }
}
#ABOUTUS #HISTORY .container .inner .image {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .image {
    width: 0;
  }
}
#ABOUTUS #HISTORY .container .inner .image figure {
  width: 84.17%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .image figure {
    width: 74.66vw;
    position: absolute;
    top: 18.93vw;
    left: 8.53vw;
  }
}
#ABOUTUS #HISTORY .container .inner .image figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
#ABOUTUS #HISTORY .container .inner .image figure .triangle {
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .image figure .triangle {
    display: none;
  }
}
#ABOUTUS #HISTORY .container .inner.top .image figure {
  display: flex;
  align-items: flex-start;
}
#ABOUTUS #HISTORY .container .inner.top .image figure .triangle {
  width: 29.8%;
  height: 1px;
  position: absolute;
  top: 0.5rem;
  right: -19%;
  display: block;
  background-color: #ca2820;
  transform: rotate(-48deg);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.top .image figure .triangle {
    display: none;
  }
}
#ABOUTUS #HISTORY .container .inner.middle {
  margin-top: -7.2%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.middle {
    margin-top: 0;
  }
}
#ABOUTUS #HISTORY .container .inner.middle .image figure .triangle {
  width: 19%;
  height: 1px;
  position: absolute;
  top: 42%;
  right: -18%;
  display: block;
  background-color: #ca2820;
  transform: rotate(-8deg) translateY(-50%);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.middle .image figure .triangle {
    display: none;
  }
}
#ABOUTUS #HISTORY .container .inner.middle .contents {
  margin-top: 7.1%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.middle .contents {
    margin-top: 0;
  }
}
#ABOUTUS #HISTORY .container .inner.bottom {
  margin-top: -14.5%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.bottom .image figure {
    top: 25.93vw;
  }
}
#ABOUTUS #HISTORY .container .inner.bottom .image figure .triangle {
  width: 39%;
  height: 1px;
  position: absolute;
  bottom: 19.5%;
  right: -18%;
  display: block;
  background-color: #ca2820;
  transform: rotate(39deg) translateY(-50%);
  transform-origin: 100% 100%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.bottom .image figure .triangle {
    display: none;
  }
}
#ABOUTUS #HISTORY .container .inner.bottom .contents {
  margin-top: 14.5%;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.bottom .contents {
    margin-top: 0;
  }
}
#ABOUTUS #HISTORY .container .inner.bottom .contents dl {
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}
#ABOUTUS #HISTORY .container .inner.bottom .contents dl::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% + 7.28571rem);
  background-image: url('/assets/images/aboutus/history_dashed.svg');
  background-color: transparent;
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: -42px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner.bottom .contents dl::after {
    height: 100%;
    background-image: url('/assets/images/aboutus/history_dashed_sp.svg');
  }
}
#ABOUTUS #HISTORY .container .inner .contents {
  width: 45.85%;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .contents {
    width: 100%;
  }
}
#ABOUTUS #HISTORY .container .inner .contents .list {
  position: relative;
  padding-bottom: 4.64285rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .contents .list {
    padding-bottom: 10.13vw;
  }
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .contents .list:first-of-type {
    padding-bottom: 65.33vw;
  }
}
#ABOUTUS #HISTORY .container .inner .contents .list::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #929292;
  position: absolute;
  top: 0;
  left: -42px;
  z-index: 11;
}
#ABOUTUS #HISTORY .container .inner .contents .list dt {
  position: relative;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: 500;
  color: #ca2820;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .contents .list dt {
    font-size: calc(17rem / 11.25);
  }
}
#ABOUTUS #HISTORY .container .inner .contents .list dt::before {
  content: '';
  border-radius: 100%;
  background-color: #ca2820;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  left: -52px;
  top: 0;
  z-index: 12;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ABOUTUS #HISTORY .container .inner .contents .list dt::before {
    width: 18px;
    height: 18px;
    left: -50px;
  }
}
#ABOUTUS #HISTORY .container .inner .contents .list dd {
  font-size: calc(20rem / 14);
  line-height: 1.5;
  letter-spacing: 0.08vw;
  font-weight: normal;
  color: #231815;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .inner .contents .list dd {
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
  }
}
#ABOUTUS #HISTORY .container .copy {
  font-size: calc(35rem / 14);
  line-height: 1.49;
  letter-spacing: 0.3vw;
  font-weight: bold;
  color: #231815;
  position: absolute;
  bottom: 11.64285rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .copy {
    font-size: calc(25rem / 11.25);
    line-height: 1.6;
    letter-spacing: 0;
    position: static;
    transform: translateX(0);
  }
}
#ABOUTUS #HISTORY .container .copy span {
  color: #bc392c;
  display: block;
  font-size: calc(35rem / 14);
  line-height: 1.49;
  letter-spacing: 0.5vw;
}
@media screen and (max-width: 767px) {
  #ABOUTUS #HISTORY .container .copy span {
    font-size: calc(25rem / 11.25);
    line-height: 1.6;
    letter-spacing: 0.5vw;
  }
}

#SERVICE {
  /*serviceページ内の共通パーツここから*/
}
#SERVICE .partsButton {
  width: 530px;
  height: 150px;
  border: solid 1px #231815;
  border-radius: 75px;
  position: relative;
  transition: border-color 0.3s;
}
#SERVICE .partsButton:hover {
  border-color: #cf2820;
}
#SERVICE .partsButton:hover:before {
  background-color: #cf2820;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .partsButton {
    width: 330px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .partsButton {
    width: 100%;
    height: auto;
    padding: 1.77777rem 0;
    border-radius: 4.88888rem;
  }
}
#SERVICE .partsButton:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 37px;
  background-color: #231815;
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsButton:before {
    width: 25px;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -13px;
    transform: translateX(0) translateY(-50%);
  }
}
#SERVICE .partsButton a {
  width: 100%;
  height: 100%;
  font-size: calc(25rem / 14);
  line-height: 1.2;
  letter-spacing: 0.1vw;
  color: #dc0007;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsButton a {
    font-size: calc(17rem / 11.25);
    line-height: 1.176;
  }
}
#SERVICE .partsButton a span {
  font-size: calc(16rem / 14);
  line-height: 1.625;
  letter-spacing: 0.1vw;
  display: block;
  padding-top: 0.28571rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsButton a span {
    font-size: calc(15rem / 11.25);
    line-height: 1.666;
    letter-spacing: 0.05vw;
    padding-top: 0.35555rem;
  }
}
#SERVICE .serviceSectionTitle {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: calc(40rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: 700;
  color: #ce2820;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  #SERVICE .serviceSectionTitle {
    font-size: calc(20rem / 11.25);
  }
}
#SERVICE .serviceSectionTitle::before {
  content: '01';
  font-size: calc(200rem / 14);
  line-height: 1;
  letter-spacing: 0;
  color: #e4e4e4;
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #SERVICE .serviceSectionTitle::before {
    font-size: calc(100rem / 11.25);
    top: -6rem;
  }
}
#SERVICE .sectionMedia {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionMedia {
    flex-direction: column;
  }
}
#SERVICE .sectionMedia .image {
  max-width: 690px;
  width: 45.51vw;
  margin-right: 3.95vw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionMedia .image {
    width: 90.66vw;
    margin-right: 0;
    align-self: flex-start;
  }
}
#SERVICE .sectionMedia .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE .sectionMedia .contents {
  width: 36.14vw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionMedia .contents {
    width: 84%;
  }
}
#SERVICE .sectionMedia .contents h4 {
  font-size: calc(28rem / 14);
  line-height: 1.428;
  letter-spacing: 0.2vw;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionMedia .contents h4 {
    font-size: calc(18rem / 11.25);
    line-height: 1.66;
    padding-top: 6.93vw;
  }
}
#SERVICE .sectionMedia .contents p {
  font-size: calc(18rem / 14);
  line-height: 2.22;
  letter-spacing: 0.1vw;
  font-weight: normal;
  padding-top: 1.21428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionMedia .contents p {
    font-size: calc(15rem / 11.25);
    line-height: 1.73;
    letter-spacing: 0.05vw;
  }
}
#SERVICE .lowerTitle {
  margin-bottom: 56px;
}
#SERVICE #DESCRIPTION .descBox {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  #SERVICE #DESCRIPTION .descBox {
    width: 84%;
  }
}
#SERVICE #DESCRIPTION .descBox h3 {
  font-size: calc(75rem / 14);
  line-height: 1.33;
  letter-spacing: 0.5vw;
  color: #dc0007;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #SERVICE #DESCRIPTION .descBox h3 {
    font-size: calc(28rem / 11.25);
    line-height: 1.35;
  }
}
#SERVICE #DESCRIPTION .descBox p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.06vw;
  color: #000000;
  font-weight: normal;
  padding-top: 3.07142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE #DESCRIPTION .descBox p {
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
    padding-top: 3.2rem;
  }
}
#SERVICE #DESCRIPTION .descBox .buttonBox {
  margin-top: 5.14285rem;
  display: flex;
  justify-content: center;
  margin-left: -2.78571rem;
}
@media screen and (max-width: 767px) {
  #SERVICE #DESCRIPTION .descBox .buttonBox {
    margin-top: 2.66666rem;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
#SERVICE #DESCRIPTION .descBox .buttonBox .partsButton {
  margin-left: 2.78571rem;
}
@media screen and (max-width: 767px) {
  #SERVICE #DESCRIPTION .descBox .buttonBox .partsButton {
    margin-left: 0;
  }
  #SERVICE #DESCRIPTION .descBox .buttonBox .partsButton:not(:first-of-type) {
    margin-top: 1.24rem;
  }
}
#SERVICE .containerMedia {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-top: 2.14285rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia {
    flex-direction: column;
    align-items: center;
  }
}
#SERVICE .containerMedia .image {
  width: 44.61%;
  margin-right: 5.55%;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .image {
    width: 100%;
    margin-right: 0;
  }
}
#SERVICE .containerMedia .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE .containerMedia .contents {
  width: 47.81%;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .contents {
    width: 100%;
  }
}
#SERVICE .containerMedia .contents .contentsBg {
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 9;
}
@media screen and (min-width: 766px) {
  #SERVICE .containerMedia .contents .contentsBg.top {
    top: 0;
  }
  #SERVICE .containerMedia .contents .contentsBg.center {
    top: 2rem;
  }
  #SERVICE .containerMedia .contents .contentsBg.bottom {
    top: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .containerMedia .contents .contentsBg {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .contents .contentsBg {
    width: 40%;
    top: 0.97777rem;
  }
}
#SERVICE .containerMedia .contents .contentsBg img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE .containerMedia .contents .contentsInner {
  width: 79.92%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .contents .contentsInner {
    width: 100%;
  }
}
#SERVICE .containerMedia .contents .contentsInner h4 {
  font-size: calc(24rem / 14);
  line-height: 1.66;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #ce2820;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .contents .contentsInner h4 {
    font-size: calc(18rem / 11.25);
    line-height: 1.66;
    padding-top: 1.51111rem;
  }
}
#SERVICE .containerMedia .contents .contentsInner p {
  font-size: calc(18rem / 14);
  line-height: 2.22;
  letter-spacing: 0.07vw;
  font-weight: normal;
  font-feature-settings: 'palt';
  padding-top: 0.71428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMedia .contents .contentsInner p {
    font-size: calc(15rem / 11.25);
    line-height: 1.73;
    padding-top: 1.24444rem;
  }
}
#SERVICE .containerMedia:nth-of-type(2) .contentsBg {
  top: 0;
}
#SERVICE .containerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerTitle {
    font-size: calc(15rem / 11.25);
  }
}
#SERVICE .containerTitle span {
  font-size: calc(55rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #e4e4e4;
  margin-bottom: -0.67142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerTitle span {
    font-size: calc(45rem / 11.25);
  }
}
#SERVICE .containerMediaText {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #fff;
  background-color: #ce2820;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 100%;
  height: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerMediaText {
    font-size: calc(15rem / 11.25);
    line-height: 2.6;
    height: 3.73333rem;
    border-radius: 1.77777rem;
  }
}
#SERVICE .containerIcon {
  border: solid 1px #231815;
  padding: 3rem 0 4.57142rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4.71428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon {
    padding: 2.22222rem 0 4rem;
    margin-top: 2.75555rem;
  }
}
#SERVICE .containerIcon .containerIconText {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #ce2820;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .containerIconText {
    font-size: calc(15rem / 11.25);
  }
}
#SERVICE .containerIcon .list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .list {
    width: 85.94%;
    flex-direction: column;
    margin-top: 2.22222rem;
  }
}
#SERVICE .containerIcon .list li {
  width: 27.07%;
  height: 10.92857rem;
  padding: 1.5rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .containerIcon .list li {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .list li {
    width: 100%;
    height: auto;
    padding: 2.93333rem 0;
  }
  #SERVICE .containerIcon .list li:first-of-type {
    padding-top: 0;
  }
  #SERVICE .containerIcon .list li:last-of-type {
    padding-bottom: 0;
  }
}
#SERVICE .containerIcon .list li:not(:first-of-type) {
  border-left: solid 1px #afafaf;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .list li:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #afafaf;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .containerIcon .list li figure {
    width: 6rem;
  }
  #SERVICE .containerIcon .list li figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .list li figure {
    width: 31.22%;
    margin: 0 auto;
  }
}
#SERVICE .containerIcon .list li figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE .containerIcon .list li p {
  font-size: calc(18rem / 14);
  line-height: 1.55;
  letter-spacing: 0.1vw;
  color: #000000;
  font-weight: 500;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #SERVICE .containerIcon .list li p {
    font-size: calc(18rem / 11.25);
    padding-top: 0.88888rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .containerIcon li:nth-of-type(2) figure {
    width: 5rem;
  }
}
#SERVICE .partsSmallButton {
  width: 371px;
  height: 70px;
  border: solid 1px #231815;
  border-radius: 35px;
  position: relative;
  transition: border-color 0.3s;
}
#SERVICE .partsSmallButton:hover {
  border-color: #cf2820;
}
#SERVICE .partsSmallButton:hover:before {
  background-color: #cf2820;
}
#SERVICE .partsSmallButton:hover a {
  color: #cf2820;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsSmallButton {
    width: 100%;
    height: auto;
    padding: 1.23333rem 0;
    border-radius: 5rem;
  }
}
#SERVICE .partsSmallButton:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsSmallButton:before {
    width: 15%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -7.5%;
    transform: translateX(0) translateY(-50%);
  }
}
#SERVICE .partsSmallButton a {
  width: 100%;
  height: 100%;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #SERVICE .partsSmallButton a {
    font-size: calc(13rem / 11.25);
    line-height: 1.176;
  }
}
#SERVICE .partsSmallButton.white {
  background-color: #fff;
}
#SERVICE .slider {
  margin-top: 8.57142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider {
    margin-top: 5rem;
  }
}
#SERVICE .slider .serviceSlider {
  padding-top: 8.14285rem;
  padding-bottom: 4.35714rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider {
    padding-top: 24.8vw;
    padding-bottom: 4.35714rem;
  }
}
#SERVICE .slider .serviceSlider.devSwiper.is-stop .swiper-button-prev,
#SERVICE .slider .serviceSlider.devSwiper.is-stop .swiper-button-next {
  display: none;
}
#SERVICE .slider .serviceSlider.devSwiper .dev-slideWrapper.row {
  display: flex;
  justify-content: center;
}
#SERVICE .slider .serviceSlider.devSwiper .dev-slideWrapper.row .devSlide {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider.devSwiper .dev-slideWrapper.row .devSlide {
    width: 100%;
  }
}
#SERVICE .slider .serviceSlider.supSwiper.is-stop .swiper-button-prev,
#SERVICE .slider .serviceSlider.supSwiper.is-stop .swiper-button-next {
  display: none;
}
#SERVICE .slider .serviceSlider.supSwiper .sup-slideWrapper.row {
  display: flex;
  justify-content: center;
}
#SERVICE .slider .serviceSlider.supSwiper .sup-slideWrapper.row .supSlide {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider.supSwiper .sup-slideWrapper.row .supSlide {
    width: 100%;
  }
}
#SERVICE .slider .serviceSlider .swiper-button-prev,
#SERVICE .slider .serviceSlider .swiper-button-next {
  width: 2.35714rem;
  top: calc(50% + 3.64285rem);
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-button-prev,
  #SERVICE .slider .serviceSlider .swiper-button-next {
    width: 3.11111rem;
    top: calc(50% + 5.84285rem);
  }
}
#SERVICE .slider .serviceSlider .swiper-button-prev .arrow,
#SERVICE .slider .serviceSlider .swiper-button-next .arrow {
  transition: all 0.3s;
}
#SERVICE .slider .serviceSlider .swiper-button-prev .arrow:hover,
#SERVICE .slider .serviceSlider .swiper-button-next .arrow:hover {
  fill: #ce2820;
}
#SERVICE .slider .serviceSlider .swiper-button-prev::after,
#SERVICE .slider .serviceSlider .swiper-button-next::after {
  content: '';
}
#SERVICE .slider .serviceSlider .swiper-button-prev {
  left: 9vw;
}
#SERVICE .slider .serviceSlider .swiper-button-next {
  right: 9vw;
}
#SERVICE .slider .serviceSlider .swiper-slide {
  transition: transform 0.3s;
  transform: scale(0.82);
}
#SERVICE .slider .serviceSlider .swiper-slide.anm-started {
  transform: scale(1);
}
#SERVICE .slider .serviceSlider .swiper-slide.anm-finished {
  transform: scale(0.82);
}
#SERVICE .slider .serviceSlider .swiper-slide .item {
  position: relative;
  padding: 65px 45px 65px 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item {
    padding: 10vw 7.5vw 7.5vw 7.5vw;
    flex-direction: column;
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item::after {
  margin-top: 30px;
  content: '詳しくみる　ー';
  display: block;
  width: 100%;
  text-align: right;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item::after {
    margin-top: 3.75vw;
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .pjTitle {
  position: absolute;
  top: -5.5%;
  left: 50%;
  display: inline-block;
  width: 60rem;
  padding: 0.68rem 0;
  color: #fff;
  font-size: calc(25rem / 14);
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #cf2820;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .pjTitle {
    width: 90%;
    padding: 1.25vw 3.75vw 1.25vw 3.75vw;
    font-size: calc(12rem / 11.25);
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .pjTitle::before {
  position: absolute;
  left: 8%;
  bottom: -18px;
  content: '';
  display: block;
  width: 20px;
  height: 25px;
  background: linear-gradient(to top right, transparent 50%, #cf2820 50%)
    no-repeat top right/100% 100%;
}
#SERVICE .slider .serviceSlider .swiper-slide .item .imgBox {
  margin-right: 67px;
  padding-top: 42.41%;
  width: 42.41%;
  height: 0;
  background-color: #e5e5e5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .imgBox {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .imgBox {
    margin: 5.625vw 0 0 0;
    padding-top: 60vw;
    width: 100%;
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .textBox {
  margin-top: 30px;
  width: 45.15%;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .textBox {
    margin-top: 3.75vw;
    width: 100%;
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .textBox h4 {
  color: #cf2820;
  font-size: calc(30rem / 14);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .textBox h4 {
    font-size: calc(16rem / 11.25);
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .textBox p {
  margin-top: 20px;
  font-size: calc(18rem / 14);
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .textBox p {
    margin-top: 2.5vw;
    font-size: calc(12rem / 11.25);
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .textBox .tagBox {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .textBox .tagBox {
    margin-top: 3.5vw;
  }
}
#SERVICE .slider .serviceSlider .swiper-slide .item .textBox .tagBox span {
  display: inline-block;
  color: #666;
  font-size: calc(18rem / 14);
}
@media screen and (max-width: 767px) {
  #SERVICE .slider .serviceSlider .swiper-slide .item .textBox .tagBox span {
    font-size: calc(10rem / 11.25);
  }
}
#SERVICE
  .slider
  .serviceSlider
  .swiper-slide
  .item
  .textBox
  .tagBox
  span:not(:last-of-type) {
  margin-right: 8px;
}
#SERVICE
  .slider
  .serviceSlider
  .swiper-slide
  .item
  .textBox
  .tagBox
  span::before {
  content: '# ';
}
#SERVICE #DEVELOPMENT {
  margin-top: 19.78571rem;
  background-color: #f0f0f0;
  padding: 14.5rem 0 11.14285rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE #DEVELOPMENT {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE #DEVELOPMENT {
    margin-top: 8rem;
    padding: 7.28888rem 0;
  }
}
#SERVICE #DEVELOPMENT .partsSmallButtonBox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #SERVICE #DEVELOPMENT .partsSmallButtonBox {
    width: 85.33%;
    margin: 0 auto;
  }
}
#SERVICE #DEVELOPMENT .descBox {
  max-width: none;
  width: 100%;
}
#SERVICE #DEVELOPMENT .descBox .serviceSectionTitleBox {
  position: absolute;
  top: 3.57142rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #SERVICE #DEVELOPMENT .descBox .serviceSectionTitleBox {
    top: 1.2rem;
  }
}
#SERVICE #DEVELOPMENT .descBox .container {
  max-width: 1335px;
  width: 89%;
  margin: 0 auto;
  margin-top: 8.78571rem;
  background-color: #fff;
  border-radius: 9.69px;
  padding: 8.57142rem 0;
}
@media screen and (max-width: 767px) {
  #SERVICE #DEVELOPMENT .descBox .container {
    width: 92%;
    margin-top: 3.11111rem;
    border-radius: 10px;
    padding: 3.28888rem 0;
  }
}
#SERVICE #DEVELOPMENT .descBox .container .containerWrap {
  width: 88.98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #SERVICE #DEVELOPMENT .descBox .container .containerWrap {
    width: 91.3%;
  }
}
#SERVICE #DEVELOPMENT .descBox .container .containerWrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerTitle
  + .containerMediaText {
  margin-top: 6.07142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerTitle
    + .containerMediaText {
    margin-top: 3.02222rem;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerMediaText:not(:first-of-type) {
  margin-top: 7.21428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerMediaText:not(:first-of-type) {
    margin-top: 3.02222rem;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription {
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.92857rem 0;
  margin-top: 8.07142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription {
    margin-top: 4rem;
    padding: 2rem 0;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  h5 {
  width: 390px;
  height: 42px;
  background-color: #ce2820;
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    h5 {
    width: 92.74%;
    height: auto;
    padding: 0.32rem 0;
    font-size: calc(18rem / 11.25);
    border-radius: 1.866666rem;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p {
  width: 92.74%;
  font-size: calc(16rem / 14);
  line-height: 1.62;
  letter-spacing: 0.11vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding-top: 1.64285rem;
  padding-bottom: 2.57142rem;
  border-bottom: solid 1px #231815;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p {
    width: 96.74%;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p {
    font-size: calc(14rem / 11.25);
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p:last-of-type {
  width: 72.64%;
  border-bottom: none;
  padding-bottom: 0;
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p:last-of-type {
    width: 92.74%;
    flex-direction: column;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p:last-of-type
  span {
  color: #ce2820;
  width: 102px;
  letter-spacing: 0.11vw;
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p:last-of-type
  span:after {
  content: '｜';
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p:last-of-type
    span {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p:last-of-type
    span {
    width: 100%;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p:last-of-type
  span:last-of-type {
  width: 88.18%;
  color: #000000;
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .containerDescription
  p:last-of-type
  span:last-of-type::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .containerDescription
    p:last-of-type
    span:last-of-type {
    width: 100%;
  }
}
#SERVICE
  #DEVELOPMENT
  .descBox
  .container
  .containerWrap
  .inner
  .partsSmallButtonBox {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #DEVELOPMENT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox {
    width: 91.3%;
    margin-top: 3rem;
  }
}
#SERVICE #SUPPORT {
  margin-top: 11.07142rem;
  background-color: #f0f0f0;
  padding: 14.5rem 0 13.9285rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #SERVICE #SUPPORT {
    margin-top: 8rem;
    padding: 7.28888rem 0;
  }
}
#SERVICE #SUPPORT .serviceSectionTitle::before {
  content: '02';
}
#SERVICE #SUPPORT .partsSmallButtonBox {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #SERVICE #SUPPORT .partsSmallButtonBox {
    width: 85.33%;
    margin: 0 auto;
  }
}
#SERVICE #SUPPORT .descBox {
  max-width: none;
  width: 100%;
}
#SERVICE #SUPPORT .descBox .serviceSectionTitleBox {
  position: absolute;
  top: 3.57142rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #SERVICE #SUPPORT .descBox .serviceSectionTitleBox {
    top: 1.2rem;
  }
}
#SERVICE #SUPPORT .descBox .container {
  max-width: 1335px;
  width: 89%;
  margin: 0 auto;
  margin-top: 7.92857rem;
  background-color: #fff;
  border-radius: 9.69px;
  padding: 7.17142rem 0;
}
@media screen and (max-width: 767px) {
  #SERVICE #SUPPORT .descBox .container {
    width: 92%;
    margin-top: 3.11111rem;
    border-radius: 10px;
    padding: 3.28888rem 0;
  }
}
#SERVICE #SUPPORT .descBox .container .containerWrap {
  width: 88.98%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #SERVICE #SUPPORT .descBox .container .containerWrap {
    width: 91.3%;
  }
}
#SERVICE #SUPPORT .descBox .container .containerWrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerTitle
  + .containerMediaText {
  margin-top: 6.07142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerTitle
    + .containerMediaText {
    margin-top: 3.02222rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerMediaText:not(:first-of-type) {
  margin-top: 5.85714rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerMediaText:not(:first-of-type) {
    margin-top: 3.02222rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudTitle {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1694ac;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudTitle {
    font-size: calc(18rem / 11.25);
  }
}
#SERVICE #SUPPORT .descBox .container .containerWrap .inner .containerCloudBox {
  width: 100%;
  padding: 2.85714rem 0 7.28571rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudBox {
    padding: 2rem 0 3.28888rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox:after {
  content: '';
  display: block;
  background-image: url('/assets/images/service/support_cloud_border.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 3.58%;
  margin-top: 5.48571rem;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox
  .boxInner {
  display: flex;
  align-items: center;
  width: 82%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudBox
    .boxInner {
    flex-direction: column;
    width: 91.3%;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox
  .boxInner
  .image {
  width: 39.84%;
  margin-right: 8.21%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudBox
    .boxInner
    .image {
    width: 100%;
    margin-right: 0;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox
  .boxInner
  .image
  img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox
  .boxInner
  .contents {
  width: 51.64%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudBox
    .boxInner
    .contents {
    width: 100%;
    margin-top: 2rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCloudBox
  .boxInner
  .contents
  p {
  font-size: calc(18rem / 14);
  line-height: 2.22;
  letter-spacing: 0.07vw;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCloudBox
    .boxInner
    .contents
    p {
    font-size: calc(16rem / 11.25);
  }
}
#SERVICE #SUPPORT .descBox .container .containerWrap .inner .containerCard {
  padding-top: 2.71428rem;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-left: -2.71428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list {
    flex-direction: column;
    margin-left: 0;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - 2.71428rem);
  margin-left: 2.71428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item {
    width: 100%;
    margin-left: 0;
  }
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  figure {
  position: relative;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  figure::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 61.72%;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  .textBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 0 0 10px 10px;
  padding: 1.84285rem 2.78571rem 3.21428rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item
    .textBox {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item
    .textBox {
    padding: 2rem 2rem 2.5rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  .textBox
  h5 {
  font-size: calc(20rem / 14);
  line-height: 1.35;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #ce2820;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item
    .textBox
    h5 {
    font-size: calc(18rem / 11.25);
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  .textBox
  h5
  span {
  font-size: calc(16rem / 14);
  line-height: 1.68;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item
    .textBox
    h5
    span {
    font-size: calc(14rem / 11.25);
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerCard
  .list
  .item
  .textBox
  p {
  font-size: calc(16rem / 14);
  line-height: 1.62;
  letter-spacing: 0.11vw;
  color: #000000;
  font-weight: normal;
  padding-top: 0.64285rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerCard
    .list
    .item
    .textBox
    p {
    font-size: calc(12rem / 11.25);
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia {
  width: 92.42%;
  margin: 0 auto;
  padding-top: 4.28571rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportMedia {
    width: 91.3%;
    padding-top: 3rem;
    flex-direction: column;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia
  .image {
  width: 45.53%;
  margin-right: 5.64%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportMedia
    .image {
    width: 100%;
    margin-right: 0;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia
  .image
  img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia
  .contents {
  width: 48.81%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportMedia
    .contents {
    width: 100%;
    padding-top: 1.51111rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia
  .contents
  h4 {
  font-size: calc(24rem / 14);
  line-height: 1.66;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #ce2820;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportMedia
    .contents
    h4 {
    font-size: calc(20rem / 11.25);
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportMedia
  .contents
  p {
  font-size: calc(18rem / 14);
  line-height: 2.22;
  letter-spacing: 0.1vw;
  font-weight: normal;
  color: #231815;
  padding-top: 1.21428rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportMedia
    .contents
    p {
    font-size: calc(16rem / 14);
    padding-top: 1.42222rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5rem 9.21428rem 6rem 8.85714rem;
  margin-top: 6.21428rem;
  border: solid 1px #231815;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription {
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription {
    padding: 4rem 2rem;
    flex-direction: column;
    margin-top: 4rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .image {
  width: 24.5%;
  margin-right: 6.64%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription
    .image {
    width: 100%;
    margin-right: 0;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .image
  img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .image
  img:not(:first-of-type) {
  margin-top: 1.57142rem;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription
    .image
    img:not(:first-of-type) {
    margin-top: 1rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .contents {
  width: 69.4%;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription
    .contents {
    width: 100%;
    padding-top: 1.51111rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .contents
  .topText {
  font-size: calc(26rem / 14);
  line-height: 1.38;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #231815;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription
    .contents
    .topText {
    font-size: calc(22rem / 11.25);
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .contents
  .topText
  span {
  color: #ce2820;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .containerSupportDescription
  .contents
  .bottomText {
  font-size: calc(16rem / 14);
  line-height: 1.62;
  letter-spacing: 0.1vw;
  font-weight: normal;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .containerSupportDescription
    .contents
    .bottomText {
    font-size: calc(14rem / 11.25);
    padding-top: 1.5rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .partsSmallButtonBox {
  margin-top: 5.78571rem;
  display: flex;
  justify-content: center;
  margin-left: -4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 3rem;
    width: 91.3%;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .partsSmallButtonBox
  .partsSmallButton {
  width: 372px;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox
    .partsSmallButton {
    margin-left: 0;
  }
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox
    .partsSmallButton:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox
    .partsSmallButton {
    width: 100%;
    margin-left: 0;
  }
  #SERVICE
    #SUPPORT
    .descBox
    .container
    .containerWrap
    .inner
    .partsSmallButtonBox
    .partsSmallButton:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .partsSmallButtonBox
  .partsSmallButton
  a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#SERVICE
  #SUPPORT
  .descBox
  .container
  .containerWrap
  .inner
  .partsSmallButtonBox
  .partsSmallButton
  a:before {
  content: '';
  display: inline-block;
  background-image: url('/assets/images/service/smallButton_icon.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

#PROJECT-STORY-ARCHIVE .lowerTitle {
  margin-bottom: 69px;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE {
  padding-bottom: 14.57142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE {
    padding-bottom: 6.93333rem;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap {
  max-width: 1188px;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap {
    width: 100%;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner {
    flex-direction: column;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .side {
  width: 21.04%;
  margin-right: 7.32%;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .side {
    width: 93.33%;
    margin: 0 auto;
    overflow-x: auto;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .side .categories {
  /*
          position: sticky;
          top: 0;
          */
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .side .categories .list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .side .categories .list {
    flex-direction: row;
    overflow-x: auto;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li {
  width: 17.85714rem;
  border: solid 1px #231815;
  border-radius: 2.5rem;
  transition: border 0.3s, background-color 0.3s;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li {
    min-width: 13.33333rem;
    width: 100%;
    border-radius: 0.92rem 0.92rem 0 0;
  }
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li:not(:last-of-type) {
    margin-right: 0.53333rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li
  a {
  width: 100%;
  height: 100%;
  padding: 1.76142rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.1vw;
  font-weight: 500;
  color: #231815;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li
    a {
    font-size: calc(14rem / 11.25);
    line-height: 1.14285;
    padding: 1.07142rem 0;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li.current {
  background-color: #db0008;
  border: solid 1px #db0008;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li.current
  a {
  color: #fff;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li:hover {
  background-color: #db0008;
  border: solid 1px #db0008;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li:hover
  a {
  color: #fff;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes {
  width: 71.54%;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes {
    width: 84%;
    margin: 0 auto;
    margin-top: 5.06666rem;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.42857rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li {
  width: calc((100% / 2) - 1.42857rem);
  margin-left: 1.42857rem;
  border-radius: 1.07142rem;
  border: solid 1px #e6e6e6;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li {
    width: 100%;
    margin-left: 0;
    border-radius: 1.01244rem;
    box-shadow: 0 0 8.66px rgba(0, 0, 0, 0.15);
  }
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li:nth-of-type(2) {
    margin-top: 2.57777rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li:not(:first-of-type):not(:nth-of-type(2)) {
  margin-top: 3.57142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 2.57777rem;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li a {
  width: 100%;
  height: 100%;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li a h3 {
  font-size: calc(20rem / 14);
  line-height: 1.5;
  letter-spacing: 0.1vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  border-radius: 1.07142rem 1.07142rem 0 0;
  padding: 1.92857rem;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li a h3 {
    font-size: calc(15rem / 11.25);
    line-height: 1.46;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  h3:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 1.142857rem #666666;
  border-left: solid 0.89285rem transparent;
  border-right: solid 0.89285rem transparent;
  position: absolute;
  bottom: -1.042857rem;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 0.3s;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .image {
  width: 25.35714rem;
  position: relative;
  margin: 0 auto;
  margin-top: 2.92857rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .image {
    width: 24rem;
    margin-top: 2.75555rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .image::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50.2%;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .image::before {
    padding-top: 50%;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox {
  width: 86.02%;
  margin: 0 auto;
  padding: 1.42857rem 0 4.14285rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .textBox {
    padding: 2.04444rem 0 3.82222rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox
  h4 {
  font-size: calc(20rem / 14);
  line-height: 1.5;
  letter-spacing: 0.1vw;
  color: #000000;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .textBox
    h4 {
    font-size: calc(15rem / 11.25);
    line-height: 1.46;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox
  .tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.64285rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .textBox
    .tag {
    padding-top: 1.51111rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox
  .tag
  p {
  font-size: calc(16rem / 14);
  line-height: 1.56;
  letter-spacing: 0.1vw;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .textBox
    .tag
    p {
    font-size: calc(13rem / 11.25);
    line-height: 1.38;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox
  .tag
  p:not(:last-of-type) {
  padding-right: 1.28571rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .list
    li
    a
    .textBox
    .tag
    p:not(:last-of-type) {
    padding-right: 1.51111rem;
  }
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li
  a
  .textBox
  .tag
  p:before {
  content: '#';
  display: inline-block;
  margin-right: 0.78142rem;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .inner .indexes .list li:hover {
  border-color: transparent;
  box-shadow: 0 0 11.4px rgba(0, 0, 0, 0.15);
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li:hover
  h3 {
  background-color: #db0008;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li:hover
  h3:before {
  border-color: #db0008 transparent transparent transparent;
}
#PROJECT-STORY-ARCHIVE
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .list
  li:hover
  .textBox
  h4 {
  color: #db0008;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager {
    justify-content: center;
    margin-top: 3.55555rem;
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list {
  display: flex;
  justify-content: center;
  margin-left: -0.64285rem;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li {
  margin-left: 0.64285rem;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li a {
  width: 3.07142rem;
  height: 3.07142rem;
  border: solid 1px #231815;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: calc(20rem / 14);
  line-height: 1;
  color: #231815;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li a {
    width: 3.46666rem;
    height: 3.46666rem;
    font-size: calc(17rem / 11.25);
  }
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li a:hover {
  color: #db0008;
  border-color: #db0008;
}
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li:first-of-type,
#PROJECT-STORY-ARCHIVE #ARCHIVE .contentsWrap .pager .list li:last-of-type {
  position: relative;
}

#PROJECT-STORY-POST {
  overflow: visible;
}
#PROJECT-STORY-POST .partsSmallButton {
  width: 389px;
  height: 70px;
  border: solid 1px #231815;
  border-radius: 35px;
  position: relative;
  transition: border-color 0.3s;
}
#PROJECT-STORY-POST .partsSmallButton:hover {
  border-color: #cf2820;
}
#PROJECT-STORY-POST .partsSmallButton:hover:before {
  background-color: #cf2820;
}
#PROJECT-STORY-POST .partsSmallButton:hover a {
  color: #cf2820;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST .partsSmallButton {
    width: 100%;
    height: auto;
    padding: 1.67777rem 0;
    border-radius: 5rem;
  }
}
#PROJECT-STORY-POST .partsSmallButton:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST .partsSmallButton:before {
    width: 15%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -7.5%;
    transform: translateX(0) translateY(-50%);
  }
}
#PROJECT-STORY-POST .partsSmallButton a {
  width: 100%;
  height: 100%;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST .partsSmallButton a {
    font-size: calc(13rem / 11.25);
    line-height: 1.176;
  }
}
#PROJECT-STORY-POST .partsSmallButton.white {
  background-color: #fff;
}
#PROJECT-STORY-POST #POST {
  padding-bottom: 10.92857rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST {
    padding-bottom: 4.53333rem;
  }
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST #breadcrumb {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap {
  max-width: 1188px;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap {
    width: 100%;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner {
  display: flex;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner {
    flex-direction: column;
    align-items: center;
    margin-top: 15vw;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox {
  border: solid 1px #db0008;
  border-radius: 0.88285rem;
  padding: 2.28571rem 0 3.142857rem 5.28571rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox.pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox {
    width: 84%;
    padding: 1.86666rem 3.82222rem 1.86666rem 1.33333rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 1.142857rem #db0008;
  border-left: solid 0.89285rem transparent;
  border-right: solid 0.89285rem transparent;
  position: absolute;
  bottom: -1.142857rem;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox:before {
    display: none;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .titleBox span {
  font-size: calc(40rem / 14);
  line-height: 1;
  letter-spacing: 0.07vw;
  color: #e6e6e6;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .titleBox span {
    font-size: calc(30rem / 11.25);
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .titleBox h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: calc(18rem / 14);
  line-height: 1;
  letter-spacing: 0.07vw;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: -1.3rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .titleBox h2 {
    font-size: calc(15rem / 11.25);
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox h1 {
  font-size: calc(30rem / 14);
  line-height: 1.33;
  letter-spacing: 0.05vw;
  color: #db0008;
  font-weight: bold;
  padding-top: 0.87142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox h1 {
    font-size: calc(20rem / 11.25);
    line-height: 1.25;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .tagBox {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.21428rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .tagBox {
    flex-wrap: wrap;
    padding-top: 1.24444rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .tagBox p {
  font-size: calc(16rem / 14);
  line-height: 1.5;
  letter-spacing: 0.05vw;
  color: #666666;
  font-weight: 500;
  margin-right: 1.42857rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .tagBox p {
    font-size: calc(13rem / 11.25);
    line-height: 1.46;
    margin-right: 1.06666rem;
  }
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .bodyTitleBox
  .tagBox
  p:last-of-type {
  margin-right: 0;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .bodyTitleBox .tagBox p::before {
  content: '#';
  display: inline-block;
  margin-right: 9px;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side {
  width: 29.04%;
  margin-right: 3.11%;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side {
    width: 84%;
    margin-right: 0;
    margin-top: 1.86666rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents {
  border-radius: 1.07142rem;
  background-color: #f2f2f2;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents {
    border-radius: 0.88888rem;
    position: static;
    cursor: pointer;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > .tocTitle {
  padding: 2.85714rem 2.85714rem 1rem 3rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > .tocTitle {
    position: relative;
    padding: 2.6666rem 2.13333rem 2.31111rem 2.84444rem;
  }
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .side
    .contents
    > .tocTitle:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 0.8rem #db0008;
    border-left: solid 0.57777rem transparent;
    border-right: solid 0.57777rem transparent;
    position: absolute;
    top: 50%;
    right: 2.13333rem;
    transform: translateY(-50%);
    transform-origin: top;
    transition: transform 0.3s;
  }
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .side
    .contents
    > .tocTitle.active:after {
    transform: rotate(180deg) translateY(-50%);
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > .tocTitle > p {
  font-size: calc(30rem / 14);
  line-height: 1.5;
  letter-spacing: 0.07vw;
  color: #b3b3b3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .side
    .contents
    > .tocTitle
    > p {
    font-size: calc(20rem / 11.25);
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > ol {
  counter-reset: number 0;
  padding: 0 1.92857rem 2.85714rem 0;
  height: 34.35714rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > ol {
    padding: 0 2.13333rem 3.04444rem 0;
    height: auto;
    display: none;
  }
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .side
  .contents
  > ol
  > li:not(:first-of-type) {
  margin-top: 1.85714rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .side
    .contents
    > ol
    > li:not(:first-of-type) {
    margin-top: 1.55555rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > ol > li > a {
  font-size: calc(18rem / 14);
  line-height: 1.66;
  letter-spacing: 0.07vw;
  color: #db0008;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > ol > li > a {
    font-size: calc(15rem / 11.25);
    line-height: 1.33;
  }
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .side
  .contents
  > ol
  > li
  > a::before {
  counter-increment: number 1;
  content: 'Q' counter(number);
  display: none;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents > ol > li > ol {
  margin-top: 0.28571rem;
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .side
  .contents
  > ol
  > li
  ol
  li
  a {
  font-size: calc(15rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #000000;
  font-weight: normal;
  display: flex;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .side
    .contents
    > ol
    > li
    ol
    li
    a {
    font-size: calc(14rem / 11.25);
  }
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .side
  .contents
  > ol
  > li
  ol
  li
  a::before {
  content: '-';
  display: inline-block;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents .tocLink {
  padding-left: 3rem;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents .tocLink {
    padding-left: 2.84444rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents .tocLink.active {
  color: #db0008;
  border-left: solid 3px #db0008;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .side .contents .tocLink:hover {
  color: #db0008;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody {
  width: 67.84%;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody {
    width: 84%;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .bodyInner .psCatch {
  margin: 5.5rem 0 0;
  width: 100%;
  height: 32rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .bodyInner .psCatch {
    margin: 3rem 0 0;
    height: 48vw;
  }
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .postBody
  .bodyInner
  div[class*='news-']
  figure
  img {
  vertical-align: bottom;
  background: transparent;
  line-height: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .postBody
  .bodyInner
  div[class*='news-']
  figure
  img[src$='.svg'] {
  width: 100%;
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info {
  border-radius: 1.07142rem;
  background-color: #f2f2f2;
  padding: 1.57142rem 3.14285rem 4.71428rem 4rem;
  margin-top: 7.42857rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info {
    border-radius: 0.88888rem;
    padding: 0.88888rem 2.4444rem 3.28888rem;
    margin-top: 5.33333rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .topText {
  font-size: calc(20rem / 14);
  line-height: 4;
  letter-spacing: 0.15vw;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 1.64285rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .topText {
    font-size: calc(20 / 11.25);
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list {
  display: table;
  width: 100%;
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .postBody
  .info
  .list:not(:first-of-type) {
  padding-top: 1.78571rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST
    #POST
    .contentsWrap
    .inner
    .postBody
    .info
    .list:not(:first-of-type) {
    padding-top: 1.42222rem;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dt {
  display: table-cell;
  font-size: calc(18rem / 14);
  line-height: 1.38;
  letter-spacing: 0.1vw;
  color: #251814;
  font-weight: 500;
  width: 129px;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dt {
    width: 100%;
    display: block;
    font-size: calc(15 / 11.25);
    line-height: 2.2;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dd {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dd {
    width: 100%;
    display: block;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dd * {
  font-size: calc(18rem / 14);
  line-height: 1.38;
  letter-spacing: 0.1vw;
  color: #666666;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dd * {
    font-size: calc(15rem / 11.25);
    line-height: 1.5;
  }
}
#PROJECT-STORY-POST #POST .contentsWrap .inner .postBody .info .list dd a {
  transition: color 0.3s;
}
#PROJECT-STORY-POST
  #POST
  .contentsWrap
  .inner
  .postBody
  .info
  .list
  dd
  a:hover {
  color: #db0008;
}
#PROJECT-STORY-POST #RELAYTED {
  background-color: #f0f0f0;
  padding-top: 8.07142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED {
    padding-top: 3.88888rem;
  }
}
#PROJECT-STORY-POST #RELAYTED .containerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .containerTitle {
    font-size: calc(15rem / 11.25);
  }
}
#PROJECT-STORY-POST #RELAYTED .containerTitle span {
  font-size: calc(55rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #c7c7c7;
  margin-bottom: -0.67142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .containerTitle span {
    font-size: calc(45rem / 11.25);
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider {
  padding: 5.21428rem 0 12.57142rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider {
    padding: 2.13333rem 0 2.75555rem;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider.is-stop .swiper-button-prev,
#PROJECT-STORY-POST #RELAYTED .relaytedSlider.is-stop .swiper-button-next {
  display: none;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-wrapper.row {
  display: flex;
  justify-content: center;
}
#PROJECT-STORY-POST
  #RELAYTED
  .relaytedSlider
  .swiper-wrapper.row
  .swiper-slide {
  width: 26.79%;
  margin-left: 1rem;
  margin-right: 1rem;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev,
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next {
  width: 2.35714rem;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev,
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next {
    width: 1.96666rem;
    top: calc(50% + 1.4rem);
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev .arrow,
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next .arrow {
  transition: all 0.3s;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev .arrow:hover,
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next .arrow:hover {
  fill: #ce2820;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev::after,
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next::after {
  content: '';
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev {
  left: 31vw;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-prev {
    left: 4vw;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next {
  right: 31vw;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-button-next {
    right: 4vw;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-slide {
  transition: transform 0.3s;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-slide.anm-started {
  border-color: transparent;
  box-shadow: 0 0 11.4px rgba(0, 0, 0, 0.15);
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-slide.anm-started h3 {
  background-color: #db0008;
  border-radius: 1.07142rem 1.07142rem 0 0;
  border: solid 1px #db0008;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider .swiper-slide.anm-started h3 {
    border-radius: 1.01244rem 1.01244rem 0 0;
  }
}
#PROJECT-STORY-POST
  #RELAYTED
  .relaytedSlider
  .swiper-slide.anm-started
  h3:before {
  border-color: #db0008 transparent transparent transparent;
}
#PROJECT-STORY-POST
  #RELAYTED
  .relaytedSlider
  .swiper-slide.anm-started
  .textBox
  h4 {
  color: #db0008;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li {
  border-radius: 1.07142rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li {
    width: 100%;
    border-radius: 1.01244rem;
    margin-left: 0;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #e6e6e6;
  border-radius: 1.07142rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a {
    width: 100%;
    margin-left: 0;
    border-radius: 1.01244rem;
    box-shadow: 0 0 8.66px rgba(0, 0, 0, 0.15);
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a:hover {
  border-color: transparent;
  box-shadow: 0 0 11.4px rgba(0, 0, 0, 0.15);
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a:hover h3 {
  background-color: #db0008;
  border-radius: 1.07142rem 1.07142rem 0 0;
  border: solid 1px #db0008;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a:hover h3 {
    border-radius: 1.01244rem 1.01244rem 0 0;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a:hover h3:before {
  border-color: #db0008 transparent transparent transparent;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a:hover .textBox h4 {
  color: #db0008;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a h3 {
  width: 100%;
  font-size: calc(20rem / 14);
  line-height: 1.5;
  letter-spacing: 0.1vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  border-radius: 1.07142rem 1.07142rem 0 0;
  padding: 1.92857rem 0;
  position: relative;
  transition: background-color 0.3s;
  box-sizing: content-box;
  border: solid 1px #666666;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a h3 {
    font-size: calc(15rem / 11.25);
    line-height: 1.46;
    border-radius: 1.01244rem 1.01244rem 0 0;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a h3:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 1.142857rem #666666;
  border-left: solid 0.89285rem transparent;
  border-right: solid 0.89285rem transparent;
  position: absolute;
  bottom: -1.042857rem;
  left: 50%;
  transform: translateX(-50%);
  transition: border-color 0.3s;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .imgBox {
  width: 85.54%;
  margin-top: 3.21428rem;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .imgBox:before {
  content: '';
  display: block;
  padding-top: 49.95%;
  width: 100%;
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox {
  width: 85.54%;
  margin: 0 auto;
  padding: 1.42857rem 0 4.14285rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox {
    padding: 2.04444rem 0 3.82222rem;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox h4 {
  font-size: calc(20rem / 14);
  line-height: 1.5;
  letter-spacing: 0.1vw;
  color: #000000;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox h4 {
    font-size: calc(15rem / 11.25);
    line-height: 1.46;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox .tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox .tag {
    padding-top: 1.51111rem;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox .tag p {
  font-size: calc(16rem / 14);
  line-height: 1.56;
  letter-spacing: 0.1vw;
  color: #666666;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox .tag p {
    font-size: calc(13rem / 11.25);
    line-height: 1.38;
  }
}
#PROJECT-STORY-POST
  #RELAYTED
  .relaytedSlider
  li
  a
  .textBox
  .tag
  p:not(:last-of-type) {
  padding-right: 1.28571rem;
}
@media screen and (max-width: 767px) {
  #PROJECT-STORY-POST
    #RELAYTED
    .relaytedSlider
    li
    a
    .textBox
    .tag
    p:not(:last-of-type) {
    padding-right: 1.51111rem;
  }
}
#PROJECT-STORY-POST #RELAYTED .relaytedSlider li a .textBox .tag p:before {
  content: '#';
  display: inline-block;
  margin-right: 0.78142rem;
}

#NEWS .lowerTitle {
  margin-bottom: 76px;
}
#NEWS #ARCHIVE {
  padding-bottom: 14.57142rem;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE {
    padding-bottom: 6.93333rem;
  }
}
#NEWS #ARCHIVE .contentsWrap {
  max-width: 1188px;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap {
    width: 100%;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner {
    flex-direction: column;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .side {
  width: 21.04%;
  margin-right: 7.32%;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .side {
    width: 93.33%;
    margin: 0 auto;
    overflow-x: auto;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories {
  /*
              position: sticky;
              top: 0;
              */
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .side .categories .list {
    flex-direction: row;
    overflow-x: auto;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li {
  width: 17.85714rem;
  border: solid 1px #231815;
  border-radius: 2.5rem;
  transition: border 0.3s, background-color 0.3s;
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .side
  .categories
  .list
  li:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li {
    min-width: 13.33333rem;
    width: 100%;
    border-radius: 0.92rem 0.92rem 0 0;
  }
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .side
    .categories
    .list
    li:not(:last-of-type) {
    margin-right: 0.53333rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li a {
  width: 100%;
  height: 100%;
  padding: 1.76142rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.1vw;
  font-weight: 500;
  color: #231815;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li a {
    font-size: calc(14rem / 11.25);
    line-height: 1.14285;
    padding: 1.07142rem 0;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li.current {
  background-color: #db0008;
  border: solid 1px #db0008;
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li.current a {
  color: #fff;
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li:hover {
  background-color: #db0008;
  border: solid 1px #db0008;
}
#NEWS #ARCHIVE .contentsWrap .inner .side .categories .list li:hover a {
  color: #fff;
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes {
  width: 71.54%;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes {
    width: 84%;
    margin: 0 auto;
    margin-top: 5.06666rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp {
  position: relative;
  padding-bottom: 8.9rem;
  margin-bottom: 4.57142rem;
  border-bottom: solid 1px #c5c5c5;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp {
    padding-bottom: 7.46666rem;
    margin-bottom: 3.02222rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner {
  border-radius: 1.07142rem;
  border: solid 1px #231815;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner {
    border-radius: 1.33333rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner h3 {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #db0008;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 30px;
  padding: 0 24px 0 11px;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner h3 {
    width: 15.96666rem;
    font-size: calc(16rem / 11.25);
    position: static;
    padding: 0 2.31111rem;
    margin: 0 auto;
    margin-top: -1.77777rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner .pickupSlider {
  position: relative;
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  .slide-arrow {
  position: absolute;
  bottom: -4.64285rem;
  width: 3.42857rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    .slide-arrow {
    width: 3.37777rem;
    bottom: -4rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  .slide-arrow
  svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  .slide-arrow.prev-arrow {
  right: 3.44142rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    .slide-arrow.prev-arrow {
    right: 3.62222rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  .slide-arrow.next-arrow {
  right: -0.38571rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    .slide-arrow.next-arrow {
    right: -0.2rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  .slide-arrow:hover
  svg {
  stroke: #ce2820;
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .pickUp .boxInner .pickupSlider a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.85714rem 3.28571rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a {
    align-items: flex-start;
    padding: 0.85714rem 1.6rem 2.85714rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  a
  .thumb {
  width: 27.77%;
  margin-right: 5.66%;
  padding-top: 18.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a
    .thumb {
    width: 26.16%;
    margin-right: 3.18%;
    padding-top: 17.6%;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  a
  .contents {
  width: 59.61%;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a
    .contents {
    width: 70.13%;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  a
  .contents
  .catText {
  width: max-content;
  padding: 0.22857rem 0.72857rem;
  font-size: calc(14rem / 14);
  line-height: 1.14;
  letter-spacing: 0.07vw;
  color: #ce2820;
  font-weight: normal;
  border: solid 1px #ce2820;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a
    .contents
    .catText {
    font-size: calc(12rem / 11.25);
    line-height: 1.16;
    padding: 0.22857rem 1.24444rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  a
  .contents
  .dateText {
  font-size: calc(18rem / 14);
  line-height: 1.16;
  letter-spacing: 0.05vw;
  color: #666666;
  font-weight: normal;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a
    .contents
    .dateText {
    font-size: calc(13rem / 11.25);
    line-height: 1.15;
    padding-top: 0.71111rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .pickUp
  .boxInner
  .pickupSlider
  a
  .contents
  .titleText {
  font-size: calc(20rem / 14);
  line-height: 1.2;
  letter-spacing: 0.07vw;
  color: #231815;
  font-weight: normal;
  padding-top: 1.21428rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .pickUp
    .boxInner
    .pickupSlider
    a
    .contents
    .titleText {
    font-size: calc(14rem / 11.25);
    line-height: 1;
    padding-top: 0.35555rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li {
  width: 100%;
  height: 100%;
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .normal
  .list
  li:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .normal
    .list
    li:not(:first-of-type) {
    margin-top: 2.4rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.85714rem 2.5rem;
  border-radius: 1.07142rem;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a {
    align-items: flex-start;
    padding: 1.68888rem 1.6rem 1.68888rem 1.6rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a .thumb {
  width: 26.99%;
  padding-top: 17.96%;
  margin-right: 5.34%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a .thumb {
    width: 26.16%;
    padding-top: 17.4%;
    margin-right: 3.18%;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a .contents {
  width: 67.67%;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a .contents {
    width: 69.53%;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .normal
  .list
  li
  a
  .contents
  .catText {
  width: max-content;
  padding: 0.22857rem 0.72857rem;
  font-size: calc(14rem / 14);
  line-height: 1.14;
  letter-spacing: 0.07vw;
  color: #ce2820;
  font-weight: normal;
  border: solid 1px #ce2820;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .normal
    .list
    li
    a
    .contents
    .catText {
    font-size: calc(12rem / 11.25);
    line-height: 1.16;
    padding: 0.22857rem 1.24444rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .normal
  .list
  li
  a
  .contents
  .dateText {
  font-size: calc(18rem / 14);
  line-height: 1.16;
  letter-spacing: 0.05vw;
  color: #666666;
  font-weight: normal;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .normal
    .list
    li
    a
    .contents
    .dateText {
    font-size: calc(13rem / 11.25);
    line-height: 1.15;
    padding-top: 0.71111rem;
  }
}
#NEWS
  #ARCHIVE
  .contentsWrap
  .inner
  .indexes
  .normal
  .list
  li
  a
  .contents
  .titleText {
  font-size: calc(20rem / 14);
  line-height: 1.2;
  letter-spacing: 0.07vw;
  color: #231815;
  font-weight: normal;
  padding-top: 1.21428rem;
}
@media screen and (max-width: 767px) {
  #NEWS
    #ARCHIVE
    .contentsWrap
    .inner
    .indexes
    .normal
    .list
    li
    a
    .contents
    .titleText {
    font-size: calc(14rem / 11.25);
    line-height: 1;
    padding-top: 0.35555rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .inner .indexes .normal .list li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#NEWS #ARCHIVE .contentsWrap .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .pager {
    justify-content: center;
    margin-top: 3.55555rem;
  }
}
#NEWS #ARCHIVE .contentsWrap .pager .list {
  display: flex;
  justify-content: center;
  margin-left: -0.64285rem;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li {
  margin-left: 0.64285rem;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_prev a,
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_next a {
  border: none;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_prev a svg,
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_next a svg {
  transition: all 0.3s;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_prev a:hover svg,
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_next a:hover svg {
  stroke: #ce2820;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li.news_next {
  transform: rotate(180deg);
}
#NEWS #ARCHIVE .contentsWrap .pager .list li a {
  width: 3.07142rem;
  height: 3.07142rem;
  border: solid 1px #231815;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: calc(20rem / 14);
  line-height: 1;
  color: #231815;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS #ARCHIVE .contentsWrap .pager .list li a {
    width: 3.46666rem;
    height: 3.46666rem;
    font-size: calc(17rem / 11.25);
  }
}
#NEWS #ARCHIVE .contentsWrap .pager .list li a:hover {
  color: #db0008;
  border-color: #db0008;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li a.current {
  color: #db0008;
  border-color: #db0008;
}
#NEWS #ARCHIVE .contentsWrap .pager .list li:first-of-type,
#NEWS #ARCHIVE .contentsWrap .pager .list li:last-of-type {
  position: relative;
}

#NEWS-POST .partsSmallButton {
  width: 389px;
  height: 70px;
  border: solid 1px #231815;
  border-radius: 35px;
  position: relative;
  transition: border-color 0.3s;
}
#NEWS-POST .partsSmallButton:hover {
  border-color: #cf2820;
}
#NEWS-POST .partsSmallButton:hover:before {
  background-color: #cf2820;
}
#NEWS-POST .partsSmallButton:hover a {
  color: #cf2820;
}
@media screen and (max-width: 767px) {
  #NEWS-POST .partsSmallButton {
    width: 100%;
    height: auto;
    padding: 1.67777rem 0;
    border-radius: 5rem;
  }
}
#NEWS-POST .partsSmallButton:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS-POST .partsSmallButton:before {
    width: 15%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -7.5%;
    transform: translateX(0) translateY(-50%);
  }
}
#NEWS-POST .partsSmallButton a {
  width: 100%;
  height: 100%;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS-POST .partsSmallButton a {
    font-size: calc(13rem / 11.25);
    line-height: 1.176;
  }
}
#NEWS-POST .partsSmallButton.white {
  background-color: #fff;
}
#NEWS-POST #POST {
  padding-bottom: 10.42857rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST {
    padding-bottom: 4.53333rem;
  }
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST #breadcrumb {
    margin-left: auto;
    margin-right: auto;
  }
}
#NEWS-POST #POST .contentsWrap {
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .contentsWrap {
    width: 84%;
  }
}
#NEWS-POST #POST .contentsWrap .postBody {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .contentsWrap .postBody {
    margin-top: 15vw;
  }
}
#NEWS-POST #POST .contentsWrap .postBody .titleBox {
  margin-bottom: 7.71428rem;
}
#NEWS-POST #POST .contentsWrap .postBody .titleBox .top {
  display: flex;
  align-items: center;
}
#NEWS-POST #POST .contentsWrap .postBody .titleBox .top .catText {
  width: max-content;
  font-size: calc(14rem / 14);
  line-height: 1.14;
  letter-spacing: 0.07vw;
  color: #ce2820;
  font-weight: normal;
  border: solid 1px #ce2820;
  padding: 0.20571rem 0.72857rem;
  margin-right: 1.07142rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .contentsWrap .postBody .titleBox .top .catText {
    font-size: calc(12rem / 11.25);
    line-height: 1.16;
    padding: 0.22857rem 1.24444rem;
  }
}
#NEWS-POST #POST .contentsWrap .postBody .titleBox .top .dateText {
  font-size: calc(18rem / 14);
  line-height: 1.16;
  letter-spacing: 0.07vw;
  color: #666666;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .contentsWrap .postBody .titleBox .top .dateText {
    font-size: calc(13rem / 11.25);
    line-height: 1.15;
  }
}
#NEWS-POST #POST .contentsWrap .postBody .titleBox .titleText {
  font-size: calc(30rem / 14);
  line-height: 1.2;
  letter-spacing: 0.39vw;
  color: #231815;
  font-weight: 700;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .contentsWrap .postBody .titleBox .titleText {
    font-size: calc(26rem / 11.25);
    padding-top: 1rem;
  }
}

#NEWS-POST #POST .meti-image {
  text-align: center;
}
#NEWS-POST #POST .meti-image img {
  max-width: 640px;
}
#NEWS-POST #POST .meti-link_pc {
  display: block;
}
#NEWS-POST #POST .meti-link_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #POST .meti-image img {
    max-width: 100%;
  }
  #NEWS-POST #POST .meti-link_pc {
    display: none;
  }
  #NEWS-POST #POST .meti-link_sp {
    display: block;
  }
}

#NEWS-POST #RELAYTED {
  background-color: #f0f0f0;
  padding-top: 8.07142rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED {
    padding-top: 3.88888rem;
  }
}
#NEWS-POST #RELAYTED .containerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .containerTitle {
    font-size: calc(15rem / 11.25);
  }
}
#NEWS-POST #RELAYTED .containerTitle span {
  font-size: calc(55rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #c7c7c7;
  margin-bottom: -0.67142rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .containerTitle span {
    font-size: calc(45rem / 11.25);
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider {
  padding: 5.21428rem 0 14.5rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider {
    padding: 2.13333rem 0 2.75555rem;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider.is-stop .swiper-button-prev,
#NEWS-POST #RELAYTED .relaytedNewsSlider.is-stop .swiper-button-next {
  display: none;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-wrapper.row {
  display: flex;
  justify-content: center;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-wrapper.row .swiper-slide {
  width: 48%;
  margin-left: 1rem;
  margin-right: 1rem;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev,
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next {
  width: 2.35714rem;
  top: calc(50% - 3rem);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev,
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next {
    width: 1.96666rem;
    top: calc(50% + 0.5rem);
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev .arrow,
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next .arrow {
  transition: all 0.3s;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev .arrow:hover,
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next .arrow:hover {
  fill: #ce2820;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev::after,
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next::after {
  content: '';
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev {
  left: 16.33vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev {
    left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-prev {
    left: 4vw;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next {
  right: 16.33vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next {
    right: 8vw;
  }
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-button-next {
    right: 4vw;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-slide {
  transition: border-color 0.3s, box-shadow 0.3s;
  border-radius: 1.07142rem;
}
#NEWS-POST #RELAYTED .relaytedNewsSlider .swiper-slide.anm-started {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.85714rem 2.5rem;
  border-radius: 1.07142rem;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a {
    align-items: flex-start;
    padding: 1.68888rem 1.42222rem;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a .thumb {
  width: 26.79%;
  margin-right: 5.49%;
  padding-top: 17.9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a .thumb {
    width: 26.16%;
    margin-right: 3.18%;
    padding-top: 17.5%;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a .contents {
  width: 59.61%;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a .contents {
    width: 70.13%;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .catText {
  width: max-content;
  padding: 0.22857rem 0.72857rem;
  font-size: calc(14rem / 14);
  line-height: 1.14;
  letter-spacing: 0.07vw;
  color: #ce2820;
  font-weight: normal;
  border: solid 1px #ce2820;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .catText {
    font-size: calc(12rem / 11.25);
    line-height: 1.16;
    padding: 0.22857rem 1.24444rem;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .dateText {
  font-size: calc(18rem / 14);
  line-height: 1.16;
  letter-spacing: 0.05vw;
  color: #666666;
  font-weight: normal;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .dateText {
    font-size: calc(13rem / 11.25);
    line-height: 1.15;
    padding-top: 0.71111rem;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .titleText {
  font-size: calc(20rem / 14);
  line-height: 1.2;
  letter-spacing: 0.07vw;
  color: #231815;
  font-weight: normal;
  padding-top: 1.21428rem;
}
@media screen and (max-width: 767px) {
  #NEWS-POST #RELAYTED .relaytedNewsSlider a .contents .titleText {
    font-size: calc(14rem / 11.25);
    line-height: 1;
    padding-top: 0.35555rem;
  }
}
#NEWS-POST #RELAYTED .relaytedNewsSlider a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* 記事共通 */
.postBody div[class*='news-'] figure img {
  vertical-align: bottom;
  background: transparent;
  line-height: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.postBody div[class*='news-'] figure img[src$='.svg'] {
  width: 100%;
}
.postBody iframe {
  margin: 1.5rem auto;
  display: block;
  width: 100% !important;
  height: 30rem !important;
}
@media screen and (max-width: 767px) {
  .postBody iframe {
    height: 48vw !important;
  }
}
.postBody ._movie {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .postBody ._movie {
    margin: 5rem 0 0;
  }
}
.postBody ._movie iframe {
  margin: 0 auto;
  display: block;
  width: 95% !important;
  height: 42rem !important;
}
@media screen and (max-width: 767px) {
  .postBody ._movie iframe {
    width: 100% !important;
    height: 48vw !important;
  }
}
.postBody .news-pict-only {
  margin-top: 2.57142rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .postBody .news-pict-only {
    margin-top: 4rem;
  }
}
.postBody .news-pict-only figure {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .postBody .news-pict-only figure {
    padding: 0 2.25vw 0 2.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .postBody .news-pict-only figure {
    padding: 0 1.8vw 0 1.8vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .postBody .news-pict-only figure {
    padding: 0 1.8vw 0 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .postBody .news-pict-only figure {
    padding: 0 18px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .postBody .news-pict-only figure {
    margin: 3.125vw 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .postBody .news-pict-only figure {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .postBody .news-pict-only figure {
    margin: 2.5vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .postBody .news-pict-only figure {
    margin: 25px 0 0 0;
  }
}
.postBody .news-pict-only figure img {
  width: 100%;
}
.postBody .news-title-only h2 {
  font-size: calc(25rem / 14);
  line-height: 1.6;
  letter-spacing: 0.07vw;
  color: #db0008;
  font-weight: bold;
  border-bottom: solid 1px #db0008;
  padding-bottom: 0.35714rem;
  margin-top: 5.71428rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-title-only h2 {
    font-size: calc(18rem / 11.25);
    line-height: 2.22;
    margin-top: 2.48888rem;
  }
}
.postBody .news-title-only h3 {
  font-size: calc(22rem / 14);
  line-height: 1.81;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: bold;
  margin-top: 3.71428rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .postBody .news-title-only h3 {
    font-size: calc(17rem / 11.25);
    line-height: 2.35;
    margin-top: 1.06666rem;
  }
}
.postBody .news-title-only h3:before {
  content: '';
  display: inline-block;
  border-radius: 100%;
  background-color: #b32c25;
  width: 1.42857rem;
  height: 1.42857rem;
  margin-right: 0.57142rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-title-only h3:before {
    width: 1.42222rem;
    height: 1.42222rem;
  }
}
.postBody .news-title-only h4 {
  margin-top: 2.5rem;
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postBody .news-title-only h4 {
    margin-top: 0.8rem;
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-text-only {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-text-only {
    margin-top: 1rem;
  }
}
.postBody .news-text-only h1,
.postBody .news-text-only h2,
.postBody .news-text-only h3,
.postBody .news-text-only h4,
.postBody .news-text-only h5,
.postBody .news-text-only h6 {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postBody .news-text-only h1,
  .postBody .news-text-only h2,
  .postBody .news-text-only h3,
  .postBody .news-text-only h4,
  .postBody .news-text-only h5,
  .postBody .news-text-only h6 {
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-text-only p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .postBody .news-text-only p {
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-card-row {
  margin-top: 3.42857rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row {
    margin-top: 4rem;
  }
}
.postBody .news-card-row .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.85714rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row .list {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }
}
.postBody .news-card-row .list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% / 2) - 2.85714rem);
  margin-left: 2.85714rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row .list li {
    width: 100%;
    margin-left: 0;
  }
  .postBody .news-card-row .list li:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.postBody .news-card-row .list li figure {
  width: 100%;
  position: relative;
}
.postBody .news-card-row .list li figure::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 52.83%;
}
.postBody .news-card-row .list li figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.postBody .news-card-row .list li h5 {
  font-size: calc(22rem / 14);
  line-height: 1.81;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row .list li h5 {
    font-size: calc(18rem / 11.25);
  }
}
.postBody .news-card-row .list li h5:before {
  content: '';
  display: inline-block;
  border-radius: 100%;
  background-color: #b32c25;
  width: 1.42857rem;
  height: 1.42857rem;
  margin-right: 0.57142rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row .list li h5:before {
    width: 1.42222rem;
    height: 1.42222rem;
  }
}
.postBody .news-card-row .list li p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.2vw;
  color: #251814;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .postBody .news-card-row .list li p {
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-table-row {
  margin-top: 4.428571rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row {
    margin-top: 4rem;
  }
}
.postBody .news-table-row .list {
  display: table;
  width: 100%;
  border-top: solid 1px #acacac;
  padding: 2.85714rem 0;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row .list {
    padding: 1.5rem 0;
    display: block;
  }
}
.postBody .news-table-row .list:last-of-type {
  border-bottom: solid 1px #acacac;
}
.postBody .news-table-row .list dt {
  display: table-cell;
  vertical-align: middle;
  width: 17.85714rem;
  font-size: calc(18rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #251814;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row .list dt {
    display: block;
    width: 100%;
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-table-row .list dd {
  display: table-cell;
  font-size: calc(16rem / 14);
  line-height: 1.75;
  letter-spacing: 0.05vw;
  color: #251814;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row .list dd {
    display: block;
    font-size: calc(14rem / 11.25);
  }
}
.postBody .news-table-row .list dd * {
  font-size: calc(20rem / 14);
  line-height: 1.75;
  letter-spacing: 0.05vw;
  color: #251814;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row .list dd * {
    font-size: calc(16rem / 11.25);
  }
}
.postBody .news-table-row iframe {
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 85% !important;
  height: 26rem !important;
}
@media screen and (max-width: 767px) {
  .postBody .news-table-row iframe {
    width: 100% !important;
    height: 48vw !important;
  }
}
.postBody .news-map-only {
  margin-top: 5.92857rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-map-only {
    margin-top: 4rem;
  }
}
.postBody .news-map-only iframe {
  width: 100%;
  height: 28.57142rem;
}
@media screen and (max-width: 767px) {
  .postBody .news-map-only iframe {
    height: 20rem;
  }
}
.postBody .buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 5.57142rem;
}
@media screen and (max-width: 767px) {
  .postBody .buttonBox {
    margin-top: 2.57777rem;
  }
}

/* pagination */
._newsPageNation {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  ._newsPageNation {
    margin: 6.875vw auto 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ._newsPageNation {
    margin: 5.5vw auto 0 auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  ._newsPageNation {
    margin: 5.5vw auto 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  ._newsPageNation {
    margin: 55px auto 0 auto;
  }
}
._newsPageNation ._prevNext {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext {
    flex-wrap: wrap;
  }
}
._newsPageNation ._prevNext .backButton a {
  display: inline-block;
  font-size: 1.2857142857rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .backButton a {
    padding: 2.25vw 4.375vw 2.25vw 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ._newsPageNation ._prevNext .backButton a {
    padding: 1.8vw 3.5vw 1.8vw 3.5vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  ._newsPageNation ._prevNext .backButton a {
    padding: 1.8vw 3.5vw 1.8vw 3.5vw;
  }
}
@media screen and (min-width: 1200px) {
  ._newsPageNation ._prevNext .backButton a {
    padding: 18px 35px 18px 35px;
  }
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .prev,
  ._newsPageNation ._prevNext .next {
    width: 46.5%;
  }
}
._newsPageNation ._prevNext .prev a,
._newsPageNation ._prevNext .prev span,
._newsPageNation ._prevNext .next a,
._newsPageNation ._prevNext .next span {
  padding: 0.5rem 1.2rem;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .prev a,
  ._newsPageNation ._prevNext .prev span,
  ._newsPageNation ._prevNext .next a,
  ._newsPageNation ._prevNext .next span {
    text-align: center;
    width: 100%;
  }
}
._newsPageNation ._prevNext .prev a:hover,
._newsPageNation ._prevNext .prev span:hover,
._newsPageNation ._prevNext .next a:hover,
._newsPageNation ._prevNext .next span:hover {
  color: #cf2820;
  border-color: #cf2820;
}
._newsPageNation ._prevNext .prev.vb,
._newsPageNation ._prevNext .next.vb {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .prev {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .next {
    order: 2;
  }
}
._newsPageNation ._prevNext .buttonBox {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  ._newsPageNation ._prevNext .buttonBox {
    margin-top: 1.5rem;
    order: 3;
    width: 100%;
  }
}

#RECRUIT .empty {
  font-size: calc(26rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #e4e4e4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #RECRUIT .empty {
    font-size: calc(18rem / 11.25);
  }
}
#RECRUIT .lowerTitle {
  margin-bottom: 57px;
}
#RECRUIT .containerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 7.28571rem;
}
@media screen and (max-width: 767px) {
  #RECRUIT .containerTitle {
    font-size: calc(15rem / 11.25);
    margin-bottom: 4rem;
  }
}
#RECRUIT .containerTitle span {
  font-size: calc(55rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #e4e4e4;
  margin-bottom: -0.67142rem;
}
@media screen and (max-width: 767px) {
  #RECRUIT .containerTitle span {
    font-size: calc(45rem / 11.25);
  }
}
#RECRUIT .partsSmallButton {
  width: 389px;
  height: 70px;
  border: solid 1px #231815;
  border-radius: 35px;
  position: relative;
  transition: border-color 0.3s;
}
#RECRUIT .partsSmallButton:hover {
  border-color: #cf2820;
}
#RECRUIT .partsSmallButton:hover:before {
  background-color: #cf2820;
}
#RECRUIT .partsSmallButton:hover a {
  color: #cf2820;
}
@media screen and (max-width: 767px) {
  #RECRUIT .partsSmallButton {
    width: 100%;
    height: auto;
    padding: 1.67777rem 0;
    border-radius: 5rem;
  }
}
#RECRUIT .partsSmallButton:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #RECRUIT .partsSmallButton:before {
    width: 15%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -7.5%;
    transform: translateX(0) translateY(-50%);
  }
}
#RECRUIT .partsSmallButton a {
  width: 100%;
  height: 100%;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #RECRUIT .partsSmallButton a {
    font-size: calc(13rem / 11.25);
    line-height: 1.176;
  }
}
#RECRUIT .partsSmallButton.white {
  background-color: #fff;
}
#RECRUIT #DESCRIPTION {
  padding-bottom: 9.57142rem;
}
@media screen and (max-width: 767px) {
  #RECRUIT #DESCRIPTION {
    padding-bottom: 4rem;
  }
}
#RECRUIT #DESCRIPTION .contentsWrap {
  max-width: 1185px;
  padding-bottom: 7.5rem;
  border-bottom: solid 1px #231815;
}
@media screen and (max-width: 767px) {
  #RECRUIT #DESCRIPTION .contentsWrap {
    width: 84%;
    padding-bottom: 4rem;
  }
}
#RECRUIT #DESCRIPTION .contentsWrap .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#RECRUIT #DESCRIPTION .contentsWrap .container h3 {
  font-size: calc(75rem / 14);
  line-height: 1.3;
  letter-spacing: 0.07vw;
  color: #de0007;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #RECRUIT #DESCRIPTION .contentsWrap .container h3 {
    font-size: calc(28rem / 11.25);
    line-height: 1.35;
    letter-spacing: 0.5vw;
  }
}
#RECRUIT #DESCRIPTION .contentsWrap .container p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.05vw;
  color: #000000;
  font-weight: normal;
  padding-top: 3.28571rem;
}
@media screen and (max-width: 767px) {
  #RECRUIT #DESCRIPTION .contentsWrap .container p {
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
    padding-top: 3.2rem;
  }
}
#RECRUIT #NEWGRAD .contentsWrap,
#RECRUIT #MIDCAREER .contentsWrap {
  max-width: 1185px;
  padding-bottom: 12.92857rem;
  border-bottom: solid 1px #231815;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #RECRUIT #NEWGRAD .contentsWrap,
  #RECRUIT #MIDCAREER .contentsWrap {
    padding-bottom: 9.57142rem;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap,
  #RECRUIT #MIDCAREER .contentsWrap {
    width: 84%;
    padding-bottom: 4rem;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox:not(:first-of-type),
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox:not(:first-of-type) {
  margin-top: 2.71428rem;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox:not(:first-of-type),
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(4, 0, 0, 0.2);
  border-radius: 0.71428rem;
  border-left: solid 10px #d02820;
  padding: 1.25528rem 2.71428rem 1.25528rem 3rem;
  font-size: calc(22rem / 14);
  line-height: 2.04;
  letter-spacing: 0.07vw;
  color: #1a1a1a;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title {
    border-radius: 0.5rem;
    padding: 1rem 2.5rem 1rem 1.5rem;
    font-size: calc(18rem / 11.25);
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title::after,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title::after {
  content: '';
  display: inline-block;
  width: 1.28571rem;
  height: 0.71428rem;
  background-image: url('/assets/images/recruit/arrow.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 2.71428rem;
  top: 50%;
  transform-origin: top;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title::after,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title::after {
    right: 1.5rem;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title span,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title span {
  color: #d02820;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title span,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title span {
    display: flex;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title span::after,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title span::after {
  content: '｜';
  display: inline-block;
  color: #1a1a1a;
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .title.active:after,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .title.active:after {
  transform: rotate(180deg) translateY(-50%);
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container {
  width: 77.65%;
  margin: 0 auto;
  padding-top: 6.42857rem;
  padding-bottom: calc((166rem / 14) - 2.71428rem);
  display: none;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container {
    width: 90%;
    padding-top: 4rem;
    padding-bottom: calc((80rem / 14) - 1.5rem);
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list {
  display: table;
  width: 100%;
  border-bottom: solid 1px #c7c7c7;
  padding: 1.71428rem 0;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list {
    padding: 1rem 0;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list:first-of-type,
#RECRUIT
  #MIDCAREER
  .contentsWrap
  .essentialsBox
  .container
  .list:first-of-type {
  padding: 0 0 1.71428rem;
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dt,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dt {
  display: table-cell;
  width: 14.14285rem;
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.15vw;
  color: #cc2820;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dt,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dt {
    display: block;
    width: 100%;
    font-size: calc(18rem / 11.25);
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd {
  display: table-cell;
  padding-right: 4.64285rem;
  font-size: calc(16rem / 14);
  line-height: 1.87;
  letter-spacing: 0.1vw;
  color: #231815;
  font-weight: normal;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd {
    display: block;
    font-size: calc(14rem / 11.25);
    padding-right: 1rem;
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd *,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd * {
  font-size: calc(16rem / 14);
  line-height: 1.87;
  letter-spacing: 0.1vw;
  color: #231815;
  font-weight: normal;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd *,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd * {
    font-size: calc(14rem / 11.25);
  }
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd ul,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd ul {
  display: flex;
  flex-direction: column;
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd ul li,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd ul li {
  font-size: calc(16rem / 14);
  line-height: 1.87;
  letter-spacing: 0.05vw;
  color: #231815;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .list dd ul li,
  #RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .list dd ul li {
    font-size: calc(14rem / 11.25);
  }
}
#RECRUIT
  #NEWGRAD
  .contentsWrap
  .essentialsBox
  .container
  .list
  dd
  ul
  li::before,
#RECRUIT
  #MIDCAREER
  .contentsWrap
  .essentialsBox
  .container
  .list
  dd
  ul
  li::before {
  content: '・';
  display: inline-block;
}
#RECRUIT #NEWGRAD .contentsWrap .essentialsBox .container .buttonBox,
#RECRUIT #MIDCAREER .contentsWrap .essentialsBox .container .buttonBox {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}
#RECRUIT #MIDCAREER {
  padding-top: 13.92857rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #RECRUIT #MIDCAREER {
    padding-top: 9.57142rem;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT #MIDCAREER {
    padding-top: 4rem;
  }
}
#RECRUIT #MIDCAREER .contentsWrap {
  border-bottom: none;
}

#ISMS .empty {
  font-size: calc(26rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #e4e4e4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #ISMS .empty {
    font-size: calc(18rem / 11.25);
  }
}
#ISMS .lowerTitle {
  margin-bottom: 57px;
}
#ISMS .containerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(20rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 7.28571rem;
}
@media screen and (max-width: 767px) {
  #ISMS .containerTitle {
    font-size: calc(15rem / 11.25);
    margin-bottom: 4rem;
  }
}
#ISMS .containerTitle span {
  font-size: calc(55rem / 14);
  line-height: 1;
  letter-spacing: 0.1vw;
  font-weight: bold;
  color: #e4e4e4;
  margin-bottom: -0.67142rem;
}
@media screen and (max-width: 767px) {
  #ISMS .containerTitle span {
    font-size: calc(45rem / 11.25);
  }
}
#ISMS .partsSmallButton {
  width: 389px;
  height: 70px;
  border: solid 1px #231815;
  border-radius: 35px;
  position: relative;
  transition: border-color 0.3s;
}
#ISMS .partsSmallButton:hover {
  border-color: #cf2820;
}
#ISMS .partsSmallButton:hover:before {
  background-color: #cf2820;
}
#ISMS .partsSmallButton:hover a {
  color: #cf2820;
}
@media screen and (max-width: 767px) {
  #ISMS .partsSmallButton {
    width: 100%;
    height: auto;
    padding: 1.67777rem 0;
    border-radius: 5rem;
  }
}
#ISMS .partsSmallButton:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateX(0) translateY(-50%);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #ISMS .partsSmallButton:before {
    width: 15%;
    height: 1px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -7.5%;
    transform: translateX(0) translateY(-50%);
  }
}
#ISMS .partsSmallButton a {
  width: 100%;
  height: 100%;
  font-size: calc(16rem / 14);
  line-height: 1.18;
  letter-spacing: 0.07vw;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #ISMS .partsSmallButton a {
    font-size: calc(13rem / 11.25);
    line-height: 1.176;
  }
}
#ISMS .partsSmallButton.white {
  background-color: #fff;
}
#ISMS #DESCRIPTION {
  padding-bottom: 9.57142rem;
}
@media screen and (max-width: 767px) {
  #ISMS #DESCRIPTION {
    padding-bottom: 4rem;
  }
}
#ISMS #DESCRIPTION .contentsWrap {
  max-width: 1185px;
  padding-bottom: 7.5rem;
  border-bottom: solid 1px #231815;
}
@media screen and (max-width: 767px) {
  #ISMS #DESCRIPTION .contentsWrap {
    width: 84%;
    padding-bottom: 4rem;
  }
}
#ISMS #DESCRIPTION .contentsWrap .container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#ISMS #DESCRIPTION .contentsWrap .container h3 {
  font-size: calc(75rem / 14);
  line-height: 1.3;
  letter-spacing: 0.07vw;
  color: #de0007;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #ISMS #DESCRIPTION .contentsWrap .container h3 {
    font-size: calc(28rem / 11.25);
    line-height: 1.35;
    letter-spacing: 0.5vw;
  }
}
#ISMS #DESCRIPTION .contentsWrap .container p,
#ISMS #DESCRIPTION .contentsWrap .container dl {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.05vw;
  color: #000000;
  font-weight: normal;
  padding-top: 3.28571rem;
}
@media screen and (max-width: 767px) {
  #ISMS #DESCRIPTION .contentsWrap .container p,
  #ISMS #DESCRIPTION .contentsWrap .container dl {
    font-size: calc(15rem / 11.25);
    line-height: 1.66;
    padding-top: 3.2rem;
  }
}
#ISMS #DESCRIPTION .contentsWrap .container .notice {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #ISMS #DESCRIPTION .contentsWrap .container .notice {
    text-align: left;
  }
}
#ISMS #DESCRIPTION .contentsWrap .container .notice .externalLink {
  height: 1.1rem;
  margin: 0 4px 0 -8px;
  vertical-align: middle;
  width: 1.1rem;
}
#ISMS #DESCRIPTION .contentsWrap .container dl dt {
  font-weight: bold;
}
#ISMS #DESCRIPTION .contentsWrap .container dl dd {
  padding: 0 0 1rem 2rem;
}

#ISMS #INNER {
  border: solid 1px #231815;
  font-size: calc(15rem / 11.25);
  line-height: 1.66;
  max-width: 1185px;
  margin-top: 2rem;
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ISMS #INNER {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #ISMS #INNER {
    width: 84%;
    padding: 1rem;
  }
}

#ISMS #INNER h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.07vw;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #ISMS #INNER h4 {
    font-size: 1.3rem;
    letter-spacing: 0.5vw;
  }
}
#ISMS #INNER h5 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07vw;
}
@media screen and (max-width: 767px) {
  #ISMS #INNER h5 {
    font-size: 1.1rem;
    letter-spacing: 0.5vw;
  }
}
#ISMS #INNER ul {
  padding: 4px 0 16px 16px;
}

#ISMS #MARK {
  padding-top: 48px;
  text-align: center;
}
#ISMS #MARK .info {
  font-size: 1.1rem;
  margin-top: 4px;
}

#CONTACT #FORM {
  padding-bottom: 14.28571rem;
}
@media screen and (max-width: 767px) {
  #CONTACT #FORM {
    padding-bottom: 8rem;
  }
}
#CONTACT #FORM .contentsWrap {
  max-width: 1100px;
}
#CONTACT #FORM .contentsWrap .textBox {
  margin-bottom: 6rem;
  padding-bottom: 5.85714rem;
  border-bottom: solid 1px #aeaeae;
}
@media screen and (max-width: 767px) {
  #CONTACT #FORM .contentsWrap .textBox {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
}
#CONTACT #FORM .contentsWrap .textBox p {
  display: flex;
  justify-content: center;
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #CONTACT #FORM .contentsWrap .textBox p {
    font-size: calc(18rem / 11.25);
    text-align: left;
  }
}

#LOADING {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10021;
  background-color: #fff;
  display: none;
}
#LOADING.loader-active {
  display: block;
}
#LOADING.finish {
  transition: all 0.7s;
}
#LOADING.finish.loaded {
  opacity: 0;
  visibility: hidden;
}
#LOADING .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#LOADING .inner .boxInner {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  width: 37.58714rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #LOADING .inner .boxInner {
    width: 23.33333rem;
  }
}
#LOADING .inner .boxInner .logo {
  width: 7.142857rem;
  height: 7.142857rem;
  animation: logoFadin 0.5s ease 0s 1 normal forwards,
    logoSlideLeft 2s ease 2s 1 normal forwards;
}
@media screen and (max-width: 767px) {
  #LOADING .inner .boxInner .logo {
    width: 4.4rem;
    height: 4.4rem;
  }
}
#LOADING .inner .boxInner .logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@keyframes logoFadin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes logoSlideLeft {
  from {
    left: 50%;
  }
  to {
    transform: translateX(-214%) rotate(0.1deg);
  }
}
#LOADING .inner .boxInner .title {
  opacity: 0;
  width: 27.28571rem;
  position: absolute;
  top: 50%;
  right: -5.84rem;
  transform: translateY(-50%);
  animation: titleFadin 3.5s ease 1s 1 normal forwards,
    titleSlideLeft 1.5s ease 2s 1 normal forwards;
}
@media screen and (max-width: 767px) {
  #LOADING .inner .boxInner .title {
    width: 16.97777rem;
    right: -3.6rem;
    animation: titleFadin 3.5s ease 1s 1 normal forwards,
      titleSlideLeftSp 1.5s ease 2s 1 normal forwards;
  }
}
#LOADING .inner .boxInner .title img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@keyframes titleFadin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes titleSlideLeft {
  from {
    right: -5.8rem;
  }
  to {
    transform: translateX(-21%) translateY(-50%) rotate(0.1deg);
  }
}
@keyframes titleSlideLeftSp {
  from {
    right: -3.6rem;
  }
  to {
    transform: translateX(-21.8%) translateY(-50%) rotate(0.1deg);
  }
}
#PRIVACY .lowerTitle {
  margin: 0 auto 64px auto;
}
#PRIVACY .ppbody {
  padding-bottom: 14.42857rem;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody {
    padding-bottom: 9.42857rem;
  }
}
#PRIVACY .ppbody .contentsWrap {
  max-width: 1101px;
  width: 90%;
}
#PRIVACY .ppbody .ppblock:first-of-type h2 {
  margin-top: 0;
}
#PRIVACY .ppbody .ppblock h2 {
  font-size: calc(25rem / 14);
  line-height: 1.6;
  letter-spacing: 0.07vw;
  color: #db0008;
  font-weight: bold;
  border-bottom: solid 1px #db0008;
  padding-bottom: 0.35714rem;
  margin-top: 6.71428rem;
  margin-bottom: 4.28571rem;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .ppblock h2 {
    font-size: calc(18rem / 11.25);
    line-height: 2.22;
    margin-top: 2.48888rem;
    margin-bottom: 3.28571rem;
  }
}
#PRIVACY .ppbody .ppblock p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #363636;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .ppblock p {
    font-size: calc(16rem / 11.25);
  }
}
#PRIVACY .ppbody .ppblock h2 + ol {
  padding-top: 0;
}
#PRIVACY .ppbody .ppblock ol {
  padding-top: 2.35714rem;
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .ppblock ol {
    padding-top: 1.35714rem;
  }
}
#PRIVACY .ppbody .ppblock ol li {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #363636;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .ppblock ol li {
    font-size: calc(16rem / 11.25);
  }
}
#PRIVACY .ppbody .ppblock ol li:before {
  counter-increment: number 1;
  content: counter(number) '. ';
  display: inline-block;
}
#PRIVACY .ppbody .differentBlock h2 {
  margin-bottom: 0;
}
#PRIVACY .ppbody .differentBlock p {
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .differentBlock p {
    padding-top: 1.5rem;
  }
}
#PRIVACY .ppbody .differentBlock p:first-of-type {
  padding-top: 4.28571rem;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .differentBlock p:first-of-type {
    padding-top: 3.28571rem;
  }
}
#PRIVACY .ppbody .companytext {
  display: flex;
  justify-content: flex-end;
  margin-top: 5.14285rem;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .companytext {
    margin-top: 4.14285rem;
  }
}
#PRIVACY .ppbody .companytext p {
  font-size: calc(20rem / 14);
  line-height: 2;
  letter-spacing: 0.07vw;
  color: #363636;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #PRIVACY .ppbody .companytext p {
    font-size: calc(16rem / 11.25);
  }
}

/*# sourceMappingURL=style.min.css.map */
