@charset "UTF-8";
/*base*/
:root {
  --main-color: #e50012;
  --lightgray-bg-color: #f2f2f2;
  --middlegray-bg-color: #666;
  --darkgray-bg-color: #4d4d4d;
}

body {
  color: #000;
  background: #fff;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
section,
a {
  box-sizing: border-box;
}

a {
  color: #000;
  transition: all 0.2s;
}
a:visited {
  color: #000;
}
a img {
  transition: opacity 0.2s;
}
a:hover {
  color: rgba(0, 0, 0, 0.5);
}
a:hover img {
  opacity: 0.5;
}
a .moreline {
  opacity: 1; /* 常に不透明にする */
}

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

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

button {
  font-family: "Noto Sans JP", serif;
}

.inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.inner__content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .inner__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.main {
  position: relative;
  margin-top: 90px;
  padding-top: 0;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main {
    margin-top: 130px;
  }
}

.section {
  position: relative;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*color & parts*/
.bg--red {
  background: var(--main-color);
}
.bg--gray01 {
  background: var(--darkgray-bg-color);
}
.bg--gray02 {
  background: var(--lightgray-bg-color);
}

.f_blue,
a.f_blue {
  color: #000;
}
.f_white,
a.f_white {
  color: #fff;
}
.f_red,
a.f_red {
  color: var(--main-color);
}

.border-gray {
  border: 1px solid #666;
}
.border-red {
  border: 1px solid var(--main-color);
}

.line {
  border: 0;
  margin: 0;
  border-bottom: 1px solid var(--middlegray-bg-color);
}

._text {
  position: relative;
  padding: 0 5px 0 0;
  background: #fff;
  display: inline-block;
  z-index: 10;
}
._text-gray {
  position: relative;
  padding: 0 5px 0 0;
  background: e-block;
  z-index: 10;
  background: var(--lightgray-bg-color);
}

.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--main-color);
}
@media (min-width: 768px) {
  .triangle {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid var(--main-color);
  }
}

/*Font size & family & weight*/
.f-pagetitle {
  font-size: 30px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-pagetitle {
    font-size: 60px;
  }
}

.f-title-eng {
  font-size: 40px;
  font-family: "century-gothic", serif;
  font-weight: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .f-title-eng {
    font-size: 130px;
    font-weight: 300;
  }
}

.f-title-contents {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-title-contents {
    font-size: 50px;
  }
}

.f-headline {
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-headline {
    font-size: 30px;
  }
}

.f-headline-lg {
  font-size: 22px;
  font-weight: bold;
  font-weight: 600;
}
@media (min-width: 768px) {
  .f-headline-lg {
    font-size: 40px;
  }
}

.f-lg {
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 768px) {
  .f-lg {
    font-size: 24px;
  }
}

.f-md {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-md {
    font-size: 20px;
  }
}

.f-sm {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-sm {
    font-size: 16px;
  }
}

.f-sm2 {
  font-size: 12px;
  font-weight: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .f-sm2 {
    font-size: 14px;
  }
}

.f-xs {
  font-size: 10px;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 768px) {
  .f-xs {
    font-size: 12px;
  }
}

.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}

.century {
  font-family: "century-gothic", serif;
}

.f-bold {
  font-weight: bold;
  font-weight: 700;
}

.f-w-md {
  font-weight: normal;
  font-weight: 500;
}

.f-noto-reg {
  font-weight: normal;
  font-weight: 400;
}

.f-century-reg {
  font-weight: normal;
  font-weight: 300;
}

/*letter-spacing*/
.spacing-75 {
  letter-spacing: 0.075em;
}

.spacing-5 {
  letter-spacing: 0.05em;
}

/*padding & margin*/
.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

/*Parts*/
.sp__column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sp__column {
    flex-direction: row;
  }
}

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

