@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

html {
  font-size: 15px;
  line-height: 1.448;
  color: #333;
  letter-spacing: 0.1em;
  word-break: break-all;
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
}

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

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

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 84px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  position: relative;
  margin-left: 28px;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 142px;
    margin-left: 22px;
  }
}
.headerLink {
  position: relative;
  display: flex;
  gap: 29px;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  margin-right: 30px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .headerLink {
    display: none;
  }
}
.headerLink__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.headerLink__item a._parent {
  position: relative;
  padding-right: 11px;
  font-weight: bold;
  transition: all 0.3s;
}
.headerLink__item a._parent::before, .headerLink__item a._parent::after {
  position: absolute;
  top: 50%;
  content: "";
  background: #c8161d;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.headerLink__item a._parent::before {
  right: 0;
  width: 8px;
  height: 2px;
}
.headerLink__item a._parent::after {
  right: 3px;
  width: 2px;
  height: 8px;
}
.headerLink__item:hover a._parent {
  color: #c8161d;
}
.headerLink__item:hover a._parent::before {
  transform: translateY(-50%) rotate(45deg);
}
.headerLink__item:hover a._parent::after {
  transform: translateY(-50%) rotate(45deg);
}
.headerLink__item._communication:hover .headerLink__sub._communication {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._broadcast:hover .headerLink__sub._broadcast {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._solution:hover .headerLink__sub._solution {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._product:hover .headerLink__sub._product {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__sub {
  position: absolute;
  top: 100%;
  left: -20px;
  display: grid;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 17px;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.headerLink__sub a._child {
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.headerLink__sub a._child:hover {
  color: #c8161d;
}
.headerLink__sub a._child::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #c8161d;
}
.header__mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #c8161d;
  transition: all 0.3s ease;
}
.header__mail a img {
  width: 31px;
}
@media only screen and (max-width: 1024px) {
  .header__mail a {
    width: 70px;
    height: 70px;
  }
}
.header__mail a:hover {
  background: #a00f15;
}
@media only screen and (max-width: 1024px) {
  .header__mail {
    margin-right: 70px;
    margin-left: auto;
  }
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  padding: 0 22px;
  padding-bottom: 120px;
  overflow-y: scroll;
  pointer-events: none;
  background: #3d3d3d;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1025px) {
  .drawerWrap {
    display: none;
    pointer-events: none;
    opacity: 0;
  }
}
._active .drawer {
  pointer-events: auto;
  opacity: 1;
}
.drawer .header__logo {
  position: absolute;
  top: 19px;
  z-index: 50;
  width: 142px;
  margin-left: 0;
}
.drawer .header__logo svg {
  width: 100%;
  fill: #fff;
}
.drawerTopList {
  width: 100%;
  padding-top: 95px;
  background: #3d3d3d;
}
.drawerTopList__item {
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.drawerTopList__item a {
  color: #fff;
}
.drawerTopList__item a.drawaeTopLIst__parent {
  position: relative;
  display: block;
}
.drawerTopList__item a.drawaeTopLIst__parent::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 3px;
  content: "";
  background: #fff;
  transition: transform 0.3s;
  transform: translateY(-50%);
}
.drawerTopList__item a.drawaeTopLIst__parent::after {
  position: absolute;
  top: 24px;
  right: 5.5px;
  width: 3px;
  height: 14px;
  content: "";
  background: #fff;
  transition: transform 0.3s;
}
.drawerTopList__item a._parentMenu {
  display: block;
  padding: 20px 0;
}
.drawerTopList__detail {
  gap: 20px;
}
.drawerTopList__detail a {
  position: relative;
  display: block;
  padding-left: 22px;
  margin-top: 20px;
  font-weight: normal;
}
.drawerTopList__detail a:first-child {
  margin-top: 10px;
}
.drawerTopList__detail a:last-child {
  margin-bottom: 20px;
}
.drawerTopList__detail a::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #c8161d;
}
.drawerBottomList {
  display: grid;
  gap: 15px;
  margin-top: 50px;
}
.drawerBottomList__item a {
  color: #fff;
}
.drawer__logo {
  position: absolute;
  top: 12.5px;
  left: 5%;
  width: 30.74%;
}
.drawer__logo svg {
  width: 100%;
}
.drawerButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 70px;
  height: 70px;
}
.drawerButton__inner {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  background: #3d3d3d;
}
._active .drawerButton__inner {
  border-color: #fff;
}
.drawerButton__top {
  position: absolute;
  top: 25px;
  left: 50%;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__top {
  left: 30px;
  transform: translateY(20.5px) rotate(45deg) translateX(-50%);
}
.drawerButton__med {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__med {
  opacity: 0;
}
.drawerButton__bottom {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  transition: transform 0.3s;
  transform: translateX(-50%);
}
._active .drawerButton__bottom {
  left: 30px;
  transform: translateY(-19px) rotate(-45deg) translateX(-50%);
}

.js-accordion:not(._open) .js-accordionContent {
  display: none;
}
.js-accordion._open .js-accordionContent {
  display: block;
}
.js-accordion._open .js-accordionBtn::after {
  transform: rotate(90deg);
}
.js-accordion .js-accordionContent {
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

body._drawerOpen {
  overflow: hidden;
}

.footer {
  background: #f4f4f4;
}
.footer__inner {
  display: flex;
  align-items: center;
  width: min(100% - 30px, 1140px);
  padding: 27px 0 23px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    display: block;
    padding: 50px 20px;
  }
}
.footer__logo {
  width: 198px;
  padding-left: 13px;
}
@media only screen and (max-width: 1024px) {
  .footer__logo {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__contact {
    margin-left: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__contact {
    margin-top: 30px;
    text-align: center;
  }
}
.footer__contact .tile {
  display: flex;
  gap: 14px;
  align-items: normal;
}
@media only screen and (max-width: 1024px) {
  .footer__contact .tile {
    display: block;
  }
}
.footer__number {
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .footer__number {
    margin-top: 5px;
  }
}
.footer__number span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
}
.footer__time {
  margin-top: 36px;
  font-size: 13px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .footer__time {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .footer__btn {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__btn {
    margin-top: 42px;
    text-align: center;
  }
}
.footer__privacy {
  width: 76px;
  height: 76px;
}
@media only screen and (min-width: 1025px) {
  .footer__privacy {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__privacy {
    margin-top: 49px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .copyright {
  padding-top: 26px;
  padding-bottom: 46px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #828282;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .copyright {
    padding-bottom: 55px;
  }
}

.mv {
  position: relative;
  width: 95%;
  margin-top: 84px;
  margin-left: auto;
}
.mv.-inview .mv__title._en, .mv.-inview .mv__title._ja {
  opacity: 0;
  animation: 0.3s ease-in MvFadeUpAnime, 0.6s ease-in test;
  animation-duration: 0.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 1024px) {
  .mv {
    width: 94.3%;
    margin-top: 69px;
  }
}
.mv__img {
  position: relative;
}
.mv__img::before {
  display: block;
  padding-top: 56.14%;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .mv__img::before {
    padding-top: 100%;
  }
}
.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__titles {
  position: absolute;
  top: 42%;
  width: 78%;
}
@media only screen and (min-width: 1025px) {
  .mv__titles {
    left: 50%;
    max-width: 1103px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .mv__titles {
    top: 35%;
    left: 7.336%;
    width: 92%;
  }
}
@media only screen and (min-width: 1025px) {
  .mv__titleEnglish {
    display: flex;
    gap: 5px;
    justify-content: center;
    max-width: 1103px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__title._en {
    width: 89%;
  }
}
.mv__title._en._02 {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 1024px) {
  .mv__title._en._02 {
    width: 80%;
    margin-top: 14px;
  }
}
.mv__title._ja {
  width: 32%;
  max-width: 343px;
  animation-delay: 1.25s !important;
}
@media only screen and (min-width: 1025px) {
  .mv__title._ja {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__title._ja {
    width: 79%;
    margin-top: 20px;
  }
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 30px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #c8161d;
  border: 1px solid #c8161d;
  border-radius: 47px;
  transition: 0.3s;
}
.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 125%;
  height: 125%;
  content: "";
  background: #fff;
  transition: transform ease 0.3s;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.btn:hover {
  color: #c8161d;
}
.btn:hover::before {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.btn._banner {
  padding: 15px 65px;
}
.btn._footer {
  padding: 12px 38px;
}
.btn._list {
  padding: 15px 67px;
}
.btn._white {
  color: #c8161d;
  background: #fff;
  border: 1px solid #fff;
}
.btn._white::before {
  background: #c8161d;
}
.btn._white:hover {
  color: #ddd;
}

.label {
  display: inline-block;
  padding: 2px 10px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #c8161d;
}

.information {
  padding-top: 419px;
  padding-bottom: 84px;
  margin-top: -363px;
  background: #f1efef;
}
@media only screen and (max-width: 1024px) {
  .information {
    padding-top: 440px;
    padding-bottom: 60px;
  }
}
.information._detail {
  background: #fff;
}
.information__inner {
  display: grid;
  align-items: flex-start;
  max-width: 1367px;
}
@media only screen and (min-width: 1025px) {
  .information__inner {
    grid-template-columns: 27.5% auto;
    gap: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .information__inner {
    gap: 12px;
  }
}
.information__box {
  position: relative;
  z-index: 2;
  padding-top: 67px;
  padding-bottom: 65px;
  margin-top: -130px;
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .information__box {
    width: 94.358%;
    padding: 20px 24px;
  }
}
.information__box__inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .information__box__inner {
    flex-direction: column;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .information__box__inner {
    align-items: center;
  }
}
.information__title {
  color: #fff;
}
.information__title._en {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 100;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .information__title._en {
    font-size: 32px;
  }
}
.information__title._ja {
  margin-top: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .information__title._ja {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .information__btn {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .information__btn {
    margin-top: 7px;
    margin-left: auto;
  }
}
.informationList {
  display: grid;
  gap: 18px;
}
@media only screen and (max-width: 1024px) {
  .informationList {
    gap: 31px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.informationList__item {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .informationList__item .label {
    min-width: 141px;
  }
}
@media only screen and (max-width: 1024px) {
  .informationList__item {
    display: grid;
    gap: 8px;
  }
}
.informationList__info {
  display: flex;
  gap: 18px;
}
.informationList__title {
  transition: all 0.3s ease;
}
.informationList__title:hover {
  color: #c8161d;
}
.informationList__date {
  white-space: nowrap;
}

.slide {
  position: relative;
  overflow-x: hidden;
  background: #f1efef;
}
.slide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 174px;
  content: "";
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .slide::after {
    height: 145px;
  }
}
.slide .swiper {
  overflow: visible !important;
}
.slide .swiper-wrapper {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-wrapper {
    padding-bottom: 67px;
  }
}
.slide .swiper-slide {
  position: relative;
  width: 26.666%;
  transition: all 0.3s ease;
}
.slide .swiper-slide:hover {
  opacity: 0.6;
}
.slide .swiper-slide::before {
  display: block;
  padding-top: 55%;
  content: "";
}
.slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-slide {
    width: 91%;
  }
}
.slide .swiper-pagination {
  bottom: 20px;
}
.slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ff777c;
  opacity: 1;
}
.slide .swiper-pagination-bullet-active {
  background: #fff;
}

._link {
  transition: all 0.3s;
}
._link:hover {
  opacity: 0.7;
}

.service__top {
  padding-top: 121px;
  padding-bottom: 106px;
  background: url(../img/logo_bg.svg) no-repeat right top 75px;
}
@media only screen and (max-width: 1024px) {
  .service__top {
    padding-top: 75px;
    padding-bottom: 95px;
    background-position: right -300px bottom 30px;
    background-size: 600px auto;
  }
}
.service__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 43.2px;
}
@media only screen and (min-width: 1025px) {
  .service__heading {
    margin-left: 12.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .service__heading {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 20px;
    line-height: 36px;
  }
}
.serviceList__inner {
  display: flex;
  gap: 5.86%;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .serviceList__inner {
    display: grid;
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .serviceList__item {
    padding-right: 22px;
    padding-left: 22px;
  }
}
.serviceList__item:nth-child(even) .serviceList__inner {
  flex-direction: row-reverse;
  gap: 10.76%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .serviceList__item:nth-child(even) .serviceList__inner {
    gap: 30px;
  }
}
.serviceList__item:nth-child(2) {
  padding-bottom: 184px;
  margin-top: 177px;
  background: #f4f4f4;
}
@media only screen and (max-width: 1024px) {
  .serviceList__item:nth-child(2) {
    padding-bottom: 164px;
    margin-top: 126px;
  }
}
.serviceList__item:nth-child(2) .service__img {
  margin-top: -127px;
}
@media only screen and (max-width: 1024px) {
  .serviceList__item:nth-child(2) .service__img {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 1025px) {
  .serviceList__item:nth-child(2) .service__content {
    width: 38.7%;
    padding-right: 0;
    padding-left: 43px;
    margin-top: -86px;
  }
}
.serviceList__item:nth-child(3) {
  margin-top: -80px;
}
.serviceList__item:nth-child(4) {
  position: relative;
  z-index: 2;
  padding-bottom: 83px;
  margin-top: 196px;
  background: #f4f4f4;
}
@media only screen and (max-width: 1024px) {
  .serviceList__item:nth-child(4) {
    padding-bottom: 56px;
    margin-top: 140px;
  }
}
.serviceList__item:nth-child(4) .service__img {
  margin-top: -127px;
}
@media only screen and (max-width: 1024px) {
  .serviceList__item:nth-child(4) .service__img {
    margin-top: -87px;
  }
}
@media only screen and (min-width: 1025px) {
  .serviceList__item:nth-child(4) .service__content {
    width: 38.7%;
    padding-right: 0;
    padding-left: 43px;
    margin-top: -87px;
  }
}
.service__img {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .service__img {
    width: 39.97%;
  }
}
.service__img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.service__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__content {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .service__content {
    width: 43.57%;
    padding-right: 20px;
  }
}
.service__num {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  color: #c8161d;
  text-align: left;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .service__num {
    font-size: 22px;
    line-height: 25px;
  }
}
.service__num span {
  display: block;
  margin-left: -8px;
  font-size: 115px;
  line-height: 110px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .service__num span {
    font-size: 86px;
    line-height: 86px;
  }
}
.service__tile {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .service__tile {
    display: contents;
  }
}
@media only screen and (max-width: 1024px) {
  .service__titles {
    margin-top: 13px;
  }
}
.service__title._ja {
  font-size: 32px;
  font-weight: bold;
}
.service__title._en {
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #c8161d;
  letter-spacing: 0;
}
.service__btn {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .service__btn {
    position: absolute;
    top: 50px;
    right: 0;
  }
}
.service__text {
  margin-top: 26px;
  line-height: 27px;
}
@media only screen and (max-width: 1024px) {
  .service__text {
    margin-top: 20px;
  }
}
.service__list {
  display: grid;
  gap: 14px 0;
  margin-top: 41px;
}
@media only screen and (min-width: 1025px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .service__list {
    gap: 16px 0;
    margin-top: 33px;
  }
}
.service__item {
  position: relative;
  padding-left: 20px;
}
.service__item::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #c8161d;
}

.bannerLink {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .bannerLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bannerLink__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__item {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .bannerLink__item {
    display: grid;
    grid-template-columns: 85px auto;
    gap: 30px;
    height: 156px;
    padding: 20px;
  }
}
.bannerLink__item::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  background: rgba(255, 255, 255, 0.8);
}
.bannerLink__item._corporate {
  background: #3d3d3d;
}
.bannerLink__item._recruit {
  background: #c8161d;
}
.bannerLink__img {
  text-align: center;
}
.bannerLink__title {
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__title {
    text-align: center;
  }
}
.bannerLink__title._en {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 100;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__title._en {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .bannerLink__title._en {
    font-size: 24px;
  }
}
.bannerLink__title._ja {
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .bannerLink__title._ja {
    margin-top: 7px;
  }
}

.bannerCase {
  padding: 148px 20px 153px;
  color: #fff;
  background: url(../img/banner_case.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 1024px) {
  .bannerCase {
    padding: 129px 20px 115px;
  }
}
.bannerCase__title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bannerCase__title {
    font-size: 32px;
  }
}
.bannerCase__text {
  max-width: 757px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  line-height: 27px;
}
.bannerCase__btn {
  margin-top: 53px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bannerCase__btn {
    margin-top: 42px;
  }
}

.fv {
  height: 340px;
  margin-top: 84px;
  background: url(../img/fv.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 1024px) {
  .fv {
    position: relative;
    height: 160px;
    margin-top: 69px;
  }
}
.fv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .fv__title {
    position: absolute;
    top: 74px;
    width: 100%;
    height: auto;
    font-size: 24px;
  }
}

.breadcrumbList {
  display: flex;
  align-items: center;
  width: min(100% - 22px, 1128px);
  margin-inline: auto;
  margin-top: 9px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbList {
    width: min(100% - 30px, 1128px);
  }
}
.breadcrumb__item {
  font-size: 12px;
}
.breadcrumb__item:not(:first-child) {
  position: relative;
  margin-left: 20px;
}
.breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -12px;
  content: "»";
  transform: translateY(-50%);
}
.breadcrumb__item a {
  transition: all 0.3s ease;
}
.breadcrumb__item a:hover {
  color: #c8161d;
}

.list__dls {
  margin-top: 30px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .list__dls {
    margin-top: 10px;
    margin-bottom: 100px;
  }
}
.list__dl {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .list__dl {
    grid-template-columns: 200px auto;
  }
}
.list__dt {
  padding: 27px 0;
  font-weight: bold;
  line-height: 28.8px;
  border-bottom: 1px solid #c8161d;
}
@media only screen and (max-width: 1024px) {
  .list__dt {
    position: relative;
    padding: 25px 0 0 12px;
    border: none;
  }
  .list__dt::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    height: 20px;
    content: "";
    background: #c8161d;
  }
}
.list__dd {
  padding: 27px 0 27px 23px;
  line-height: 28.8px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .list__dd {
    padding: 0 0 16px 12px;
    margin-top: 9px;
  }
}
.list__btn {
  margin-top: 113px;
  margin-bottom: 150px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .list__btn {
    margin-top: 93px;
    margin-bottom: 124px;
  }
}

.inner {
  width: min(100% - 44px, 1128px);
  margin-inline: auto;
}

.card {
  padding-top: 18px;
  border-top: 1px solid #ccc;
}
.card a:hover .card__img {
  opacity: 0.6;
}
.card a:hover .card__title {
  color: #c8161d;
}
.cardList {
  display: grid;
  gap: 55px;
}
@media only screen and (min-width: 1025px) {
  .cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 67px 87px;
  }
}
.card__img {
  position: relative;
  transition: opacity 0.3s ease;
}
.card__img::before {
  display: block;
  padding-top: 38.461%;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .card__img::before {
    padding-top: 57.803%;
  }
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .card__title {
    line-height: 36px;
  }
}
.card__genre {
  margin-top: 10px;
  line-height: 27px;
}
.card__text {
  margin-top: 10px;
  line-height: 27px;
}
.card__text a {
  color: #c8161d;
  text-decoration: underline;
}
.card__text a:hover {
  text-decoration: none;
}

.newsList {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .newsList {
    margin-top: 43px;
  }
}
.newsList__item {
  position: relative;
  padding: 27px 98px 27px 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .newsList__item {
    padding-right: 38px;
  }
}
.newsList__item::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 25px;
  height: 25px;
  content: "";
  background: url(../img/icon_arrow.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .newsList__item::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }
}
.newsList__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  transition: all 0.3s ease;
}
.newsList__title:hover {
  color: #c8161d;
}

.pagerList {
  display: flex;
  gap: 39px;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
  margin-bottom: 168px;
}
@media only screen and (max-width: 1024px) {
  .pagerList {
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 154px;
  }
}
.pagerList__item {
  width: 24px;
  font-size: 18px;
  text-align: center;
}
.pagerList__item a,
.pagerList__item span {
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
}
.pagerList__item span._current {
  color: #c8161d;
  border-bottom: 3px solid #c8161d;
}
.pagerList__item a {
  transition: all 0.3s ease;
}
.pagerList__item a:hover {
  color: #c8161d;
}

.heading01 {
  position: relative;
  padding-top: 25px;
  margin-top: 65px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 57.6px;
}
@media only screen and (max-width: 1024px) {
  .heading01 {
    margin-top: 70px;
    font-size: 28px;
    line-height: 44.8px;
  }
}
.heading01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #c8161d;
}
.heading01._list {
  margin-bottom: 51px;
}

.heading02 {
  position: relative;
  padding-left: 23px;
  margin-top: 86px;
  margin-bottom: 36px;
  font-size: 28px;
  font-weight: bold;
  line-height: 50.4px;
}
@media only screen and (max-width: 1024px) {
  .heading02 {
    margin-top: 124px;
    font-size: 24px;
    line-height: 38.4px;
  }
}
.heading02::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 48px;
  content: "";
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .heading02::before {
    height: 100%;
  }
}

.heading03 {
  position: relative;
  padding-left: 33px;
  margin-top: 91px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 43.2px;
}
@media only screen and (max-width: 1024px) {
  .heading03 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 36px;
  }
}
.heading03::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 4px;
  content: "";
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .heading03::before {
    top: 16px;
  }
}

.heading04 {
  margin-top: 78px;
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 36px;
}

.detail {
  margin-bottom: 126px;
}
.detail .info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.detail .label {
  min-width: 140px;
}
.detail h1 {
  position: relative;
  padding-top: 20px;
  margin-top: 62px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 57.6px;
}
@media only screen and (max-width: 1024px) {
  .detail h1 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 44.8px;
  }
}
.detail h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #c8161d;
}
.detail__btn {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .detail__btn {
    margin-top: 44px;
  }
}
.detail__btn .btn {
  padding: 15px 64px;
  color: #fff;
  text-decoration: none;
}
.detail__btn .btn:hover {
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .detail {
    margin-bottom: 77px;
  }
}
.detail__contents {
  position: relative;
  padding-bottom: 61px;
  margin-bottom: 74px;
}
.detail__contents._case::before {
  display: none;
}
.detail__contents::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}
.detail__contents h1 {
  position: relative;
  padding-top: 20px;
  margin-top: 62px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 57.6px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h1 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 44.8px;
  }
}
.detail__contents h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #c8161d;
}
.detail__contents h2 {
  position: relative;
  padding-left: 23px;
  margin-top: 86px;
  margin-bottom: 47px;
  font-size: 28px;
  font-weight: bold;
  line-height: 50.4px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h2 {
    margin-top: 99px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 38.4px;
  }
}
.detail__contents h2::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 48px;
  content: "";
  background: #c8161d;
}
.detail__contents h3 {
  position: relative;
  padding-left: 33px;
  margin-top: 91px;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: bold;
  line-height: 43.2px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h3 {
    margin-top: 100px;
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 36px;
  }
}
.detail__contents h3::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 4px;
  content: "";
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h3::before {
    top: 16px;
  }
}
.detail__contents h4 {
  margin-top: 78px;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h4 {
    margin-top: 66px;
    font-size: 18px;
  }
}
.detail__contents p {
  margin-top: 62px;
  line-height: 27px;
}
.detail__contents p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents p {
    margin-top: 55px;
  }
}
.detail__contents a {
  font-weight: 500;
  color: #c8161d;
  text-decoration: underline;
}
.detail__contents a:hover {
  text-decoration: none;
}
.detail__contents ul {
  margin-top: 39px;
}
.detail__contents ul li {
  position: relative;
  padding-left: 17px;
  line-height: 37.8px;
}
.detail__contents ul li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #c8161d;
}
.detail__contents blockquote {
  padding: 30px 40px 18px;
  margin: 0;
  margin-top: 60px;
  background: #f4f4f4;
}
.detail__contents blockquote p {
  margin: 0;
}
.detail__contents blockquote p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents blockquote {
    padding: 30px 40px;
  }
}
.detail__contents img {
  width: auto;
  height: auto;
}
.detail__contents .aligncenter {
  display: block;
  margin-top: 39px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}
