@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "hanatochocho";
  src: url("../font/hanatochocho.ttf") format("truetype");
}
.tegaki {
  font-family: "hanatochocho";
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
.js_fade {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1s;
  filter: blur(10px);
}
.js_fade.fadein {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

@keyframes scroll_induction {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
header.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
header.header div.inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  header.header div.inner {
    padding: 2.6666666667vw 0;
    justify-content: center;
  }
}
header.header div.inner div.logo_wrap {
  width: 361px;
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.logo_wrap {
    width: 53.3333333333vw;
  }
}
header.header div.inner div.menu_btn {
  width: 30px;
  height: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.menu_btn {
    width: 8vw;
    height: 7.4666666667vw;
    position: absolute;
    top: 55%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
  }
}
header.header div.inner div.menu_btn > span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.menu_btn > span {
    font-size: 2.6666666667vw;
  }
}
header.header div.inner div.menu_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
header.header div.inner div.menu_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.menu_btn::after {
    top: 2.6666666667vw;
  }
}
header.header div.inner div.menu_btn.open::before {
  top: 5px;
  transform: translateX(-50%) rotateZ(30deg);
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.menu_btn.open::before {
    top: 1.3333333333vw;
  }
}
header.header div.inner div.menu_btn.open::after {
  top: 5px;
  transform: translateX(-50%) rotateZ(-30deg);
}
@media screen and (max-width: 1000px) {
  header.header div.inner div.menu_btn.open::after {
    top: 1.3333333333vw;
  }
}

div.menu_wrap {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition-duration: 0.3s;
  transform: translateY(-100%);
  opacity: 0;
}
div.menu_wrap ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  div.menu_wrap ul {
    flex-direction: column;
  }
}
div.menu_wrap ul li {
  width: 200px;
  height: 200px;
  opacity: 0;
  transform: scale(0.5);
  filter: blur(10px);
  transition-duration: 0.5s;
}
div.menu_wrap ul li:nth-child(2n) {
  margin: 150px -50px 0;
}
@media screen and (max-width: 1000px) {
  div.menu_wrap ul li {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
  }
  div.menu_wrap ul li:nth-child(2n) {
    margin: -10.6666666667vw 0 -10.6666666667vw 28.8vw;
  }
}
div.menu_wrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #72BBBB;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  border-radius: 50%;
}
div.menu_wrap ul li a span {
  transition-duration: 0.5s;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  div.menu_wrap ul li a span {
    font-size: 3.4666666667vw;
  }
}
div.menu_wrap ul li a:hover {
  box-shadow: 0 0 10px 10px rgba(114, 187, 187, 0.5);
  z-index: 10;
}
div.menu_wrap.open {
  transform: translateY(0);
  opacity: 1;
}
div.menu_wrap.open ul li {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
div.menu_wrap.open ul li:nth-child(1) {
  transition-delay: 0.3s;
}
div.menu_wrap.open ul li:nth-child(2) {
  transition-delay: 0.5s;
}
div.menu_wrap.open ul li:nth-child(3) {
  transition-delay: 0.7s;
}
div.menu_wrap.open ul li:nth-child(4) {
  transition-delay: 0.9s;
}
div.menu_wrap.open ul li:nth-child(5) {
  transition-delay: 1.1s;
}

footer.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 106px 0;
  background: #B8EEF5;
  position: sticky;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  footer.footer {
    padding: 9.8666666667vw 0;
  }
}
footer.footer a {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-decoration: none;
}
footer.footer a img {
  width: 240px;
}
@media screen and (max-width: 1000px) {
  footer.footer a {
    font-size: 2.9333333333vw;
    line-height: 13px;
    gap: 0;
  }
  footer.footer a img {
    width: 48vw;
  }
}