.sec__title {
  display: block;
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
  font-family: "century-gothic", serif;
}
@media (min-width: 768px) {
  .sec__title {
    font-size: 130px;
  }
}
.sec__title-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 5%;
}
.sec__subtitle {
  display: block;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 27px;
  font-weight: 500;
}
.sec__subtitle::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
}
@media (min-width: 768px) {
  .sec__subtitle {
    padding-left: 38px;
    margin-bottom: 24px;
  }
}
.sec__subtitle::before {
  width: 0.9em;
  height: 0.9em;
}
.sec__subtitle-text {
  position: relative;
  background: #fff;
  padding-right: 10px;
  z-index: 10;
}

/* 下層ページ用 */
.subpage-fv {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("/assets/img/common/dummyfv.jpg");
  text-align: center;
  color: #fff;
  overflow: hidden;
  height: 250px;
}
@media (min-width: 768px) {
  .subpage-fv {
    height: 500px;
  }
}
.subpage-fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, var(--main-color) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  height: 250px;
}
@media (min-width: 768px) {
  .subpage-fv::after {
    height: 500px;
  }
}
.subpage-fv .inner {
  height: 100%;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .subpage-fv .inner {
    padding-left: 10px;
  }
}
.subpage-fv__area {
  display: flex;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  gap: 12px;
  z-index: 10;
  bottom: 25px;
}
@media (min-width: 768px) {
  .subpage-fv__area {
    gap: 21px;
    bottom: auto;
    top: 73%;
    transform: translateY(-70%);
  }
}
.subpage-fv .title__headline {
  margin-left: 0;
}
.subpage-fv__title {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.17);
  font-family: "HiraginoSans-W7", "ヒラギノ角ゴシック W7", "Noto Sans JP", sans-serif;
  font-weight: 800;
}
.subpage-fv__copy {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.subpage-title {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .subpage-title {
    padding: 60px 0 0;
  }
}
.subpage-title .sec__subtitle {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subpage-title .sec__subtitle {
    margin-bottom: 111px;
  }
}
.subpage__description {
  display: block;
  position: relative;
  text-align: left;
  padding: 20px 20px 15px 15px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .subpage__description {
    padding: 40px 20px 32px 0;
    line-height: 2.1;
  }
}
.subpage__description.pt-0 {
  padding-top: 0;
}
.subpage__description .movebox {
  position: absolute;
  right: 0;
  top: 0;
  width: 140%;
  height: 100%;
  z-index: -1;
}
.subpage-section {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .subpage-section {
    padding: 90px 0 100px;
  }
}
.subpage-section-last {
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .subpage-section-last {
    padding-bottom: 150px;
  }
}
.subpage-section .sec__subtitle {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subpage-section .sec__subtitle {
    margin-bottom: 95px;
  }
}
.subpage-section .sec__subtitle-bottom {
  margin-bottom: 20px;
}
.subpage-section .sec__subtitle-bottom-middle {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subpage-section .sec__subtitle-bottom-middle {
    margin-bottom: 60px;
  }
}
.subpage-section .dot-title {
  display: block;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 27px;
  font-weight: 500;
}
.subpage-section .dot-title::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: var(--main-color);
}
@media (min-width: 768px) {
  .subpage-section .dot-title {
    padding-left: 1.5rem;
    margin-bottom: 24px;
  }
}
.subpage-section .dot-title::before {
  width: 0.9em;
  height: 0.9em;
}
.subpage-section .dot-title.mb-0 {
  margin-bottom: 0;
}
.subpage-section .bar-title {
  display: block;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 27px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .subpage-section .bar-title {
    padding-left: 1.5rem;
    margin-bottom: 24px;
  }
}
.subpage-section .bar-title::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background: var(--main-color);
}
.subpage-section .bar-title.mb-0 {
  margin-bottom: 0;
}
.subpage-section .section__spacing-bottom {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .subpage-section .section__spacing-bottom {
    margin-bottom: 90px;
  }
}