.detail__contents .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.detail__contents .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.detail__contents .wp-caption,
.detail__contents [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.detail__contents .wp-caption-text {
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .wp-caption-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.detail__contents table {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 34px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #ccc;
}
.detail__contents table tr {
  border: 1px solid #ccc;
}
.detail__contents table tr._top {
  font-weight: bold;
  background: #efefef;
}
.detail__contents table td {
  width: 33.3333%;
  padding: 22px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .detail__contents table td {
    padding: 11px;
  }
}

@media only screen and (min-width: 1025px) {
  .history__title {
    display: flex;
  }
}
.historySort {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .historySort {
    margin-top: 30px;
  }
}
.historySort__title {
  margin-right: 10px;
  font-size: 16px;
  color: #666;
}
.historySort__btn {
  padding: 4px 30px;
  font-size: 13px;
  color: #fff;
  background: #c8161d;
  border: 1px solid #c8161d;
  border-radius: 47px;
  transition: all 0.3s ease;
}
.historySort__btn._current {
  color: #999;
  background: #fff;
  border-color: #999;
}
.historySort__btn:not(._current):hover {
  color: #c8161d;
  background: #fff;
  border-color: #c8161d;
}
.history__table {
  position: relative;
  margin-top: 49px;
}
@media only screen and (max-width: 1024px) {
  .history__table {
    padding-left: 25px;
    margin-top: 32px;
  }
}
.history__table::before {
  position: absolute;
  top: 0;
  left: 122px;
  width: 2px;
  height: 100%;
  content: "";
  background: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .history__table::before {
    left: 10px;
  }
}
.history__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .history__content {
    display: block;
    padding-bottom: 22px;
  }
}
.history__content:not(:first-child) {
  border-top: 1px solid #ccc;
}
.history__content:first-child {
  padding-top: 10px;
}
.history__year {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .history__year {
    padding-left: 18px;
  }
}
.history__year span {
  color: #c8161d;
}
.history__year span._wrap {
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .history__year span._wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
.history__year span._wareki {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #c8161d;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .history__year span._wareki {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .history__year {
    font-size: 36px;
  }
}
.history__year::after {
  position: absolute;
  top: 16px;
  right: -32px;
  width: 13px;
  height: 13px;
  content: "";
  background: #c8161d;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .history__year::after {
    left: -21px;
  }
}
.history__detailWrap {
  display: grid;
  gap: 14px;
  width: calc(100% - 220px);
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .history__detailWrap {
    display: contents;
  }
}
.historyBox {
  padding: 20px 20px 25px;
  background: #efefef;
}
@media only screen and (max-width: 1024px) {
  .historyBox {
    margin-top: 18px;
    margin-left: 7px;
  }
}
.historyBox__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.historyBox__text {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 27px;
}
.historyBox__text::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #333;
  border-radius: 50%;
}
.history__month {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #c8161d;
  white-space: nowrap;
}
.history__text {
  position: relative;
  padding-left: 15px;
  line-height: 27px;
}
.history__text::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #c8161d;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .history__text {
    margin-top: 7px;
    margin-left: 7px;
  }
}
.history__img {
  max-width: 285px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .history__img {
    margin-top: 18px;
    margin-left: 22px;
  }
}
.history__continue {
  display: grid;
  gap: 20px;
  place-content: center;
  margin-top: 80px;
}
.history__continue .dot {
  width: 13px;
  height: 13px;
  background: #c7c7c7;
  border-radius: 50%;
}
.history__dots {
  display: grid;
  gap: 30px;
  place-content: center;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .history__dots {
    gap: 23px;
    margin-top: 70px;
  }
}
.history__dot {
  width: 13px;
  height: 13px;
  background: #c7c7c7;
  border-radius: 50%;
}
.history__btn {
  margin-top: 86px;
  margin-bottom: 148px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .history__btn {
    margin-top: 40px;
  }
}
.history__btn a {
  padding: 15px 61px;
}

