@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");
*,
*::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;
}

:root {
  --color-text: #40455D;
  --color-bg: #F9FBFF;
  --color-primary: #3448ab;
  --color-secondary: #B8C1D3;
  --color-white: #fff;
  --color-black: #000;
  --margin-base: 8px;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text);
  height: 100%;
}

:target {
  scroll-margin-top: 100px;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  background: var(--color-bg);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.5s;
}
@media (max-width: 768px) {
  body::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 9;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
}
body.fixed {
  overflow: hidden;
}
body.open::before {
  visibility: visible;
  opacity: 1;
}

a {
  color: var(--color-text);
  text-decoration: none;
}

@media (769px <= width) {
  .dp_sp {
    display: none !important;
  }
}

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

.pt1x {
  padding-top: 8px;
}

.pt2x {
  padding-top: 16px;
}

.pt3x {
  padding-top: 24px;
}

.pt4x {
  padding-top: 32px;
}

.pt5x {
  padding-top: 40px;
}

.mt1x {
  margin-top: 8px;
}

.mt2x {
  margin-top: 16px;
}

.mt3x {
  margin-top: 24px;
}

.mt4x {
  margin-top: 32px;
}

.mt5x {
  margin-top: 40px;
}

.mr_top_section {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .mr_top_section {
    margin-top: min(150px, 19.53125vw);
  }
}

.mr_half_top_section {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .mr_half_top_section {
    margin-top: min(75px, 9.765625vw);
  }
}

.mr_bottom_section {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .mr_bottom_section {
    margin-bottom: min(150px, 19.53125vw);
  }
}

.mr_half_bottom_section {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .mr_half_bottom_section {
    margin-bottom: min(40px, 5.2083333333vw);
  }
}

.header {
  position: fixed;
  width: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  max-width: 1920px;
  z-index: 10;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.header__wrap {
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  border-bottom: 1px solid #d5d6ea;
  gap: 40px;
}
.header__wrap__logo {
  width: 213px;
  height: auto;
}
.header__wrap__nav {
  position: relative;
  margin: 0 0 0 auto;
}
.header__wrap__nav > ul {
  display: flex;
  gap: 40px;
  height: 85px;
}
.header__wrap__nav > ul > li {
  line-height: 1;
}
.header__wrap__nav > ul > li > a {
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: var(--color-primary);
  font-size: 13px;
  line-height: 1;
  transition: 0.3s;
  font-family: "Carme", "Noto Sans JP", sans-serif;
}
.header__wrap__nav > ul > li > a > span {
  margin-top: 4px;
  font-size: 17px;
  display: block;
  color: var(--color-text);
  letter-spacing: 0.16em;
  transition: 0.3s;
}
.header__wrap__nav > ul > li > a.cursor:hover + .mo_contents {
  visibility: visible;
  opacity: 1;
  min-height: auto;
}
.header__wrap__nav > ul > li > a:hover {
  opacity: 0.8;
}
.header__wrap__nav > ul > li > a:hover > span {
  color: var(--color-primary);
}
.header__wrap__nav .mo_contents {
  background: var(--color-white);
  width: auto;
  position: absolute;
  height: auto;
  visibility: hidden;
  opacity: 0;
  min-height: 0;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px) translateX(-12px);
}
.header__wrap__nav .mo_contents ul {
  padding: 0 8px;
}
.header__wrap__nav .mo_contents ul li a {
  display: block;
  padding: 16px 24px 16px 8px;
  position: relative;
}
.header__wrap__nav .mo_contents ul li a::after {
  content: "▼";
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) scaleY(0.6) rotate(-90deg);
  transition: 0.3s;
}
.header__wrap__nav .mo_contents ul li a:hover::after {
  right: 0;
}
.header__wrap__nav .mo_contents ul li:not(:first-child) {
  border-top: 1px solid var(--color-secondary);
}
.header__wrap__nav .mo_contents:hover {
  visibility: visible;
  opacity: 1;
  min-height: auto;
}
.header__wrap__toggle {
  display: none;
}