/*カラム・ボックスパターン*/
/* レイアウト */
.layout__column-title {
  display: block;
  position: relative;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .layout__column-title {
    flex-shrink: 0;
    min-height: 4em;
    display: flex;
    align-items: flex-start;
  }
}
.layout__column-title-border {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .layout__column-title-short {
    min-height: 2em;
  }
}
.layout__column-more {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: -10px;
  gap: 17px;
}
@media (min-width: 768px) {
  .layout__column-more {
    margin-right: -7%;
    margin-bottom: -20px;
    width: 110%;
  }
}
.layout__column-more .box-line-lr {
  position: relative;
  top: auto;
  right: auto;
  width: 68px;
  margin-left: 0;
}
.layout__column-img {
  margin-top: auto;
}
.layout__column-01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 35px;
  gap: 35px;
}
@media (min-width: 768px) {
  .layout__column-01 {
    gap: 90px;
    margin-bottom: 90px;
  }
}
.layout__column-01.mb-0 {
  margin-bottom: 0;
}
.layout__column-01._gap-tiny {
  gap: 20px;
}
@media (min-width: 768px) {
  .layout__column-01._gap-tiny {
    gap: 50px;
  }
}
.layout__column-01-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #666;
  gap: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .layout__column-01-item {
    flex-direction: row;
    align-items: stretch;
    padding: 50px;
    gap: 6.25vw;
  }
}
.layout__column-01-item .layout__column-title {
  min-height: auto;
}
.layout__column-01-left, .layout__column-01-right {
  flex: 1;
}
.layout__column-01-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.2/1;
}
.layout__column-01-left img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.2/1;
}
@media (min-width: 768px) {
  .layout__column-01-left {
    max-width: 460px;
  }
}
.layout__column-01-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .layout__column-01-right {
    gap: 35px;
  }
}
.layout__column-01-right .card__original-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 5px;
}
.layout__column-01-right .card__original-item {
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .layout__column-01 .layout__column-title-border {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .layout__column-01 .layout__column-more {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.layout__column-02 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  gap: 25px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .layout__column-02 {
    gap: 90px 8.3vw;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 90px;
  }
}
.layout__column-02.mb-0 {
  margin-bottom: 0;
}
.layout__column-02-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #666;
  background: #fff;
  gap: 15px;
}
@media (min-width: 768px) {
  .layout__column-02-item {
    padding: 40px 6%;
    width: calc((100% - 8.3vw) / 2);
    gap: 18px;
  }
}
.layout__column-02-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.8/1;
}
.layout__column-02-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.8/1;
}
.layout__column-03 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  gap: 25px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .layout__column-03 {
    gap: 90px 2vw;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 90px;
  }
}
.layout__column-03.mb-0 {
  margin-bottom: 0;
}
.layout__column-03-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #666;
  gap: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  .layout__column-03-item {
    padding: 40px 3%;
    width: calc((100% - 4vw) / 3);
    gap: 18px;
  }
}
.layout__column-03-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.4/1;
}
.layout__column-03-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.4/1;
}
@media (min-width: 768px) {
  .layout__column-03 .layout__column-more {
    margin-right: -5px;
    width: 105%;
    gap: 5px;
  }
}
.layout__column-03 .layout__column-more .box-line-lr {
  width: 60px;
}
@media (min-width: 768px) {
  .layout__column-03 .layout__column-more.f-md {
    font-size: 18px;
  }
}

.item-round {
  background: #fff;
  border-radius: 10px;
  border: 0;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-wrap {
  margin-top: 40px;
}
.btn-item {
  position: relative;
  border: 1px solid #666;
  padding: 15px 20px;
  text-align: left;
  line-height: 1.2;
  background: #fff;
}
@media (min-width: 768px) {
  .btn-item {
    padding: 27px 10px;
    text-align: center;
  }
}
.btn-item.bg--gray01 {
  background: var(--darkgray-bg-color);
}
.btn-item .moreline {
  width: 68px;
  right: 20px;
  top: 50%;
}
@media (min-width: 768px) {
  .btn-item .moreline {
    right: 3%;
  }
}
.btn-item.border-red {
  border: 1px solid var(--main-color);
}
.btn-item-pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/img/common/icon_pdf.svg");
  width: 24px;
  height: 28px;
  top: 52%;
  left: auto;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .btn-item-pdf::after {
    right: 5%;
  }
}
.btn-item-back .moreline {
  left: 20px;
}
@media (min-width: 768px) {
  .btn-item-back .moreline {
    left: 3%;
  }
}
.btn-item-back .moreline.box-line-lr {
  margin-left: 0;
}
.btn-item-back .moreline.box-line-lr:after {
  animation: box-lr-back 2s infinite;
}
.btn-01 {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .btn-01 {
    max-width: 580px;
  }
}
.btn-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.btn-02-item {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-02-item {
    width: calc((100% - 40px) / 2);
  }
}
.btn-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 28px;
}
.btn-03-item {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-03-item {
    width: calc((100% - 56px) / 3);
  }
}
.btn-03-item.btn-item-pdf::after {
  right: 2%;
}
.btn-03-item .moreline {
  width: 60px;
}

