@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Carme&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --color-text: #40455D;
  --color-bg: #F9FBFF;
  --color-primary: #3448ab;
  --color-secondary: #B8C1D3;
  --color-white: #fff;
  --color-black: #000;
  --margin-base: 8px;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.mr_top_section {
  margin-top: 100px;
}

.mr_half_top_section {
  margin-top: 50px;
}

.mr_bottom_section {
  margin-bottom: 100px;
}

.mr_half_bottom_section {
  margin-bottom: 50px;
}

.header {
  position: relative;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.header__wrap {
  border-bottom: none;
}
.header__wrap__logo {
  padding: 16px;
}
.header__wrap__logo img {
  width: 213px;
}
.header__wrap__nav {
  display: none;
}
.header__wrap__toggle {
  display: none;
}

.footer {
  background: #fff;
  color: var(--color-text);
  position: relative;
}
.footer__inner {
  padding: 16px !important;
}
.footer__inner__logo {
  display: none;
}
.footer__inner__nav {
  display: none;
}
.footer__inner__link {
  display: none;
}
.footer__inner small {
  justify-content: center;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 32px;
}
.footer__inner small img {
  display: none;
}

.pagetop {
  display: none !important;
}

.slide-items {
  display: none;
}

.word {
  display: block;
}
.word .char {
  margin: 0 -10px 0 0 !important;
  font-feature-settings: "palt";
}

.contents_head {
  background: url("../img/common/contents_bg.png") right center/cover no-repeat;
  width: 100%;
}
.contents_head__wrap {
  width: 90%;
  margin-inline: auto;
  position: static;
  padding: 48px 0;
  z-index: 100;
  display: block;
}
.contents_head__wrap h1 {
  margin-top: 40px;
  font-size: 50px;
  font-family: "Carme", "Noto Sans JP", sans-serif;
  position: static;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  z-index: 1000;
  width: 100%;
  color: var(--color-text);
}
.contents_head__wrap h1 .sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  width: 100%;
}
.contents_head__wrap h1::before {
  content: "";
  height: 3px;
  width: 80px;
  display: block;
  margin-left: -40px;
  transform: rotate(-45deg) translateY(5px) translateX(-5px);
  background: var(--color-primary);
}
.contents_head__wrap__bc {
  position: absolute;
  top: 75px;
  left: 5%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  z-index: 100;
}
.contents_head__wrap__bc a {
  color: #000;
  text-decoration: none;
}

.contents_mov {
  display: none;
}