@media (max-width: 980px) {
  .header__wrap {
    width: 90%;
  }
  .header__wrap__logo {
    width: 160px;
  }
  .header__wrap__nav > ul {
    gap: 3vw;
  }
  .header__wrap__nav > ul > li > a {
    font-size: 11px;
  }
  .header__wrap__nav > ul > li > a > span {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .header__wrap__nav > ul > li > a.cursor span::after {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header__wrap {
    height: min(85px, 16.1458333333vw);
  }
  .header__wrap__logo {
    width: min(213px, 34.1145833333vw);
    height: min(34px, 5.46875vw);
    z-index: 10;
  }
  .header__wrap__logo a img {
    opacity: 1;
  }
  .header__wrap__logo.open {
    background: url("../img/common/logo.png") center/contain no-repeat;
  }
  .header__wrap__logo.open a img {
    opacity: 0;
  }
  .header__wrap__nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    transform: translateX(-100%);
  }
  .header__wrap__nav > ul {
    gap: 0;
    flex-direction: column;
    height: 100%;
    margin-top: 85px;
    width: 90%;
    margin-inline: auto;
  }
  .header__wrap__nav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(35, 25, 22, 0.5);
  }
  .header__wrap__nav > ul > li > a {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    color: var(--color-text);
    font-size: 13px;
    padding: 6vw 0;
    position: relative;
    font-size: min(26px, 3.3854166667vw);
  }
  .header__wrap__nav > ul > li > a > span {
    padding-bottom: 8px;
    display: block;
    color: var(--color-primary);
    font-size: min(36px, 4.6875vw);
    letter-spacing: 0.2em;
  }
  .header__wrap__nav .mo_contents {
    background: none;
    width: auto;
    position: relative;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(0) translateX(0);
    visibility: visible;
    opacity: 1;
    min-height: auto;
  }
  .header__wrap__nav .mo_contents ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .header__wrap__nav .mo_contents ul li {
    width: 100%;
  }
  .header__wrap__nav .mo_contents ul li a {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 32px;
    border: none;
    color: var(--color-white);
    min-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__wrap__nav .mo_contents ul li a::after {
    content: "▼";
    display: block;
    position: absolute;
    right: auto;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) scaleY(0.6) rotate(-90deg);
    transition: 0.3s;
  }
  .header__wrap__nav .mo_contents ul li a:hover::after {
    right: auto;
  }
  .header__wrap__nav .mo_contents ul li:not(:first-child) {
    border: none;
  }
  .header__wrap__nav .mo_contents:hover {
    visibility: visible;
    opacity: 1;
    min-height: auto;
  }
  .header__wrap__nav.open {
    transform: translateX(0%);
  }
  .header__wrap__toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: min(52px, 8.6666666667vw);
    height: min(31px, 5.1666666667vw);
  }
  .header__wrap__toggle span {
    position: absolute;
    height: 2px;
    right: 0;
    background: var(--color-primary);
    transition: 0.3s;
  }
  .header__wrap__toggle span:nth-child(1) {
    width: 100%;
    top: 0;
  }
  .header__wrap__toggle span:nth-child(2) {
    width: 66%;
    top: calc(50% - 1px);
  }
  .header__wrap__toggle span:nth-child(3) {
    width: 25%;
    bottom: 0;
  }
  .header__wrap__toggle.open span:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
  }
  .header__wrap__toggle.open span:nth-child(2) {
    width: 0;
    transform-origin: center;
  }
  .header__wrap__toggle.open span:nth-child(3) {
    width: 100%;
    bottom: auto;
    top: 50%;
    transform: rotate(-30deg) translateY(-50%);
  }
}
.footer {
  background: var(--color-primary);
  color: #fff;
  position: relative;
}
.footer__inner {
  padding: 64px 0 16px;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.footer__inner__logo {
  display: block;
  padding-bottom: 32px;
  margin-bottom: 32px;
  width: 100%;
  border-bottom: 2px solid var(--color-white);
}
.footer__inner__logo a {
  display: block;
  max-width: 213px;
  transition: 0.3s;
}
.footer__inner__logo a:hover {
  opacity: 0.8;
}
.footer__inner__nav {
  position: relative;
  margin-bottom: 80px;
}
.footer__inner__nav ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 85px;
}
.footer__inner__nav ul li {
  line-height: 1;
  width: 19%;
}
.footer__inner__nav ul li a {
  color: var(--color-white);
  transition: 0.3s;
}
.footer__inner__nav ul li a.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.footer__inner__nav ul li a.main span {
  margin-bottom: 8px;
  font-size: 17px;
  display: block;
  letter-spacing: 0.16em;
}
.footer__inner__nav ul li a.sub {
  font-size: 14px;
  display: block;
}
.footer__inner__nav ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer__inner__link {
  text-align: right;
}
.footer__inner__link a {
  display: inline-block;
  color: var(--color-white);
  padding: 4px 0;
  margin: 0 0 0 16px;
}
.footer__inner__link a:hover {
  text-decoration: underline;
}
.footer__inner small {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1;
}
.footer__inner small img {
  max-width: 100px;
}