.form {
  margin-top: 27px;
}
@media only screen and (max-width: 1024px) {
  .form {
    margin-top: 1px;
  }
}
.form__text {
  margin-top: 70px;
  font-size: 15px;
  line-height: 27px;
}
.form__text span {
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .form__text {
    margin-top: 60px;
    margin-bottom: 16px;
  }
}

.form__dl {
  position: relative;
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 38px 0;
}
.form__dl._contact {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .form__dl._contact::before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl._item .form__dd {
    display: contents;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dl {
    display: block;
    gap: 0;
    padding: 22px 0;
  }
}
.form__dl::before {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 1px;
  content: "";
  background: #ccc;
}
@media only screen and (max-width: 1024px) {
  .form__dl::before {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background: #c8161d;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl:has(.inputExample) {
    grid-template-columns: 200px 497px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl .inputExample {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dl .inputExample {
    margin-top: 5px;
    font-size: 12px;
  }
}

.form__dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.form__dt span._required {
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .form__dt {
    position: relative;
    padding-left: 13px;
  }
  .form__dt::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 20px;
    content: "";
    background: #c8161d;
  }
}

@media only screen and (max-width: 1024px) {
  .form__dd {
    margin-top: 15px;
  }
}
.form__dd .select {
  position: relative;
  width: 263px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .form__dd .select {
    width: 100%;
  }
}
.form__dd .select::after {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 18px;
  height: 24px;
  content: "";
  background: url(../img/icon_select.png) no-repeat center center/contain;
}
.form__dd .select select,
.form__dd .select option {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}
.form__dd input[type=text],
.form__dd input[type=tel],
.form__dd input[type=email],
.form__dd textarea {
  width: 100%;
  padding: 9px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form__dd textarea {
  width: 100%;
  height: 12em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2;
  resize: none;
  border: 1px solid #ccc;
}
._confirm .form__dd {
  margin-top: 0;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  ._confirm .form__dd {
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #333;
  }
}

.error {
  display: none;
  grid-area: 2/2/3/3;
  font-size: 15px;
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .error {
    margin-top: 10px;
  }
}
.error._check {
  display: block;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .error._check {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .error._margin {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .error {
    font-size: 13px;
  }
  .error._center {
    display: block;
    text-align: center;
  }
}

.form__btn {
  margin-top: 63px;
  margin-bottom: 125px;
  text-align: center;
}
.form__btn input[type=submit] {
  color: #fff;
}
.form__btn button {
  padding: 22px 88px;
  border-radius: 0;
  transition: opacity 0.3s ease;
}
.form__btn button::before {
  display: none;
}
.form__btn button:hover {
  color: #fff;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  .form__btn {
    margin-bottom: 94px;
  }
}

.form__terms {
  height: 266px;
  padding: 30px 35px;
  margin-top: 35px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .form__terms {
    padding: 20px;
  }
}
.form__terms__dl {
  font-size: 14px;
}
.form__terms__dl:not(:first-child) {
  margin-top: 20px;
}
.form__terms__dt {
  font-weight: bold;
  line-height: 252%;
}
.form__terms__dd {
  line-height: 25px;
}

.privacyPolicy__wrap {
  position: relative;
  margin-top: 47px;
}
@media only screen and (min-width: 1025px) {
  .privacyPolicy__wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__wrap {
    margin-top: 16px;
  }
}
.privacyPolicy__text {
  margin-bottom: 21px;
}
.privacyPolicy__check {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.privacyPolicy__check span._required {
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__check {
    padding-left: 30px;
  }
}
.privacyPolicy__check a {
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__check a {
    font-size: 13px;
  }
}

.form_check_error_box {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.form_check_error_box .c-form_error_text {
  margin-top: 0;
}
:not(.is-error) + .form_check_error_box {
  display: none;
}

.privacyPolicy__check input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
}
@media only screen and (min-width: 1025px) {
  .checkmark {
    top: 50%;
    transform: translateY(-50%);
  }
}

.checkmark::after {
  position: absolute;
  top: 0;
  left: 6px;
  width: 7px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.privacyPolicy__check input:checked + .checkmark::after {
  border-color: #333;
  opacity: 1;
}

.contactThanks {
  margin-bottom: 68px;
  text-align: center;
}

.mwform-radio-field {
  line-height: 1;
}
.mwform-radio-field label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .mwform-radio-field label {
    display: flex;
  }
}

.mwform-radio-field-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .mwform-radio-field-text {
    font-size: 13px;
  }
}
.mwform-radio-field-text::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
:checked + .mwform-radio-field-text::after {
  background: #333;
  opacity: 1;
}

.radiolist {
  max-width: 600px;
}
.radiolist + .radiolist {
  margin-top: 30px;
}
.radiolist__title {
  margin-bottom: 15px;
}
.radiolist__link {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.form__btns {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .form__btns {
    display: block;
  }
}

.confirm__text {
  margin-bottom: 43px;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .confirm__text {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.delay__05s {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 1024px) {
  .delay__05s._pc {
    animation-delay: 0s;
  }
}
.delay__10s {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 1024px) {
  .delay__10s._pc {
    animation-delay: 0s;
  }
}
.delay__15s {
  animation-delay: 1.5s !important;
}
.delay__20s {
  animation-delay: 2s !important;
}
.delay__25s {
  animation-delay: 2s !important;
}
.delay__30s {
  animation-delay: 3s !important;
}
.delay__40s {
  animation-delay: 4s !important;
}
.delay__50s {
  animation-delay: 5s !important;
}
.delay__60s {
  animation-delay: 6s !important;
}

.Animation__fadeUp {
  opacity: 0;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.Animation__fadeUp.-inview {
  animation-name: fadeUpAnime;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes MvFadeUpAnime {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes test {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search {
  display: grid;
  gap: 20px;
  align-items: flex-start;
  padding: 60px 50px;
  border: 1px solid #ccc;
}
@media only screen and (min-width: 1025px) {
  .search {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .search {
    gap: 40px;
    padding: 48px 35px 60px;
  }
}
.search .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search .labels .label {
  min-width: 0;
  transition: all 0.3s ease;
}
.search .labels .label:hover {
  opacity: 0.6;
}
.search__title {
  margin-top: 0 !important;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #c8161d;
}
.search__title._category {
  margin-bottom: 28px;
}
.search__title._archives {
  margin-bottom: 21px;
}
.search .select {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
.search .select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../img/icon_bottomarrow.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.search .select select {
  width: 100%;
  padding: 15px 20px;
  color: #666;
}
.search .select select option {
  color: #666;
}

@media only screen and (max-width: 1024px) {
  .case .heading01 {
    margin-top: 46px;
  }
}
.case .pagerList {
  margin-top: 97px;
  margin-bottom: 87px;
}
.caseCatList {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-top: 51px;
}
@media only screen and (max-width: 1024px) {
  .caseCatList {
    flex-wrap: wrap;
    gap: 15px 45px;
    margin-top: 28px;
  }
}
.caseCatList__item:not(:first-child) {
  position: relative;
}
.caseCatList__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -22px;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translateY(-50%);
}
.caseCatList__item a {
  color: #c8161d;
  text-decoration: underline;
  text-decoration-color: #c8161d;
}
.caseCatList__item a:hover {
  text-decoration: none;
}
.caseList {
  display: grid;
  gap: 48px;
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .caseList {
    margin-top: 33px;
  }
}
.caseList__item a {
  display: grid;
  grid-template-columns: 211px auto;
  gap: 53px;
}
@media only screen and (max-width: 1024px) {
  .caseList__item a {
    grid-template-columns: 94px auto;
    gap: 23px;
    align-items: flex-start;
  }
}
.caseList__item a:hover .case__img {
  opacity: 0.6;
}
.caseList__item a:hover .case__title {
  color: #c8161d;
}
.case__img {
  position: relative;
  transition: all 0.3s ease;
}
.case__img::before {
  display: block;
  padding-top: 83.886%;
  content: "";
}
.case__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__content {
  margin-top: 3px;
}
.case__content .info {
  display: flex;
  gap: 14px;
}
.case__title {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .case__title {
    font-size: 18px;
    line-height: 28.8px;
  }
}
.case__text {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  font-size: 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1024px) {
  .case__text {
    display: none;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */