@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* min-width での指定 */
/* max-width での指定 */
/* min-width と max-width の両方での指定 */
/* レスポンシブ関数 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  transition: opacity 0.8s ease;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0 0 min(3.125vw, 60px);
}
@media screen and (min-width: 769px) {
  body {
    padding: 0;
  }
}

body.is-show {
  opacity: 1;
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

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

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
}

main {
  padding: min(17.0666666667vw, 128px) 0 min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  main {
    padding: 110px 0 min(10.8333333333vw, 130px);
  }
}

.js-fade {
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
  transition: opacity 0.8s ease, filter 0.8s ease;
}

.js-fade.is-show {
  opacity: 1;
  filter: blur(0);
  visibility: visible;
}

.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #FFF;
  height: min(17.0666666667vw, 128px);
  box-shadow: 0px min(0.2666666667vw, 2px) min(1.3333333333vw, 10px) rgba(0, 0, 0, 0.1);
  z-index: 998;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 110px;
    box-shadow: 0px min(0.1666666667vw, 2px) min(0.8333333333vw, 10px) rgba(0, 0, 0, 0.1);
  }
}

.l-header-inner {
  height: min(17.0666666667vw, 128px);
}
@media screen and (min-width: 769px) {
  .l-header-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: min(91.6666666667vw, 1100px);
    height: 110px;
    margin: 0 auto;
  }
}

.l-header-logo {
  display: flex;
  align-items: center;
  height: min(17.0666666667vw, 128px);
  padding-left: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-header-logo {
    height: 110px;
    padding-left: 0;
  }
}

.l-header-logo img {
  width: min(32vw, 240px);
  height: min(12.5333333333vw, 94px);
}
@media screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(14.9166666667vw, 179px);
    height: min(5.8333333333vw, 70px);
  }
}

.l-header-link {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header-link {
    display: flex;
    gap: min(3.3333333333vw, 40px);
  }
}

.l-header-nav {
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 20px);
  margin: min(0.8333333333vw, 10px) 0 min(2.5vw, 30px);
}

.l-header-nav__sub {
  display: flex;
  justify-content: flex-end;
  gap: min(2.5vw, 30px);
}

.l-header-nav__sub li a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #222;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  line-height: 1.5;
}

.l-header-nav__sub li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.l-header-nav__menu {
  display: flex;
  gap: min(2.5vw, 30px);
}

.l-header-nav__menu li a {
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(0.75rem, 1.1666666667vw, 0.875rem);
  font-weight: bold;
  transition: all 0.3s ease;
}

.l-header-nav__menu li a:hover {
  color: #E94C64;
  opacity: 1;
}

.l-header-nav__menu li.external a {
  padding-right: min(2vw, 24px);
}

.l-header-nav__menu li.external a::after {
  content: "";
  background: url(../assets/images/common/icon_external_off.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(1.1666666667vw, 14px);
  height: min(1.1666666667vw, 14px);
  transition: all 0.3s ease;
}

.l-header-nav__menu li.external a:hover::after {
  background: url(../assets/images/common/icon_external_on.svg) 0 0/cover no-repeat;
}

.l-header-button__contact {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header-button__contact {
    display: flex;
    align-items: center;
  }
}

.l-header-button__contact a {
  position: relative;
  width: min(17vw, 204px);
  display: block;
  text-align: center;
  background: #E94C64;
  color: #FFF;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(0.75rem, 1.1666666667vw, 0.875rem);
  font-weight: bold;
  padding: min(1.0833333333vw, 13px) 0 min(0.9166666667vw, 11px) min(3.3333333333vw, 40px);
  border-radius: min(4.1666666667vw, 50px);
  border: #E94C64 2px solid;
  transition: all 0.3s ease;
}

.l-header-button__contact a:hover {
  background: #FFF;
  color: #E94C64;
  opacity: 1;
}

.l-header-button__contact a::before {
  content: "";
  background: url(../assets/images/common/header_deco.png) 0 0/cover no-repeat;
  position: absolute;
  top: max(-8px, -0.6666666667vw);
  left: min(1.6666666667vw, 20px);
  width: min(4.1666666667vw, 50px);
  height: min(3.9166666667vw, 47px);
}

.l-footer {
  padding: min(16vw, 120px) 0;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: min(8.3333333333vw, 100px) 0 min(6.6666666667vw, 80px);
  }
}

.l-footer-inner {
  margin: 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-footer-inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
  }
}

.l-footer-logo {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .l-footer-logo {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.l-footer-logo img {
  width: min(66.6666666667vw, 500px);
  height: min(26.1333333333vw, 196px);
}
@media screen and (min-width: 769px) {
  .l-footer-logo img {
    width: min(25vw, 300px);
    height: min(9.8333333333vw, 118px);
  }
}

.l-footer-copy {
  font-family: "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .l-footer-copy {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

/* ハンバーガーメニュー */
#menu-button {
  display: block;
  position: fixed;
  right: 0;
  display: grid;
  place-items: center;
  place-content: center;
  width: min(16vw, 120px);
  height: min(17.0666666667vw, 128px);
  background: #E94C64;
  border: none;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  #menu-button {
    display: none;
  }
}

/* バー */
.bar,
.bar::before,
.bar::after {
  width: min(6.9333333333vw, 52px);
  height: min(0.2666666667vw, 2px);
  background-color: #FFF;
  transition: transform 0.3s;
}

.bar {
  display: grid;
}
.bar::before, .bar::after {
  content: "";
  grid-area: 1/1;
}
.bar::before {
  transform: translateY(max(-12px, -1.6vw));
}
.bar::after {
  transform: translateY(min(1.6vw, 12px));
}

/* オープン時のバー */
[data-drawer-open=true] .bar {
  background-color: transparent;
}
[data-drawer-open=true] .bar::before {
  transform: rotate(45deg);
}
[data-drawer-open=true] .bar::after {
  transform: rotate(-45deg);
}

/* メニューラベル */
.menu-label {
  transform: translateY(min(2vw, 15px));
  font-size: min(3.2vw, 24px);
  font-weight: 400;
  color: #FFF;
}

/* オーバーレイ */
#overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: visibility 0.3s, opacity 0.3s;
  /* オープン時のオーバーレイ */
}
[data-drawer-open=true] #overlay {
  visibility: visible;
  opacity: 1;
}

/* メニュー */
#menu {
  position: fixed;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: #E94C64;
  right: 0;
  top: 0;
  z-index: 997;
  transition: height 0.3s ease-out;
}
#menu .menu-inner {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#menu ul {
  list-style: none;
  padding: 0 min(5.3333333333vw, 40px) min(16vw, 120px);
}
#menu li {
  position: relative;
  border-bottom: #FFF 1px solid;
}
#menu li:first-child {
  border-top: #FFF 1px solid;
}
#menu li::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_menu_white.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(1.6vw, 12px);
  height: min(2.6666666667vw, 20px);
}
#menu li.external::after {
  background: url(../assets/images/common/icon_external_menu.svg) 0 0/cover no-repeat;
  width: min(3.7333333333vw, 28px);
  height: min(3.7333333333vw, 28px);
}
#menu a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-weight: bold;
  color: #FFF;
  font-size: min(4.2666666667vw, 2rem);
  padding: min(5.8666666667vw, 44px) 0;
}

/* オープン時のメニュー */
[data-drawer-open=true] #menu {
  height: 100vh;
}

/* body */
body {
  overflow-x: clip;
  /* オープン時のbody */
}
[data-drawer-open=true] body {
  overflow: clip;
}

.l-hamburger-button {
  margin-top: min(17.0666666667vw, 128px);
  padding: min(8vw, 60px) min(5.3333333333vw, 40px);
}

.l-hamburger-button a {
  position: relative;
  display: block;
  padding: min(5.3333333333vw, 40px) 0;
  text-align: center;
  background: #FFF;
  color: #E94C64 !important;
  border-radius: min(10.6666666667vw, 80px);
  font-size: min(5.3333333333vw, 2.5rem);
  box-shadow: inset 0px max(-8px, -1.0666666667vw) 0px rgba(0, 0, 0, 0.2);
}

.l-hamburger-button a::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_menu.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(9.3333333333vw, 70px);
  transform: translateY(-50%);
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
}

.l-aside {
  background: #FFB1BE;
  padding: min(8vw, 60px) 0 min(18.6666666667vw, 140px);
}
@media screen and (min-width: 769px) {
  .l-aside {
    padding: min(4.1666666667vw, 50px) 0 min(5.8333333333vw, 70px);
  }
}

.l-aside-inner {
  position: relative;
  padding: 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-aside-inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-aside-inner::after {
    content: "";
    background: url(../assets/images/common/aside_deco.png) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: min(24.6666666667vw, 296px);
    height: min(30.6666666667vw, 368px);
  }
}

@media screen and (min-width: 769px) {
  .l-aside-wrap {
    width: min(64.5833333333vw, 775px);
  }
}

.l-aside-read {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(4.8vw, 2.25rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .l-aside-read {
    font-size: clamp(22px, 2.5vw, 30px);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.l-aside-button {
  width: 100%;
}

.l-aside-button a {
  position: relative;
  display: block;
  background: #E94C64;
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s ease;
  padding: min(4.2666666667vw, 32px) min(19.7333333333vw, 148px) min(6.4vw, 48px) min(35.4666666667vw, 266px);
  border-radius: min(13.3333333333vw, 100px);
  box-shadow: inset 0px max(-8px, -0.6666666667vw) 0px rgba(0, 0, 0, 0.2);
  font-size: min(5.3333333333vw, 2.5rem);
}
@media screen and (min-width: 769px) {
  .l-aside-button a {
    text-align: center;
    padding: min(2.4166666667vw, 29px) min(4.1666666667vw, 50px) min(2.1666666667vw, 26px) 0;
    border-radius: min(8.3333333333vw, 100px);
    box-shadow: inset 0px max(-4px, -0.3333333333vw) 0px rgba(0, 0, 0, 0.2);
    font-size: clamp(22px, 2.5vw, 30px);
  }
}

.l-aside-button a::before {
  content: "";
  background: url(../assets/images/common/aside_deco_sp.png) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(29.6vw, 222px);
  height: min(36.8vw, 276px);
}
@media screen and (min-width: 769px) {
  .l-aside-button a::before {
    display: none;
  }
}

.l-aside-button a::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_aside_sp.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(10.6666666667vw, 80px);
  transform: translateY(-50%);
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .l-aside-button a::after {
    background: url(../assets/images/common/icon_arrow_aside.svg) 0 0/cover no-repeat;
    right: min(16.6666666667vw, 200px);
    transform: translateY(-40%);
    width: min(2.5vw, 30px);
    height: min(2.5vw, 30px);
  }
}

@media screen and (min-width: 769px) {
  .l-aside-button a:hover {
    box-shadow: none;
    transform: translateY(4px);
    opacity: 0.8;
  }
}

.l-aside-banner__top {
  background: #F7F5EF;
  padding: min(16vw, 120px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .l-aside-banner__top {
    padding: min(7.5vw, 90px) 0 min(10.8333333333vw, 130px);
  }
}

@media screen and (min-width: 769px) {
  .l-aside-banner__inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
  }
}

.p-common-mv {
  background: url(../assets/images/common/bg_title_sp.jpg) center center/cover no-repeat;
  height: min(44.5333333333vw, 334px);
}
@media screen and (min-width: 769px) {
  .p-common-mv {
    background: url(../assets/images/common/bg_title.jpg) center center/cover no-repeat;
    height: min(18.9166666667vw, 227px);
  }
}

.p-common-mv__title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: min(44.5333333333vw, 334px);
  font-size: min(8vw, 3.75rem);
}
@media screen and (min-width: 769px) {
  .p-common-mv__title {
    height: min(18.9166666667vw, 227px);
    font-size: clamp(2.25rem, 4vw, 3rem);
  }
}

@media screen and (min-width: 769px) {
  .p-common-inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
  }
}