@media (max-width: 768px) {
  .footer__inner {
    padding: min(140px, 18.2291666667vw) 0 min(32px, 4.1666666667vw);
  }
  .footer__inner__logo {
    padding-bottom: min(64px, 8.3333333333vw);
    margin-bottom: min(64px, 8.3333333333vw);
    border-bottom: 1px solid var(--color-white);
  }
  .footer__inner__logo a img {
    width: min(426px, 55.46875vw);
  }
  .footer__inner__nav {
    margin-top: min(120px, 15.625vw);
    margin-bottom: min(120px, 15.625vw);
  }
  .footer__inner__nav ul {
    width: 90%;
    margin-inline: auto;
    flex-wrap: wrap;
    gap: 14vw 10%;
    height: auto;
    align-items: flex-start;
  }
  .footer__inner__nav ul li {
    line-height: 1;
    width: 41%;
  }
  .footer__inner__nav ul li a.main {
    font-size: 3.3854166667vw;
    margin-bottom: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .footer__inner__nav ul li a.main span {
    margin-bottom: 2.0833333333vw;
    font-size: 4.4270833333vw;
  }
  .footer__inner__nav ul li a.sub {
    font-size: 3.3854166667vw;
  }
  .footer__inner__link a {
    font-size: 3.125vw;
  }
  .footer__inner__link a:hover {
    text-decoration: none;
  }
  .footer__inner small {
    margin-top: 2.0833333333vw;
    font-size: 2.6041666667vw;
    gap: 8px;
  }
  .footer__inner small img {
    width: 13.0208333333vw;
  }
}
.contents_head {
  position: relative;
  padding-top: 85px;
  background: url("../img/common/contents_bg.png") right top/cover no-repeat;
  height: min(450px, 37.5vw);
  width: 100%;
}
.contents_head.mov {
  height: min(570px, 47.5vw);
}
.contents_head__wrap {
  max-width: 1200px;
  width: 90%;
  height: min(365px, 30.4166666667vw);
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.contents_head__wrap h1 {
  margin-top: min(40px, 3.3333333333vw);
  font-size: min(65px, 5.4166666667vw);
  font-family: "Carme", "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.2;
}
@media (769px <= width) {
  .contents_head__wrap h1.jp {
    font-size: min(60px, 5vw);
  }
}
.contents_head__wrap h1 .sub {
  display: block;
  font-size: min(19px, 1.1875vw);
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  width: 100%;
}
.contents_head__wrap h1::before {
  content: "";
  height: min(3px, 0.25vw);
  width: min(100px, 8.3333333333vw);
  display: block;
  position: absolute;
  top: 0px;
  left: calc(-1 * min(48px, 4vw));
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.contents_head__wrap__bc {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .contents_head {
    padding-top: min(85px, 16.1458333333vw);
    height: min(500px, 65.1041666667vw);
  }
  .contents_head.mov {
    height: min(550px, 71.6145833333vw);
  }
  .contents_head.mov .contents_head__wrap {
    padding-top: 0;
  }
  .contents_head.sp_title_2line {
    height: min(550px, 71.6145833333vw);
  }
  .contents_head.sp_title_2line h1 {
    margin-top: min(24px, 3.125vw);
  }
  .contents_head__wrap {
    height: 100%;
    padding-top: min(40px, 5.2083333333vw);
  }
  .contents_head__wrap h1 {
    margin-top: 0;
    font-size: min(65px, 8.4635416667vw);
    line-height: 1.3;
  }
  .contents_head__wrap h1 .sub {
    font-size: min(28px, 3.6458333333vw);
    padding-top: min(16px, 2.0833333333vw);
    line-height: 1;
  }
  .contents_head__wrap h1::before {
    width: min(80px, 10.4166666667vw);
    top: min(2px, 0.2604166667vw);
    left: calc(-1 * min(40px, 5.2083333333vw));
    height: 2px;
  }
  .contents_head__wrap__bc {
    top: 8px;
  }
}
.contents_mov {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  margin-top: calc(-1 * min(120px, 10vw));
  position: relative;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contents_mov {
    margin-top: -10vw;
  }
}
.contents_main {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 60px;
}
.contents_main p {
  font-size: 21px;
  line-height: 2;
}
.contents_main p.small {
  font-size: 17px;
  line-height: 1.9523809524;
}
.contents_main p a {
  text-decoration: underline;
}
.contents_main p a:hover {
  text-decoration: none;
}
.contents_main p + p {
  padding-top: 16px;
}
.contents_main__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.contents_main__block__head {
  width: 100%;
}
.contents_main__block__title {
  width: 28.333%;
}
.contents_main__block__title p {
  font-size: 17px;
  line-height: 2.4117647059;
}
.contents_main__block__contents {
  width: 70%;
}
.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: 45%;
}
.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;
}
.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 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 3.333%;
  margin-bottom: 60px;
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--color-secondary);
}
.contents_main__block__btn a {
  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__block__btn a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main__block__btn 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;
}
.contents_main__block__btn a:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .contents_main__block__btn 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;
  }
  .contents_main__block__btn 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);
  }
  .contents_main__block__btn a::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main__block__btn a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.contents_main__block__btn a {
  width: 31%;
  max-width: 768px;
  margin-inline: unset;
}
.contents_main__block h2 {
  font-size: 34px;
  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: min(50px, 4.1666666667vw);
  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: 16px;
}
.contents_main__block dl.list {
  display: flex;
  flex-wrap: wrap;
}
.contents_main__block dl.list dt {
  width: 30%;
  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: 70%;
  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 div {
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  line-height: 1;
}
.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;
}
.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: 40px 9.666%;
}
.contents_main__product_list ul li {
  width: 45.166%;
  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: min(18px, 1.5vw);
  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_list ul li a:hover img {
  opacity: 0.8;
}
.contents_main__product_list ul li a:hover span::after {
  right: 12px;
}
.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: 40%;
  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 .photo img {
  box-shadow: 0 4px 7.6px rgba(0, 0, 0, 0.06);
}
.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;
}
.contents_main__product_detail ul li .info p {
  font-size: 17px;
  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: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 6px;
}
.contents_main__product_detail ul li .info .detail dt {
  position: relative;
  padding-right: 18px;
}
.contents_main__product_detail ul li .info .detail dt::before {
  content: "：";
  position: absolute;
  right: 6px;
  top: 0px;
}
.contents_main__product_detail ul li .info .detail dd {
  margin: 0;
  word-break: break-word;
}
.contents_main__product_detail ul li .info .detail {
  font-size: 12px;
  line-height: 1.8;
  display: block;
  letter-spacing: 0;
}
.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 {
  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 .bottom_btn::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main .bottom_btn::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 .bottom_btn:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .contents_main .bottom_btn {
    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 .bottom_btn::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 .bottom_btn::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main .bottom_btn:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.contents_main .bottom_btn_back {
  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 .bottom_btn_back::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.contents_main .bottom_btn_back::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 .bottom_btn_back:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .contents_main .bottom_btn_back {
    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 .bottom_btn_back::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 .bottom_btn_back::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main .bottom_btn_back:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}

@media (max-width: 768px) {
  .contents_main {
    margin-top: min(60px, 7.8125vw);
  }
  .contents_main p {
    font-size: min(26px, 3.3854166667vw);
    font-weight: 400;
  }
  .contents_main p.small {
    font-size: min(21px, 2.734375vw);
    line-height: 2.3846153846;
  }
  .contents_main p a:hover {
    text-decoration: underline;
  }
  .contents_main p + p {
    padding-top: min(32px, 4.1666666667vw);
  }
  .contents_main__block__title {
    width: 100%;
  }
  .contents_main__block__title p {
    font-size: min(24px, 3.125vw);
    line-height: 1.8;
  }
  .contents_main__block__contents {
    width: 100%;
  }
  .contents_main__block__contents p {
    font-size: min(26px, 3.3854166667vw);
    line-height: 2;
  }
  .contents_main__block__contents__banner {
    flex-wrap: wrap;
    gap: min(60px, 7.8125vw);
    margin-top: min(60px, 7.8125vw);
  }
  .contents_main__block__contents__banner .item {
    width: 100%;
  }
  .contents_main__block__contents__banner .item .logo {
    aspect-ratio: 398/144;
  }
  .contents_main__block__contents__banner .item .logo img {
    max-width: 240px;
  }
  .contents_main__block__contents__banner a {
    margin-top: min(16px, 2.0833333333vw);
    min-height: min(96px, 15.625vw);
    padding: min(8px, 1.0416666667vw) min(40px, 10.4166666667vw) min(8px, 1.0416666667vw) min(16px, 2.0833333333vw);
    text-align: left;
    font-size: min(16px, 3.125vw);
  }
  .contents_main__block__contents__banner a strong {
    font-size: min(24px, 4.1666666667vw);
    display: block;
    margin-bottom: min(8px, 1.0416666667vw);
  }
  .contents_main__block__contents__banner 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);
  }
  .contents_main__block__contents__banner a::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main__block__contents__banner a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
  .contents_main__block__btn {
    gap: 0;
    margin-bottom: min(60px, 7.8125vw);
    padding-bottom: min(60px, 7.8125vw);
    margin-top: 0;
  }
  .contents_main__block__btn a {
    width: 100%;
  }
  .contents_main__block__btn a + a {
    margin-top: min(16px, 2.0833333333vw);
  }
  .contents_main__block h2 {
    font-size: min(42px, 5.46875vw);
    letter-spacing: 0.1em;
    margin-bottom: min(64px, 8.3333333333vw);
  }
  .contents_main__block h2.small {
    font-size: min(34px, 4.4270833333vw);
  }
  .contents_main__block h2::before {
    height: 2px;
    width: min(100px, 13.0208333333vw);
    top: calc(-1 * min(16px, 2.0833333333vw));
    left: calc(-1 * min(48px, 6.25vw));
  }
  .contents_main__block h3 {
    font-size: min(28px, 3.6458333333vw);
    padding-bottom: min(16px, 2.0833333333vw);
  }
  .contents_main__block dl.list {
    display: flex;
    flex-wrap: wrap;
  }
  .contents_main__block dl.list dt {
    font-size: min(24px, 3.125vw);
    padding: min(32px, 4.1666666667vw) 0;
  }
  .contents_main__block dl.list dt:first-child {
    padding-top: min(32px, 4.1666666667vw);
  }
  .contents_main__block dl.list dt:first-child + dd {
    padding-top: min(24px, 3.125vw);
  }
  .contents_main__block dl.list dd {
    padding: min(24px, 3.125vw) 0;
    font-size: min(24px, 3.125vw);
  }
  .contents_main__block .map {
    margin-top: min(32px, 4.1666666667vw);
  }
  .contents_main__block dl.history dt {
    width: 37%;
    font-size: min(32px, 4.1666666667vw);
    padding: min(28px, 3.6458333333vw) 0;
    letter-spacing: 0.25em;
  }
  .contents_main__block dl.history dt:before {
    right: 18%;
    width: min(20px, 2.6041666667vw);
    height: min(20px, 2.6041666667vw);
  }
  .contents_main__block dl.history dt:after {
    right: 21%;
  }
  .contents_main__block dl.history dt .month {
    font-size: min(24px, 3.125vw);
  }
  .contents_main__block dl.history dd {
    width: 63%;
    padding: min(24px, 3.125vw) 0;
    font-size: min(24px, 3.125vw);
    line-height: 1.8;
  }
  .contents_main__product_list ul {
    gap: min(60px, 7.8125vw);
  }
  .contents_main__product_list ul li {
    width: 100%;
    max-width: 542px;
    margin-inline: auto;
  }
  .contents_main__product_list ul li a span {
    padding: min(16px, 2.0833333333vw) min(56px, 12.5vw) min(16px, 2.0833333333vw) min(16px, 2.0833333333vw);
    font-size: min(24px, 3.125vw);
  }
  .contents_main__product_list ul li a span::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__product_list ul li a span::before {
    right: min(40px, 10.4166666667vw);
  }
  .contents_main__product_list ul li a:hover img {
    opacity: 1;
  }
  .contents_main__product_list ul li a:hover span::after {
    right: min(10px, 2.6041666667vw);
  }
  .contents_main__product_detail ul li:not(:first-child) {
    margin-top: min(130px, 16.9270833333vw);
  }
  .contents_main__product_detail ul li .info {
    padding-left: 0;
    padding-bottom: 0;
  }
  .contents_main__product_detail ul li .info h2 {
    border-bottom: none;
    padding-bottom: min(16px, 2.0833333333vw);
    margin-bottom: min(16px, 2.0833333333vw);
    font-size: min(30px, 3.90625vw);
  }
  .contents_main__product_detail ul li .info .photo {
    position: relative;
    top: auto;
    left: auto;
    width: min(568px, 73.9583333333vw);
    margin-inline: auto;
    margin-bottom: min(48px, 6.25vw);
  }
  .contents_main__product_detail ul li .info .photo img {
    box-shadow: 0 4px 7.6px rgba(0, 0, 0, 0.1);
  }
  .contents_main__product_detail ul li .info p {
    font-size: min(26px, 3.3854166667vw);
    line-height: 1.8076923077;
    margin-bottom: min(24px, 3.125vw);
  }
  .contents_main__product_detail ul li .info small {
    font-size: min(18px, 2.34375vw);
    line-height: 1.8;
  }
  .contents_main__text_contents h2 {
    font-size: min(34px, 4.4270833333vw);
    letter-spacing: 0.05em;
  }
  .contents_main__text_contents h2::before {
    height: 2px;
    width: min(80px, 10.4166666667vw);
    top: calc(-1 * min(8px, 1.0416666667vw));
    left: calc(-1 * min(48px, 6.25vw));
  }
  .contents_main__text_contents p,
  .contents_main__text_contents ul,
  .contents_main__text_contents ol {
    font-size: min(26px, 3.3854166667vw);
  }
  .contents_main__text_contents p + h2,
  .contents_main__text_contents ul + h2,
  .contents_main__text_contents ol + h2 {
    margin-top: min(120px, 15.625vw);
  }
  .contents_main__text_contents p a:hover,
  .contents_main__text_contents ul a:hover,
  .contents_main__text_contents ol a:hover {
    text-decoration: underline;
  }
  .contents_main__text_contents p + ul {
    margin-top: min(16px, 2.0833333333vw);
    margin-left: min(40px, 5.2083333333vw);
  }
  .contents_main__text_contents p + ul li + li {
    margin-top: min(8px, 1.0416666667vw);
  }
  .contents_main__text_contents p + ol {
    margin-top: min(16px, 2.0833333333vw);
    margin-left: min(40px, 5.2083333333vw);
  }
  .contents_main__text_contents p + ol li + li {
    margin-top: min(8px, 1.0416666667vw);
  }
  .contents_main__contact {
    max-width: 950px;
    margin-inline: auto;
  }
  .contents_main__contact p {
    font-size: min(26px, 3.3854166667vw);
    margin-top: min(32px, 4.1666666667vw);
  }
  .contents_main__contact p a:hover {
    text-decoration: underline;
  }
  .contents_main__contact dl {
    margin-top: min(32px, 4.1666666667vw);
    display: flex;
    flex-wrap: wrap;
  }
  .contents_main__contact dl dt {
    font-size: min(26px, 3.3854166667vw);
    width: 100%;
    border-top: 1px solid #ccc;
    padding: min(48px, 6.25vw) 0 min(32px, 4.1666666667vw);
    font-weight: bold;
  }
  .contents_main__contact dl dd {
    width: 100%;
    border-top: none;
    padding: 0 0 min(48px, 6.25vw) 0;
  }
  .contents_main__contact form {
    font-size: min(26px, 3.3854166667vw);
  }
  .contents_main__contact form input[type=text],
  .contents_main__contact form textarea {
    padding: min(16px, 2.0833333333vw);
  }
  .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;
  }
  .contents_main__contact form button {
    margin-inline: auto;
    width: 207px;
    margin-top: 32px;
    padding-left: 4%;
  }
}
@media (max-width: 768px) and (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);
  }
}
@media (max-width: 768px) {
  .contents_main__ifu__block {
    margin-top: min(48px, 6.25vw);
  }
  .contents_main__ifu h2 {
    font-size: min(42px, 5.46875vw);
    letter-spacing: 0.1em;
    margin-bottom: min(64px, 8.3333333333vw);
  }
  .contents_main__ifu h2.small {
    font-size: min(34px, 4.4270833333vw);
  }
  .contents_main__ifu h2::before {
    height: 2px;
    width: min(100px, 13.0208333333vw);
    top: calc(-1 * min(16px, 2.0833333333vw));
    left: calc(-1 * min(48px, 6.25vw));
  }
  .contents_main__ifu h3 {
    margin: 0 0 min(16px, 2.0833333333vw) !important;
    padding: 0 0 min(16px, 2.0833333333vw) !important;
    font-size: min(34px, 4.4270833333vw);
  }
  .contents_main__ifu ul li {
    font-size: min(26px, 3.3854166667vw);
  }
  .contents_main__ifu ul li + li {
    margin: min(16px, 2.0833333333vw) 0 0;
  }
  .contents_main__ifu ul li a {
    display: block;
    padding: min(8px, 1.0416666667vw) min(8px, 1.0416666667vw) min(8px, 1.0416666667vw) min(32px, 4.1666666667vw);
  }
  .contents_main__ifu ul li a::after {
    font-size: min(24px, 3.125vw);
    top: min(12px, 1.5625vw);
  }
}
.slide-text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (768px <= width) {
  .slide-text.sp_br {
    flex-direction: row;
  }
}
.slide-text.is-active {
  --x: 0;
}
.slide-text .char {
  overflow: hidden;
  white-space: nowrap;
}
.slide-text .word {
  display: inline-flex;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.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;
  }
}