main#pagebody {
  background: #fff;
  padding-bottom: 242px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody {
    padding-bottom: 20.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody {
    overflow: hidden;
    padding-bottom: 26.6666666667vw;
  }
}
main#pagebody div.mv_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 0 236px;
  background: rgba(255, 255, 255, 0.5) url("../img/mv.jpg") center center no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
}
@media screen and (max-width: 1000px) {
  main#pagebody div.mv_wrap {
    margin: 0 0 32vw;
    background: rgba(255, 255, 255, 0.5) url("../img/mv_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
main#pagebody div.mv_wrap .page_ttl {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #63797c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
main#pagebody div.mv_wrap .page_ttl span {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  font-family: "hanatochocho";
  opacity: 0;
  transform: translateY(-20%) scale(0.8);
  filter: blur(10px);
  transition-duration: 1s;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody div.mv_wrap .page_ttl span {
    font-size: 5.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody div.mv_wrap .page_ttl span {
    font-size: 8vw;
  }
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(1) {
  transition-delay: 0.1s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(2) {
  transition-delay: 0.2s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(3) {
  transition-delay: 0.3s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(4) {
  transition-delay: 0.4s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(5) {
  transition-delay: 0.5s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(6) {
  transition-delay: 0.6s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(7) {
  transition-delay: 0.7s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(8) {
  transition-delay: 0.8s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(9) {
  transition-delay: 0.9s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(10) {
  transition-delay: 1s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(11) {
  transition-delay: 1.1s;
}
main#pagebody div.mv_wrap .page_ttl span:nth-child(12) {
  transition-delay: 1.2s;
}
main#pagebody div.mv_wrap .page_ttl.fadein {
  opacity: 1;
}
main#pagebody div.mv_wrap .page_ttl.fadein span {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
main#pagebody div.mv_wrap .scroll_induction {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) rotateZ(90deg);
  pointer-events: none;
  padding-right: 75px;
}
main#pagebody div.mv_wrap .scroll_induction span.border {
  width: 70px;
  height: 10px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
main#pagebody div.mv_wrap .scroll_induction span.border::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  animation: scroll_induction 3s cubic-bezier(0.73, 0.15, 0.75, 0.68) infinite;
}
main#pagebody div.mv_wrap .scroll_induction span.txt {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.05em;
  color: #333;
}
main#pagebody .lead_wrap {
  width: 404px;
  height: 410px;
  margin: 0 auto 150px;
  padding: 0 18px 18px 0;
  background: url("../img/dot.png") bottom right no-repeat;
  background-size: 393px auto;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody .lead_wrap {
    width: 33.6666666667vw;
    height: 34.1666666667vw;
    margin: 0 auto 12.5vw;
    padding: 0 1.5vw 1.5vw 0;
    background: url("../img/dot.png") bottom right no-repeat;
    background-size: 32.75vw auto;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody .lead_wrap {
    width: 56.5333333333vw;
    height: 56.2666666667vw;
    margin: 0 auto 21.8666666667vw;
    padding: 0 3.2vw 3.2vw 0;
    background: url("../img/dot.png") bottom right no-repeat;
    background-size: 54.9333333333vw auto;
  }
}
main#pagebody .lead_wrap .inner {
  width: 100%;
  height: 100%;
  border: 1px solid #71605b;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 0.05em;
  transform: translate(18px, 18px);
  transition-duration: 0.5s;
  transition-delay: 1s;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody .lead_wrap .inner {
    font-size: 2vw;
    line-height: 4.4166666667vw;
    transform: translate(1.5vw, 1.5vw);
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody .lead_wrap .inner {
    font-size: 3.7333333333vw;
    line-height: 8.2666666667vw;
    transform: translate(3.2vw, 3.2vw);
  }
}
main#pagebody .lead_wrap.fadein .inner {
  transform: translate(0, 0);
}
main#pagebody section {
  margin-bottom: 150px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section {
    margin-bottom: 12.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section {
    margin-bottom: 18.6666666667vw;
  }
}
main#pagebody section h2.sec_ttl {
  width: fit-content;
  height: 34px;
  padding-left: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}
main#pagebody section h2.sec_ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url("../img/check.png") left center no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section h2.sec_ttl {
    height: 2.8333333333vw;
    padding-left: 4.3333333333vw;
    font-size: 2vw;
    line-height: 2.8333333333vw;
    margin: 0 auto 3.3333333333vw;
  }
  main#pagebody section h2.sec_ttl::after {
    width: 3.3333333333vw;
    height: 2.8333333333vw;
    background: url("../img/check.png") left center no-repeat;
    background-size: 3.3333333333vw auto;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section h2.sec_ttl {
    height: 5.6vw;
    padding-left: 8.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    margin: 0 auto 9.3333333333vw;
    position: relative;
  }
  main#pagebody section h2.sec_ttl::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 5.6vw;
    background: url("../img/check.png") left center no-repeat;
    background-size: 6.4vw auto;
  }
}
main#pagebody section h2.sec_ttl.fadein::after {
  clip-path: inset(0 0 0 0);
}
main#pagebody section .bottom_text {
  width: 100%;
  max-width: 1100px;
  height: 34px;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 100px auto 0;
  position: relative;
}
main#pagebody section .bottom_text::after {
  content: "";
  display: block;
  width: 40px;
  height: 34px;
  background: url("../img/check.png") left center no-repeat;
  background-size: 40px auto;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section .bottom_text {
    width: fit-content;
    height: 2.8333333333vw;
    padding-left: 4.3333333333vw;
    font-size: 1.3333333333vw;
    line-height: 2.8333333333vw;
    margin: 8.3333333333vw auto 0;
  }
  main#pagebody section .bottom_text::after {
    width: 3.3333333333vw;
    height: 2.8333333333vw;
    background: url("../img/check.png") left center no-repeat;
    background-size: 3.3333333333vw auto;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section .bottom_text {
    height: 5.6vw;
    padding-left: 8.2666666667vw;
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 21.3333333333vw 0 0;
    position: relative;
  }
  main#pagebody section .bottom_text::after {
    content: "";
    display: block;
    width: 6.4vw;
    height: 5.6vw;
    background: url("../img/check.png") left center no-repeat;
    background-size: 6.4vw auto;
  }
}
main#pagebody section .bottom_text.fadein::after {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan {
    padding: 0 5.3333333333vw;
  }
}
main#pagebody section#allplan > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  width: 810px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul {
    gap: 2.5vw;
    width: 67.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul {
    width: 100%;
    justify-content: space-between;
    gap: 5.3333333333vw;
  }
}
main#pagebody section#allplan > ul > li {
  width: 250px;
  height: 250px;
  background: #edf1f2;
  position: relative;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li {
    width: 41.8666666667vw;
    height: 41.8666666667vw;
  }
}
main#pagebody section#allplan > ul > li > img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li > img {
    top: 40%;
  }
}
main#pagebody section#allplan > ul > li > span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li > span {
    font-size: 1.5vw;
    line-height: 1.5vw;
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li > span {
    font-size: 3.2vw;
    line-height: 5.6vw;
    bottom: 4vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(1) {
    transition-delay: 0s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(1) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(1) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(1) img {
    width: 12vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(2) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(2) img {
  width: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(2) img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(2) img {
    width: 13.3333333333vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(3) {
    transition-delay: 0s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(3) img {
  width: 110px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(3) img {
    width: 9.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(3) img {
    width: 14.6666666667vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(4) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(4) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(4) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(4) img {
    width: 12vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(5) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(5) {
    transition-delay: 0s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(5) img {
  width: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(5) img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(5) img {
    width: 13.3333333333vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(6) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(6) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(6) img {
  width: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(6) img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(6) img {
    width: 13.3333333333vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(7) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(7) {
    transition-delay: 0s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(7) img {
  width: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(7) img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(7) img {
    width: 13.3333333333vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(8) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(8) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(8) img {
  width: 80px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(8) img {
    width: 6.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(8) img {
    width: 10.6666666667vw;
  }
}
main#pagebody section#allplan > ul > li:nth-child(9) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(9) {
    transition-delay: 0s;
  }
}
main#pagebody section#allplan > ul > li:nth-child(9) img {
  width: 110px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#allplan > ul > li:nth-child(9) img {
    width: 9.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#allplan > ul > li:nth-child(9) img {
    width: 14.6666666667vw;
  }
}
main#pagebody section.price_wrap, main#pagebody section.content_wrap {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap, main#pagebody section.content_wrap {
    padding: 0 5.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
main#pagebody section.price_wrap h2, main#pagebody section.content_wrap h2 {
  color: #72bbbb;
  text-align: left;
  font-family: Tangerine;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 100% */
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap h2, main#pagebody section.content_wrap h2 {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 3.4666666667vw; /* 81.25% */
    letter-spacing: 0.2133333333vw;
    margin-bottom: 4vw;
  }
}
main#pagebody section.price_wrap .price, main#pagebody section.content_wrap .price {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: 1px;
  padding-left: 67px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap .price, main#pagebody section.content_wrap .price {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw; /* 100% */
    letter-spacing: 0.1866666667vw;
    padding-left: 0;
    margin-bottom: 4vw;
  }
}
main#pagebody section.price_wrap > ul, main#pagebody section.content_wrap > ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap > ul, main#pagebody section.content_wrap > ul {
    margin-bottom: 5.3333333333vw;
  }
}
main#pagebody section.price_wrap > ul > li, main#pagebody section.content_wrap > ul > li {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap > ul > li, main#pagebody section.content_wrap > ul > li {
    font-size: 3.2vw;
    line-height: 5.3333333333vw; /* 166.667% */
    letter-spacing: 0.16vw;
  }
}
main#pagebody section.price_wrap div.txt, main#pagebody section.content_wrap div.txt {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.price_wrap div.txt, main#pagebody section.content_wrap div.txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw; /* 166.667% */
    letter-spacing: 0.16vw;
  }
}
main#pagebody section.other_notes {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.other_notes {
    padding: 0 5.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
  main#pagebody section.other_notes:has(+ #option) {
    margin-bottom: 18.6666666667vw;
  }
}
main#pagebody section.other_notes div.notes_ttl {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.other_notes div.notes_ttl {
    text-align: center;
    font-size: 3.2vw;
    line-height: 5.3333333333vw; /* 166.667% */
    letter-spacing: 0.16vw;
    margin-bottom: 4vw;
  }
}
main#pagebody section.other_notes div.txt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.other_notes div.txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw; /* 166.667% */
    letter-spacing: 0.16vw;
  }
}
main#pagebody section.other_notes div.txt span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1000px) {
  main#pagebody section.other_notes div.txt span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw; /* 166.667% */
    letter-spacing: 0.16vw;
  }
}
main#pagebody section#option .color_bg {
  background: #edf1f2;
  padding: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg {
    padding: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
main#pagebody section#option .color_bg .dev_option {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option {
    gap: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option {
    flex-direction: column;
    gap: 4vw;
  }
}
main#pagebody section#option .color_bg .dev_option li {
  width: 240px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li {
    width: 20vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.3333333333vw;
  }
  main#pagebody section#option .color_bg .dev_option li:nth-child(2) {
    flex-direction: row-reverse;
  }
}
main#pagebody section#option .color_bg .dev_option li .icon_wrap {
  width: 100%;
  height: 240px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li .icon_wrap {
    height: 20vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li .icon_wrap {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    margin-bottom: 0;
  }
}
main#pagebody section#option .color_bg .dev_option li .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li .txt {
    font-size: 1.6666666667vw;
    line-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li .txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(1) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
  width: 150px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(1) .icon_wrap img {
    width: 24vw;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(2) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
  width: 95px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
    width: 7.9166666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(2) .icon_wrap img {
    width: 16vw;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(3) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
  width: 100px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .color_bg .dev_option li:nth-child(3) .icon_wrap img {
    width: 16vw;
  }
}
main#pagebody section#option .other_option {
  max-width: 820px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
  margin: 0 auto 140px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option {
    gap: 4.1666666667vw;
    margin: 0 auto 11.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option {
    gap: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
main#pagebody section#option .other_option li {
  width: 240px;
  height: 300px;
  border: 1px solid #71605b;
  padding-bottom: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li {
    width: 20vw;
    height: 25vw;
    padding-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li {
    width: 40vw;
    height: 50.1333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
main#pagebody section#option .other_option li .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li .txt {
    font-size: 1.6666666667vw;
    line-height: 3.3333333333vw;
    bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li .txt {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    bottom: 4vw;
  }
}
main#pagebody section#option .other_option li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(1) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .other_option li:nth-child(1) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(1) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(1) img {
    width: 16vw;
  }
}
main#pagebody section#option .other_option li:nth-child(2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(2) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#option .other_option li:nth-child(2) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(2) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(2) img {
    width: 16vw;
  }
}
main#pagebody section#option .other_option li:nth-child(3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(3) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .other_option li:nth-child(3) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(3) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(3) img {
    width: 16vw;
  }
}
main#pagebody section#option .other_option li:nth-child(4) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(4) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#option .other_option li:nth-child(4) img {
  width: 110px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(4) img {
    width: 9.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(4) img {
    width: 18.6666666667vw;
  }
}
main#pagebody section#option .other_option li:nth-child(5) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(5) {
    transition-delay: 0s;
  }
}
main#pagebody section#option .other_option li:nth-child(5) img {
  width: 110px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(5) img {
    width: 9.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(5) img {
    width: 18.6666666667vw;
  }
}
main#pagebody section#option .other_option li:nth-child(6) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(6) {
    transition-delay: 0.2s;
  }
}
main#pagebody section#option .other_option li:nth-child(6) img {
  width: 90px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .other_option li:nth-child(6) img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .other_option li:nth-child(6) img {
    width: 16vw;
  }
}
main#pagebody section#option .d_plan_wrap {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .d_plan_wrap {
    width: 85vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .d_plan_wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