.p-common-bread {
  display: block;
  padding: min(5.3333333333vw, 40px) 0 min(10.6666666667vw, 80px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-common-bread {
    padding: min(2.5vw, 30px) 0 min(3.3333333333vw, 40px);
  }
}

.p-common-bread__nav {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  gap: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-common-bread__nav {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
    gap: min(1.6666666667vw, 20px);
  }
}

.p-common-bread__nav li {
  position: relative;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: min(3.2vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .p-common-bread__nav li {
    font-size: clamp(0.625rem, 1vw, 0.75rem);
  }
}

.p-common-bread__nav li:not(:last-child)::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: max(-30px, -4vw);
  transform: translateY(-55%);
}
@media screen and (min-width: 769px) {
  .p-common-bread__nav li:not(:last-child)::after {
    right: max(-15px, -1.25vw);
  }
}

.p-common-bread__nav li:last-child {
  margin-right: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-common-bread__nav li:last-child {
    margin-right: 0;
  }
}

.p-common-bread__nav li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-common-bread__nav li a:hover {
    text-decoration: underline;
  }
}

.p-common-inner {
  margin: 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-common-inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
  }
}

.p-common-banner__troubleshooting a {
  position: relative;
  display: block;
  background: #3EA6E9;
  text-align: center;
  transition: all 0.3s ease;
  padding: min(5.3333333333vw, 40px) 0;
  border-radius: min(2.6666666667vw, 20px);
  box-shadow: inset 0px max(-12px, -1.6vw) 0px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting a {
    border-radius: min(0.8333333333vw, 10px);
    padding: min(2.5vw, 30px) 0 min(3.3333333333vw, 40px) min(3.3333333333vw, 40px);
    box-shadow: inset 0px max(-6px, -0.5vw) 0px rgba(0, 0, 0, 0.1607843137);
  }
}

.p-common-banner__troubleshooting a::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting a::before {
    display: block;
    content: "";
    background: url(../assets/images/common/banner_deco.png) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    left: min(11.6666666667vw, 140px);
    transform: translateY(-54%);
    width: min(12.6666666667vw, 152px);
    height: min(17.5833333333vw, 211px);
  }
}

.p-common-banner__troubleshooting a::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_banner_sp.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.6666666667vw, 20px);
  transform: translateY(-50%);
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting a::after {
    background: url(../assets/images/common/icon_arrow_banner.svg) 0 0/cover no-repeat;
    right: min(3.3333333333vw, 40px);
    transform: translateY(-40%);
    width: min(2.5vw, 30px);
    height: min(2.5vw, 30px);
  }
}

@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 0.8;
  }
}

.p-common-banner__troubleshooting--catch {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting--catch {
    margin-bottom: min(1.1666666667vw, 14px);
  }
}

.p-common-banner__troubleshooting--catch span {
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  padding: min(2.6666666667vw, 20px);
  border-radius: min(5.3333333333vw, 40px);
  font-size: min(3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting--catch span {
    padding: min(0.4166666667vw, 5px) min(3.3333333333vw, 40px);
    border-radius: min(1.6666666667vw, 20px);
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  }
}

.p-common-banner__troubleshooting--title {
  color: #FFF;
  font-weight: bold;
  font-size: min(8vw, 3.75rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-common-banner__troubleshooting--title {
    font-size: clamp(1.875rem, 3.3333333333vw, 2.5rem);
  }
}

.p-common-pagetop {
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  color: #003682;
  cursor: pointer;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-common-pagetop {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

@media screen and (min-width: 769px) {
  .p-common-pagetop:hover {
    text-decoration: none;
  }
}

.p-common-banner__faq a {
  position: relative;
  display: block;
  background: #C1B555;
  text-align: center;
  transition: all 0.3s ease;
  padding: min(5.3333333333vw, 40px) 0;
  border-radius: min(2.6666666667vw, 20px);
  box-shadow: inset 0px max(-12px, -1.6vw) 0px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq a {
    border-radius: min(0.8333333333vw, 10px);
    padding: min(2.5vw, 30px) 0 min(3.3333333333vw, 40px) min(3.3333333333vw, 40px);
    box-shadow: inset 0px max(-6px, -0.5vw) 0px rgba(0, 0, 0, 0.1607843137);
    margin-bottom: min(5vw, 60px);
  }
}

.p-common-banner__faq a::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq a::before {
    display: block;
    content: "";
    background: url(../assets/images/common/banner_deco_faq.png) 0 0/cover no-repeat;
    position: absolute;
    top: 50%;
    left: min(11.6666666667vw, 140px);
    transform: translateY(-54%);
    width: min(14.8333333333vw, 178px);
    height: min(15vw, 180px);
  }
}

.p-common-banner__faq a::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_banner_sp.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.6666666667vw, 20px);
  transform: translateY(-50%);
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq a::after {
    background: url(../assets/images/common/icon_arrow_banner.svg) 0 0/cover no-repeat;
    right: min(3.3333333333vw, 40px);
    transform: translateY(-40%);
    width: min(2.5vw, 30px);
    height: min(2.5vw, 30px);
  }
}

@media screen and (min-width: 769px) {
  .p-common-banner__faq a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 0.8;
  }
}

.p-common-banner__faq--catch {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq--catch {
    margin-bottom: min(1.1666666667vw, 14px);
  }
}

.p-common-banner__faq--catch span {
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  padding: min(2.6666666667vw, 20px);
  border-radius: min(5.3333333333vw, 40px);
  font-size: min(3.7333333333vw, 1.75rem);
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq--catch span {
    padding: min(0.4166666667vw, 5px) min(3.3333333333vw, 40px);
    border-radius: min(1.6666666667vw, 20px);
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  }
}

.p-common-banner__faq--title {
  color: #FFF;
  font-weight: bold;
  font-size: min(8vw, 3.75rem);
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-common-banner__faq--title {
    font-size: clamp(1.875rem, 3.3333333333vw, 2.5rem);
  }
}

/* トップページ */
.top-inner {
  width: min(100%, min(89.3333333333vw, 670px));
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top-inner {
    width: min(100%, min(91.6666666667vw, 1100px));
  }
}

.top-ttl {
  text-align: center;
  padding-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .top-ttl {
    padding-bottom: min(5vw, 60px);
  }
}
.top-ttl span {
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 769px) {
  .top-ttl span {
    font-size: clamp(1.25rem, 2.1666666667vw, 1.625rem);
  }
}
.top-ttl b {
  display: inline;
  font-size: min(9.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.55em;
  background: linear-gradient(transparent 80%, #FFDF66 80%);
}
@media screen and (min-width: 769px) {
  .top-ttl b {
    font-size: clamp(3.125rem, 4.5vw, 3.375rem);
  }
}

.chura-btnmore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(16vw, 120px);
  background: #fff;
  border: #E94C64 3px solid;
  border-radius: min(9.0666666667vw, 68px);
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  color: #E94C64;
  transition: 0.3s;
  margin-bottom: min(21.3333333333vw, 160px);
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 769px) {
  .chura-btnmore {
    width: min(25.3333333333vw, 304px);
    height: min(5.6666666667vw, 68px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin: 0 auto min(6.6666666667vw, 80px);
    padding-right: min(2.5vw, 30px);
  }
}
.chura-btnmore::after {
  content: "";
  display: block;
  width: min(6.4vw, 48px);
  aspect-ratio: 1/1;
  background: url(../assets/images/top/btn-arrow.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(8vw, 60px);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .chura-btnmore::after {
    width: min(2.5vw, 30px);
    right: min(1.6666666667vw, 20px);
  }
}
.chura-btnmore:hover {
  background: #E94C64;
  color: #fff;
}
.chura-btnmore:hover::after {
  background: url(../assets/images/top/btn-arrow-wh.svg) center center no-repeat;
  background-size: 100% auto;
}

/* メインビジュアル */
.chura-mv {
  background: url(../assets/images/top/dot.webp) repeat #FFF8C3;
  background-size: min(5.3333333333vw, 40px) auto;
  padding: min(5.3333333333vw, 40px) 0 min(12.8vw, 96px);
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .chura-mv {
    padding: min(4.1666666667vw, 50px) 0 min(6.6666666667vw, 80px);
    background-size: min(3.3333333333vw, 40px) auto;
  }
}
@media screen and (min-width: 769px) {
  .chura-mv::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 503/649;
    background: url(../assets/images/top/mv-left.webp) center center no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.chura-mv::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 125/82;
  background: url(../assets/images/top/mv-bottom.webp) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .chura-mv::after {
    width: auto;
    height: 100%;
    aspect-ratio: 41/59;
    background: url(../assets/images/top/mv-right.webp) center center no-repeat;
    background-size: auto 100%;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
  }
}
.chura-mv .top-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .chura-mv .top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-lead {
    width: 100%;
  }
}
.chura-mv .chura-mv-lead span {
  display: inline-block;
  background: #fff;
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  width: 100%;
  padding: min(1.8666666667vw, 14px) 0;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-lead span {
    font-size: clamp(1.375rem, 2.1666666667vw, 1.625rem);
    width: auto;
    padding: min(0.6666666667vw, 8px) min(6.6666666667vw, 80px);
    margin-bottom: min(2.4166666667vw, 29px);
  }
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-txt {
    width: 51%;
  }
}
.chura-mv .chura-mv-txt h1 {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-txt h1 {
    margin-bottom: min(2.2vw, 26.4px);
  }
}
.chura-mv .chura-mv-txt h2 {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-txt h2 {
    font-size: clamp(1.125rem, 2.3333333333vw, 1.75rem);
    margin-bottom: min(2.7vw, 32.4px);
  }
}
.chura-mv picture {
  display: block;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .chura-mv picture {
    width: 47.3%;
  }
}
.chura-mv picture img {
  display: block;
}
.chura-mv .chura-mv-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(19.7333333333vw, 148px);
  border-radius: min(10.6666666667vw, 80px);
  background: #E94C64;
  box-shadow: 0 4px 0 #BA3D50;
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-btn {
    height: min(6.6666666667vw, 80px);
    border-radius: min(3.3333333333vw, 40px);
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  }
}
.chura-mv .chura-mv-btn.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-btn.pc {
    display: flex;
  }
}
.chura-mv .chura-mv-btn.sp {
  display: flex;
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-btn.sp {
    display: none;
  }
}
.chura-mv .chura-mv-btn::after {
  content: "";
  display: block;
  width: min(6.4vw, 48px);
  aspect-ratio: 1/1;
  background: url(../assets/images/common/icon_arrow_aside_sp.svg) center center no-repeat;
  background-size: 100% auto;
  margin-left: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-mv .chura-mv-btn::after {
    width: min(2.5vw, 30px);
    background: url(../assets/images/common/icon_arrow_aside.svg) center center no-repeat;
    background-size: 100% auto;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    margin: auto;
    right: min(3.3333333333vw, 40px);
  }
}
.chura-mv .chura-mv-btn:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 1;
}