@media (max-width: 768px) {
  .medical-modal-inner {
    background: #fff;
    padding: 24px;
  }
  .medical-modal-title {
    font-size: 4vw;
    margin-bottom: 5vw;
    padding: 4vw 8vw;
  }
  .medical-modal-text {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .medical-modal .btn-yes {
    min-height: min(88px, 11.4583333333vw);
    margin-inline: auto;
    font-size: min(27px, 3.515625vw);
    max-width: min(424px, 55.2083333333vw);
  }
  .medical-modal .btn-yes span {
    letter-spacing: 0.05em;
    font-size: min(24px, 3.125vw);
  }
  .medical-modal .btn-no {
    min-height: min(88px, 11.4583333333vw);
    padding: 0;
    justify-content: center;
    text-align: center;
    font-size: min(27px, 3.515625vw);
    width: min(424px, 55.2083333333vw);
    letter-spacing: 0.16em;
    margin-inline: auto;
  }
}
.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);
  }
}

.pagetop {
  position: fixed;
  right: -130px;
  bottom: 0;
  background: var(--color-primary);
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 14px;
  transition: 0.5s;
  border-radius: 6px 6px 0 0;
  gap: 8px;
  z-index: 5;
  font-family: "Carme", "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-break: keep-all;
}
.pagetop svg {
  fill: #fff;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.pagetop.is-show {
  right: 10px;
}
.pagetop.is-stop {
  position: absolute;
  top: -40px;
  right: 10px0;
  bottom: auto;
  margin-inline-start: auto;
}