/*swiper*/
@media (min-width: 768px) {
  .swiper01-wrap {
    align-items: center;
  }
}

.layout__column-01-left.swiper01 {
  position: relative;
  overflow: hidden;
  max-width: 460px;
  padding: 0 50px;
}
.layout__column-01-left.swiper01 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.layout__column-01-left.swiper01 .swiper-slide img {
  aspect-ratio: unset;
}
.layout__column-01-left.swiper01 .swiper-wrapper {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.layout__column-01-left.swiper01 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.layout__column-01-left.swiper01 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #b4b4b4;
  margin: 0 4px;
}
.layout__column-01-left.swiper01 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}
@media (min-width: 768px) {
  .layout__column-01-left.swiper01 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
  }
}
.layout__column-01-left.swiper01 .swiper-button-prev, .layout__column-01-left.swiper01 .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .layout__column-01-left.swiper01 .swiper-button-prev, .layout__column-01-left.swiper01 .swiper-button-next {
    transform: translateY(-20%);
    width: 30px;
    height: 50px;
  }
}
.layout__column-01-left.swiper01 .swiper-button-prev::after, .layout__column-01-left.swiper01 .swiper-button-next::after {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.layout__column-01-left.swiper01 .swiper-button-prev {
  left: 0px;
}
.layout__column-01-left.swiper01 .swiper-button-prev::after {
  background-image: url("/assets/img/common/icon-triangle-left.svg");
}
.layout__column-01-left.swiper01 .swiper-button-next {
  right: 0px;
}
.layout__column-01-left.swiper01 .swiper-button-next::after {
  background-image: url("/assets/img/common/icon-triangle-right.svg");
}

/* 表 */
.table-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.table-wrap .price-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .table-wrap .price-list {
    margin-bottom: 60px;
  }
}
.table-wrap .price-list:last-of-type {
  margin-bottom: 0;
}
.table-wrap .price-row {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
}
@media (min-width: 768px) {
  .table-wrap .price-row {
    flex-direction: row;
  }
}
.table-wrap .price-row:first-child {
  border-top: none;
}
.table-wrap .price-cell {
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .table-wrap .price-cell {
    flex: 1;
    border-top: none;
  }
}
.table-wrap .price-cell:first-child {
  border-top: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .table-wrap .price-cell:first-child {
    padding-bottom: 10px;
    border-left: none;
    border-right: 1px solid #000;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .table-wrap .price-list .price-row:nth-child(odd) {
    background-color: var(--lightgray-bg-color);
  }
}

/* スマホ版で横スワイプできる表 */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  border: 1px solid #000;
  border-top: 0;
  margin-bottom: 30px;
}
.table-scroll::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.6;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
  background-image: url("/assets/img/common/icon-scrollble.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .table-scroll::after {
    display: none;
  }
}
.table-scroll.scrolled::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .table-scroll {
    overflow-x: visible;
  }
  .table-scroll::after {
    content: none;
  }
}
.table-scroll__title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 12px 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .table-scroll__title {
    padding: 12px 20px;
  }
}
.table-scroll__title-img {
  max-width: none;
  height: 70px;
  width: auto;
}
@media (min-width: 768px) {
  .table-scroll__title-img {
    height: 100px;
  }
}
.table-scroll__title-img img {
  max-width: none;
  height: 70px;
  width: auto;
}
@media (min-width: 768px) {
  .table-scroll__title-img img {
    height: 100px;
  }
}
.table-scroll__title-icon {
  position: absolute;
  right: 3%;
  top: 40%;
  user-select: none;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .table-scroll__title-icon {
    width: 30px;
    height: 30px;
  }
}
.table-scroll__title-icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: -1;
}
@media (min-width: 768px) {
  .table-scroll__title-icon::after {
    width: 30px;
    height: 30px;
  }
}
.table-scroll__title.is-open .table-scroll__title-icon {
  color: #fff;
}
.table-scroll__title.is-open .table-scroll__title-icon::after {
  background: var(--darkgray-bg-color);
}