.contents_main {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 60px;
}
.contents_main p {
  font-size: 18px;
  line-height: 2;
}
.contents_main p.small {
  font-size: 16px;
}
.contents_main p a {
  text-decoration: none;
}
.contents_main p + p {
  padding-top: 24px;
}
.contents_main__block {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
.contents_main__block__head {
  width: 100%;
}
.contents_main__block__title {
  width: 100%;
  margin-bottom: 24px;
}
.contents_main__block__title p {
  font-size: 18px;
  line-height: 2;
}
.contents_main__block__contents {
  width: 100%;
}
.contents_main__block__contents p {
  font-size: 17px;
  line-height: c2;
}
.contents_main__block__contents p .right {
  display: block;
  text-align: right;
}
.contents_main__block__contents__banner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.contents_main__block__contents__banner .item {
  width: 48%;
}
.contents_main__block__contents__banner .item .logo {
  background: #fff;
  aspect-ratio: 398/192;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.contents_main__block__contents__banner .item .logo img {
  width: 80%;
}
.contents_main__block__contents__banner a {
  position: relative;
  background: var(--color-primary);
  color: var(--color-white);
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  margin-top: 16px;
  padding: 8px 20% 8px 16px;
  font-size: 14px;
  word-break: break-all;
  text-decoration: none !important;
}
.contents_main__block__contents__banner a strong {
  display: block;
  margin-bottom: 4px;
}
.contents_main__block__contents__banner a::before {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main__block__contents__banner a::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  width: min(20px, 1.6666666667vw);
  height: min(16px, 1.3333333333vw);
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.contents_main__block__contents__banner a:hover::after {
  right: 4%;
}
.contents_main__block__btn {
  display: none;
}
.contents_main__block h2 {
  font-size: 30px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}
.contents_main__block h2.small {
  font-size: 30px;
}
.contents_main__block h2::before {
  content: "";
  height: 2px;
  width: 50px;
  display: block;
  position: absolute;
  top: 4px;
  left: -24px;
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.contents_main__block h3 {
  font-size: 21px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
  padding-bottom: 8px;
}
.contents_main__block dl.list {
  display: flex;
  flex-wrap: wrap;
}
.contents_main__block dl.list dt {
  width: 25%;
  font-size: 17px;
  color: var(--color-primary);
  line-height: 1;
  padding: 20px 0;
  font-weight: 500;
}
.contents_main__block dl.list dt:first-child {
  padding-top: 10px;
}
.contents_main__block dl.list dt:first-child + dd {
  padding-top: 8px;
}
.contents_main__block dl.list dt:not(:first-child) {
  border-top: 1px solid var(--color-secondary);
}
.contents_main__block dl.list dt:not(:first-child) + dd {
  border-top: 1px solid var(--color-secondary);
}
.contents_main__block dl.list dd {
  width: 75%;
  color: var(--color-text);
  padding: 18px 0;
  line-height: 1.8;
}
.contents_main__block dl.list dd ul li + li {
  margin-top: 4px;
}
.contents_main__block dl.history {
  display: flex;
  flex-wrap: wrap;
}
.contents_main__block dl.history dt {
  width: 190px;
  font-size: 21px;
  color: var(--color-primary);
  line-height: 1;
  padding: 24px 0;
  letter-spacing: 0.3em;
  position: relative;
}
.contents_main__block dl.history dt:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: var(--color-primary);
  position: absolute;
  right: 18%;
  top: calc(50% - 5px);
}
.contents_main__block dl.history dt:after {
  content: "";
  width: 2px;
  height: 100%;
  border-radius: 12px;
  background: var(--color-primary);
  position: absolute;
  right: 21%;
  top: 0;
}
.contents_main__block dl.history dt .month {
  font-size: 17px;
}
.contents_main__block dl.history dt:first-child:after {
  top: 50%;
}
.contents_main__block dl.history dt.bottom:after {
  top: 0%;
  height: 50%;
}
.contents_main__block dl.history dd {
  width: calc(100% - 190px);
  color: var(--color-text);
  padding: 20px 0;
  border-bottom: 1px solid var(--color-secondary);
  line-height: 2.1;
}
.contents_main__block .map {
  position: relative;
  width: 100%;
  height: 299px;
  margin: 16px 0 40px;
}
.contents_main__block .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents_main__product_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
.contents_main__product_list ul li {
  width: 70%;
  max-width: 542px;
  margin-inline: auto;
  background: var(--color-primary);
}
.contents_main__product_list ul li a {
  position: relative;
  display: block;
}
.contents_main__product_list ul li a img {
  opacity: 1;
  transition: 0.2s;
}
.contents_main__product_list ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-primary);
  color: var(--color-white);
  display: inline-block;
  padding: 16px 70px 16px 16px;
  font-size: 14px;
  line-height: 1;
  z-index: 1;
}
.contents_main__product_list ul li a span::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main__product_list ul li a span::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.contents_main__product_detail ul li {
  clear: both;
}
.contents_main__product_detail ul li:not(:first-child) {
  margin-top: 90px;
}
.contents_main__product_detail ul li {
  position: relative;
}
.contents_main__product_detail ul li .info {
  padding-left: 38%;
  width: 100%;
  min-height: min(274px, 22.8333333333vw);
}
.contents_main__product_detail ul li .info .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.416%;
}
.contents_main__product_detail ul li .info h2 {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 21px;
}
.contents_main__product_detail ul li .info p {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.6;
}
.contents_main__product_detail ul li .info .detail {
  position: relative;
}
.contents_main__product_detail ul li .info .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.contents_main__product_detail ul li .info .detail dl dt {
  width: 70px;
  position: relative;
  white-space: nowrap;
}
.contents_main__product_detail ul li .info .detail dl dt.spacing3 {
  letter-spacing: 1.15em;
}
.contents_main__product_detail ul li .info .detail dl dt.spacing4 {
  letter-spacing: 0.45em;
}
.contents_main__product_detail ul li .info .detail dl dd {
  width: calc(100% - 80px);
}
.contents_main__product_detail ul li .info .detail dl dd::before {
  content: "：";
  display: inline-block;
  margin-right: 4px;
}
.contents_main__product_detail ul li .info .detail {
  font-size: 12px;
  line-height: 1.8;
  display: block;
}
.contents_main__product_detail ul li .info .detail + .detail {
  margin-top: 12px;
  border-top: 1px solid #ddd;
  padding-top: 12px;
}
.contents_main__text_contents h2 {
  font-size: 21px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
  padding-bottom: 16px;
}
.contents_main__text_contents h2::before {
  content: "";
  height: 2px;
  width: min(50px, 4.1666666667vw);
  display: block;
  position: absolute;
  top: 4px;
  left: -32px;
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.contents_main__text_contents p,
.contents_main__text_contents ul,
.contents_main__text_contents ol {
  font-size: 17px;
  line-height: 2;
}
.contents_main__text_contents p + h2,
.contents_main__text_contents ul + h2,
.contents_main__text_contents ol + h2 {
  margin-top: 68px;
}
.contents_main__text_contents p a,
.contents_main__text_contents ul a,
.contents_main__text_contents ol a {
  text-decoration: underline;
}
.contents_main__text_contents p a:hover,
.contents_main__text_contents ul a:hover,
.contents_main__text_contents ol a:hover {
  text-decoration: none;
}
.contents_main__text_contents p + ul {
  margin-top: 16px;
  margin-left: 24px;
}
.contents_main__text_contents p + ul li {
  list-style: disc;
}
.contents_main__text_contents p + ul li + li {
  margin-top: 8px;
}
.contents_main__text_contents p + ol {
  margin-top: 16px;
  margin-left: 24px;
}
.contents_main__text_contents p + ol li {
  list-style: decimal;
}
.contents_main__text_contents p + ol li + li {
  margin-top: 8px;
}
.contents_main__contact {
  max-width: 950px;
  margin-inline: auto;
}
.contents_main__contact p {
  font-size: min(17px, 1.4166666667vw);
  line-height: 2;
  margin-top: min(32px, 2.6666666667vw);
}
.contents_main__contact p a {
  text-decoration: underline;
}
.contents_main__contact p a:hover {
  text-decoration: none;
}
.contents_main__contact dl {
  border-bottom: 1px solid #ccc;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.contents_main__contact dl dt {
  border-top: 1px solid #ccc;
  padding: 30px 12px;
  width: 25%;
  font-weight: bold;
}
.contents_main__contact dl dd {
  border-top: 1px solid #ccc;
  padding: 24px;
  width: 75%;
}
.contents_main__contact form input[type=text],
.contents_main__contact form textarea {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  transition: 0.3s;
  background: #f5f7ff;
}
.contents_main__contact form input[type=text]:focus,
.contents_main__contact form textarea:focus {
  background: #d3d9f3;
}
.contents_main__contact form button {
  position: relative;
  background: var(--color-primary);
  color: var(--color-white);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px 70px 8px 24px;
  font-size: 18px;
  word-break: break-all;
  max-width: 230px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  cursor: pointer;
}
.contents_main__contact form button::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main__contact form button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.contents_main__contact form button:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .contents_main__contact form button {
    min-height: min(72px, 9.375vw);
    padding: min(8px, 1.0416666667vw) min(40px, 10.4166666667vw) min(8px, 1.0416666667vw) 0;
    justify-content: center;
    text-align: center;
    font-size: min(24px, 3.125vw);
    width: min(424px, 55.2083333333vw);
    letter-spacing: 0.16em;
  }
  .contents_main__contact form button::after {
    background: url("../img/common/cursor_btn.png") center/contain no-repeat;
    width: min(20px, 5.2083333333vw);
    height: min(16px, 4.1666666667vw);
    right: min(10px, 2.6041666667vw);
  }
  .contents_main__contact form button::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main__contact form button:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.contents_main__contact form button {
  margin-top: 32px;
}
.contents_main__ifu__block {
  margin-top: 48px;
}
.contents_main__ifu h2 {
  font-size: 34px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}
.contents_main__ifu h2::before {
  content: "";
  height: 2px;
  width: min(50px, 4.1666666667vw);
  display: block;
  position: absolute;
  top: 4px;
  left: -24px;
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.contents_main__ifu h3 {
  color: var(--color-primary);
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px !important;
  padding: 0 0 8px !important;
  font-size: 21px;
}
.contents_main__ifu ul li a {
  color: var(--color-primary);
  text-decoration: underline;
  display: inline-block;
  padding: 8px 8px 8px 18px;
  position: relative;
}
.contents_main__ifu ul li a::after {
  content: "▼";
  transform: scaleY(0.6) rotate(-90deg);
  font-size: 14px;
  display: inline-block;
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 12px;
}
.contents_main__ifu ul li a:hover {
  text-decoration: none;
}
.contents_main__ifu.ended h2 {
  color: #666;
}
.contents_main__ifu.ended h2::before {
  background: #666;
}
.contents_main__ifu.ended h3 {
  color: #666;
}
.contents_main__ifu.ended ul li a {
  color: #666;
}
.contents_main__ifu.ended ul li a::after {
  color: #666;
}
.contents_main .bottom_btn {
  display: none;
}

.medical-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(27, 29, 55, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.medical-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.medical-modal-inner {
  background: #fff;
  padding: 50px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.medical-modal.is-show .medical-modal-inner {
  transform: translateY(0);
}
.medical-modal-title {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 32px;
  padding: 16px 32px;
  font-weight: 400;
  border-radius: 64px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
  background: var(--color-primary);
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.medical-modal-text {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.medical-modal-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 768px) {
  .medical-modal-buttons {
    display: block;
  }
}
.medical-modal .btn-yes {
  position: relative;
  background: var(--color-primary);
  color: var(--color-white);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px 70px 8px 24px;
  font-size: 18px;
  word-break: break-all;
  max-width: 230px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  cursor: pointer;
}
.medical-modal .btn-yes::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.medical-modal .btn-yes::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.medical-modal .btn-yes:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .medical-modal .btn-yes {
    min-height: min(72px, 9.375vw);
    padding: min(8px, 1.0416666667vw) min(40px, 10.4166666667vw) min(8px, 1.0416666667vw) 0;
    justify-content: center;
    text-align: center;
    font-size: min(24px, 3.125vw);
    width: min(424px, 55.2083333333vw);
    letter-spacing: 0.16em;
  }
  .medical-modal .btn-yes::after {
    background: url("../img/common/cursor_btn.png") center/contain no-repeat;
    width: min(20px, 5.2083333333vw);
    height: min(16px, 4.1666666667vw);
    right: min(10px, 2.6041666667vw);
  }
  .medical-modal .btn-yes::before {
    right: min(40px, 10.4166666667vw);
  }
  .medical-modal .btn-yes:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.medical-modal .btn-yes {
  display: flex;
  flex-direction: column;
  margin-inline: unset;
}
.medical-modal .btn-yes span {
  font-size: min(14px, 1.8229166667vw);
  display: block;
  margin: 4px 0 0;
  padding: 0;
}
.medical-modal .btn-no {
  background: #ddd;
  padding: 0 24px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .medical-modal .btn-no {
    padding: 12px;
    margin-top: 8px;
    min-height: 56px;
  }
}

body.modal-open {
  overflow: hidden;
}

.apology {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  padding: 5%;
}
.apology header {
  margin-bottom: 32px;
}
.apology header img {
  display: block;
  margin-inline: auto;
  max-width: 213px;
}
.apology h1 {
  font-size: 24px;
  color: var(--color-primary);
  margin-bottom: 16px;
  line-height: 1.8;
}
.apology p {
  text-align: left;
  line-height: 2;
}
.apology a {
  margin-top: 32px;
  position: relative;
  background: var(--color-primary);
  color: var(--color-white);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 8px 70px 8px 24px;
  font-size: 18px;
  word-break: break-all;
  max-width: 230px;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  cursor: pointer;
}
.apology a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.apology a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  width: 20px;
  height: 16px;
  transform: translateY(-50%);
  transition: 0.2s ease-out;
}
.apology a:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .apology a {
    min-height: min(72px, 9.375vw);
    padding: min(8px, 1.0416666667vw) min(40px, 10.4166666667vw) min(8px, 1.0416666667vw) 0;
    justify-content: center;
    text-align: center;
    font-size: min(24px, 3.125vw);
    width: min(424px, 55.2083333333vw);
    letter-spacing: 0.16em;
  }
  .apology a::after {
    background: url("../img/common/cursor_btn.png") center/contain no-repeat;
    width: min(20px, 5.2083333333vw);
    height: min(16px, 4.1666666667vw);
    right: min(10px, 2.6041666667vw);
  }
  .apology a::before {
    right: min(40px, 10.4166666667vw);
  }
  .apology a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.apology a {
  font-size: 17px;
}
@media (max-width: 768px) {
  .apology header {
    margin-bottom: min(32px, 4.1666666667vw);
  }
  .apology header img {
    display: block;
    margin-inline: auto;
    max-width: min(213px, 41.5364583333vw);
  }
  .apology h1 {
    font-size: min(28px, 3.6458333333vw);
    margin-bottom: min(16px, 2.0833333333vw);
  }
  .apology p {
    text-align: left;
    line-height: 2;
    font-size: min(24px, 3.125vw);
  }
  .apology a {
    font-size: min(24px, 3.125vw);
  }
}

.top_head__title {
  text-align: center;
  font-family: "Carme", sans-serif;
}
.top_head__title__txt h1 {
  padding: 0;
  letter-spacing: 0 !important;
  font-size: 40px;
}
.top_head__title__txt h1 .word {
  display: block;
}
.top_head__title__txt h1 .word .char {
  margin: 0 -6px 0 0 !important;
}
.top_head__title__txt h1::before {
  display: none;
}
.top_head__title__txt strong {
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 32px 0 0;
  display: block;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.32em;
}
.top_head__title__txt p {
  position: relative;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.12em;
  z-index: 2;
  display: inline-block;
  padding-right: 0;
  padding-top: 32px;
}
.top_head__title__slide {
  width: 100%;
}
.top_head__title__slide .print {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-inline: auto;
}
.top_head__company {
  display: block;
  width: 90%;
  margin-inline: auto;
}
.top_head__company__img img {
  display: none;
}
.top_head__company__txt {
  margin-top: 120px;
}
.top_head__company__txt h2 {
  font-size: 56px;
  font-family: "Carme", sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 400;
}
.top_head__company__txt h2::before {
  content: "";
  height: 3px;
  width: min(100px, 8.3333333333vw);
  display: block;
  position: absolute;
  top: 0px;
  left: calc(-1 * min(60px, 5vw));
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.top_head__company__txt h2 .sub {
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-top: 16px;
}
.top_head__company__txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 32px;
  max-width: 100%;
}
.top_head__company__txt a {
  display: none;
}

.top_product {
  display: flex;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: none;
  width: 90%;
}
.top_product__txt {
  width: 60%;
  width: 100%;
}
.top_product__txt h2 {
  font-size: 56px;
  font-family: "Carme", sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 400;
}
.top_product__txt h2::before {
  content: "";
  height: 3px;
  width: min(100px, 8.3333333333vw);
  display: block;
  position: absolute;
  top: 0px;
  left: calc(-1 * min(60px, 5vw));
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.top_product__txt h2 .sub {
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-top: 16px;
}
.top_product__txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 32px;
}
.top_product__img {
  position: relative;
  width: 40%;
}
.top_product__img img {
  max-width: 457px;
  width: 100%;
}
.top_product a {
  display: none;
}

.top_recruit {
  background: none;
  padding: 0;
  width: 90%;
  margin-inline: auto;
}
.top_recruit__frame {
  margin-inline: auto;
  position: relative;
}
.top_recruit__frame__img {
  display: none;
}
.top_recruit__frame__img::after {
  display: none;
}
.top_recruit__frame__txt {
  position: relative;
}
.top_recruit__frame__txt h2 {
  font-size: 56px;
  font-family: "Carme", sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 400;
  color: var(--color-text);
}
.top_recruit__frame__txt h2::before {
  content: "";
  height: 3px;
  width: min(100px, 8.3333333333vw);
  display: block;
  position: absolute;
  top: 0px;
  left: calc(-1 * min(60px, 5vw));
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.top_recruit__frame__txt h2 .sub {
  display: block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-top: 16px;
}
.top_recruit__frame__txt p {
  font-size: 17px;
  line-height: 2;
  margin-top: 32px;
  color: var(--color-text);
}
.top_recruit__frame__txt p .dp_screen {
  display: none;
}
.top_recruit__frame a {
  display: none;
}

.char-text {
  transform: translateX(0) !important;
  transition: none !important;
  transition-delay: none !important;
}