.top_head {
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
.top_head__margin {
  display: block;
  height: 85px;
  background: url("../img/top/head_bg_head.png") top right/100% 85px no-repeat;
}
.top_head__title {
  aspect-ratio: 1920/1255;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 78px;
  background: url("../img/top/head_bg.png") top right/cover no-repeat;
}
.top_head__title__txt h1 {
  font-family: "Carme", sans-serif;
  font-size: min(72px, 5.1428571429vw);
  color: var(--color-black);
  font-weight: 300;
  position: relative;
  z-index: 2;
  padding: 8px 24px 8px 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: auto;
  max-width: 50vw;
}
.top_head__title__txt h1::before {
  content: "";
  height: 3px;
  width: min(100px, 8.3333333333vw);
  display: block;
  position: absolute;
  top: 8px;
  left: calc(-1 * min(60px, 5vw));
  transform: rotate(-45deg);
  background: var(--color-primary);
}
.top_head__title__txt strong {
  font-size: 23px;
  letter-spacing: 0.32em;
  font-weight: 500;
  line-height: 1.3;
  margin: min(32px, 2.6666666667vw) 0;
  z-index: 2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
  position: relative;
  padding: 8px;
  width: auto;
  max-width: 48vw;
}
.top_head__title__txt p {
  position: relative;
  font-size: min(19px, 1.9vw);
  line-height: 2.2222222222;
  letter-spacing: 0.12em;
  z-index: 2;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: inline-block;
  padding: 8px;
  width: auto;
  max-width: 48vw;
}
.top_head__title__slide {
  position: absolute;
  right: 0;
  top: 0.393134%;
  aspect-ratio: 971/1117;
  width: min(971px, 50.5729166667%);
  z-index: 1;
}
.top_head__title__slide .print {
  display: none;
}
.top_head__company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  background: url("../img/top/head_bg_bottom.png") top left/100% auto no-repeat;
}
.top_head__company__img img {
  width: min(557px, 29.0104166667vw);
  aspect-ratio: 501/636;
}
.top_head__company__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1113px, 57.96875vw);
  margin-top: min(200px, 10.4166666667vw);
  padding-right: 10%;
}
.top_head__company__txt h2 {
  font-size: min(78px, 6.5vw);
  font-family: "Carme", "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.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: 40;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-top: 16px;
  font-weight: 400;
}
.top_head__company__txt p {
  font-size: 17px;
  line-height: 2;
  margin-top: min(32px, 2.6666666667vw);
  max-width: 800px;
}
.top_head__company__txt a {
  margin-top: min(32px, 2.6666666667vw);
  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;
}
.top_head__company__txt a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.top_head__company__txt 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;
}
.top_head__company__txt a:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .top_head__company__txt 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;
  }
  .top_head__company__txt 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);
  }
  .top_head__company__txt a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_head__company__txt a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.top_head__company__txt a {
  margin-inline: unset;
}