.flex-table {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  min-width: fit-content;
}
.flex-table__header-row {
  background: var(--darkgray-bg-color);
  color: #fff;
}
@media (min-width: 768px) {
  .flex-table__header-row {
    text-align: center;
  }
}
.flex-table__header-row, .flex-table__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #000;
}
.flex-table__header-row:last-child, .flex-table__row:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .flex-table__header-row, .flex-table__row {
    flex-wrap: wrap;
    width: auto;
  }
}
.flex-table__row:nth-of-type(even) {
  background: var(--lightgray-bg-color);
}
.flex-table__header, .flex-table__data {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding: 12px;
  white-space: normal;
  border-right: 1px solid #000;
}
.flex-table__header:last-child, .flex-table__data:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .flex-table__header, .flex-table__data {
    padding: 20px;
  }
}
.flex-table__header {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .flex-table__header {
    padding: 10px 20px;
  }
}
.flex-table__data {
  display: flex;
  align-items: center;
}
.flex-table__header--image, .flex-table__data--image {
  display: flex;
  align-items: center;
  width: 200px;
}
@media (min-width: 768px) {
  .flex-table__header--image, .flex-table__data--image {
    flex-grow: 0.8;
    width: 240px;
    justify-content: center;
  }
}
.flex-table__header--image img, .flex-table__data--image img {
  max-width: 150px;
}
@media (min-width: 768px) {
  .flex-table__header--image img, .flex-table__data--image img {
    max-width: 175px;
  }
}
.flex-table__data--image {
  background: #fff;
}
.flex-table__header--name, .flex-table__data--name {
  min-width: 150px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .flex-table__data--name {
    text-align: center;
    justify-content: center;
  }
}
.flex-table__header--product-number, .flex-table__data--product-number {
  min-width: 120px;
  flex-grow: 0.6;
}
@media (min-width: 768px) {
  .flex-table__data--product-number {
    text-align: center;
    justify-content: center;
  }
}
.flex-table__header--spec, .flex-table__data--spec {
  min-width: 250px;
  flex-grow: 2;
}
/*動くドット*/
.box {
  position: relative;
  /*ボックスタイプ*/
  /*ボックスタイプ トップAbout専用*/
  /*縦に動くドット*/
  /*横に動くドット*/
}
.box:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: var(--main-color);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .box:after {
    width: 12px;
    height: 12px;
  }
}
.box-rotate {
  border: 1px solid var(--main-color);
}
.box-rotate:after {
  animation: box-rotate 8s infinite;
}
.box-rotate-bottom {
  border: 1px solid var(--main-color);
}
.box-rotate-bottom:after {
  animation: box-rotate-bottom-sp 12s infinite;
}
@media (min-width: 768px) {
  .box-rotate-bottom:after {
    animation: box-rotate-bottom 12s infinite;
  }
}
.box-line-tb {
  border-left: 1px solid var(--main-color);
  height: 30px;
  width: 1px;
  margin-left: 30px;
  position: relative;
  z-index: 3;
}
.box-line-tb:after {
  animation: box-tb 2s infinite;
}
.box-line-lr {
  position: absolute;
  border-top: 1px solid var(--main-color);
  height: 1px;
  width: 50%;
  margin-left: 30px;
  top: calc(50% + 15px);
  right: 0;
}
.box-line-lr:after {
  animation: box-lr 2s infinite;
}