main#pagebody section#option .d_plan_wrap .plan_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl {
    gap: 3.3333333333vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl {
    gap: 2.6666666667vw;
    margin-bottom: 14.6666666667vw;
  }
}
main#pagebody section#option .d_plan_wrap .plan_ttl img {
  width: auto;
  height: 130px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl img {
    height: 10.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl img {
    height: 14.6666666667vw;
  }
}
main#pagebody section#option .d_plan_wrap .plan_ttl span {
  font-size: 21px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl span {
    font-size: 1.75vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .d_plan_wrap .plan_ttl span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    transform: translateY(10.6666666667vw);
  }
}
main#pagebody section#option .d_plan_wrap .plan_content {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: left;
}
main#pagebody section#option .d_plan_wrap .plan_content span {
  font-size: 16px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#option .d_plan_wrap .plan_content {
    font-size: 1.6666666667vw;
    line-height: 3.3333333333vw;
  }
  main#pagebody section#option .d_plan_wrap .plan_content span {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#option .d_plan_wrap .plan_content {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  main#pagebody section#option .d_plan_wrap .plan_content span {
    font-size: 3.2vw;
  }
}
main#pagebody section#flow {
  margin-bottom: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow {
    margin-bottom: 0;
    padding: 0 8vw;
  }
}
main#pagebody section#flow .sec_ttl {
  margin-bottom: 75px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow .sec_ttl {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow .sec_ttl {
    margin-bottom: 9.3333333333vw;
  }
}
main#pagebody section#flow ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul {
    width: 100%;
    padding: 0 3.3333333333vw;
    gap: 5.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul {
    width: 100%;
    gap: 21.3333333333vw;
    padding: 0;
  }
}
main#pagebody section#flow ul li {
  width: 100%;
  height: 58px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding-left: 64px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul li {
    height: 4.8333333333vw;
    gap: 1.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul li {
    flex-direction: column;
    height: auto;
    gap: 2.6666666667vw;
    padding-left: 11.7333333333vw;
  }
}
main#pagebody section#flow ul li::after {
  content: "";
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/flow_arr.png") center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -60px;
  left: 120px;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul li::after {
    width: 2.0833333333vw;
    height: 4.1666666667vw;
    bottom: -5vw;
    left: 10vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul li::after {
    width: 6.6666666667vw;
    height: 13.3333333333vw;
    background: url("../img/flow_arr.png") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -17.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
main#pagebody section#flow ul li .num {
  width: 48px;
  height: 58px;
  position: absolute;
  top: 0;
  left: -24px;
  font-family: "Bellota", system-ui;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #72bbbb;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul li .num {
    width: 4vw;
    height: 4.8333333333vw;
    left: -2vw;
    font-size: 3.3333333333vw;
    line-height: 4.8333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul li .num {
    width: 12.8vw;
    height: 9.0666666667vw;
    left: -6.4vw;
    font-size: 6.4vw;
    line-height: 9.0666666667vw;
  }
}
main#pagebody section#flow ul li .flow_ttl {
  flex-shrink: 0;
  width: fit-content;
  height: 58px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
main#pagebody section#flow ul li .flow_ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #71605b;
  border-left: 1px solid #71605b;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  pointer-events: none;
}
main#pagebody section#flow ul li .flow_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #71605b;
  border-right: 1px solid #71605b;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
  pointer-events: none;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul li .flow_ttl {
    height: 4.8333333333vw;
    padding: 0 1.6666666667vw;
    font-size: 1.5vw;
    line-height: 4.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul li .flow_ttl {
    width: 60.5333333333vw;
    height: 9.0666666667vw;
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 8.5333333333vw;
  }
}
main#pagebody section#flow ul li .flow_txt {
  transform: translateY(26px);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  main#pagebody section#flow ul li .flow_txt {
    transform: translateY(2.1666666667vw);
    font-size: 1.3333333333vw;
    line-height: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  main#pagebody section#flow ul li .flow_txt {
    transform: translateY(0);
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
main#pagebody section#flow ul li:last-child::after {
  display: none;
}
main#pagebody section#flow ul li.fadein .flow_ttl::before {
  width: 100%;
  height: 100%;
}
main#pagebody section#flow ul li.fadein .flow_ttl::after {
  width: 100%;
  height: 100%;
}

div.contact_link_wrap {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  div.contact_link_wrap {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    bottom: 3.3333333333vw;
    right: 4.1666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  div.contact_link_wrap {
    position: sticky;
    width: 100vw;
    height: 13.8666666667vw;
    bottom: 0;
    right: 0;
  }
}
div.contact_link_wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/contact_btn_pc.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1000px) {
  div.contact_link_wrap a {
    background: url("../img/contact_btn_sp.png") top center no-repeat;
    background-size: cover;
  }
}
div.contact_link_wrap.active {
  opacity: 1;
  pointer-events: auto;
}