.top_product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  margin-top: min(130px, 6.7708333333vw);
  padding-top: min(120px, 6.25vw);
  padding-bottom: min(460px, 23.9583333333vw);
  background: url("../img/top/products_vector.svg") right center/min(715px, 37.2395833333vw) auto no-repeat;
}
.top_product__txt {
  margin-left: 12.5%;
  width: min(820px, 42.7083333333vw);
}
.top_product__txt h2 {
  font-size: min(78px, 6.5vw);
  font-family: "Carme", "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 500;
}
.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: 40;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-top: 16px;
  font-weight: 400;
}
.top_product__txt p {
  font-size: 17px;
  line-height: 2;
  margin-top: min(32px, 2.6666666667vw);
}
.top_product__img {
  position: absolute;
  right: 0;
  padding-right: 5%;
  transform: translateY(5%);
  width: 37%;
}
.top_product__img img {
  max-width: 457px;
  width: 100%;
}
.top_product a {
  margin-top: min(32px, 2.6666666667vw);
  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;
}
.top_product a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.top_product 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;
}
.top_product a:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .top_product 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;
  }
  .top_product 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);
  }
  .top_product a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_product a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.top_product a {
  margin-inline: unset;
}

.top_recruit {
  background: url("../img/top/recruit_bg.png") left top/100% auto no-repeat;
  padding: min(300px, 15.625vw) 0 min(280px, 14.5833333333vw);
  margin-top: calc(-1 * min(300px, 15.625vw));
  max-width: 1920px;
  margin-inline: auto;
}
.top_recruit__frame {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.top_recruit__frame__img::after {
  content: "";
  position: absolute;
  aspect-ratio: 1200/530;
  left: 0;
  top: 0;
  background: url("../img/top/recruit_frame_bg.png") top left/contain no-repeat;
  width: 100%;
  height: 100%;
}
.top_recruit__frame__txt {
  position: absolute;
  top: 8%;
  left: 6%;
}
.top_recruit__frame__txt h2 {
  font-size: min(78px, 6.5vw);
  font-family: "Carme", "Noto Sans JP", sans-serif;
  line-height: 1;
  position: relative;
  color: var(--color-white);
  font-weight: 500;
}
.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-white);
}
.top_recruit__frame__txt h2 .sub {
  display: block;
  font-size: 19px;
  font-weight: 40;
  letter-spacing: 0.16em;
  margin-top: 16px;
  font-weight: 400;
}
.top_recruit__frame__txt p {
  font-size: 17px;
  line-height: 2;
  margin-top: min(24px, 2vw);
  color: var(--color-white);
}
.top_recruit__frame a {
  margin-top: min(32px, 2.6666666667vw);
  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;
}
.top_recruit__frame a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  background: var(--color-white);
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
}
.top_recruit__frame 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;
}
.top_recruit__frame a:hover::after {
  right: 12px;
}
@media (max-width: 768px) {
  .top_recruit__frame 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;
  }
  .top_recruit__frame 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);
  }
  .top_recruit__frame a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_recruit__frame a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