@keyframes box-tb {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes box-lr {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes box-lr-back {
  0% {
    left: 100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes box-rotate {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 100%;
    left: 0;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  75% {
    top: 0;
    left: 100%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
/*ボックスタイプ トップAbout専用SP*/
@keyframes box-rotate-bottom-sp {
  0% {
    top: 100%;
    left: calc(100% - 106.5px - 2vw);
  }
  7% {
    top: 100%;
    left: 100%;
  }
  22% {
    top: 0;
    left: 100%;
  }
  37% {
    top: 0;
    left: 0;
  }
  52% {
    top: 100%;
    left: 0;
  }
  67% {
    top: 100%;
    left: calc(100% - 106.5px - 2vw);
  }
  100% {
    top: 100%;
    left: calc(100% - 106.5px - 2vw);
  }
}
/*ボックスタイプ トップAbout専用PC*/
@keyframes box-rotate-bottom {
  0% {
    top: 100%;
    left: calc(100% - 175px - 2vw);
  }
  7% {
    top: 100%;
    left: 100%;
  }
  22% {
    top: 0;
    left: 100%;
  }
  37% {
    top: 0;
    left: 0;
  }
  52% {
    top: 100%;
    left: 0;
  }
  67% {
    top: 100%;
    left: calc(100% - 175px - 2vw);
  }
  100% {
    top: 100%;
    left: calc(100% - 175px - 2vw);
  }
}
/*ラインとドットの調整*/
.title__headline {
  display: inline-block;
  position: relative;
  background: var(--main-color);
  height: 50px;
  width: 1px;
  margin: 20px 0 0;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .title__headline {
    height: 90px;
    margin-left: 80px;
  }
}
.title__headline::after {
  right: -6px;
  top: auto;
  bottom: 10px;
}

.link__more {
  display: inline-block;
}
.link__more .moreline {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: var(--main-color);
  margin-left: 10px;
  height: 1px;
  width: 50px;
}
@media (min-width: 768px) {
  .link__more .moreline {
    width: 68px;
  }
}

.moveline {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.sec__title .moveline {
  position: absolute;
  top: 59%;
  right: 0;
  transform: translate(31%, -50%);
  width: 100%;
}

.sec__title .box-line-lr {
  position: absolute;
  width: 150%;
  top: 50%;
  left: 50%;
  right: auto;
  border-top: thin var(--main-color) solid;
  transform: none;
}

.box-line-half,
.sec__title .box-line-half {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  right: auto;
  transform: none;
}

.subpage-section .sec__subtitle .box-line-half {
  width: 20%;
  left: auto;
  right: -35px;
}
@media screen and (min-width: 450px) {
  .subpage-section .sec__subtitle .box-line-half {
    width: 100%;
    left: 50%;
    right: auto;
  }
}

.movebox {
  display: block;
  position: absolute;
  z-index: 1;
  position: relative;
}

/* FAQ */
.faq {
  border-top: 1px solid var(--middlegray-bg-color);
}
.faq .faq-item {
  border-bottom: 1px solid var(--middlegray-bg-color);
  padding: 0 20px;
  background: var(--lightgray-bg-color);
  transition: all 0.2s;
}
.faq .faq-item:nth-of-type(even) {
  background: #fff;
}
.faq .faq-item .faq-question {
  position: relative;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
  color: #000;
}
@media (min-width: 768px) {
  .faq .faq-item .faq-question {
    padding: 23px 60px;
    padding-left: 8%;
    font-size: 20px;
  }
}
.faq .faq-item .faq-question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .faq .faq-item .faq-question::before {
    width: 26px;
    font-size: 24px;
  }
}
.faq .faq-item .faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/assets/img/common/icon-toggle-open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
@media (min-width: 768px) {
  .faq .faq-item .faq-question::after {
    top: 25px;
    right: 1rem;
    width: 30px;
    height: 30px;
  }
}
.faq .faq-item .faq-answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  padding-left: 30px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faq .faq-item .faq-answer {
    padding-left: 8%;
  }
}
.faq .faq-item .faq-answer::before {
  position: absolute;
  content: "A";
  left: 3px;
  top: 20px;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: var(--main-color);
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .faq .faq-item .faq-answer::before {
    font-size: 24px;
    left: 5px;
    top: 25px;
  }
}
.faq .faq-item .faq-answer a {
  color: var(--main-color);
}
.faq .faq-item .faq-answer a:hover {
  text-decoration: underline;
}
.faq .faq-item.is-open .faq-question {
  color: var(--middlegray-bg-color);
}
.faq .faq-item.is-open .faq-question::after {
  color: #333;
}
.faq .faq-item.is-open .faq-question::after {
  background-image: url("/assets/img/common/icon-toggle-close.svg");
}
.faq .faq-item.is-open .faq-answer {
  padding-top: 25px;
  padding-bottom: 25px;
  max-height: fit-content;
}
.faq .faq-item:not(.is-open):hover {
  background: var(--middlegray-bg-color);
}
.faq .faq-item:not(.is-open):hover .faq-question {
  color: #fff;
}
.faq .faq-item:not(.is-open):hover .faq-question::before {
  color: #fff;
}
.faq-other .faq-item {
  background: #fff;
}
.faq-other .faq-item .faq-question::before,
.faq-other .faq-item .faq-answer::before {
  display: none;
}
.faq-other .faq-item .faq-question,
.faq-other .faq-item .faq-answer {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .faq-other .faq-item .faq-question,
  .faq-other .faq-item .faq-answer {
    /*padding-left: 10px;*/
  }
}

/* pagination*/
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 40px 0 30px auto;
}
.pagination-current {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  width: 20px;
  height: 20px;
  line-height: 1;
  background: var(--darkgray-bg-color);
  color: #fff;
  font-size: 12px;
}
@media (min-width: 768px) {
  .pagination-current {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: var(--lightgray-bg-color);
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 12px;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .pagination-link {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
.pagination-link.prev, .pagination-link.next {
  padding: 3px 6px;
  width: auto;
}
.pagination-link.prev {
  margin-right: 5px;
}
.pagination-link.next {
  margin-left: 5px;
}

/* responsive */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*animation*/
/*斜め右下*/
.slide-skew,
.slide-skew2,
.slide-skew3,
.slide-skew4 {
  opacity: 0;
}

.slide-skew.is-active {
  animation: slide-skew 0.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew2.is-active {
  animation: slide-skew2 1s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew3.is-active {
  animation: slide-skew3 1.6s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.slide-skew4.is-active {
  animation: slide-skew4 1.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.sns_voice__list_item:nth-of-type(2).slide-skew.is-active {
  animation: slide-skew 1.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

.sns_voice__list_item:nth-of-type(3).slide-skew.is-active {
  animation: slide-skew 2.4s cubic-bezier(0.4, 1, 0.5, 1) forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(180px, 0px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew2 {
  0% {
    transform: translate(380px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew3 {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slide-skew4 {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*下から*/
.slide-below {
  opacity: 0;
}

.slide-below.is-active {
  animation: slide-below 1.4s cubic-bezier(0.6, 1, 0.5, 1) forwards;
}

@keyframes slide-below {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*ぱっと表示*/
.text-wrap {
  display: flex;
  gap: 0;
  margin: 0 auto;
  justify-content: center;
}

.text-wrap.is-active .letter {
  animation: sway 0.2s calc(0.04s * var(--index));
}

@keyframes sway {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-0.2em);
  }
  50% {
    transform: translateX(0.5em);
    color: transparent;
  }
  100% {
    transform: translateY(0);
  }
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
}

/*ゆっくり表示*/
.slide-softly {
  opacity: 0;
}

.slide-softly.is-active {
  animation: slide-softly 1.5s cubic-bezier(0.6, 1, 0.5, 1) forwards;
}

@keyframes slide-softly {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.smooth {
  display: inline-block;
  position: relative;
  z-index: 20;
  clip-path: inset(0 100% 0 0);
  transition: 1.4s 0.1s cubic-bezier(0.23, 1, 0.82, 1);
  transition-property: clip-path, opacity;
}

.smooth.is-active {
  clip-path: inset(-100px round 50px 50px 50px 50px);
}

/*左から右へスライド*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 0.4s;
}

.fadeIn_left.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */