@charset "UTF-8";
/*---------------------------
  button
---------------------------*/
.btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .btn {
    justify-content: center;
  }
}
.btn a {
  display: block;
  width: 280px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  background-color: #a80000;
  margin: 60px 0 80px;
  border: 2px solid #a80000;
}
@media screen and (max-width: 600px) {
  .btn a {
    margin: 40px 0 60px;
  }
}
.btn a:hover, .btn a:focus {
  background-color: #fff;
  color: #a80000;
}

.paginationSquare {
  margin-top: 40px;
  display: flex;
}
.paginationSquare .page-numbers {
  display: flex;
}
.paginationSquare a {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #a80000;
  margin-right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .paginationSquare a {
    margin-right: 15px;
  }
}
.paginationSquare a:hover {
  color: #fff;
  background-color: #a80000;
}
.paginationSquare .dots {
  display: none;
}
.paginationSquare .current {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  justify-content: center;
  align-items: center;
  background-color: #a80000;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .paginationSquare .current {
    margin-right: 15px;
  }
}

.paginationLarge {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .paginationLarge {
    flex-direction: column;
    margin-top: 60px;
  }
}
.paginationLarge__btn {
  width: 27.17%;
  margin-right: 9.245%;
}
@media screen and (max-width: 900px) {
  .paginationLarge__btn {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.paginationLarge__btn:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.paginationLarge__btn a {
  text-align: center;
  border: 1px solid #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 12px 50px;
  display: block;
}
@media screen and (max-width: 670px) {
  .paginationLarge__btn a {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.paginationLarge__btn a:hover, .paginationLarge__btn a:focus {
  color: #3c3c3c;
}
.paginationLarge__btn a:hover::before, .paginationLarge__btn a:focus::before {
  left: 20px;
}
.paginationLarge__btn a:hover::after, .paginationLarge__btn a:focus::after {
  right: 20px;
}
@media screen and (max-width: 900px) {
  .paginationLarge__btn--return a {
    width: 100%;
  }
}
.paginationLarge__btn--return a:hover, .paginationLarge__btn--return a:focus {
  cursor: pointer;
  background-color: #a80000;
  border-color: #a80000;
  color: #ffffff;
  opacity: 1;
}
.paginationLarge__btn--prev a, .paginationLarge__btn--next a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.paginationLarge__btn--prev a::before, .paginationLarge__btn--next a::after {
  content: "";
  width: 7px;
  height: 14px;
  background-image: url(../img/common/arrow__next.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 21px;
  transition: all 0.3s;
}
.paginationLarge__btn--prev a::before {
  left: 2em;
  transform: scale(-1, 1);
}
.paginationLarge__btn--next a::after {
  right: 2em;
}

/*---------------------------
  list
---------------------------*/
.serviceBox__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.serviceBox__list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px;
}
@media screen and (max-width: 600px) {
  .serviceBox__list {
    margin: 10px 0;
  }
}
.serviceBox__item {
  width: 270px;
  height: 70px;
  max-width: 100%;
  border: 2px solid #a80000;
  margin-right: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .serviceBox__item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 1250px) {
  .serviceBox__item {
    width: 30.6%;
  }
}
@media screen and (max-width: 900px) {
  .serviceBox__item {
    width: 48%;
  }
}
@media screen and (max-width: 580px) {
  .serviceBox__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.serviceBox__item:last-child {
  margin-right: 0;
}
.serviceBox__item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1250px) {
  .serviceBox__item:nth-of-type(4n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .serviceBox__item:nth-of-type(4n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 1250px) {
  .serviceBox__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .serviceBox__item:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 580px) {
  .serviceBox__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .serviceBox__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}
.serviceBox__txt--red {
  color: #a80000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.serviceBox__txt--small {
  font-size: 12px;
  font-size: 1.2rem;
}

.wp-block-list {
  padding: 0 1.5em 1.5em 6.5rem;
}
@media screen and (max-width: 600px) {
  .wp-block-list {
    padding: 0 1.5em 1.5em 3em;
  }
}
.wp-block-list li {
  list-style: auto;
}

/*---------------------------
  table
---------------------------*/
.about__table {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .about__table {
    margin-top: 30px;
  }
}
.about__table__wrap {
  padding-top: 40px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .about__table__wrap {
    width: 100%;
    padding-top: 20px;
  }
}
.about__table__inner {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #3e3e3e;
  padding-top: 40px;
}
.about__table__header {
  width: 200px;
  background-color: #e3e3e3;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #3e3e3e;
}
@media screen and (max-width: 1230px) {
  .about__table__header {
    width: 17%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .about__table__header {
    min-width: 166px;
  }
}
.about__table__text {
  padding: 35px;
  border-bottom: 1px solid #3e3e3e;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .about__table__text {
    padding: 20px;
  }
}

/*---------------------------
  ttl
---------------------------*/
.index__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .index__ttl {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.index__ttl--largeRed {
  margin-top: 30px;
  font-size: 51px;
  font-size: 5.1rem;
  color: #a80000;
}
.index__ttl--small {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .index__ttl--small {
    line-height: 1.4;
  }
}
.index__ttl--small::before {
  display: block;
  content: "";
  background-color: #a80000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .index__ttl--small::before {
    top: 7px;
  }
}

.page__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #a80000;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  .page__ttl {
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.page__ttl::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #a80000;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.single h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 4px solid #a80000;
  border-top: none;
  line-height: 1;
  padding: 0.5em 0;
}
.single h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 4px solid #a80000;
  border-bottom: 1px solid #3b3b3b;
  background-color: #f8f8f8;
  line-height: 1;
  padding: 1em;
}
.single h4 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 3px solid #a80000;
  border-left: 5px solid #a80000;
  padding-left: 20px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.single h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .single h5 {
    line-height: 1.4;
  }
}
.single h5::before {
  display: block;
  content: "";
  background-color: #a80000;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .single h5::before {
    top: 7px;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  overflow: auto;
  height: 100%;
}

/* Set core body defaults */
body {
  position: relative;
  height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*---------------------------
  Default Settings
---------------------------*/
html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 10px;
}
html.wf-loading {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
html.lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html.lock .header__navSp {
  opacity: 1;
  visibility: visible;
}

body {
  font-family: "Atten New", "Atten Round New", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000000;
  animation: fadeIn 3s ease;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a, button {
  transition: 0.3s;
}

a {
  display: block;
  color: #000000;
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
  color: #000000;
  opacity: 0.7;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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

.cf:after {
  display: block;
  clear: both;
  width: 100%;
  content: "";
}

iframe {
  width: 100%;
}
iframe .wp-embedded-content {
  width: 100%;
}

.w_large {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .w_large {
    width: 92%;
  }
}

.w_middle {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .w_middle {
    width: 92%;
  }
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.animated {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*---------------------------
  header
---------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 88px;
  z-index: 9999;
  transition: all 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 12px 0 12px 30px;
}
@media screen and (max-width: 600px) {
  .header__inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .header__inner {
    padding: 1.5rem;
  }
}
.header__logo {
  width: 300px;
}
@media screen and (max-width: 600px) {
  .header__logo {
    width: 230px;
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .header__logo {
    width: 181px;
  }
}
.header__nav {
  display: flex;
  padding-top: 10px;
}
@media screen and (max-width: 1120px) {
  .header__nav {
    display: none;
  }
}
.header__nav--list {
  display: flex;
  margin-right: 30px;
}
.header__nav--item {
  margin-left: 40px;
}
.header__nav--item:hover .header__nav__mega {
  opacity: 1;
  visibility: visible;
}
.header__nav--item a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
.header__nav--item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: -100%;
  background-color: #000000;
  transition: 0.3s;
}
.header__nav--item a:hover {
  color: #000000;
}
.header__nav--item a:hover:after {
  left: 0;
}
.header__navSp {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0 4rem 1.5rem 4rem;
  overflow-y: scroll;
}
@media screen and (max-width: 600px) {
  .header__navSp {
    top: 70px;
  }
}
.header__navSp--item a {
  color: #fff;
  position: relative;
  padding: 2rem;
  background-color: #000000;
}
.header__navSp--item a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  left: 0;
  background-color: #3e3e3e;
}
.header__navSp--item a:hover {
  transform: translateX(20px);
}
.header__trigger {
  position: absolute;
  width: 88px;
  height: 88px;
  background-color: #212121;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 1120px) {
  .header__trigger {
    display: flex;
    top: 0;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 600px) {
  .header__trigger {
    width: 7rem;
    height: 7rem;
  }
}
.header__trigger__inner {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .header__trigger__inner {
    width: 37px;
    height: 37px;
  }
}
.header__trigger__inner span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  transition: 0.3s;
}
.header__trigger__inner span:first-child {
  top: 0;
}
.header__trigger__inner span:nth-child(2) {
  top: 18px;
  width: 50%;
  right: 0;
}
@media screen and (max-width: 600px) {
  .header__trigger__inner span:nth-child(2) {
    top: 14px;
  }
}
.header__trigger__inner span:last-child {
  background: none;
  bottom: 20px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header__trigger__inner span:last-child {
    bottom: 18px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.header__trigger__inner.active span:first-child {
  top: 6px;
  left: 3px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header__trigger__inner.active span:first-child {
    top: 0;
    width: 80%;
  }
}
.header__trigger__inner.active span:nth-of-type(2) {
  top: 18px;
  left: 3px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .header__trigger__inner.active span:nth-of-type(2) {
    top: 12px;
    width: 80%;
  }
}
.header__navSp--item {
  opacity: 0;
}
.header__navSp--item.fadeIn500ms {
  opacity: 1;
}
.header .fadeIn500ms {
  animation-name: fadeIn500ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  transform: translateX(100px);
  opacity: 0;
}
@keyframes fadeIn500ms {
  100% {
    transform: translateX(40px);
    opacity: 1;
  }
}
.header .floating {
  position: fixed;
  right: 0;
  top: 88px;
  z-index: 100;
  width: 60px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-rl;
  transition: 0.3s;
  display: flex;
}
@media screen and (max-width: 800px) {
  .header .floating {
    top: auto;
    bottom: 0;
    width: 100%;
    writing-mode: horizontal-tb;
    justify-content: center;
  }
}
.header .floating__item {
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .header .floating__item {
    width: 88px;
  }
}
@media screen and (max-width: 800px) {
  .header .floating__item {
    width: 48%;
    margin-bottom: 0;
    margin-right: 1%;
  }
  .header .floating__item:last-child {
    margin-right: 0;
  }
}
.header .floating a {
  transition: 0.3s;
  display: block;
  color: #fff;
  background-color: #a80000;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
}
.header .floating a:hover {
  transition: 0.3s;
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .header .floating a {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 800px) {
  .header .floating a {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header.change-color {
  background-color: #212121;
  transition: 0.3s;
}
.header.change-color .header__nav--item a:hover {
  color: #fff;
}
.header.change-color .header__nav--item a::after {
  background-color: #fff;
}

/*---------------------------
  footer
---------------------------*/
.footer {
  background-color: #3e3e3e;
  color: #fff;
  padding: 60px 70px;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 50px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__wrap {
    flex-direction: column;
  }
}
.footer__wrap a {
  display: inline-block;
  color: #fff;
}
.footer__wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__address--inner {
  margin-bottom: 30px;
}
.footer__address--ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.footer address {
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer__map {
  width: 600px;
  height: 250px;
  filter: grayscale(1);
}
@media screen and (max-width: 950px) {
  .footer__map {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .footer__map {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .footer__navArea {
    display: none;
  }
}
.footer__nav--list {
  margin-bottom: 30px;
}
.footer__sns {
  display: flex;
  align-items: center;
}
.footer__sns__item {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.footer__sns__item:last-child {
  margin-right: 0;
}
.footer__sns__item a {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.footer__sns__item i::before {
  font-size: 1.9em;
  position: absolute;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer__copy {
    padding-bottom: 65px;
  }
}

/*---------------------------
  secMv
---------------------------*/
.sec__mv {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .sec__mv {
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .sec__mv {
    height: 220px;
  }
}
@media screen and (max-width: 450px) {
  .sec__mv {
    height: 180px;
  }
}
.sec__mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}

/*---------------------------
  Breadcrumb
---------------------------*/
.breadcrumb {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb__list {
  display: flex;
}
@media screen and (max-width: 700px) {
  .breadcrumb__list {
    display: none;
  }
}
.breadcrumb__item {
  margin-right: 10px;
}
.breadcrumb__item a {
  padding-right: 20px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__item a:after {
  position: absolute;
  content: "/";
  right: 0;
  top: -2px;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .breadcrumbs .aioseo-breadcrumbs {
    width: 96%;
  }
}
.breadcrumbs .aioseo-breadcrumbs > span {
  display: inline-block;
}
.breadcrumbs .aioseo-breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs .aioseo-breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 10px;
}

/*---------------------------
  inner
---------------------------*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: 94%;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    padding-bottom: 80px;
  }
}

/*---------------------------
  ５つの特徴
---------------------------*/
.features {
  position: relative;
  z-index: 10;
}
.features__list--img {
  max-width: 1560px;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .features__list--img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1920px) and (max-width: 900px) {
  .features__list--img {
    max-width: 96%;
  }
}
@media screen and (max-width: 1920px) and (max-width: 750px) {
  .features__list--img {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
}
.features__item--img {
  width: 20%;
  counter-increment: number;
  position: relative;
}
@media screen and (max-width: 750px) {
  .features__item--img {
    width: 33%;
  }
}
.features__item--img::before {
  content: counter(number, decimal-leading-zero) " ";
  font-family: "Adobe Garamond Pro";
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  color: #fff;
  top: -25px;
  left: 5px;
}
@media screen and (max-width: 900px) {
  .features__item--img::before {
    font-size: 40px;
    font-size: 4rem;
    top: -10px;
    left: 10px;
  }
}
.features__list--backGroundGray {
  background-color: #efefef;
  margin-top: 385px;
  padding: 260px 0 80px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -10;
}
@media screen and (max-width: 1920px) {
  .features__list--backGroundGray {
    margin-top: 355px;
    padding-top: 260px;
  }
}
@media screen and (max-width: 1850px) {
  .features__list--backGroundGray {
    margin-top: 350px;
    padding-top: 250px;
  }
}
@media screen and (max-width: 1800px) {
  .features__list--backGroundGray {
    margin-top: 340px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 1750px) {
  .features__list--backGroundGray {
    padding-top: 230px;
  }
}
@media screen and (max-width: 1700px) {
  .features__list--backGroundGray {
    margin-top: 330px;
    padding-top: 230px;
  }
}
@media screen and (max-width: 1650px) {
  .features__list--backGroundGray {
    padding-top: 220px;
  }
}
@media screen and (max-width: 1600px) {
  .features__list--backGroundGray {
    margin-top: 320px;
  }
}
@media screen and (max-width: 1550px) {
  .features__list--backGroundGray {
    margin-top: 320px;
    padding-top: 210px;
  }
}
@media screen and (max-width: 1500px) {
  .features__list--backGroundGray {
    margin-top: 310px;
    padding-top: 205px;
  }
}
@media screen and (max-width: 1450px) {
  .features__list--backGroundGray {
    margin-top: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .features__list--backGroundGray {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1350px) {
  .features__list--backGroundGray {
    margin-top: 300px;
    padding-top: 190px;
  }
}
@media screen and (max-width: 1300px) {
  .features__list--backGroundGray {
    margin-top: 290px;
    padding-top: 185px;
  }
}
@media screen and (max-width: 1250px) {
  .features__list--backGroundGray {
    margin-top: 285px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .features__list--backGroundGray {
    margin-top: 275px;
    padding-top: 175px;
  }
}
@media screen and (max-width: 1150px) {
  .features__list--backGroundGray {
    margin-top: 270px;
    padding-top: 170px;
  }
}
@media screen and (max-width: 1100px) {
  .features__list--backGroundGray {
    margin-top: 265px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 1050px) {
  .features__list--backGroundGray {
    margin-top: 260px;
    padding-top: 155px;
  }
}
@media screen and (max-width: 1000px) {
  .features__list--backGroundGray {
    margin-top: 255px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 950px) {
  .features__list--backGroundGray {
    margin-top: 250px;
    padding-top: 145px;
  }
}
@media screen and (max-width: 900px) {
  .features__list--backGroundGray {
    margin-top: 260px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 850px) {
  .features__list--backGroundGray {
    margin-top: 255px;
    padding-top: 145px;
  }
}
@media screen and (max-width: 800px) {
  .features__list--backGroundGray {
    margin-top: 250px;
    padding-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  .features__list--backGroundGray {
    margin-top: 305px;
    padding-top: 520px;
  }
}
@media screen and (max-width: 700px) {
  .features__list--backGroundGray {
    margin-top: 295px;
    padding-top: 500px;
  }
}
@media screen and (max-width: 650px) {
  .features__list--backGroundGray {
    margin-top: 285px;
    padding-top: 460px;
  }
}
@media screen and (max-width: 600px) {
  .features__list--backGroundGray {
    margin-top: 230px;
    padding-top: 430px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .features__list--backGroundGray {
    margin-top: 230px;
    padding-top: 415px;
  }
}
@media screen and (max-width: 560px) {
  .features__list--backGroundGray {
    margin-top: 230px;
    padding-top: 400px;
  }
}
@media screen and (max-width: 550px) {
  .features__list--backGroundGray {
    margin-top: 220px;
    padding-top: 390px;
  }
}
@media screen and (max-width: 535px) {
  .features__list--backGroundGray {
    margin-top: 220px;
    padding-top: 380px;
  }
}
@media screen and (max-width: 520px) {
  .features__list--backGroundGray {
    margin-top: 220px;
    padding-top: 370px;
  }
}
@media screen and (max-width: 510px) {
  .features__list--backGroundGray {
    margin-top: 215px;
    padding-top: 365px;
  }
}
@media screen and (max-width: 500px) {
  .features__list--backGroundGray {
    margin-top: 210px;
    padding-top: 360px;
  }
}
@media screen and (max-width: 480px) {
  .features__list--backGroundGray {
    margin-top: 210px;
    padding-top: 345px;
  }
}
@media screen and (max-width: 460px) {
  .features__list--backGroundGray {
    margin-top: 205px;
    padding-top: 330px;
  }
}
@media screen and (max-width: 450px) {
  .features__list--backGroundGray {
    margin-top: 205px;
    padding-top: 325px;
  }
}
@media screen and (max-width: 440px) {
  .features__list--backGroundGray {
    margin-top: 200px;
    padding-top: 320px;
  }
}
@media screen and (max-width: 420px) {
  .features__list--backGroundGray {
    margin-top: 195px;
    padding-top: 310px;
  }
}
@media screen and (max-width: 400px) {
  .features__list--backGroundGray {
    margin-top: 190px;
    padding-top: 290px;
  }
}
@media screen and (max-width: 380px) {
  .features__list--backGroundGray {
    margin-top: 190px;
    padding-top: 270px;
  }
}
@media screen and (max-width: 360px) {
  .features__list--backGroundGray {
    margin-top: 190px;
    padding-top: 260px;
  }
}
@media screen and (max-width: 350px) {
  .features__list--backGroundGray {
    margin-top: 180px;
    padding-top: 260px;
  }
}
@media screen and (max-width: 340px) {
  .features__list--backGroundGray {
    margin-top: 175px;
    padding-top: 250px;
  }
}
@media screen and (max-width: 320px) {
  .features__list--backGroundGray {
    margin-top: 175px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 300px) {
  .features__list--backGroundGray {
    margin-top: 175px;
    padding-top: 220px;
  }
}
.features__list--backGroundWhite {
  background-color: #fff;
  max-width: 1560px;
  margin-left: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1920px) {
  .features__list--backGroundWhite {
    max-width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .features__list--backGroundWhite {
    max-width: 96%;
  }
}
@media screen and (max-width: 750px) {
  .features__list--backGroundWhite {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.features__item--txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  counter-increment: number;
  position: relative;
  padding: 50px 20px 5px 0px;
  max-width: 1080px;
  margin-left: 90px;
}
@media screen and (max-width: 750px) {
  .features__item--txt {
    line-height: 1.5;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .features__item--txt {
    padding-top: 35px;
  }
}
.features__item--txt::before {
  content: counter(number, decimal-leading-zero) "";
  font-family: "Adobe Garamond Pro";
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  color: #a80000;
  left: -90px;
  bottom: -25px;
}
@media screen and (max-width: 750px) {
  .features__item--txt::before {
    font-size: 40px;
    font-size: 4rem;
    left: -70px;
    top: 40%;
  }
}
.features__item--txt::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.features__item--txt:nth-of-type(2) {
  max-width: 1050px;
  margin-left: 120px;
}
.features__item--txt:nth-of-type(3) {
  max-width: 1020px;
  margin-left: 150px;
}
.features__item--txt:nth-of-type(4) {
  max-width: 990px;
  margin-left: 180px;
}
.features__item--txt:nth-of-type(5) {
  max-width: 960px;
  margin-left: 210px;
}
@media screen and (max-width: 750px) {
  .features__item--txt:nth-of-type(1), .features__item--txt:nth-of-type(2), .features__item--txt:nth-of-type(3), .features__item--txt:nth-of-type(4), .features__item--txt:nth-of-type(5) {
    margin-left: 70px;
  }
}

.single img {
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  .single img {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .single img {
    display: block;
  }
}
.single__day {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 500;
}
.single p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 1.5em 1.5em 1.5em;
}

.error {
  margin: 80px 20px;
}
.error__img {
  width: 60%;
  margin: 0 auto 60px;
}
.error__txt {
  text-align: center;
  line-height: 2.4;
  margin-bottom: 60px;
}

.bgc--404 {
  background-color: #212121;
}

.index__mv {
  position: relative;
}
.index .swiper-pagination-bullet {
  background-color: #fff;
  width: 60px;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.index .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a80000;
}
.index .swiper-pagination {
  width: auto;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .index .swiper-pagination {
    width: 100%;
    margin-left: 0;
  }
}
.index .swiper-img img {
  width: 100%;
  height: 90.7vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.index__mvCatch {
  width: 75%;
  position: absolute;
  left: 50%;
  bottom: 24%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .index__mvCatch {
    width: 94%;
  }
}
.index__mvCatch__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .index__mvCatch__ttl {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.index__mvCatch__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .index__mvCatch__inner {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.index__mvCatch__card {
  background-color: #fff;
  width: 200px;
  height: 200px;
  padding: 20px;
  margin-right: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .index__mvCatch__card {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .index__mvCatch__card {
    padding: 10px;
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .index__mvCatch__card {
    padding: 5px;
    width: 110px;
    height: 110px;
    margin-right: 10px;
  }
}
.index__mvCatch__card:last-child {
  margin-right: 0;
}
.index__mvCatch__card::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background-image: url(../img/index/icon--mvCatch--01.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1120px) {
  .index__mvCatch__card::after {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 450px) {
  .index__mvCatch__card::after {
    width: 35px;
    height: 35px;
  }
}
.index__mvCatch__card:nth-of-type(2)::after {
  background-image: url(../img/index/icon--mvCatch--02.svg);
}
.index__mvCatch__card:nth-of-type(3)::after {
  background-image: url(../img/index/icon--mvCatch--03.svg);
}
.index__mvCatch__txt {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1120px) {
  .index__mvCatch__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .index__mvCatch__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.index__mvCatch__txt--large {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 1120px) {
  .index__mvCatch__txt--large {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .index__mvCatch__txt--large {
    font-size: 30px;
    font-size: 3rem;
  }
}
.index__mvCatch__txt--small {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1120px) {
  .index__mvCatch__txt--small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .index__mvCatch__txt--small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.index__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.index__case {
  padding-top: 825px;
  z-index: 0;
}
@media screen and (max-width: 1920px) {
  .index__case {
    padding-top: 833px;
  }
}
@media screen and (max-width: 1850px) {
  .index__case {
    padding-top: 831px;
  }
}
@media screen and (max-width: 1800px) {
  .index__case {
    padding-top: 824px;
  }
}
@media screen and (max-width: 1750px) {
  .index__case {
    padding-top: 826px;
  }
}
@media screen and (max-width: 1700px) {
  .index__case {
    padding-top: 825px;
  }
}
@media screen and (max-width: 1650px) {
  .index__case {
    padding-top: 827px;
  }
}
@media screen and (max-width: 1600px) {
  .index__case {
    padding-top: 826px;
  }
}
@media screen and (max-width: 1550px) {
  .index__case {
    padding-top: 823px;
  }
}
@media screen and (max-width: 1500px) {
  .index__case {
    padding-top: 824px;
  }
}
@media screen and (max-width: 1450px) {
  .index__case {
    padding-top: 828px;
  }
}
@media screen and (max-width: 1400px) {
  .index__case {
    padding-top: 830px;
  }
}
@media screen and (max-width: 1350px) {
  .index__case {
    padding-top: 826px;
  }
}
@media screen and (max-width: 1300px) {
  .index__case {
    padding-top: 826px;
  }
}
@media screen and (max-width: 1100px) {
  .index__case {
    padding-top: 819px;
  }
}
@media screen and (max-width: 900px) {
  .index__case {
    padding-top: 808px;
  }
}
@media screen and (max-width: 875px) {
  .index__case {
    padding-top: 815px;
  }
}
@media screen and (max-width: 850px) {
  .index__case {
    padding-top: 813px;
  }
}
@media screen and (max-width: 825px) {
  .index__case {
    padding-top: 819px;
  }
}
@media screen and (max-width: 800px) {
  .index__case {
    padding-top: 816px;
  }
}
@media screen and (max-width: 775px) {
  .index__case {
    padding-top: 821px;
  }
}
@media screen and (max-width: 750px) {
  .index__case {
    padding-top: 763px;
  }
}
@media screen and (max-width: 725px) {
  .index__case {
    padding-top: 784px;
  }
}
@media screen and (max-width: 675px) {
  .index__case {
    padding-top: 798px;
  }
}
@media screen and (max-width: 650px) {
  .index__case {
    padding-top: 768px;
  }
}
@media screen and (max-width: 625px) {
  .index__case {
    padding-top: 788px;
  }
}
@media screen and (max-width: 600px) {
  .index__case {
    padding-top: 655px;
  }
}
@media screen and (max-width: 595px) {
  .index__case {
    padding-top: 692px;
  }
}
@media screen and (max-width: 575px) {
  .index__case {
    padding-top: 694px;
  }
}
@media screen and (max-width: 550px) {
  .index__case {
    padding-top: 680px;
  }
}
@media screen and (max-width: 539px) {
  .index__case {
    padding-top: 723px;
  }
}
@media screen and (max-width: 525px) {
  .index__case {
    padding-top: 725px;
  }
}
@media screen and (max-width: 500px) {
  .index__case {
    padding-top: 717px;
  }
}
@media screen and (max-width: 475px) {
  .index__case {
    padding-top: 722px;
  }
}
@media screen and (max-width: 450px) {
  .index__case {
    padding-top: 720px;
  }
}
@media screen and (max-width: 425px) {
  .index__case {
    padding-top: 730px;
  }
}
@media screen and (max-width: 414px) {
  .index__case {
    padding-top: 725px;
  }
}
@media screen and (max-width: 400px) {
  .index__case {
    padding-top: 712px;
  }
}
@media screen and (max-width: 390px) {
  .index__case {
    padding-top: 720px;
  }
}
@media screen and (max-width: 380px) {
  .index__case {
    padding-top: 709px;
  }
}
@media screen and (max-width: 373px) {
  .index__case {
    padding-top: 716px;
  }
}
@media screen and (max-width: 372px) {
  .index__case {
    padding-top: 749px;
  }
}
@media screen and (max-width: 369px) {
  .index__case {
    padding-top: 785px;
  }
}
@media screen and (max-width: 346px) {
  .index__case {
    padding-top: 817px;
  }
}
@media screen and (max-width: 313px) {
  .index__case {
    padding-top: 853px;
  }
}
@media screen and (max-width: 302px) {
  .index__case {
    padding-top: 896px;
  }
}
@media screen and (max-width: 300px) {
  .index__case {
    padding-top: 878px;
  }
}
@media screen and (max-width: 283px) {
  .index__case {
    padding-top: 924px;
  }
}
.index__case__list {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .index__case__list {
    flex-wrap: wrap;
    max-width: 1920px;
    width: 96%;
  }
}
.index__case__item {
  width: 18.4%;
  margin-right: 40px;
}
@media screen and (max-width: 1920px) {
  .index__case__item {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .index__case__item {
    width: 32%;
    margin-bottom: 2%;
  }
  .index__case__item:nth-of-type(3) {
    margin-right: 0;
  }
}
.index__case__item:last-child {
  margin-right: 0;
}
.index .price {
  background-color: #f1f1f1;
}
.index .price__inner {
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255), rgb(255, 255, 255) 1px, transparent 3px, transparent 7px);
  position: relative;
}
.index .price__inner::before, .index .price__inner::after {
  content: "";
  position: absolute;
}
.index .price__inner::before {
  border-bottom: 330px solid transparent;
  border-left: 330px solid #a80000;
}
@media screen and (max-width: 950px) {
  .index .price__inner::before {
    border-bottom: 200px solid transparent;
    border-left: 200px solid #a80000;
  }
}
@media screen and (max-width: 750px) {
  .index .price__inner::before {
    border-bottom: 150px solid transparent;
    border-left: 150px solid #a80000;
  }
}
@media screen and (max-width: 550px) {
  .index .price__inner::before {
    border-bottom: 100px solid transparent;
    border-left: 100px solid #a80000;
  }
}
.index .price__inner::after {
  border-top: 330px solid transparent;
  border-right: 330px solid #a80000;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 950px) {
  .index .price__inner::after {
    border-top: 200px solid transparent;
    border-right: 200px solid #a80000;
  }
}
@media screen and (max-width: 750px) {
  .index .price__inner::after {
    border-top: 150px solid transparent;
    border-right: 150px solid #a80000;
  }
}
@media screen and (max-width: 550px) {
  .index .price__inner::after {
    border-top: 100px solid transparent;
    border-right: 100px solid #a80000;
  }
}
.index .price__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.index .price__txt__inner {
  line-height: 1;
}
.index .price__txt--small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.index .price__txt--medium {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.index .price__txt--large {
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #a80000;
}
.index .price__txt__icon {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/index/icon--mvCatch--02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .index .price__txt__icon {
    margin-right: 10px;
    width: 70px;
    height: 70px;
  }
}
.index .desc {
  max-width: 653px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-top: 4px solid #a80000;
  border-bottom: 4px solid #a80000;
}
@media screen and (max-width: 700px) {
  .index .desc {
    width: 94%;
  }
}
@media screen and (max-width: 600px) {
  .index .desc {
    padding: 10px 20px;
  }
}
.index .desc__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.index .desc__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1250px) {
  .index .serviceBox__wrap {
    width: 96%;
  }
}
.index .serviceBox__wrap:nth-of-type(2) .serviceBox__item {
  margin-bottom: 0%;
}
@media screen and (max-width: 900px) {
  .index .serviceBox__wrap:nth-of-type(2) .serviceBox__item:nth-of-type(1), .index .serviceBox__wrap:nth-of-type(2) .serviceBox__item:nth-of-type(2) {
    margin-bottom: 4%;
  }
}
.index .faq {
  background-color: #efefef;
}
.index .faq__card__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  .index .faq__card__list {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .index .faq__card__list {
    flex-direction: column;
  }
}
.index .faq__card__item {
  background-color: #fff;
  max-width: 350px;
  padding: 30px;
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .index .faq__card__item {
    margin-right: 2%;
  }
}
@media screen and (max-width: 800px) {
  .index .faq__card__item {
    margin-right: 0;
    margin-bottom: 4%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .index .faq__card__item {
    padding: 20px;
  }
}
.index .faq__card__item:last-child {
  margin-right: 0;
}
.index .faq__card__item .br_onoff {
  display: block;
}
@media screen and (max-width: 1137px) {
  .index .faq__card__item .br_onoff {
    display: none;
  }
}
.index .faq__card__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #a80000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.index .faq__card__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.index .info {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .index .info {
    max-width: 96%;
  }
}
.index .info__list {
  margin-bottom: 20px;
}
.index .info__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a3a3a3;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  .index .info__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
  }
}
.index .info__item:first-child {
  border-top: 5px solid #000;
}
.index .info__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
  text-align: left;
}
.index .info__item a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.index .info__item a:hover::after {
  transform: scale(1, 1);
}
.index .info__day {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "New Atten";
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .index .info__day {
    margin-right: 0;
  }
}
.index .info__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .index .info__title {
    text-align: center;
  }
}
.index .btn--right {
  max-width: 1170px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .index .btn--right {
    justify-content: center;
  }
}

.info__list {
  margin-bottom: 20px;
}
.info__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a3a3a3;
  padding: 30px 60px;
  color: #4c4c4c;
}
@media screen and (max-width: 768px) {
  .info__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
  }
}
.info__item:first-child {
  border-top: 5px solid #4c4c4c;
}
.info__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  color: #4c4c4c;
}
.info__item a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4c4c4c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.info__item a:hover::after {
  transform: scale(1, 1);
}
.info__day {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "New Atten";
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .info__day {
    margin-right: 0;
  }
}
.info__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .info__title {
    text-align: center;
  }
}

.column__wrap {
  display: flex;
}
@media screen and (max-width: 900px) {
  .column__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.column__inner {
  width: 72%;
}
@media screen and (max-width: 900px) {
  .column__inner {
    width: 100%;
  }
}
.column__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .column__list {
    flex-direction: column;
    align-items: center;
  }
}
.column__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 6%;
}
@media screen and (max-width: 600px) {
  .column__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.column__item:nth-of-type(2n) {
  margin-right: 0;
}
.column__img {
  overflow: hidden;
  height: 266.59px;
}
@media screen and (max-width: 600px) {
  .column__img {
    height: auto;
  }
}
.column__img img {
  transition: all 0.3s;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
}
.column__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.column__img a:hover img {
  transform: scale(1.1);
}
.column__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
.column__day {
  font-family: "Lato";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
.column__catWrap {
  display: flex;
  flex-wrap: wrap;
}
.column__cat {
  background-color: #a80000;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.column__cat:hover {
  color: #fff;
}
.column .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.column .post-categories a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #a80000;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}
.column .post-categories a:hover {
  opacity: 0.7;
}
.column__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
.column .side {
  width: 25%;
  margin-left: 3%;
}
@media screen and (max-width: 900px) {
  .column .side {
    width: 100%;
    margin-left: 0;
    margin-top: 6%;
  }
}
.column .side__widget:nth-of-type(1) .side__widget__item:last-child {
  border-bottom: none;
}
.column .side__widget:nth-of-type(2) .side__widget__item {
  padding: 1em 0;
}
.column .side__widget:nth-of-type(2) .side__widget__item a {
  width: 79%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.column .side__widget__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #747474;
  line-height: 1;
  padding: 1em 10px;
}
.column .side__widget__item span {
  margin-left: 5px;
}
.column .side__widget__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Montserrat";
  color: #fff;
  background-color: #a80000;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
}
.column .side__widget__img {
  width: 50px;
  height: 35px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.single-column h2 {
  margin-bottom: 30px;
}
.single-column .content__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 4px solid #a80000;
  border-top: none;
  background-color: #fff;
  line-height: 1;
  padding: 0.5em 0;
}
.single-column .single img {
  width: 1185px;
}

.faq .page__ttl--faq {
  padding-top: 100px;
  margin-top: -58px;
}
.faq .page__ttl--faqFirst {
  padding-top: 100px;
  margin-top: -75px;
}
.faq .anchorLink {
  display: flex;
  flex-wrap: wrap;
}
.faq .anchorLink__item {
  width: 31.08%;
  margin-right: 3.38%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .faq .anchorLink__item {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 900px) {
  .faq .anchorLink__item {
    width: 48.31%;
    margin-right: 3.38%;
  }
  .faq .anchorLink__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 650px) {
  .faq .anchorLink__item {
    width: 100%;
    margin-right: 0;
  }
  .faq .anchorLink__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}
.faq .anchorLink__item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .faq .anchorLink__item:nth-of-type(3n) {
    margin-right: 3.38%;
  }
}
@media screen and (max-width: 650px) {
  .faq .anchorLink__item:nth-of-type(3n) {
    margin-right: 0%;
  }
}
.faq .anchorLink__item:last-child {
  margin-right: 0;
}
.faq .anchorLink__link {
  background-color: #212121;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.2rem;
  transition: 0.3s;
}
.faq .anchorLink__link::after {
  position: absolute;
  top: 50%;
  right: 21px;
  font: var(--fa-font-solid);
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-size: 3rem;
  color: #fff;
  transform: translateY(-50%);
}
.faq .definition__inner {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .faq .definition__inner {
    margin-bottom: 20px;
  }
}
.faq .definition__inner:last-child {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .faq .definition__inner:last-child {
    margin-bottom: 0;
  }
}
.faq .definition .accordion {
  color: #fff;
  background-color: #a80000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 60px 10px 80px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .faq .definition .accordion {
    padding: 10px 60px 10px 60px;
  }
}
.faq .definition .accordion::before {
  content: "Q.";
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Lato";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .faq .definition .accordion::before {
    left: 20px;
  }
}
.faq .definition .accordion::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  font: var(--fa-font-solid);
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-size: 3rem;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
.faq .definition .accordion.close::after {
  content: "\f106";
}
.faq .definition .accordion__inner {
  display: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 30px 2em 1.7em 4em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .faq .definition .accordion__inner {
    padding: 1em 1em 1em 3em;
  }
}
.faq .definition .accordion__inner::before {
  content: "A.";
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Lato";
  position: absolute;
  top: 22px;
  left: 40px;
}
@media screen and (max-width: 600px) {
  .faq .definition .accordion__inner::before {
    width: 94%;
    top: 9px;
    left: 20px;
  }
}
.faq .definition .accordion__inner .br_onoff {
  display: block;
}
@media screen and (max-width: 1200px) {
  .faq .definition .accordion__inner .br_onoff {
    display: none;
  }
}

.privacy_policy .content__txt {
  padding: 0 0 2em 0;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .privacy_policy .content__txt {
    padding: 0 0 1em 0;
  }
}
.privacy_policy .content__list {
  padding-left: 20px;
  margin-left: 1.3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .privacy_policy .content__list {
    margin-bottom: 1em;
  }
}
.privacy_policy .content__list--01 {
  padding-left: 20px;
  margin-left: 1.3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .privacy_policy .content__list--01 {
    margin-left: 1em;
  }
}
.privacy_policy .content__list--circle {
  padding-left: 20px;
  margin-left: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .privacy_policy .content__list--circle {
    margin-bottom: 1em;
    margin-left: 1em;
  }
}
.privacy_policy .content__item {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  list-style: disc;
  list-style-position: outside;
  line-height: 1.6;
}
.privacy_policy .content__item--circle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -0.5em;
}
.privacy_policy .content__item--circle::before {
  content: "⚪︎";
  display: inline-block;
}
.privacy_policy .content:last-child .content__txt {
  padding-bottom: 0;
}
.privacy_policy address {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
}
.privacy_policy address a {
  display: inline-block;
  color: #a80000;
  text-decoration: underline;
}
.privacy_policy .archive__ttl--medium {
  padding: 0 0 0 20px;
  line-height: 1.5em;
  margin-bottom: 2em;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 3px solid #a80000;
  border-left: 5px solid #a80000;
}
@media screen and (max-width: 600px) {
  .privacy_policy .archive__ttl--medium {
    margin-bottom: 1em;
  }
}

.service .page__ttl {
  margin-bottom: 30px;
}
.service__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .service__heading {
    margin-bottom: 50px;
  }
}
.service__sec {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1250px) {
  .service__sec {
    width: 94%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1200px) {
  .service__sec {
    width: 100%;
  }
}
.service__sec:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .service__sec:last-child .serviceBox__item:last-child {
    margin-bottom: 0;
  }
}
.service__sec:nth-of-type(2) .serviceBox__item {
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .service__sec:nth-of-type(2) .serviceBox__item {
    margin-bottom: 3.3%;
  }
}
@media screen and (max-width: 900px) {
  .service__sec:nth-of-type(2) .serviceBox__item:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.service__inner {
  display: flex;
}
@media screen and (max-width: 900px) {
  .service__inner {
    flex-direction: column;
  }
}
.service__img {
  width: 46.67%;
  margin-right: 3.33%;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .service__img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .service__img {
    margin-bottom: 30px;
  }
}
.service__txtArea {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .service__txtArea {
    width: 100%;
  }
}
.service .index__ttl--small {
  line-height: 1;
}
.service .index__ttl--small::before {
  top: 6px;
}
.service__txt {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2em 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .service__txt {
    padding: 1em 0;
  }
}
.service__olItem {
  list-style: decimal;
  margin-left: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.service__olItem:first-child {
  margin-top: 5px;
}
.service__olItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .service .serviceBox__wrap {
    width: 100%;
  }
}

.case__media {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .case__media {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .case__media {
    margin-bottom: 60px;
  }
}
.case__media:last-child {
  margin-bottom: 0;
}
.case__img {
  width: 45.83%;
  margin-right: 2.92%;
}
@media screen and (max-width: 1000px) {
  .case__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .case__img {
    margin-bottom: 20px;
  }
}
.case__txtArea {
  width: 51.25%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .case__txtArea {
    width: 100%;
  }
}
.case__name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .case__name {
    margin-bottom: 10px;
  }
}
.case__catList {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.case__cat {
  background-color: #a80000;
  color: #fff;
  line-height: 1;
  padding: 5px 2em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5em 1em 1.5em 0;
  line-height: 1.5;
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .case p {
    padding: 2em 0 3em 0;
  }
}
@media screen and (max-width: 1000px) {
  .case p {
    padding: 1em 0 2em 0;
  }
}
.case .btn {
  justify-content: normal;
}
@media screen and (max-width: 1000px) {
  .case .btn {
    justify-content: center;
  }
}
.case .btn a {
  margin: 0;
}

.single-case .single h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 4px solid #3e3e3e;
  border-top: none;
  line-height: 1;
  padding: 0.5em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .single-case .single h2 {
    margin-bottom: 30px;
  }
}
.single-case .single h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-top: 2px solid #3e3e3e;
  border-bottom: 2px solid #3b3b3b;
  background-color: #fff;
  line-height: 1;
  padding: 1em;
  margin: 0 1em 30px 1em;
}
@media screen and (max-width: 600px) {
  .single-case .single h3 {
    margin: 0 0 20px 0;
  }
}
.single-case .single h4 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 2px solid #3e3e3e;
  border-left: 10px solid #3e3e3e;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.5;
  margin: 0 1em 15px 1em;
}
@media screen and (max-width: 600px) {
  .single-case .single h4 {
    margin: 0 0 20px 0;
  }
}
.single-case .single h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  margin-left: 27px;
}
@media screen and (max-width: 600px) {
  .single-case .single h5 {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .single-case .single h5 {
    line-height: 1.4;
  }
}
.single-case .single h5::before {
  display: block;
  content: "";
  background-color: #3e3e3e;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 500px) {
  .single-case .single h5::before {
    top: 7px;
  }
}
.single-case .single p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 1.5em;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .single-case .single p {
    padding: 0;
    margin-bottom: 50px;
  }
}
.single-case .btn {
  margin-top: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .single-case .btn {
    flex-direction: column;
    align-items: center;
  }
}
.single-case .btn__case {
  width: 112px;
}
@media screen and (max-width: 600px) {
  .single-case .btn__case {
    margin-bottom: 20px;
    width: 250px;
  }
}
.single-case .btn__case a {
  width: auto;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.single-case .btn__return {
  width: 166px;
}
@media screen and (max-width: 600px) {
  .single-case .btn__return {
    width: 250px;
  }
}

.concept .inner {
  padding-bottom: 0;
}
.concept__media {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .concept__media {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .concept__media {
    flex-direction: column;
  }
}
.concept__img {
  width: 46.67%;
  margin-right: 3.33%;
}
@media screen and (max-width: 1000px) {
  .concept__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.concept__txtArea {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .concept__txtArea {
    width: 100%;
  }
}
.concept__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .concept__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 410px) {
  .concept__ttl {
    text-align: left;
  }
}
.concept__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.concept .features {
  padding-bottom: 1440px;
}
@media screen and (max-width: 1497px) {
  .concept .features {
    padding-bottom: 1470px;
  }
}
@media screen and (max-width: 1473px) {
  .concept .features {
    padding-bottom: 1500px;
  }
}
@media screen and (max-width: 1292px) {
  .concept .features {
    padding-bottom: 1530px;
  }
}
@media screen and (max-width: 1140px) {
  .concept .features {
    padding-bottom: 1560px;
  }
}
@media screen and (max-width: 1105px) {
  .concept .features {
    padding-bottom: 1590px;
  }
}
@media screen and (max-width: 988px) {
  .concept .features {
    padding-bottom: 1610px;
  }
}
@media screen and (max-width: 964px) {
  .concept .features {
    padding-bottom: 1640px;
  }
}
@media screen and (max-width: 927px) {
  .concept .features {
    padding-bottom: 1680px;
  }
}
@media screen and (max-width: 922px) {
  .concept .features {
    padding-bottom: 1710px;
  }
}
@media screen and (max-width: 900px) {
  .concept .features {
    padding-bottom: 1560px;
  }
}
@media screen and (max-width: 823px) {
  .concept .features {
    padding-bottom: 1600px;
  }
}
@media screen and (max-width: 804px) {
  .concept .features {
    padding-bottom: 1640px;
  }
}
@media screen and (max-width: 772px) {
  .concept .features {
    padding-bottom: 1670px;
  }
}
@media screen and (max-width: 768px) {
  .concept .features {
    padding-bottom: 1700px;
  }
}
@media screen and (max-width: 750px) {
  .concept .features {
    padding-bottom: 1440px;
  }
}
@media screen and (max-width: 661px) {
  .concept .features {
    padding-bottom: 1520px;
  }
}
@media screen and (max-width: 651px) {
  .concept .features {
    padding-bottom: 1550px;
  }
}
@media screen and (max-width: 650px) {
  .concept .features {
    padding-bottom: 1510px;
  }
}
@media screen and (max-width: 600px) {
  .concept .features {
    padding-bottom: 1210px;
  }
}
@media screen and (max-width: 593px) {
  .concept .features {
    padding-bottom: 1240px;
  }
}
@media screen and (max-width: 576px) {
  .concept .features {
    padding-bottom: 1260px;
  }
}
@media screen and (max-width: 574px) {
  .concept .features {
    padding-bottom: 1290px;
  }
}
@media screen and (max-width: 518px) {
  .concept .features {
    padding-bottom: 1330px;
  }
}
@media screen and (max-width: 474px) {
  .concept .features {
    padding-bottom: 1370px;
  }
}
@media screen and (max-width: 472px) {
  .concept .features {
    padding-bottom: 1390px;
  }
}
@media screen and (max-width: 457px) {
  .concept .features {
    padding-bottom: 1410px;
  }
}
@media screen and (max-width: 455px) {
  .concept .features {
    padding-bottom: 1440px;
  }
}
@media screen and (max-width: 440px) {
  .concept .features {
    padding-bottom: 1460px;
  }
}
@media screen and (max-width: 423px) {
  .concept .features {
    padding-bottom: 1490px;
  }
}
@media screen and (max-width: 389px) {
  .concept .features {
    padding-bottom: 1550px;
  }
}
@media screen and (max-width: 355px) {
  .concept .features {
    padding-bottom: 1630px;
  }
}
@media screen and (max-width: 351px) {
  .concept .features {
    padding-bottom: 1660px;
  }
}
@media screen and (max-width: 348px) {
  .concept .features {
    padding-bottom: 1690px;
  }
}
@media screen and (max-width: 338px) {
  .concept .features {
    padding-bottom: 1780px;
  }
}
@media screen and (max-width: 325px) {
  .concept .features {
    padding-bottom: 1820px;
  }
}
@media screen and (max-width: 321px) {
  .concept .features {
    padding-bottom: 1850px;
  }
}
@media screen and (max-width: 304px) {
  .concept .features {
    padding-bottom: 1950px;
  }
}
.concept .features__list--txt {
  padding-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .concept .features__list--txt {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 410px) {
  .concept .features__list--txt {
    text-align: left;
  }
}
.concept .features__item--txt {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .concept .features__item--txt {
    padding: 35px 0 20px;
  }
}
.concept .features__item--txt::before {
  display: none;
}
.concept .features__item--txtTtl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.concept .features__item--txtTtl::before {
  content: counter(number, decimal-leading-zero) "";
  font-family: "Adobe Garamond Pro";
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  color: #a80000;
  left: -95px;
  top: -46px;
}
@media screen and (max-width: 750px) {
  .concept .features__item--txtTtl::before {
    font-size: 40px;
    font-size: 4rem;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.concept .features__item--txtTxt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.concept .index__ttl {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .concept .index__ttl {
    padding-top: 50px;
  }
}

.about__media {
  margin-bottom: 30px;
}
.about__inner {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .about__inner {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .about__inner {
    flex-direction: column;
  }
}
.about__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 4px solid #3e3e3e;
  border-top: none;
  line-height: 1;
  padding: 0.5em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .about__ttl {
    margin-bottom: 30px;
  }
}
.about__img {
  width: 46.67%;
  margin-right: 3.33%;
}
@media screen and (max-width: 1000px) {
  .about__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.about__txtArea {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .about__txtArea {
    width: 100%;
  }
}
.about__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.about__txt--right {
  margin-top: 20px;
  text-align: right;
}
.about__logo img {
  margin: 0 auto;
  width: 560px;
}
@media screen and (max-width: 800px) {
  .about__logo img {
    width: 75%;
  }
}
.about .archive__ttl--01 {
  border-bottom: 5px solid #3e3e3e;
  margin-bottom: 40px;
}

.contact {
  overflow: hidden;
}
.contact__wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.contact__caution {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}
.contact__caution span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #bf2727;
}
.contact dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 940px) {
  .contact dl {
    display: block;
  }
}
.contact dl.first {
  border-top: 3px solid #3e3e3e;
}
.contact dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 24%;
  margin-right: 40px;
  padding: 40px 0 40px 60px;
}
@media screen and (max-width: 940px) {
  .contact dt {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: left;
    padding: 1rem;
    background: #f8f8f8;
  }
}
.contact dt span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  color: #bf2727;
}
.contact dd {
  width: 59%;
  padding: 40px 20px 40px 10px;
}
@media screen and (max-width: 940px) {
  .contact dd {
    width: 100%;
    padding: 0 0 2rem 1rem;
  }
}
.contact dd input[type=text],
.contact dd input[type=tel],
.contact dd input[type=email],
.contact dd textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.contact dd input[type=text]:focus,
.contact dd input[type=tel]:focus,
.contact dd input[type=email]:focus,
.contact dd textarea {
  color: #000000;
}
.contact dd textarea {
  color: #000000;
  height: 200px;
}
.contact dd ::-moz-placeholder {
  color: #e3e3e3;
}
.contact dd ::placeholder {
  color: #e3e3e3;
}
.contact dd input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #b0b0b0;
  border-radius: 50%;
  margin: 0 10px 3px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact dd input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b0b0b0;
  content: "";
}
.contact .bg-checkbox input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0 5px 5px 0;
  border: 1px solid #e3e3e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
}
.contact .bg-checkbox input[type=checkbox]:checked::before {
  position: absolute;
  padding-left: 6px;
  color: #a80000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  content: "\f00c";
}
.contact a {
  display: inline-block;
  text-decoration: underline;
  color: #a80000;
}
.contact a:hover {
  text-decoration: none;
}
.contact .flexColumn {
  flex-direction: column;
  align-items: normal;
}
.contact .flexColumn > dt {
  width: 100%;
  padding: 40px 20px 5px 60px;
  margin-right: 0;
}
@media screen and (max-width: 940px) {
  .contact .flexColumn > dt {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: left;
    padding: 1rem;
    background: #f8f8f8;
  }
}
.contact .flexColumn > dd {
  width: 100%;
  padding: 0 20px 40px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 940px) {
  .contact .flexColumn > dd {
    width: 100%;
    padding: 0 0 2rem 1rem;
  }
}
@media screen and (max-width: 780px) {
  .contact .flexColumn span {
    width: 100%;
    margin-right: 0;
  }
}
.contact .flexColumn span:last-child {
  margin-right: 0;
}
.contact .flexColumn span label {
  display: flex;
  align-items: center;
}
.contact .flexColumn .wpcf7-list-item {
  margin: 0 40px 0 0;
}
.contact__btnArea {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 700px) {
  .contact__btnArea {
    flex-direction: column;
    align-items: center;
  }
}
.contact__btn {
  width: 280px;
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .contact__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact__btn:last-child {
  margin-right: 0;
}
.contact .wpcf7-previous,
.contact .wpcf7-submit {
  padding: 1em !important;
  background-color: #a80000;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  width: 280px;
  transition: 0.5s;
  border: none;
}
.contact .wpcf7-previous:hover,
.contact .wpcf7-submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
.contact .wpcf7-previous {
  background-color: #3e3e3e;
}
.contact__thanks__ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact__thanks__ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .contact__thanks__ttl {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}
.contact__thanks__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact__thanks__txt {
    margin-bottom: 4.5rem;
    text-align: left;
  }
}
.contact__thanks__btn {
  width: 280px;
  margin: 0 auto;
}
.contact__thanks__btn a {
  display: block;
  width: 100%;
  background: #a80000;
  padding: 20px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.contact__thanks__btn a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.contact .wpcf7-not-valid-tip {
  display: none;
}
.contact .wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=style.css.map */