.top_recruit__frame a {
  margin-inline: unset;
  background: var(--color-white);
  color: var(--color-primary);
}
.top_recruit__frame a::before {
  content: "";
  background: var(--color-primary);
}
.top_recruit__frame a::after {
  background: url("../img/common/cursor_btn_02.png") center/contain no-repeat;
}

@media (max-width: 768px) {
  .top_head__margin {
    background: #f4f7fe;
    height: min(85px, 16.1458333333vw);
  }
  .top_head__title {
    aspect-ratio: 750/1520;
    padding-left: 0;
    background: #CFD5E5;
    background: linear-gradient(0deg, rgb(198, 204, 223) 0%, rgb(244, 247, 254) 100%);
  }
  .top_head__title__txt h1 {
    position: absolute;
    top: 4.736%;
    left: 2%;
    font-size: min(72px, 9.6vw);
    padding: 0;
    text-align: center;
    display: block;
    line-height: 1.4;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    max-width: 100vw;
  }
  .top_head__title__txt h1::before {
    height: 2px;
    width: min(100px, 13.3333333333vw);
    top: min(12px, 1.6vw);
    left: calc(-1 * min(12px, 1.6vw));
  }
  .top_head__title__txt strong {
    position: absolute;
    top: 19.078%;
    left: 0;
    font-size: min(28px, 3.7333333333vw);
    width: 100%;
    text-align: center;
    color: var(--color-text);
    margin: 0;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    width: 100%;
    max-width: 100vw;
  }
  .top_head__title__txt p {
    position: absolute;
    top: 75%;
    font-size: min(26px, 3.4666666667vw);
    line-height: 2.9615384615;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    display: block;
    padding-right: 0;
    text-align: center;
    width: 100%;
    max-width: 100vw;
  }
  .top_head__title__slide {
    right: auto;
    top: 19.736%;
    width: 100vw;
  }
  .top_head__company {
    display: block;
    background: url("../img/top/head_bg_bottom_sp.png") top left/100% auto no-repeat;
  }
  .top_head__company__img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .top_head__company__img img {
    width: min(302px, 40.2666666667vw);
  }
  .top_head__company__txt {
    margin-top: 0;
    margin-inline: auto;
    display: block;
    width: 90vw;
    padding-right: 0;
    padding-top: min(320px, 42.6666666667vw);
  }
  .top_head__company__txt h2 {
    font-size: min(72px, 9.6vw);
  }
  .top_head__company__txt h2::before {
    height: 2px;
    width: min(65px, 8.6666666667vw);
    top: 0;
    left: calc(-1 * min(30px, 4vw));
  }
  .top_head__company__txt h2 .sub {
    font-size: min(26px, 3.4666666667vw);
    margin-top: min(16px, 2.1333333333vw);
  }
  .top_head__company__txt p {
    font-size: min(26px, 3.4666666667vw);
    line-height: 2.5384615385;
    margin-top: min(80px, 10.6666666667vw);
    max-width: 800px;
  }
  .top_head__company__txt a {
    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;
  }
  .top_head__company__txt a::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    background: var(--color-white);
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
  }
  .top_head__company__txt 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;
  }
  .top_head__company__txt a:hover::after {
    right: 12px;
  }
  .top_head__company__txt a {
    margin-inline: unset;
    margin-top: min(72px, 9.6vw);
    max-width: min(300px, 40vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top_head__company__txt 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;
  }
  .top_head__company__txt 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);
  }
  .top_head__company__txt a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_head__company__txt a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