/* お悩み */
.office-key-problems {
  padding-top: min(10.6666666667vw, 80px);
  padding-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .office-key-problems {
    padding-top: min(4vw, 48px);
    padding-bottom: min(6.0833333333vw, 73px);
  }
}
.office-key-problems h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: min(8vw, 3.75rem);
  font-weight: 700;
  line-height: 1.46em;
  padding-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .office-key-problems h2 {
    font-size: clamp(2rem, 3vw, 2.25rem);
    flex-direction: row;
    padding-bottom: min(3.3333333333vw, 40px);
  }
}
.office-key-problems h2::before {
  content: "";
  display: block;
  width: min(8vw, 60px);
  aspect-ratio: 27/41;
  background: url(../assets/images/top/key.webp) center center no-repeat;
  background-size: 100% auto;
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .office-key-problems h2::before {
    width: min(4.5vw, 54px);
    margin-right: min(0.5vw, 6px);
    margin-bottom: 0;
  }
}
.office-key-problems h2 span, .office-key-problems h2 b {
  display: block;
  font-weight: 700;
}
.office-key-problems h2 b {
  color: #fff;
  background: #E94C64;
  margin: min(1.3333333333vw, 10px) 0;
  padding: 0 min(4.2666666667vw, 32px);
}
@media screen and (min-width: 769px) {
  .office-key-problems h2 b {
    margin: 0 min(1.1666666667vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .office-key-problems .office-key-problems-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.office-key-problems .office-key-problems-list .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #ccc 2px solid;
  border-radius: 10px;
  padding: min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) min(1.3333333333vw, 10px);
  position: relative;
  margin-bottom: min(5.8666666667vw, 44px);
}
@media screen and (min-width: 769px) {
  .office-key-problems .office-key-problems-list .box {
    width: 48.6%;
    padding: min(1.6666666667vw, 20px) min(2.5vw, 30px);
    margin-bottom: min(2.0833333333vw, 25px);
  }
}
.office-key-problems .office-key-problems-list .box::before, .office-key-problems .office-key-problems-list .box::after {
  content: "";
  position: absolute;
  left: 50%;
}
.office-key-problems .office-key-problems-list .box::before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.office-key-problems .office-key-problems-list .box::after {
  bottom: -30px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}
.office-key-problems .office-key-problems-list .box figure {
  display: block;
  margin: 0;
  width: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .office-key-problems .office-key-problems-list .box figure {
    width: min(6vw, 72px);
  }
}
.office-key-problems .office-key-problems-list .box figure img {
  display: block;
}
.office-key-problems .office-key-problems-list .box .txt {
  width: calc(100% - min(18.6666666667vw, 140px));
}
@media screen and (min-width: 769px) {
  .office-key-problems .office-key-problems-list .box .txt {
    width: calc(100% - min(7.5833333333vw, 91px));
  }
}
.office-key-problems .office-key-problems-list .box .txt p {
  font-size: min(4.8vw, 2.25rem);
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .office-key-problems .office-key-problems-list .box .txt p {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

/* ちゅら鍵とは？ */
@media screen and (min-width: 769px) {
  .chura-about {
    text-align: center;
  }
}
.chura-about .chura-about-copy {
  color: #003682;
  font-size: min(5.8666666667vw, 2.75rem);
  font-weight: 700;
  line-height: 1.45em;
  width: min(100%, min(89.3333333333vw, 670px));
  border: #003682 2px solid;
  background: #fff;
  padding: min(2.9333333333vw, 22px) min(31.2vw, 234px) min(4vw, 30px) min(5.3333333333vw, 40px);
  margin: 0 auto min(2.6666666667vw, 20px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-copy {
    display: inline-block;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    width: auto;
    padding: min(1.4166666667vw, 17px) min(21vw, 252px) min(1.5833333333vw, 19px) min(6.6666666667vw, 80px);
  }
}
.chura-about .chura-about-copy::before, .chura-about .chura-about-copy::after {
  content: "";
  position: absolute;
  left: 50%;
}
.chura-about .chura-about-copy::before {
  bottom: -24px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.chura-about .chura-about-copy::after {
  bottom: -26px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #003682;
  z-index: 1;
}
.chura-about .chura-about-copy span {
  font-weight: 700;
}
.chura-about .chura-about-copy span::after {
  content: "";
  display: block;
  width: min(26.6666666667vw, 200px);
  aspect-ratio: 80/69;
  background: url(../assets/images/top/about-chara1.webp) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: min(1.8666666667vw, 14px);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-copy span::after {
    width: min(10vw, 120px);
    right: min(9.25vw, 111px);
    margin-bottom: 0;
  }
}
.chura-about h2 {
  background: #E94C64;
  color: #fff;
  text-align: center;
  font-size: min(9.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.44em;
  padding: min(10.6666666667vw, 80px) 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .chura-about h2 {
    font-size: clamp(3.125rem, 4.5vw, 3.375rem);
    margin-top: min(-0.8333333333vw, -10px);
    padding: min(2.5vw, 30px) 0;
  }
}
.chura-about h2 span {
  display: block;
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.44em;
}
@media screen and (min-width: 769px) {
  .chura-about h2 span {
    font-size: clamp(1.375rem, 2.1666666667vw, 1.625rem);
  }
}
.chura-about h2::before, .chura-about h2::after {
  content: "";
  display: block;
  width: min(41.0666666667vw, 308px);
  aspect-ratio: 200/49;
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.75;
}
@media screen and (min-width: 769px) {
  .chura-about h2::before, .chura-about h2::after {
    width: min(41.6666666667vw, 500px);
  }
}
.chura-about h2::before {
  background: url(../assets/images/top/about-left.webp) center center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
}
.chura-about h2::after {
  background: url(../assets/images/top/about-right.webp) center center no-repeat;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
}
.chura-about .chura-about-contents {
  background: url(../assets/images/top/dot-gr.webp) repeat;
  background-size: min(8.5333333333vw, 64px) auto;
  padding-top: min(4vw, 30px);
  padding-bottom: min(5.3333333333vw, 40px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-contents {
    background: url(../assets/images/top/dot-gr.webp) repeat;
    background-size: min(2.6666666667vw, 32px) auto;
    padding-top: min(3.3333333333vw, 40px);
    padding-bottom: min(1.6666666667vw, 20px);
  }
}
.chura-about .chura-about-contents .catch-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-contents .catch-txt {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-contents .catch-txt br.sp {
    display: none;
  }
}
.chura-about .chura-about-contents .catch-txt span {
  background: #FFDF66;
  padding: min(1.8666666667vw, 14px) 0;
  width: 100%;
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.33em;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-contents .catch-txt span {
    width: auto;
    padding: min(0.4166666667vw, 5px) min(0.8333333333vw, 10px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}
.chura-about .chura-about-contents .catch-txt b {
  font-size: min(9.0666666667vw, 4.25rem);
  font-weight: 700;
  line-height: 1.3em;
  color: #E94C64;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-contents .catch-txt b {
    font-size: clamp(2.25rem, 3.3333333333vw, 2.5rem);
    line-height: 1.4em;
  }
}
.chura-about .chura-abou-nav {
  padding-bottom: min(27.7333333333vw, 208px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav {
    display: flex;
    justify-content: center;
    padding-bottom: min(7.5vw, 90px);
  }
}
.chura-about .chura-abou-nav li {
  display: block;
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: min(15.0666666667vw, 113px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav li {
    display: inline-block;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: 0;
    margin-right: min(8.3333333333vw, 100px);
  }
}
.chura-about .chura-abou-nav li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav li:last-child {
    margin-right: 0;
    margin-left: min(-2.0833333333vw, -25px);
  }
}
.chura-about .chura-abou-nav li:last-child::after {
  content: none;
}
.chura-about .chura-abou-nav li::after {
  content: "";
  display: block;
  width: min(17.3333333333vw, 130px);
  aspect-ratio: 5/2;
  background: url(../assets/images/top/triangle.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(100% + min(4vw, 30px));
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav li::after {
    width: min(4.0833333333vw, 49px);
    aspect-ratio: 49/65;
    background: url(../assets/images/top/arrow.svg) center center no-repeat;
    background-size: 100% auto;
    top: min(6.5vw, 78px);
    left: calc(100% + min(2.5vw, 30px));
    transform: translateX(0);
  }
}
.chura-about .chura-abou-nav li figure {
  display: block;
  width: min(58.6666666667vw, 440px);
  margin: 0 auto min(3.7333333333vw, 28px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav li figure {
    width: min(18.3333333333vw, 220px);
  }
}
.chura-about .chura-abou-nav li figure img {
  display: block;
}
.chura-about .chura-abou-nav li br.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-abou-nav li br.pc {
    display: block;
  }
}
.chura-about .chura-about-box {
  border: #C1B555 2px solid;
  background: #fff;
  padding: min(13.3333333333vw, 100px) min(5.3333333333vw, 40px) min(8vw, 60px);
  position: relative;
  text-align: left;
  margin-bottom: min(16.8vw, 126px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box {
    padding: min(2.5vw, 30px) min(3.3333333333vw, 40px);
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    margin-bottom: min(2.5vw, 30px);
  }
}
.chura-about .chura-about-box:nth-of-type(3) {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box:nth-of-type(3) {
    margin-bottom: min(10vw, 120px);
  }
  .chura-about .chura-about-box:nth-of-type(3) .txt-area figure {
    width: 26.9%;
  }
}
.chura-about .chura-about-box h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: min(19.7333333333vw, 148px);
  height: min(19.7333333333vw, 148px);
  background: #C1B555;
  border-radius: 50%;
  font-size: min(7.4666666667vw, 3.5rem);
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  position: absolute;
  top: 0;
  left: min(1.3733333333vw, 10.3px);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box h3 {
    font-size: clamp(2rem, 3vw, 2.25rem);
    width: min(7.8333333333vw, 94px);
    height: min(7.8333333333vw, 94px);
    top: min(-0.8333333333vw, -10px);
    left: min(0.8333333333vw, 10px);
    transform: translateY(0);
  }
}
.chura-about .chura-about-box h3 span {
  display: block;
  font-size: min(3.7333333333vw, 1.75rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box h3 span {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}
.chura-about .chura-about-box .txt-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box .txt-area {
    width: 50.8%;
    padding-top: min(3.3333333333vw, 40px);
    padding-bottom: 0;
  }
}
.chura-about .chura-about-box .txt-area .txt {
  width: 59.3%;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box .txt-area .txt {
    width: 65.5%;
    padding-top: min(2.8333333333vw, 34px);
  }
}
.chura-about .chura-about-box .txt-area .txt p {
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box .txt-area .txt p {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    line-height: 2em;
  }
}
.chura-about .chura-about-box .txt-area figure {
  display: block;
  margin: 0;
  width: 33.8%;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box .txt-area figure {
    width: 30.8%;
  }
}
.chura-about .chura-about-box .txt-area figure img {
  display: block;
}
.chura-about .chura-about-box .chura-about-img {
  display: block;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .chura-about .chura-about-box .chura-about-img {
    width: 45%;
  }
}
.chura-about .chura-about-box .chura-about-img img {
  display: block;
}
.chura-about .youtube-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .chura-about .youtube-wrap {
    margin-bottom: min(2.5vw, 30px);
  }
}
.chura-about .youtube-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 構成 */
.chura-composition {
  background: #F7F5EF;
  padding-top: min(21.0666666667vw, 158px);
  padding-bottom: min(21.3333333333vw, 160px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .chura-composition {
    padding-top: min(11.6666666667vw, 140px);
    padding-bottom: min(13.3333333333vw, 160px);
  }
}
.chura-composition::before {
  content: "";
  display: block;
  width: min(64vw, 480px);
  aspect-ratio: 25/4;
  background: url(../assets/images/top/triangle-w.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .chura-composition::before {
    width: min(41.6666666667vw, 500px);
  }
}
.chura-composition h2 {
  text-align: center;
  background: #B3A43B;
  color: #fff;
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  padding: min(2.1333333333vw, 16px) 0;
}
@media screen and (min-width: 769px) {
  .chura-composition h2 {
    font-size: clamp(2rem, 3vw, 2.25rem);
    padding: min(0.7916666667vw, 9.5px) 0;
  }
}
.chura-composition .box {
  background: #fff;
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .chura-composition .box {
    padding: min(4.1666666667vw, 50px) min(3.3333333333vw, 40px) min(5vw, 60px);
  }
}
.chura-composition .box figure {
  display: block;
}
.chura-composition .box figure img {
  display: block;
}
.chura-composition .box dl {
  border: #ccc 1px solid;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl {
    display: flex;
  }
}
.chura-composition .box dl dt {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  padding: min(3.7333333333vw, 28px) 0;
  border-bottom: #ccc 1px solid;
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    width: min(19vw, 228px);
    border-bottom: 0;
    border-right: #ccc 1px solid;
    padding: 0;
  }
}
.chura-composition .box dl dd {
  padding: min(5.3333333333vw, 40px);
  text-align: left;
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl dd {
    width: calc(100% - min(19vw, 228px));
    padding: min(2.5vw, 30px) min(2.5vw, 30px) min(1.3333333333vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl dd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.chura-composition .box dl dd ul li {
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(2.6666666667vw, 20px);
  text-indent: calc(-1em - min(2.6666666667vw, 20px));
  padding-left: calc(1em + min(2.6666666667vw, 20px));
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl dd ul li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    width: 33.3333333333%;
    margin-bottom: min(1.1666666667vw, 14px);
    text-indent: calc(-1em - min(0.8333333333vw, 10px));
    padding-left: calc(1em + min(0.8333333333vw, 10px));
  }
}
.chura-composition .box dl dd ul li::before {
  content: "●";
  color: #003682;
  margin-right: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl dd ul li::before {
    margin-right: min(0.8333333333vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl:nth-of-type(1) {
    margin-bottom: min(0.8333333333vw, 10px);
  }
}
.chura-composition .box dl:nth-of-type(1) dt {
  background: #A9DFF7;
}
@media screen and (min-width: 769px) {
  .chura-composition .box dl:nth-of-type(2) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.chura-composition .box dl:nth-of-type(2) dt {
  background: #FFB1BE;
}
.chura-composition .box .lead-txt {
  display: inline;
  color: #E94C64;
  font-size: min(7.4666666667vw, 3.5rem);
  font-weight: 700;
  line-height: 1.48em;
  background: linear-gradient(transparent 70%, #FFDF66 70%);
}
@media screen and (min-width: 769px) {
  .chura-composition .box .lead-txt {
    font-size: clamp(2.25rem, 3.3333333333vw, 2.5rem);
  }
  .chura-composition .box .lead-txt br {
    display: none;
  }
}
.chura-composition .box:nth-of-type(1) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .chura-composition .box:nth-of-type(1) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.chura-composition .box:nth-of-type(1) figure {
  margin-bottom: min(12.4vw, 93px);
}
@media screen and (min-width: 769px) {
  .chura-composition .box:nth-of-type(1) figure {
    width: min(54.8333333333vw, 658px);
    margin: 0 auto min(4.1666666667vw, 50px);
  }
}

/* 活用事例 */
.chura-cases {
  padding: min(16vw, 120px) 0;
}
@media screen and (min-width: 769px) {
  .chura-cases {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.chura-cases .chura-cases-list {
  overflow: hidden;
  padding-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list {
    padding-bottom: min(1.25vw, 15px);
  }
}
.chura-cases .chura-cases-list .slick-track {
  display: flex;
  padding-bottom: 6px;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-track {
    margin-left: -15%;
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
.chura-cases .chura-cases-list .slick-slide {
  height: auto !important;
}
.chura-cases .chura-cases-list .slick-num {
  width: min(100%, min(89.3333333333vw, 670px));
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-num {
    width: min(100%, min(91.6666666667vw, 1100px));
    text-align: right;
    padding-right: min(12.5vw, 150px);
  }
}
.chura-cases .chura-cases-list .slick-num span {
  font-size: min(4.8vw, 2.25rem);
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-num span {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}
.chura-cases .chura-cases-list .slick-prev, .chura-cases .chura-cases-list .slick-next {
  width: min(16vw, 120px);
  height: auto;
  aspect-ratio: 1/1;
  top: auto;
  bottom: 0;
  z-index: 2;
  transform: translate(0);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-prev, .chura-cases .chura-cases-list .slick-next {
    width: min(5vw, 60px);
  }
}
.chura-cases .chura-cases-list .slick-prev::before, .chura-cases .chura-cases-list .slick-next::before {
  content: "";
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: url(../assets/images/top/next.svg) center center no-repeat;
  background-size: 100% auto;
}
.chura-cases .chura-cases-list .slick-prev {
  left: min(5.3333333333vw, 40px);
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-prev {
    left: auto;
    right: calc((100% - min(80.8333333333vw, 970px)) / 2);
  }
}
.chura-cases .chura-cases-list .slick-next {
  right: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .slick-next {
    right: calc((100% - min(93.3333333333vw, 1120px)) / 2);
  }
}
.chura-cases .chura-cases-list .box {
  background: #fff;
  border-radius: min(2.6666666667vw, 20px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-bottom: min(8vw, 60px);
  margin: 0 min(2.6666666667vw, 20px);
  position: relative;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box {
    border-radius: min(0.8333333333vw, 10px);
    margin: 0 min(0.2083333333vw, 2.5px);
    padding-bottom: min(5.4333333333vw, 65.2px);
    transition: 0.5s;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box.is-prev-center {
    transform: scale(1);
    transform-origin: top center;
  }
}
.chura-cases .chura-cases-list .box span {
  display: inline-block;
  padding: min(1.6vw, 12px) min(5.3333333333vw, 40px);
  color: #fff;
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  border-radius: 0 0 min(2.6666666667vw, 20px) 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box span {
    padding: min(0.5vw, 6px) min(1.6666666667vw, 20px);
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    border-radius: 0 0 min(0.8333333333vw, 10px) 0;
  }
}
.chura-cases .chura-cases-list .box span.bl {
  background: #003682;
}
.chura-cases .chura-cases-list .box span.gl {
  background: #B9AB40;
}
.chura-cases .chura-cases-list .box figure {
  display: block;
  aspect-ratio: 3/2;
  margin-bottom: min(5.3333333333vw, 40px);
  border-radius: min(2.6666666667vw, 20px) min(2.6666666667vw, 20px) 0 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box figure {
    aspect-ratio: 200/133;
    border-radius: min(0.8333333333vw, 10px) min(0.8333333333vw, 10px) 0 0;
    margin-bottom: min(2.5vw, 30px);
  }
}
.chura-cases .chura-cases-list .box figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.chura-cases .chura-cases-list .box h3 {
  padding: 0 min(5.3333333333vw, 40px) min(5.3333333333vw, 40px);
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.66em;
  color: #003682;
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box h3 {
    padding: 0 min(1.6666666667vw, 20px) min(1.6666666667vw, 20px);
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    line-height: 1.8em;
  }
}
.chura-cases .chura-cases-list .box p {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 400;
  padding: 0 min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-cases .chura-cases-list .box p {
    padding: 0 min(1.6666666667vw, 20px);
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}
.chura-cases .chura-cases-list .box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

/* 基本料金 */
.chura-price {
  background: #F7F5EF;
  padding: min(16vw, 120px) 0;
}
@media screen and (min-width: 769px) {
  .chura-price {
    padding-top: min(6.6666666667vw, 80px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.chura-price .top-inner {
  background: #fff;
  padding: min(5.3333333333vw, 40px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner {
    padding: min(5.8333333333vw, 70px) min(3.3333333333vw, 40px) min(3.3333333333vw, 40px);
  }
}
.chura-price .top-inner p {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 400;
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner p {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}
.chura-price .top-inner .price-txt {
  position: relative;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt {
    width: min(61vw, 732px);
    margin: 0 auto min(3.3333333333vw, 40px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.chura-price .top-inner .price-txt::after {
  content: "";
  display: block;
  width: min(32vw, 240px);
  aspect-ratio: 80/101;
  background: url(../assets/images/top/price-chara.webp) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt::after {
    width: min(16.6666666667vw, 200px);
    bottom: 0;
    margin: auto;
  }
}
.chura-price .top-inner .price-txt h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E94C64;
  color: #fff;
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  width: min(26.6666666667vw, 200px);
  height: min(10.6666666667vw, 80px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt h3 {
    width: min(11.3333333333vw, 136px);
    height: min(4.1666666667vw, 50px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-top: min(2.0833333333vw, 25px);
    margin-bottom: min(4.1666666667vw, 50px);
  }
}
.chura-price .top-inner .price-txt p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    width: calc(100% - min(13vw, 156px));
    margin-bottom: min(4.1666666667vw, 50px);
  }
}
.chura-price .top-inner .price-txt p b {
  font-size: min(21.3333333333vw, 10rem);
  font-weight: 700;
  color: #E94C64;
  line-height: 0.6em;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p b {
    font-size: clamp(6rem, 8.3333333333vw, 6.25rem);
  }
}
.chura-price .top-inner .price-txt p span {
  display: block;
}
.chura-price .top-inner .price-txt p span.yen {
  font-size: min(9.6vw, 4.5rem);
  font-weight: 700;
  color: #E94C64;
  text-align: left;
  margin-left: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p span.yen {
    font-size: clamp(2.5rem, 3.6666666667vw, 2.75rem);
  }
}
.chura-price .top-inner .price-txt p span.tax {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  padding-top: 0;
  margin-left: -0.8em;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p span.tax {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    line-height: 1.6em;
  }
}
.chura-price .top-inner .price-txt p span.txt {
  font-size: min(4.8vw, 2.25rem);
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-top: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p span.txt {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-top: min(1.6666666667vw, 20px);
  }
}
.chura-price .top-inner .price-txt p:nth-of-type(2) b {
  font-size: min(16vw, 7.5rem);
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner .price-txt p:nth-of-type(2) b {
    font-size: clamp(4.75rem, 6.6666666667vw, 5rem);
  }
}
.chura-price .top-inner dl {
  border: #ccc 1px solid;
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl {
    display: flex;
    margin-bottom: min(1.8333333333vw, 22px);
  }
}
.chura-price .top-inner dl dt {
  font-size: min(4.2666666667vw, 2rem);
  font-weight: 700;
  padding: min(3.7333333333vw, 28px) 0;
  background: #A9DFF7;
  border-bottom: #ccc 1px solid;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    width: min(19vw, 228px);
    border-bottom: 0;
    border-right: #ccc 1px solid;
    padding: 0;
  }
}
.chura-price .top-inner dl dd {
  padding: min(5.3333333333vw, 40px);
  text-align: left;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl dd {
    width: calc(100% - min(19vw, 228px));
    padding: min(2.5vw, 30px) min(2.5vw, 30px) min(1.3333333333vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl dd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.chura-price .top-inner dl dd ul li {
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(2.6666666667vw, 20px);
  text-indent: calc(-1em - min(2.6666666667vw, 20px));
  padding-left: calc(1em + min(2.6666666667vw, 20px));
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl dd ul li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    width: 33.3333333333%;
    margin-bottom: min(1.1666666667vw, 14px);
    text-indent: calc(-1em - min(0.8333333333vw, 10px));
    padding-left: calc(1em + min(0.8333333333vw, 10px));
  }
}
.chura-price .top-inner dl dd ul li::before {
  content: "●";
  color: #003682;
  margin-right: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .chura-price .top-inner dl dd ul li::before {
    margin-right: min(0.8333333333vw, 10px);
  }
}
.chura-price .chura-btnmore {
  font-size: min(4.8vw, 2.25rem);
  margin-top: min(5.3333333333vw, 40px);
  margin-bottom: 0;
  padding-right: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-price .chura-btnmore {
    width: min(35.3333333333vw, 424px);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    padding-right: min(2.5vw, 30px);
    margin-top: min(3.3333333333vw, 40px);
  }
}
.chura-price .chura-btnmore::after {
  right: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .chura-price .chura-btnmore::after {
    right: min(1.6666666667vw, 20px);
  }
}

/* NEWS */
.chura-news {
  padding-top: min(10.6666666667vw, 80px);
  padding-top: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .chura-news {
    padding-top: min(5vw, 60px);
    padding-bottom: min(8.3333333333vw, 100px);
  }
}
.chura-news .list {
  padding-bottom: min(7.4666666667vw, 56px);
}
@media screen and (min-width: 769px) {
  .chura-news .list {
    padding-bottom: min(6.6666666667vw, 80px);
  }
}
.chura-news .list li {
  font-size: min(4.8vw, 2.25rem);
  line-height: 1.5em;
  padding-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .chura-news .list li {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    padding-bottom: min(3.3333333333vw, 40px);
  }
}
.chura-news .list li span {
  display: block;
  font-size: min(3.7333333333vw, 1.75rem);
  font-weight: 400;
  margin-bottom: min(3.7333333333vw, 28px);
}
@media screen and (min-width: 769px) {
  .chura-news .list li span {
    font-size: clamp(0.625rem, 1.1666666667vw, 0.875rem);
    margin-bottom: min(1.1666666667vw, 14px);
  }
}
.chura-news .list li a {
  font-weight: 700;
  color: #003682;
}
.chura-news .list li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .chura-news .chura-btnmore {
    width: min(35.3333333333vw, 424px);
  }
}

/* ポップアップ */
.p-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F7F5EF;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.p-popup.active {
  opacity: 1;
  pointer-events: all;
}
.p-popup .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(5.3333333333vw, 2.5rem);
  font-weight: 700;
  color: #003682;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-popup .close-btn {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  }
}
.p-popup .close-btn::before {
  content: "";
  display: block;
  width: min(4.8vw, 36px);
  aspect-ratio: 1/1;
  background: url(../assets/images/top/close.svg) center center no-repeat;
  background-size: 100% auto;
  margin-right: min(2.4vw, 18px);
}
@media screen and (min-width: 769px) {
  .p-popup .close-btn::before {
    width: min(1.5vw, 18px);
    margin-right: min(0.75vw, 9px);
  }
}
.p-popup .p-popup-wrap {
  background: #fff;
  width: min(100%, min(89.3333333333vw, 670px));
  height: calc(100vh - min(32vw, 240px));
  margin: 0;
  overflow-y: scroll;
  margin-bottom: min(8vw, 60px);
  border: 0 !important;
}
@media screen and (min-width: 769px) {
  .p-popup .p-popup-wrap {
    width: min(100%, min(91.6666666667vw, 1100px));
    height: 75vh;
  }
}
.p-popup .p-popup-wrap.case {
  padding: 0;
  background: #fff;
}
.p-popup .p-popup-operation__image {
  max-width: 100%;
}

.p-popup-wrap * {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.p-popup-wrap {
  border: #5F5F5F 1px solid;
  padding: min(10.6666666667vw, 80px) min(11.7333333333vw, 88px) min(26.6666666667vw, 200px);
}
@media screen and (min-width: 769px) {
  .p-popup-wrap {
    width: min(91.6666666667vw, 1100px);
    margin: 0 auto;
    padding: min(5vw, 60px) min(6.6666666667vw, 80px) min(8.3333333333vw, 100px);
  }
}

.p-popup-title {
  text-align: center;
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-title {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-title span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: min(8vw, 3.75rem);
}
@media screen and (min-width: 769px) {
  .p-popup-title span {
    font-size: clamp(1.875rem, 3.3333333333vw, 2.5rem);
  }
}

.p-popup-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: min(1.6vw, 12px);
  background: #FFDF66;
}
@media screen and (min-width: 769px) {
  .p-popup-title span::after {
    height: min(0.8333333333vw, 10px);
  }
}

.p-popup-title__sub {
  background: #FFE0E5;
  font-weight: bold;
  border-left: #E94C64 min(1.3333333333vw, 10px) solid;
  padding: min(3.7333333333vw, 28px) min(4vw, 30px) min(2.6666666667vw, 20px);
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-title__sub {
    border-left: #E94C64 min(0.4166666667vw, 5px) solid;
    padding: min(1.1666666667vw, 14px) min(1.6666666667vw, 20px) min(0.8333333333vw, 10px);
    font-size: clamp(1rem, 1.8333333333vw, 1.375rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-step {
  font-weight: bold;
  border-bottom: #C1B555 min(0.5333333333vw, 4px) solid;
  font-size: min(4.8vw, 2.25rem);
  padding-bottom: min(1.3333333333vw, 10px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-step {
    border-bottom: #C1B555 min(0.1666666667vw, 2px) solid;
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    padding-bottom: min(0.4166666667vw, 5px);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup__read {
  font-weight: bold;
  color: #003682;
  font-size: min(7.4666666667vw, 3.5rem);
}
@media screen and (min-width: 769px) {
  .p-popup__read {
    text-align: center;
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  }
}

.p-popup-box {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-popup-box {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

/*動作について*/
.p-popup-operation {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
  margin-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation {
    flex-direction: row;
    gap: min(2.5vw, 30px);
    margin-bottom: min(5vw, 60px);
  }
}

.p-popup-operation:not(:last-of-type) {
  margin-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation:not(:last-of-type) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-popup-operation.type01 .p-popup-operation__image {
  width: min(76.5333333333vw, 574px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation.type01 .p-popup-operation__image {
    width: min(20vw, 240px);
  }
}

.p-popup-operation.type01 .p-popup-operation__image img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-operation.type01 .p-popup-operation__image img {
    width: min(20vw, 240px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-operation.type01 .p-popup-operation__detail {
    width: calc(100% - min(22.5vw, 270px));
  }
}

.p-popup-operation.type02 .p-popup-operation__image img {
  height: auto;
  width: min(76.5333333333vw, 574px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation.type02 .p-popup-operation__image img {
    width: min(42.6666666667vw, 512px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-operation.type02 .p-popup-operation__detail {
    width: calc(100% - min(45.1666666667vw, 542px));
  }
}

.p-popup-operation.type03 .p-popup-operation__image img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-operation.type03 .p-popup-operation__image img {
    width: min(31.6666666667vw, 380px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-operation.type03 .p-popup-operation__detail {
    width: calc(100% - min(34.1666666667vw, 410px));
  }
}

.p-popup-operation__normal .p-popup-operation__image {
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-operation__normal .p-popup-operation__image {
    width: min(39.6666666667vw, 476px);
  }
}

.p-popup-operation__detail p {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__detail p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-operation__detail p span {
  font-weight: bold;
}

.p-popup-operation__detail p:not(:last-of-type) {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__detail p:not(:last-of-type) {
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-operation__picture {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__picture {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-operation__picture img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-operation__picture img {
    width: min(30.6666666667vw, 368px);
  }
}

.p-popup-operation__list {
  margin-top: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__list {
    margin-top: min(0.8333333333vw, 10px);
  }
}

.p-popup-operation__list li {
  position: relative;
  padding-left: min(5.3333333333vw, 40px);
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__list li {
    padding-left: min(1.6666666667vw, 20px);
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-operation__list li:not(:last-child) {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__list li:not(:last-child) {
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-operation__list li::before {
  content: "■";
  color: #E94C64;
  position: absolute;
  top: 0%;
  left: 0;
}

.p-popup-operation__normal p {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-operation__normal p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

/*設置について*/
.p-popup-install__main {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__main {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-popup-install__main--read {
  text-align: center;
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__main--read {
    font-size: clamp(1rem, 1.8333333333vw, 1.375rem);
    margin-bottom: min(4.1666666667vw, 50px);
  }
}

.p-popup-install__main--image {
  text-align: center;
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__main--image {
    margin-bottom: min(5vw, 60px);
  }
}

.p-popup-install__main--text {
  text-align: center;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__main--text {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__terminal {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

.p-popup-install__terminal--heading {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--heading {
    flex-direction: row;
    gap: min(2.5vw, 30px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-install__terminal--image {
    width: min(33.3333333333vw, 400px);
  }
}

.p-popup-install__terminal--image img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--image img {
    width: min(33.3333333333vw, 400px);
  }
}

.p-popup-install__terminal--text {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--text {
    width: calc(100% - min(35.8333333333vw, 430px));
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__terminal--dl {
  border: #CCC 1px solid;
  padding: min(5.3333333333vw, 40px);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--dl {
    padding: min(1.6666666667vw, 20px);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-install__terminal--dl dt {
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.5rem);
  border-left: #C1B555 min(1.6vw, 12px) solid;
  padding: min(1.0666666667vw, 8px) min(3.7333333333vw, 28px);
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--dl dt {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    border-left: #C1B555 min(0.5vw, 6px) solid;
    padding: min(0.3333333333vw, 4px) min(1.1666666667vw, 14px);
    margin-bottom: min(1.25vw, 15px);
  }
}

.p-popup-install__terminal--dl dd {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--dl dd {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__terminal--wrap {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--wrap {
    flex-direction: row;
    gap: min(3.3333333333vw, 40px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-install__terminal--list {
    width: calc(100% - min(21.5833333333vw, 259px));
  }
}

.p-popup-install__terminal--list li {
  position: relative;
  line-height: 1.8;
  text-indent: -0.65em;
  margin-left: 0.65em;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--list li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__terminal--list li:not(:last-child) {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--list li:not(:last-child) {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-install__terminal--list li::before {
  content: "■";
  color: #E94C64;
  display: inline-block;
  font-size: min(4.2666666667vw, 2rem);
  margin-right: min(1.0666666667vw, 8px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--list li::before {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-right: min(0.3333333333vw, 4px);
  }
}

.p-popup-install__terminal--deco {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--deco {
    width: min(18.25vw, 219px);
  }
}

.p-popup-install__terminal--deco img {
  width: min(58.4vw, 438px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup-install__terminal--deco img {
    width: min(18.25vw, 219px);
  }
}

.p-popup-install__unlocking {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

.p-popup-install__unlocking--heading {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--heading {
    flex-direction: row;
    gap: min(2.5vw, 30px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-popup-install__unlocking--image {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--image {
    width: min(33.3333333333vw, 400px);
  }
}

.p-popup-install__unlocking--image img {
  height: auto;
  width: min(76.5333333333vw, 574px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--image img {
    width: min(33.3333333333vw, 400px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--text {
    width: calc(100% - min(35.8333333333vw, 430px));
  }
}

.p-popup-install__unlocking--text p {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--text p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__unlocking--text p:not(:last-of-type) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--text p:not(:last-of-type) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-popup-install__unlocking--list li {
  position: relative;
  line-height: 1.8;
  text-indent: -0.65em;
  margin-left: 0.65em;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--list li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__unlocking--list li:not(:last-child) {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--list li:not(:last-child) {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-install__unlocking--list li::before {
  content: "■";
  color: #E94C64;
  display: inline-block;
  font-size: min(4.2666666667vw, 2rem);
  margin-right: min(1.0666666667vw, 8px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__unlocking--list li::before {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-right: min(0.3333333333vw, 4px);
  }
}

.p-popup-install__sensor {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-popup-install__sensor--wrap {
  display: flex;
  flex-direction: column;
  gap: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--wrap {
    flex-direction: row;
    gap: min(4.1666666667vw, 50px);
  }
}

.p-popup-install__sensor--wrap:not(:last-of-type) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--wrap:not(:last-of-type) {
    margin-bottom: min(4.1666666667vw, 50px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-install__sensor--image {
    width: min(31.6666666667vw, 380px);
  }
}

.p-popup-install__sensor--image img {
  height: auto;
  width: min(76.5333333333vw, 574px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--image img {
    width: min(31.6666666667vw, 380px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-install__sensor--list {
    width: calc(100% - min(35.8333333333vw, 430px));
  }
}

.p-popup-install__sensor--list li {
  position: relative;
  line-height: 1.8;
  text-indent: -0.65em;
  margin-left: 0.65em;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--list li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__sensor--list li:not(:last-child) {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--list li:not(:last-child) {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-popup-install__sensor--list li::before {
  content: "■";
  color: #E94C64;
  display: inline-block;
  font-size: min(4.2666666667vw, 2rem);
  margin-right: min(1.0666666667vw, 8px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__sensor--list li::before {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-right: min(0.3333333333vw, 4px);
  }
}

.p-popup-install__supplement--dl {
  border: #CCC 1px solid;
  padding: min(5.3333333333vw, 40px);
  margin-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__supplement--dl {
    padding: min(1.6666666667vw, 20px);
    margin-bottom: min(5vw, 60px);
  }
}

.p-popup-install__supplement--dl dt {
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.5rem);
  border-left: #C1B555 min(1.6vw, 12px) solid;
  padding: min(1.0666666667vw, 8px) min(3.7333333333vw, 28px);
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-popup-install__supplement--dl dt {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    border-left: #C1B555 min(0.5vw, 6px) solid;
    padding: min(0.3333333333vw, 4px) min(1.1666666667vw, 14px);
    margin-bottom: min(1.25vw, 15px);
  }
}

.p-popup-install__supplement--dl dd {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-install__supplement--dl dd {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-install__supplement--note {
  text-align: center;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: max(-80px, -10.6666666667vw);
}
@media screen and (min-width: 769px) {
  .p-popup-install__supplement--note {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-bottom: max(-50px, -4.1666666667vw);
  }
}

.p-popup-wrap .l-aside * {
  font-family: "Noto Sans JP", sans-serif;
}

.p-popup-wrap .l-aside {
  padding: min(8vw, 60px) 0;
}
@media screen and (min-width: 769px) {
  .p-popup-wrap .l-aside {
    padding: min(3.3333333333vw, 40px) 0;
  }
}

@media screen and (min-width: 769px) {
  .p-popup-wrap .l-aside-inner {
    width: min(78.3333333333vw, 940px);
    padding: 0 min(21.6666666667vw, 260px) 0 min(3.3333333333vw, 40px);
  }
}

.p-popup-wrap .l-aside-button a::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-popup-wrap .l-aside-inner::after {
    right: min(3.3333333333vw, 40px);
    width: min(16.6666666667vw, 200px);
    height: min(20.75vw, 249px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-wrap .l-aside-wrap {
    width: min(53.3333333333vw, 640px);
  }
}

.p-popup-wrap .l-aside-button a {
  padding: min(3.7333333333vw, 28px) min(19.7333333333vw, 148px) min(3.7333333333vw, 28px) min(12vw, 90px);
}

@media screen and (min-width: 769px) {
  .p-popup-wrap .l-aside-button a::after {
    right: min(10.8333333333vw, 130px);
  }
}

/*料金について*/
.p-popup-price__main {
  margin: 0 auto min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main {
    width: min(46.6666666667vw, 560px);
    margin: 0 auto min(3.3333333333vw, 40px);
  }
}

.p-popup-price__main--price {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price {
    flex-direction: row;
    align-items: center;
    gap: min(1.6666666667vw, 20px);
  }
}

.p-popup-price__main--price * {
  font-family: "Noto Sans JP", sans-serif;
}

.p-popup-price__main--price .tag span {
  font-family: "メイリオ", "Meiryo", sans-serif;
  display: block;
  text-align: center;
  background: #E94C64;
  color: #FFF;
  font-weight: bold;
  width: min(26.6666666667vw, 200px);
  padding: min(1.8666666667vw, 14px) 0 min(1.6vw, 12px);
  font-size: min(4.8vw, 2.25rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .tag span {
    width: min(11.3333333333vw, 136px);
    padding: min(0.8333333333vw, 10px) 0 min(0.3333333333vw, 4px);
    font-size: clamp(1.125rem, 2vw, 1.5rem);
  }
}

.p-popup-price__main--price .price {
  font-weight: bold;
  color: #E94C64;
  line-height: 1;
  font-size: min(9.6vw, 4.5rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .price {
    font-size: clamp(1.375rem, 3.6666666667vw, 2.75rem);
    margin-bottom: 0;
  }
}

.p-popup-price__main--price .price span {
  font-size: min(21.3333333333vw, 10rem);
  margin-right: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .price span {
    font-size: clamp(3.125rem, 8.3333333333vw, 6.25rem);
    margin-right: min(0.8333333333vw, 10px);
  }
}

.p-popup-price__main--price .price.small span {
  line-height: 1.3;
  font-size: min(16vw, 7.5rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .price.small span {
    font-size: clamp(2.5rem, 6.6666666667vw, 5rem);
  }
}

.p-popup-price__main--price .tax {
  color: #E94C64;
  font-weight: bold;
  position: absolute;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .tax {
    font-size: clamp(0.75rem, 1.6666666667vw, 1.25rem);
  }
}

.p-popup-price__main--price .tax.one {
  top: min(16vw, 120px);
  left: min(12vw, 90px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .tax.one {
    top: min(2.5vw, 30px);
    left: min(17.25vw, 207px);
  }
}

.p-popup-price__main--price .tax.two {
  top: min(13.3333333333vw, 100px);
  left: min(51.3333333333vw, 385px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--price .tax.two {
    top: min(1.9166666667vw, 23px);
    left: min(34.1666666667vw, 410px);
  }
}

.p-popup-price__main--note {
  font-weight: bold;
  font-size: min(4.8vw, 2.25rem);
  margin-top: max(-20px, -2.6666666667vw);
}
@media screen and (min-width: 769px) {
  .p-popup-price__main--note {
    text-align: center;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-top: min(0.4166666667vw, 5px);
  }
}

.p-popup-price__wrap {
  border: #CCC 1px solid;
  display: flex;
  flex-direction: column;
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__wrap {
    flex-direction: row;
    margin-bottom: min(5vw, 60px);
  }
}

.p-popup-price__wrap:not(:last-of-type) {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__wrap:not(:last-of-type) {
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-price__title {
  font-weight: bold;
  text-align: center;
  background: #A9DFF7;
  border-bottom: #CCC 1px solid;
  font-size: min(4.2666666667vw, 2rem);
  padding: min(3.7333333333vw, 28px) 0;
}
@media screen and (min-width: 769px) {
  .p-popup-price__title {
    border-right: #CCC 1px solid;
    width: min(15vw, 180px);
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    padding: min(2.5vw, 30px) 0;
  }
}

.p-popup-price__title.pink {
  background: #FFB1BE;
}

.p-popup-price__title.yellow {
  background: #FFDF66;
}

.p-popup-price__detail {
  padding: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__detail {
    width: calc(100% - min(15vw, 180px));
    padding: min(2.5vw, 30px) min(1.6666666667vw, 20px);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-price__list-set {
    display: flex;
    flex-wrap: wrap;
    gap: min(1.6666666667vw, 20px) min(2.5vw, 30px);
  }
}

.p-popup-price__list-set li {
  position: relative;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__list-set li {
    min-width: min(15.5vw, 186px);
    font-size: clamp(0.75rem, 1.5vw, 1.125rem);
  }
}

.p-popup-price__list-set li:not(:last-child) {
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__list-set li:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-popup-price__list-set li::before {
  content: "●";
  color: #003682;
  margin-right: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__list-set li::before {
    margin-right: min(0.8333333333vw, 10px);
  }
}

.p-popup-price__option {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-popup-price__option {
    display: flex;
    justify-content: space-between;
  }
}

.p-popup-price__option:not(:last-of-type) {
  padding-bottom: min(5.3333333333vw, 40px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__option:not(:last-of-type) {
    border-bottom: #CCC 1px solid;
    padding-bottom: min(1.6666666667vw, 20px);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-price__option:not(:last-of-type)::after {
  content: "";
  background: #CCC;
  width: calc(100% + min(10.6666666667vw, 80px));
  height: 1px;
  position: absolute;
  left: max(-40px, -5.3333333333vw);
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-popup-price__option:not(:last-of-type)::after {
    display: none;
  }
}

.p-popup-price__option--contents dt {
  font-weight: bold;
  font-size: min(4.8vw, 2.25rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__option--contents dt {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-popup-price__option--contents dd {
  position: relative;
  font-size: min(4.2666666667vw, 2rem);
  text-indent: -1.3em;
  margin-left: 1.3em;
}
@media screen and (min-width: 769px) {
  .p-popup-price__option--contents dd {
    min-width: min(15.5vw, 186px);
    font-size: clamp(0.75rem, 1.5vw, 1.125rem);
  }
}

.p-popup-price__option--contents dd::before {
  content: "●";
  color: #003682;
  margin-right: min(1.3333333333vw, 10px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__option--contents dd::before {
    margin-right: min(0.8333333333vw, 10px);
  }
}

.p-popup-price__option--contents dd:not(:last-of-type) {
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__option--contents dd:not(:last-of-type) {
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-popup-price__option--price {
  font-weight: bold;
  font-size: min(6.4vw, 3rem);
  text-align: right;
  margin-top: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__option--price {
    font-size: clamp(1.25rem, 2.1666666667vw, 1.625rem);
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-popup-price__addition {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-popup-price__addition--contents {
  font-weight: bold;
  font-size: min(4.8vw, 2.25rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__addition--contents {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: 0;
  }
}

.p-popup-price__addition--price {
  font-weight: bold;
  font-size: min(6.4vw, 3rem);
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-popup-price__addition--price {
    font-size: clamp(1.25rem, 2.1666666667vw, 1.625rem);
  }
}

@media screen and (min-width: 769px) {
  .p-popup-price__example {
    width: min(57.5vw, 690px);
    margin: 0 auto;
  }
}

.p-popup-price__example--read {
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--read {
    text-align: center;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-price__example--wrap {
  display: flex;
  flex-direction: column;
  gap: min(11.2vw, 84px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--wrap {
    flex-direction: row;
    gap: min(4.1666666667vw, 50px);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-price__example--circle {
  position: relative;
  background: #A9DFF7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(2.6666666667vw, 20px);
  border-radius: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--circle {
    width: min(16.3333333333vw, 196px);
    height: min(16.3333333333vw, 196px);
    padding: 0;
    border-radius: min(16.3333333333vw, 196px);
  }
}

.p-popup-price__example--circle.pink {
  background: #FFB1BD;
}

.p-popup-price__example--circle.yellow {
  background: #FFDF66;
}

.p-popup-price__example--circle:not(:last-of-type)::after {
  content: "";
  background: url(../assets/images/price/icon_plus.svg) 0 0/cover no-repeat;
  position: absolute;
  bottom: max(-70px, -9.3333333333vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(8vw, 60px);
  height: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--circle:not(:last-of-type)::after {
    bottom: inherit;
    left: inherit;
    top: 50%;
    right: max(-40px, -3.3333333333vw);
    transform: translateY(-50%);
    width: min(2.5vw, 30px);
    height: min(2.5vw, 30px);
  }
}

.p-popup-price__example--circle p {
  font-weight: bold;
  font-size: min(4.8vw, 2.25rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--circle p {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  }
}

.p-popup-price__example--circle p.price {
  font-size: min(8vw, 3.75rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--circle p.price {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  }
}

.p-popup-price__example--circle p span {
  letter-spacing: -0.05em;
  font-size: min(9.6vw, 4.5rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--circle p span {
    font-size: clamp(1.875rem, 3.3333333333vw, 2.5rem);
  }
}

.p-popup-price__example--heading {
  text-align: center;
  font-weight: bold;
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--heading {
    font-size: clamp(1.375rem, 2.5vw, 1.875rem);
    margin-bottom: min(3.75vw, 45px);
  }
}

.p-popup-price__example--heading span {
  color: #E94C64;
  font-size: min(10.6666666667vw, 5rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--heading span {
    font-size: clamp(2.25rem, 4.1666666667vw, 3.125rem);
  }
}

.p-popup-price__example--note {
  text-align: center;
  font-size: min(4.8vw, 2.25rem);
}
@media screen and (min-width: 769px) {
  .p-popup-price__example--note {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

/*活用事例*/
.p-popup-wrap.case {
  background: #5F5F5F;
  padding: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-wrap.case {
    padding: 0;
  }
}

.p-popup-case__wrap {
  background: #FFF;
  padding: min(10.6666666667vw, 80px) min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__wrap {
    padding: min(8vw, 60px) min(10.6666666667vw, 80px) min(13.3333333333vw, 100px);
  }
}

.p-popup-case__wrap:not(:last-of-type) {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__wrap:not(:last-of-type) {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

.p-popup-case__tag {
  display: inline-block;
  background: #003682;
  color: #FFF;
  font-weight: bold;
  font-size: min(3.7333333333vw, 1.75rem);
  padding: min(1.6vw, 12px) min(2.6666666667vw, 20px) min(0.8vw, 6px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__tag {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    padding: min(0.5vw, 6px) min(1.6666666667vw, 20px) min(0.25vw, 3px);
    margin-bottom: min(1.1666666667vw, 14px);
  }
}

.p-popup-case__tag.example {
  background: #B9AB40;
}

.p-popup-case__title {
  font-weight: bold;
  font-size: min(6.4vw, 3rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__title {
    font-size: clamp(1.375rem, 2.3333333333vw, 1.75rem);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-popup-case__name {
  font-weight: bold;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__name {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    margin: max(-10px, -0.8333333333vw) 0 min(1.6666666667vw, 20px);
  }
}

.p-popup__case--image {
  text-align: center;
  margin: 0 auto min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-popup__case--image {
    margin: 0 auto min(3.3333333333vw, 40px);
  }
}

.p-popup__case--image.image01 img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup__case--image.image01 img {
    width: min(50.8333333333vw, 610px);
  }
}

.p-popup__case--image.image02 img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup__case--image.image02 img {
    width: min(41vw, 492px);
  }
}

.p-popup__case--image.image03 img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup__case--image.image03 img {
    width: min(47.25vw, 567px);
  }
}

.p-popup__case--image.image04 img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup__case--image.image04 img {
    width: min(50vw, 600px);
  }
}

.p-popup__case--image.image05 img {
  width: min(76.5333333333vw, 574px);
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-popup__case--image.image05 img {
    width: min(42.0833333333vw, 505px);
  }
}

.p-popup-case__text {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-popup-case__text {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-popup-case__text:not(:last-of-type) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-popup-case__text:not(:last-of-type) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news {
  display: block;
}

/*一覧*/
.p-news-item__wrap * {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.p-news-item__wrap {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-news-item__wrap {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

.p-news-item:not(:last-of-type) {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-item:not(:last-of-type) {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news-item:last-of-type {
  margin-bottom: min(16vw, 120px);
}
@media screen and (min-width: 769px) {
  .p-news-item:last-of-type {
    margin-bottom: min(6.6666666667vw, 80px);
  }
}

.p-news-item__date {
  font-size: min(3.7333333333vw, 1.75rem);
  margin-bottom: min(4vw, 30px);
}
@media screen and (min-width: 769px) {
  .p-news-item__date {
    font-size: clamp(0.625rem, 1.1666666667vw, 0.875rem);
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-news-item__title a {
  font-weight: bold;
  text-decoration: underline;
  color: #003682;
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-item__title a {
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

@media screen and (min-width: 769px) {
  .p-news-item__title a:hover {
    text-decoration: none;
  }
}

/*詳細*/
.p-news-page * {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.p-news-page__date {
  font-size: min(3.7333333333vw, 1.75rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-news-page__date {
    font-size: clamp(0.625rem, 1.1666666667vw, 0.875rem);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-news-page__title {
  font-weight: bold;
  font-size: min(5.8666666667vw, 2.75rem);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-page__title {
    font-size: clamp(1.375rem, 2.3333333333vw, 1.75rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-news-page__body {
  border-bottom: #CCC 1px solid;
  padding-bottom: min(16vw, 120px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body {
    padding-bottom: min(5vw, 60px);
    margin-bottom: min(10vw, 120px);
  }
}

.p-news-page__body p {
  line-height: 1.8;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-page__body p {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-news-page__body p {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body p {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news-page__body p a {
  color: #003682;
  text-decoration: underline;
}

.p-news-page__body p a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-news-page__body p a:hover {
    text-decoration: none;
  }
}

.p-news-page__body h2 {
  background: #FFE0E5;
  border-left: #E94C64 min(1.3333333333vw, 10px) solid;
  font-weight: bold;
  padding: min(3.2vw, 24px) min(5.3333333333vw, 40px);
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body h2 {
    border-left: #E94C64 min(0.4166666667vw, 5px) solid;
    padding: min(1.1666666667vw, 14px) min(1.6666666667vw, 20px);
    font-size: clamp(0.75rem, 1.8333333333vw, 1.375rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-news-page__body h3 {
  font-weight: bold;
  font-weight: bold;
  border-left: #C1B555 min(1.6vw, 12px) solid;
  padding: min(1.0666666667vw, 8px) min(3.7333333333vw, 28px);
  font-size: min(5.3333333333vw, 2.5rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body h3 {
    border-left: #C1B555 min(0.5vw, 6px) solid;
    padding: min(0.5833333333vw, 7px) 0 min(0.3333333333vw, 4px) min(1.1666666667vw, 14px);
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-news-page__body h4 {
  font-weight: bold;
  border-bottom: #C1B555 min(0.5333333333vw, 4px) solid;
  font-size: min(4.8vw, 2.25rem);
  padding-bottom: min(1.0666666667vw, 8px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body h4 {
    border-bottom: #C1B555 min(0.1666666667vw, 2px) solid;
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    padding-bottom: min(0.4166666667vw, 5px);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-news-page__body h5 {
  background: #003682;
  color: #FFF;
  font-weight: bold;
  font-size: min(4.2666666667vw, 2rem);
  padding: min(2.1333333333vw, 16px) min(5.3333333333vw, 40px) min(1.6vw, 12px);
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body h5 {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    padding: min(0.6666666667vw, 8px) min(1.6666666667vw, 20px) min(0.5vw, 6px);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-news-page__body ul {
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ul {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news-page__body ul li {
  position: relative;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ul li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-news-page__body ul li::before {
  content: "■";
  color: #E94C64;
  margin-right: 0.5em;
}

.p-news-page__body ul li:not(:last-child) {
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ul li:not(:last-child) {
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-news-page__body ol {
  counter-reset: num;
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ol {
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news-page__body ol li {
  position: relative;
  counter-increment: num;
  padding-left: 2em;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ol li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-news-page__body ol li::before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #E94C64;
  font-weight: 700;
}

.p-news-page__body ol li:not(:last-child) {
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body ol li:not(:last-child) {
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-news-page__body .box {
  border: #CCC 1px solid;
  padding: min(5.3333333333vw, 40px);
  margin-bottom: min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body .box {
    padding: min(1.6666666667vw, 20px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-news-page__body .box p:last-of-type {
  margin-bottom: 0;
}

.p-news-page__body table {
  width: 100%;
  border-collapse: collapse;
}

.p-news-page__body table th,
.p-news-page__body table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-page__body table th,
.p-news-page__body table td {
    display: table-cell;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-news-page__body table th {
  font-weight: bold;
  padding: min(5.3333333333vw, 40px) 0 0;
}
@media screen and (min-width: 769px) {
  .p-news-page__body table th {
    width: min(12.5vw, 150px);
    padding: min(1.1666666667vw, 14px) min(1.6666666667vw, 20px) min(1.1666666667vw, 14px) 0;
    border-bottom: #CCC 1px solid;
  }
}

.p-news-page__body table tr:first-of-type th {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-news-page__body table tr:first-of-type th {
    padding: min(1.1666666667vw, 14px) min(1.6666666667vw, 20px) min(1.1666666667vw, 14px) 0;
  }
}

.p-news-page__body table td {
  border-bottom: #CCC 1px solid;
  padding: min(2.6666666667vw, 20px) 0 min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-news-page__body table td {
    width: calc(100% - min(14.1666666667vw, 170px));
    padding: min(1.1666666667vw, 14px) min(1.6666666667vw, 20px);
  }
}

.p-news-page__nav {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: min(17.0666666667vw, 128px);
}
@media screen and (min-width: 769px) {
  .p-news-page__nav {
    padding-top: 0;
  }
}

.p-news-page__nav li a {
  text-decoration: underline;
  color: #003682;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-news-page__nav li a {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-news-page__nav li a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-news-page__nav li a:hover {
    text-decoration: none;
  }
}

.p-news-page__nav li.prev {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-news-page__nav li.prev {
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-news-page__nav li.next {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-news-page__nav li.next {
    top: 50%;
    transform: translateY(-50%);
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi {
    gap: min(0.8333333333vw, 10px);
    margin-top: min(6.6666666667vw, 80px);
  }
}

.wp-pagenavi .current {
  border: #003682 1px solid;
  background: #003682;
  font-weight: bold;
  font-size: min(4.2666666667vw, 2rem);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
  border-radius: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .current {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    width: min(4.1666666667vw, 50px);
    height: min(4.1666666667vw, 50px);
    border-radius: min(4.1666666667vw, 50px);
  }
}

.wp-pagenavi .page {
  border: #CCC 1px solid;
  background: #FFF;
  font-weight: bold;
  font-weight: 600;
  font-size: min(4.2666666667vw, 2rem);
  color: #003682;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
  border-radius: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .page {
    font-size: clamp(0.75rem, 1.4814814815vw, 1rem);
    width: min(4.1666666667vw, 50px);
    height: min(4.1666666667vw, 50px);
    border-radius: min(4.1666666667vw, 50px);
  }
}

.wp-pagenavi .page:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .page:hover {
    background: #003682;
    color: #FFF;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: min(4.1666666667vw, 50px);
    height: min(4.1666666667vw, 50px);
  }
}

@media screen and (min-width: 769px) {
  .wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
  }
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  background: url(../assets/images/common/icon_arrow_news.svg) 0 0/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
    width: min(4.1666666667vw, 50px);
    height: min(4.1666666667vw, 50px);
    transition: all 0.3s ease-in-out;
  }
}

.wp-pagenavi .previouspostslink::after {
  transform: scaleX(-1) translateY(-50%);
  left: max(-10px, -1.3333333333vw);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .previouspostslink::after {
    left: max(-10px, -0.8333333333vw);
  }
}

.wp-pagenavi .nextpostslink::after {
  right: max(-10px, -1.3333333333vw);
}
@media screen and (min-width: 769px) {
  .wp-pagenavi .nextpostslink::after {
    right: max(-10px, -0.8333333333vw);
  }
}

.p-faq-accordion {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-faq-accordion {
    margin-bottom: min(10vw, 120px);
  }
}

.accordion {
  border: #C1B555 2px solid;
  border-radius: min(1.3333333333vw, 10px);
  padding: 0 min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .accordion {
    border-radius: min(0.4166666667vw, 5px);
    padding: min(0.8333333333vw, 10px) min(1.6666666667vw, 20px) 0;
  }
}
.accordion:not(:last-of-type) {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .accordion:not(:last-of-type) {
    margin-bottom: min(1.6666666667vw, 20px);
  }
}
.accordion.is-open .heading .icon::before {
  rotate: 180deg;
}
.accordion .heading {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: self-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: min(4.2666666667vw, 2rem);
  padding: min(5.3333333333vw, 40px) 0;
}
@media screen and (min-width: 769px) {
  .accordion .heading {
    align-items: center;
    line-height: 2;
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    padding: min(1.6666666667vw, 20px) 0 min(2.5vw, 30px);
  }
}
.accordion .heading::before {
  content: "Q";
  width: min(8vw, 60px);
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  background: #003682;
  border-radius: min(8vw, 60px);
  font-size: min(4.8vw, 2.25rem);
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 769px) {
  .accordion .heading::before {
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    border-radius: min(3vw, 36px);
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}
.accordion .heading .icon {
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
  border-radius: min(6.4vw, 48px);
  aspect-ratio: 1;
  position: relative;
  border: #003682 1px solid;
}
@media screen and (min-width: 769px) {
  .accordion .heading .icon {
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    border-radius: min(3vw, 36px);
  }
}
.accordion .heading .icon::before, .accordion .heading .icon::after {
  content: "";
  display: block;
  width: min(2.6666666667vw, 20px);
  height: min(0.5333333333vw, 4px);
  background-color: #003682;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .accordion .heading .icon::before, .accordion .heading .icon::after {
    width: min(0.8333333333vw, 10px);
    height: min(0.1666666667vw, 2px);
  }
}
.accordion .heading .icon::before {
  rotate: 90deg;
  transition: rotate 0.3s ease;
}
.accordion .panel {
  display: block;
  overflow: clip;
  transition: height 0.4s ease;
  position: relative;
  border-top: #CCC 1px solid;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .accordion .panel {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}
.accordion .panel::before {
  content: "A";
  background: #E94C64;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: min(4vw, 30px);
  left: 0;
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  border-radius: min(8vw, 60px);
  font-size: min(4.8vw, 2.25rem);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .accordion .panel::before {
    top: min(2.0833333333vw, 25px);
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    border-radius: min(3vw, 36px);
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}
.accordion .panel .panel-inner {
  padding: min(4.5333333333vw, 34px) min(2.6666666667vw, 20px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .accordion .panel .panel-inner {
    padding: min(2.5vw, 30px) min(1.6666666667vw, 20px) min(2.5vw, 30px) min(4.1666666667vw, 50px);
  }
}
.accordion .panel .panel-inner p {
  line-height: 1.75;
}
.accordion .panel .panel-inner p a {
  font-weight: 700;
  color: #003682;
  text-decoration: underline;
}
.accordion .panel .panel-inner p a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .accordion .panel .panel-inner p a:hover {
    text-decoration: none;
  }
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

.p-ts-read {
  text-align: center;
  font-size: min(4.2666666667vw, 2rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-ts-read {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-ts-contents {
  border: #CCC 2px solid;
  padding: min(8vw, 60px) min(2.6666666667vw, 20px);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-ts-contents {
    padding: min(2.5vw, 30px) min(1.6666666667vw, 20px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}

.p-ts-contents__title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: min(5.8666666667vw, 2.75rem);
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-ts-contents__title {
    font-size: clamp(1rem, 1.8333333333vw, 1.375rem);
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-ts-contents__anchor li {
  position: relative;
  font-size: min(3.7333333333vw, 1.75rem);
  padding-left: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-ts-contents__anchor li {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
    padding-left: min(1.6666666667vw, 20px);
  }
}

.p-ts-contents__anchor li:not(:last-child) {
  margin-bottom: min(4.8vw, 36px);
}
@media screen and (min-width: 769px) {
  .p-ts-contents__anchor li:not(:last-child) {
    margin-bottom: min(1.1666666667vw, 14px);
  }
}

.p-ts-contents__anchor li::before {
  content: "■";
  color: #E94C64;
  position: absolute;
  top: 0%;
  left: 0;
}

.p-ts-contents__anchor li a {
  color: #003682;
  font-weight: bold;
}

.p-ts-accordion {
  margin-bottom: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion {
    margin-bottom: min(10vw, 120px);
  }
}

.p-ts-accordion__item {
  border: #C1B555 2px solid;
  border-radius: min(1.3333333333vw, 10px);
  padding: 0 min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__item {
    border-radius: min(0.4166666667vw, 5px);
    padding: min(0.8333333333vw, 10px) min(1.6666666667vw, 20px);
  }
}

.p-ts-accordion__item:not(:last-of-type) {
  margin-bottom: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__item:not(:last-of-type) {
    margin-bottom: min(1.6666666667vw, 20px);
  }
}

.p-ts-accordion__heading {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: min(4.2666666667vw, 2rem);
  padding: min(5.3333333333vw, 40px) min(13.3333333333vw, 100px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__heading {
    line-height: 2;
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
    padding: min(1.6666666667vw, 20px) min(8.3333333333vw, 100px) min(1.6666666667vw, 20px) min(4.1666666667vw, 50px);
  }
}

.p-ts-accordion__heading::before {
  content: "Q";
  background: #003682;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: min(4vw, 30px);
  left: 0;
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  border-radius: min(8vw, 60px);
  font-size: min(4.8vw, 2.25rem);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__heading::before {
    top: min(1.6666666667vw, 20px);
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    border-radius: min(3vw, 36px);
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

.p-ts-accordion__heading::after {
  content: "";
  background: url(../assets/images/common/icon_plus_sp.svg) 0 0/cover no-repeat;
  position: absolute;
  top: min(5.3333333333vw, 40px);
  right: 0;
  width: min(6.4vw, 48px);
  height: min(6.4vw, 48px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__heading::after {
    background: url(../assets/images/common/icon_plus.svg) 0 0/cover no-repeat;
    top: min(1.6666666667vw, 20px);
    width: min(3vw, 36px);
    height: min(3vw, 36px);
  }
}

.p-ts-accordion__heading.active::after {
  background: url(../assets/images/common/icon_minus_sp.svg) 0 0/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__heading.active::after {
    background: url(../assets/images/common/icon_minus.svg) 0 0/cover no-repeat;
  }
}

@media screen and (min-width: 769px) {
  .p-ts-accordion__heading:hover {
    opacity: 0.7;
  }
}

.p-ts-accordion__answer {
  display: none;
}

.p-ts-accordion__answer * {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.p-ts-accordion__answer {
  position: relative;
  border-top: #CCC 1px solid;
  font-size: min(4.2666666667vw, 2rem);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__answer {
    font-size: clamp(0.75rem, 1.3333333333vw, 1rem);
  }
}

.p-ts-accordion__answer a {
  font-weight: 700;
  color: #003682;
  text-decoration: underline;
}

.p-ts-accordion__answer a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__answer a:hover {
    text-decoration: none;
  }
}

.p-ts-accordion__answer--wrap {
  position: relative;
  padding: min(5.3333333333vw, 40px) min(2.6666666667vw, 20px) min(5.3333333333vw, 40px) min(10.6666666667vw, 80px);
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__answer--wrap {
    padding: min(2.0833333333vw, 25px) min(1.6666666667vw, 20px) min(1.6666666667vw, 20px) min(4.1666666667vw, 50px);
  }
}

.p-ts-accordion__answer--wrap::before {
  content: "A";
  background: #E94C64;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: min(4vw, 30px);
  left: 0;
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  border-radius: min(8vw, 60px);
  font-size: min(4.8vw, 2.25rem);
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-ts-accordion__answer--wrap::before {
    top: min(1.6666666667vw, 20px);
    width: min(3vw, 36px);
    height: min(3vw, 36px);
    border-radius: min(3vw, 36px);
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

.p-ts-step__list {
  counter-reset: step;
  list-style: none;
  margin: 0;
}

.p-ts-step__list li {
  position: relative;
  line-height: 1.8;
  padding-left: min(6.9333333333vw, 52px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__list li {
    padding-left: min(2.1666666667vw, 26px);
  }
}

.p-ts-step__list li::before {
  counter-increment: step;
  content: counter(step) ".";
  font-weight: bold;
  color: #E94C64;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__list li::before {
    margin-right: min(0.8333333333vw, 10px);
  }
}

.p-ts-step__list li + li {
  border-top: #CCC 1px solid;
  padding-top: min(8vw, 60px);
  margin-top: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__list li + li {
    padding-top: min(2.5vw, 30px);
    margin-top: min(2.5vw, 30px);
  }
}

.p-ts-step__list li + li::before {
  top: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__list li + li::before {
    top: min(2.5vw, 30px);
  }
}

.p-ts-step__list a {
  position: relative;
  text-decoration: underline;
  color: #003682;
}

.p-ts-step__image {
  margin: min(2.6666666667vw, 20px) 0 min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__image {
    margin: min(0.8333333333vw, 10px) 0 min(2.5vw, 30px);
  }
}

.p-ts-step__image.main {
  margin-bottom: min(8vw, 60px);
}
@media screen and (min-width: 769px) {
  .p-ts-step__image.main {
    margin-bottom: min(2.5vw, 30px);
  }
}

.p-ts-step__list li span {
  display: block;
  font-weight: bold;
  margin-top: min(8vw, 60px);
  font-size: min(4.8vw, 2.25rem);
}
@media screen and (min-width: 769px) {
  .p-ts-step__list li span {
    margin-top: min(2.5vw, 30px);
    font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  }
}

.p-ts-support {
  border: #CCC 2px solid;
  padding: min(5.3333333333vw, 40px);
  margin-top: min(21.3333333333vw, 160px);
}
@media screen and (min-width: 769px) {
  .p-ts-support {
    padding: min(3.3333333333vw, 40px);
    margin-top: min(6.6666666667vw, 80px);
  }
}

.p-ts-support__read {
  color: #707070;
  font-size: min(4vw, 1.875rem);
  margin-bottom: min(2.6666666667vw, 20px);
}
@media screen and (min-width: 769px) {
  .p-ts-support__read {
    text-align: center;
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
    margin-bottom: min(0.8333333333vw, 10px);
  }
}

.p-ts-support__mail {
  text-align: center;
  font-weight: bold;
  font-size: min(4vw, 1.875rem);
}
@media screen and (min-width: 769px) {
  .p-ts-support__mail {
    font-size: clamp(1rem, 1.6666666667vw, 1.25rem);
  }
}

.image01_1 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image01_1 {
    width: min(20vw, 240px);
  }
}

.image01_2 {
  height: auto;
  width: min(36.8vw, 276px);
}
@media screen and (min-width: 769px) {
  .image01_2 {
    width: min(11.5vw, 138px);
  }
}

.image02_1 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image02_1 {
    width: min(62.9166666667vw, 755px);
  }
}

.image02_2 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image02_2 {
    width: min(75.1666666667vw, 902px);
  }
}

.image02_3 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image02_3 {
    width: min(17.3333333333vw, 208px);
  }
}

.image03_1 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image03_1 {
    width: min(35.8333333333vw, 430px);
  }
}

.image03_2 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image03_2 {
    width: min(49.0833333333vw, 589px);
  }
}

.image03_3 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image03_3 {
    width: min(75.25vw, 903px);
  }
}

.image03_4 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image03_4 {
    width: min(26.5vw, 318px);
  }
}

.image03_5 {
  height: auto;
  width: min(36.8vw, 276px);
}
@media screen and (min-width: 769px) {
  .image03_5 {
    width: min(11.5vw, 138px);
  }
}

.image04_1 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image04_1 {
    width: min(20vw, 240px);
  }
}

.image04_2 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image04_2 {
    width: min(50.75vw, 609px);
  }
}

.image04_3 {
  height: auto;
  width: min(64vw, 480px);
}
@media screen and (min-width: 769px) {
  .image04_3 {
    width: min(22.8333333333vw, 274px);
  }
}

.image04_4 {
  height: auto;
  width: min(36.8vw, 276px);
}
@media screen and (min-width: 769px) {
  .image04_4 {
    width: min(11.5vw, 138px);
  }
}
/*# sourceMappingURL=style.css.map */