@media (max-width: 768px) {
  .top_product {
    margin-top: min(240px, 32vw);
    padding-top: min(40px, 5.3333333333vw);
    padding-bottom: 0;
    background: url("../img/top/products_vector.svg") right top/min(540px, 96vw) auto no-repeat;
  }
  .top_product__txt {
    margin-left: 0;
    width: 90vw;
    margin-inline: auto;
    position: relative;
  }
  .top_product__txt h2 {
    font-size: min(72px, 9.6vw);
  }
  .top_product__txt h2::before {
    height: 2px;
    width: min(65px, 8.6666666667vw);
    top: 0;
    left: calc(-1 * min(30px, 4vw));
  }
  .top_product__txt h2 .sub {
    font-size: min(26px, 3.4666666667vw);
    margin-top: min(16px, 2.1333333333vw);
  }
  .top_product__txt p {
    font-size: min(26px, 3.4666666667vw);
    line-height: 2.5384615385;
    margin-top: min(580px, 106.6666666667vw);
    max-width: 800px;
  }
  .top_product__img {
    position: absolute;
    right: 5%;
    padding-right: 0;
    transform: translateY(0);
    width: 90%;
    top: min(220px, 29.3333333333vw);
  }
  .top_product__img img {
    display: block;
    margin-inline: auto;
  }
  .top_product a {
    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;
  }
  .top_product a::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    background: var(--color-white);
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
  }
  .top_product 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;
  }
  .top_product a:hover::after {
    right: 12px;
  }
  .top_product a {
    margin-inline: unset;
    margin-top: min(72px, 9.6vw);
    max-width: min(300px, 40vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top_product 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;
  }
  .top_product 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);
  }
  .top_product a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_product a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
@media (max-width: 768px) {
  .top_recruit {
    background: #D3D9F3 url("../img/top/recruit_bg.png") left top/100% auto no-repeat;
    padding: min(420px, 56vw) 0 min(240px, 32vw);
    margin-top: min(80px, 10.6666666667vw);
  }
  .top_recruit__frame {
    aspect-ratio: 682/1068;
    position: relative;
  }
  .top_recruit__frame__img::after {
    content: "";
    position: absolute;
    aspect-ratio: 682/456;
    left: 0;
    top: 0;
    background: url("../img/top/recruit_frame_bg_sp.png") top left/contain no-repeat;
    width: 100%;
    height: 100%;
  }
  .top_recruit__frame__txt {
    aspect-ratio: 682/1068;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .top_recruit__frame__txt h2 {
    font-size: min(72px, 9.6vw);
    color: var(--color-text);
    transform: translateY(calc(-100% - 11vw));
  }
  .top_recruit__frame__txt h2::before {
    height: 2px;
    width: min(65px, 8.6666666667vw);
    top: 0;
    left: calc(-1 * min(30px, 4vw));
    background: var(--color-primary);
  }
  .top_recruit__frame__txt h2 .sub {
    font-size: min(26px, 3.4666666667vw);
    margin-top: min(16px, 2.1333333333vw);
    color: var(--color-primary);
  }
  .top_recruit__frame__txt p {
    position: absolute;
    top: 0;
    font-size: min(26px, 3.4666666667vw);
    line-height: 1.9615384615;
    letter-spacing: 0.18em;
    width: 100%;
    max-width: 100%;
    padding: 5%;
    margin: 0;
  }
  .top_recruit__frame a {
    margin-top: 0;
    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;
  }
  .top_recruit__frame a::before {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    background: var(--color-white);
    width: 1px;
    height: 80%;
    transform: translateY(-50%);
  }
  .top_recruit__frame 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;
  }
  .top_recruit__frame a:hover::after {
    right: 12px;
  }
  .top_recruit__frame a {
    margin-inline: unset;
    background: var(--color-primary);
    color: var(--color-white);
    position: absolute;
    bottom: 3%;
    right: 3%;
    max-width: min(300px, 40vw);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top_recruit__frame 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;
  }
  .top_recruit__frame 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);
  }
  .top_recruit__frame a::before {
    right: min(40px, 10.4166666667vw);
  }
  .top_recruit__frame a:hover::after {
    right: min(10px, 2.6041666667vw);
  }
}
@media (max-width: 768px) {
  .top_recruit__frame a::before {
    background: var(--color-white);
  }
  .top_recruit__frame a::after {
    background: url("../img/common/cursor_btn.png") center/contain no-repeat;
  }
  .pagetop {
    position: fixed;
    right: -130px;
    bottom: 0;
    background: var(--color-primary);
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 14px;
    transition: 0.5s;
    border-radius: 6px 6px 0 0;
    gap: 8px;
    z-index: 5;
    font-family: "Carme", "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .pagetop svg {
    fill: #fff;
    width: 14px;
    height: 14px;
    margin-top: 2px;
  }
  .pagetop.is-show {
    right: 10px;
  }
  .pagetop.is-stop {
    position: absolute;
    top: -40px;
    right: 10px0;
    bottom: auto;
    margin-inline-start: auto;
  }
}