@charset "UTF-8";
/*
*
* font
*
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v3.0.2 | 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -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; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/*
*
* variables
*
*/
:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-price: "Oswald", sans-serif;
  --font-jost: "Jost", sans-serif;
  --color-green: #159338;
  --medium: 500;
  --bold: 700;
  --black: 900;
  --bgcolor-base: #f7f8fc;
  --bgcolor-white: #FFF;
  --bgcolor-matblue:rgb(149, 161, 190);
  --bgcolor-darkblue: #073c7e;
  --bgcolor-lightblue: #1d4c94;
  --bgcolor-clearblue: #3490dc;
  --bgcolor-lightgray:#ededed;
  --bgcolor-light:#f7f7f7;
  --bgcolor-info:#d9f9ff;
  --bgcolor-error:rgb(255, 241, 241);
  --bgcolor-success:#d1e7dd;
  --fontcolor-base: #333333;
  --fontcolor-dark: #3a3851;
  --fontcolor-link: #031882;
  --fontcolor-linkhover: #031882;
  --fontcolor-lightgray: #5c5c5c;
  --color-white: #FFF;
  --color-orange: orange;
  --color-redDark:#b40000;
  --color-darkblue:#073c7e;
  --color-error: #dc3545;
  --color-success: #0d5d1e;
  --shadow-box: 0 1px 5px 0 rgba(143, 143, 143, 0.5);
  --shadow-box-inset: inset 1px 1px 2px rgba(143, 143, 143, 0.3);
  --bordercolor-table: #898989;
  --bordercolor-lightgray: #ededed;
  --bordercolor-input: #c3c3c3;
  --color-table-link: rgba(203, 213, 225, 1);
  --color-table-even: rgba(193, 193, 193, 0.1);
}

/*
*
* base
*
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1079px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: var(--medium);
  color: #262523;
  line-height: 1.7;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  body {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

label {
  cursor: pointer;
}

i {
  margin: 0 5px;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

strong {
  font-weight: 500;
}

/*
*
* header
*
*/
.l-header {
  position: fixed;
  top: 0;
  left: 320px;
  width: calc(100% - 320px);
  z-index: 9999;
  transition: 0.3s;
}
@media screen and (max-width: 1599px) {
  .l-header {
    left: 250px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1079px) {
  .l-header {
    left: 0px;
    width: 100%;
  }
}
.l-header__top {
  display: none;
  background-color: #FFF;
  height: 80px;
  padding: 5px 0px 5px 20px;
}
@media screen and (max-width: 1079px) {
  .l-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header__top {
    height: 60px;
  }
}
.l-header__top a {
  transition: 0.3s;
}
.l-header__top a:hover {
  opacity: 0.7;
}
.l-header__top .logo {
  padding: 5px 5px 5px 0;
  width: 300px;
  line-height: 1;
}
.l-header__top .logo a {
  display: inline;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-header__top .logo {
    width: 200px;
  }
}
.l-header__top .logo img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.l-header__top .logo span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFF;
  background-color: var(--color-green);
  border-radius: 100vh;
  padding: 5px 10px;
  width: 100%;
}
.l-header__top .submenu {
  display: grid;
  grid-template-columns: 75px 75px 75px;
  line-height: 1;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-header__top .submenu {
    grid-template-columns: 55px 55px 55px;
    height: 60px;
  }
}
.l-header__top .submenu a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #F2F2F2;
}
.l-header__top .submenu .menu {
  background-color: var(--color-green);
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.l-header__top .submenu .menu:hover {
  opacity: 0.7;
}
.l-header__top .submenu .menu .bar {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 20px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__top .submenu .menu .bar {
    top: 15px;
  }
}
.l-header__top .submenu .menu .bar span {
  display: block;
  margin: 0px 0 6px;
  height: 2px;
  background: #FFF;
  border-radius: 2px;
  transition: 0.4s;
}
.l-header__top .submenu .menu .text {
  position: absolute;
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-header__top .submenu .menu .text {
    bottom: 12px;
  }
}
.l-header__top .submenu .menu .text::after {
  display: block;
  content: "メニュー";
}
.l-header__menu {
  background-color: #FFF;
}
@media screen and (max-width: 1079px) {
  .l-header__menu {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 80px;
    left: 0px;
    width: 100%;
    scrollbar-width: none;
    overflow: auto;
    height: 100%;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu {
    top: 60px;
    padding-bottom: 60px;
  }
}
.l-header__menu .banner {
  display: none;
}
@media screen and (max-width: 1079px) {
  .l-header__menu .banner {
    display: block;
    padding: 20px;
  }
}
.l-header__menu .corporate {
  display: none;
}
@media screen and (max-width: 1079px) {
  .l-header__menu .corporate {
    display: block;
    padding: 0 20px 30px;
  }
}
.l-header.is-open .l-header__menu {
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s;
}
.l-header.is-open .l-header__top .menu .bar span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.l-header.is-open .l-header__top .menu .bar span:nth-child(2) {
  opacity: 0;
}
.l-header.is-open .l-header__top .menu .bar span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.l-header.is-open .l-header__top .menu .text::after {
  content: "とじる";
}
.l-header nav {
  padding: 0 10px;
  background: transparent linear-gradient(180deg, #159338 29%, #127032 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 1079px) {
  .l-header nav {
    background: none;
    background-color: #FFF;
    padding: 20px;
  }
}
.l-header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .l-header nav ul {
    display: block;
  }
}
.l-header nav ul::after {
  content: "";
  width: 1px;
  height: 35px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
@media screen and (max-width: 1079px) {
  .l-header nav ul::after {
    display: none;
  }
}
.l-header nav li {
  text-align: center;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .l-header nav li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1079px) {
  .l-header nav li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #F2F2F2;
    height: auto;
  }
}
@media screen and (max-width: 1079px) {
  .l-header nav li:first-child {
    border-top: 1px solid #F2F2F2;
  }
}
.l-header nav li::before {
  content: "";
  width: 1px;
  height: 35px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
@media screen and (max-width: 1079px) {
  .l-header nav li::before {
    display: none;
  }
}
.l-header nav li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0px 0px;
  position: absolute;
  top: 5px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 1079px) {
  .l-header nav li::after {
    display: none;
  }
}
.l-header nav li > a, .l-header nav li > span {
  font-size: 21px;
  font-size: 2.1rem;
  color: #FFF;
  font-weight: var(--medium);
  line-height: 1.3;
  white-space: nowrap;
  display: inline-block;
  z-index: 99;
}
.l-header nav li > a:hover, .l-header nav li > span:hover {
  color: #FFFF0E;
}
@media screen and (max-width: 1079px) {
  .l-header nav li > a:hover, .l-header nav li > span:hover {
    color: var(--color-green);
  }
}
@media screen and (max-width: 1439px) {
  .l-header nav li > a, .l-header nav li > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1079px) {
  .l-header nav li > a, .l-header nav li > span {
    color: #262523;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  .l-header nav li > a br, .l-header nav li > span br {
    display: none;
  }
}
.l-header nav li.current > a, .l-header nav li.current > span {
  color: #FFFF0E;
}
@media screen and (max-width: 1079px) {
  .l-header nav li.current > a, .l-header nav li.current > span {
    color: var(--color-green);
  }
}
@media screen and (max-width: 1079px) {
  .l-header nav li > a {
    padding: 30px 20px;
  }
}
.l-header nav li > span {
  position: relative;
  cursor: pointer;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1079px) {
  .l-header nav li > span {
    padding: 30px 20px;
  }
}
.l-header nav li > span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 0px;
}
@media screen and (max-width: 1079px) {
  .l-header nav li > span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--color-green);
    border-right: solid 2px var(--color-green);
    border-radius: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: 25px;
  }
}
.l-header nav li > div {
  display: none;
  position: absolute;
  padding: 25px;
  top: 90px;
  left: 0;
  text-align: left;
  background-color: #E7F2EB;
  border-radius: 0px 3px 3px 3px;
  z-index: 9;
  min-width: 100%;
}
@media screen and (max-width: 1079px) {
  .l-header nav li > div {
    position: static;
    top: auto;
    left: auto;
    padding: 20px 0px;
    border-radius: 0px;
  }
}
.l-header nav li > div a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: var(--medium);
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 1079px) {
  .l-header nav li > div a {
    padding: 0px 20px;
  }
}
.l-header nav li > div a:hover {
  color: var(--color-green);
}
.l-header nav li > div a {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5DED7;
}
.l-header nav li > div a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-header nav li.is-open::after {
  background-color: #E7F2EB;
}
@media screen and (max-width: 1079px) {
  .l-header nav li.is-open::after {
    display: none;
  }
}
.l-header nav li.is-open span {
  color: var(--color-green);
}
.l-header nav li.is-open span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--color-green);
  border-right: solid 2px var(--color-green);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0px;
}
@media screen and (max-width: 1079px) {
  .l-header nav li.is-open span::after {
    transform: translateY(-50%) rotate(-45deg);
    right: 25px;
  }
}
.l-header nav li.is-open > div {
  display: block;
}
.l-header nav li.is-open > div a {
  display: block;
}
.l-header .banner {
  padding: 0 20px;
  margin-bottom: 20px;
}
.l-header .banner ul {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .l-header .banner ul {
    grid-template-columns: 1fr;
  }
}
.l-header .banner ul.tel {
  grid-template-columns: 1fr;
}
.l-header .banner ul img {
  width: 100%;
  height: auto;
}
.l-header .banner ul.line {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CAC5C5;
}
.l-header .banner ul li.line {
  padding-bottom: 15px;
  border-bottom: 1px solid #CAC5C5;
}
.l-header .banner ul li a:hover {
  opacity: 0.5;
}
.l-header .corporate {
  text-align: center;
}
.l-header .corporate a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--medium);
  color: #262523;
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid #CAC5C5;
  border-radius: 3px;
}
.l-header .corporate a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.l-header .corporate a.--blank span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.l-header .corporate a.--blank span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.l-side {
  width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  border-right: 1px solid #CAC5C5;
  scrollbar-width: none;
  overflow: auto;
  height: 100%;
  padding-bottom: 30px;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 1599px) {
  .l-side {
    width: 250px;
  }
}
@media screen and (max-width: 1079px) {
  .l-side {
    left: -250px;
  }
}
.l-side .logo {
  margin-bottom: 20px;
}
.l-side .logo img {
  width: 100%;
  height: auto;
}
.l-side .logo span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: var(--bold);
  line-height: 1;
  color: #FFF;
  background-color: var(--color-green);
  border-radius: 100vh;
  padding: 15px 5px;
  text-align: center;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media screen and (max-width: 1599px) {
  .l-side .logo span {
    max-width: 230px;
  }
}
.l-side .banner {
  padding: 10px;
  margin-bottom: 0;
}
.l-side .banner img {
  width: 100%;
  height: auto;
}
.l-side .banner li {
  margin-bottom: 15px;
}
.l-side .banner li.line {
  padding-bottom: 15px;
  border-bottom: 1px solid #CAC5C5;
}
.l-side .banner li a:hover {
  opacity: 0.5;
}
.l-side .corporate {
  padding: 0 10px;
}

.is-lock {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

/*
*
* main
*
*/
.l-main {
  height: 100%;
  padding-left: 320px;
  transition: 0.3s;
}
@media screen and (max-width: 1599px) {
  .l-main {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1079px) {
  .l-main {
    padding-left: 0px;
  }
}

/*
*
* footer
*
*/
.menufoot,
.l-menufoot {
  display: none;
}
@media screen and (max-width: 768px) {
  .menufoot,
  .l-menufoot {
    display: grid;
  }
}
.menufoot,
.l-menufoot {
  grid-template-columns: 15% 15% 70%;
  align-items: center;
  text-align: center;
  background-color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
.menufoot a,
.l-menufoot a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  transition: 0.3s;
  line-height: 1;
}
.menufoot a:hover,
.l-menufoot a:hover {
  opacity: 0.7;
}
.menufoot a:first-child,
.l-menufoot a:first-child {
  border-right: 1px solid #F2F2F2;
}
.menufoot a:last-child,
.l-menufoot a:last-child {
  background: transparent linear-gradient(180deg, #7ABB21 0%, #1E9D36 100%) 0% 0% no-repeat padding-box;
}
.menufoot a:last-child:hover,
.l-menufoot a:last-child:hover {
  opacity: 0.5;
}

.menufoot {
  position: static;
}

.l-footer {
  background-color: #F4F2EB;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 30px 90px 30px;
  }
}
.l-footer a {
  white-space: nowrap;
  font-weight: var(--medium);
}
.l-footer a:hover {
  opacity: 0.5;
}
.l-footer nav {
  display: flex;
  justify-content: space-between;
  width: 730px;
  margin-left: auto;
}
@media screen and (max-width: 1079px) {
  .l-footer nav {
    display: none;
  }
}
.l-footer nav > ul > li {
  margin-bottom: 35px;
}
.l-footer nav > ul ul {
  margin-top: 10px;
}
.l-footer nav > ul ul li {
  padding: 0px 0 5px 35px;
  position: relative;
}
.l-footer nav > ul ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: 1;
}
.l-footer nav > ul ul li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 1px;
  border-radius: 1px;
  background-color: #262523;
}
.l-footer nav > ul ul li::after {
  content: "";
  position: absolute;
  top: -1%;
  left: 15px;
  width: 1px;
  height: 100%;
  border-radius: 1px;
  background-color: #262523;
}
.l-footer nav > ul ul li:last-child::after {
  content: "";
  position: absolute;
  top: -10%;
  left: 15px;
  width: 1px;
  height: 20px;
  border-radius: 1px;
  background-color: #262523;
}
.l-footer .logo {
  margin-bottom: 45px;
}
@media screen and (max-width: 1079px) {
  .l-footer .logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .logo {
    margin-bottom: 35px;
  }
}
.l-footer .logo img {
  width: 90%;
  max-width: 500px;
  height: auto;
}
.l-footer .logo span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .l-footer .logo span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer .logo span strong {
  font-weight: normal;
  color: var(--color-green);
}
.l-footer .shops {
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1079px) {
  .l-footer .shops {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .shops {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.l-footer .shops li {
  border-left: 1px solid #262523;
  padding: 10px 20px;
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .l-footer .shops li {
    width: 100%;
    padding: 25px 10px;
    border-left: none;
    border-top: 1px solid #CAC5C5;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .shops li:last-child {
    border-bottom: 1px solid #CAC5C5;
  }
}
.l-footer .shops p {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}
.l-footer .shops .name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.l-footer .under {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 1079px) {
  .l-footer .under {
    display: block;
  }
}
.l-footer .items {
  display: flex;
  gap: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: var(--medium);
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (max-width: 1079px) {
  .l-footer .items {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .items a {
    display: none;
  }
}
.l-footer .items .copyright {
  font-weight: var(--medium);
  color: var(--color-green);
}

/*
*
* contents
*
*/
.l-contents {
  padding-top: 100px;
}
@media screen and (max-width: 1079px) {
  .l-contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents {
    padding-top: 60px;
  }
}

.l-inner {
  padding: 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .l-inner {
    padding: 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0vw 5.3333333333vw;
  }
}

/**

タイトル関連

**/
.c-heading .ttl .priority,
.c-heading .ttl h2 {
  font-size: clamp(3rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .c-heading .ttl .priority,
  .c-heading .ttl h2 {
    font-size: clamp(3rem, 3.125vw, 15rem);
  }
}
.c-heading .ttl .priority,
.c-heading .ttl h2 {
  font-weight: var(--black);
  text-align: center;
  line-height: 1.4;
  color: #159338;
}
@media screen and (max-width: 768px) {
  .c-heading .ttl .priority,
  .c-heading .ttl h2 {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
  }
}
.c-heading .ttl .priority span,
.c-heading .ttl h2 span {
  display: inline-block;
}
.c-heading .ttl > span {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .c-heading .ttl > span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.c-heading .ttl > span {
  color: #155138;
  font-weight: var(--bold);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading .ttl > span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.c-heading .ttl > span.--icon::before {
  content: "";
  display: block;
  width: 1.6666666667vw;
}
@media (max-width: 1080px) {
  .c-heading .ttl > span.--icon::before {
    width: 2vw;
  }
}
.c-heading .ttl > span.--icon::before {
  height: 1.6666666667vw;
}
@media (max-width: 1080px) {
  .c-heading .ttl > span.--icon::before {
    height: 2vw;
  }
}
.c-heading .ttl > span.--icon::before {
  margin-right: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-heading .ttl > span.--icon::before {
    margin-right: 0.625vw;
  }
}
.c-heading .ttl > span.--icon::before {
  background-image: url(../images/guide/icon_beginner.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-heading .ttl > span.--icon::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin-right: 1.8666666667vw;
  }
}
.c-heading .lead {
  text-align: center;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-heading .lead {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-heading .lead {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .c-heading .lead {
    margin-top: 2.5vw;
  }
}
.c-heading .lead {
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .c-heading .lead {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    margin-top: 8vw;
  }
}

.c-enTtl {
  text-align: center;
  font-size: clamp(13rem, 9.375vw, 18rem);
}
@media (max-width: 1080px) {
  .c-enTtl {
    font-size: clamp(13rem, 11.25vw, 23rem);
  }
}
.c-enTtl {
  font-family: var(--font-jost);
  font-weight: var(--black);
  color: #CCEBDB;
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1;
  overflow: hidden;
  padding: 3.6458333333vw 0vw;
}
@media (max-width: 1080px) {
  .c-enTtl {
    padding: 4.375vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-enTtl {
    font-size: clamp(-44rem, 16vw, 56rem);
    padding: 10.6666666667vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-enTtl.--small {
    font-size: clamp(-46rem, 10.6666666667vw, 54rem);
    padding: 10.6666666667vw 0vw;
  }
}
.c-enTtl span {
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .c-enTtl span {
    font-size: clamp(3rem, 2.5vw, 5rem);
  }
}
.c-enTtl span {
  font-family: var(--font-base);
  font-weight: var(--black);
  color: #159338;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-enTtl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.c-enTtl.--white {
  color: #FFF;
}
.c-enTtl.--white span {
  color: #159338;
}
.c-enTtl.--blue {
  color: #FFF;
}
.c-enTtl.--blue span {
  color: #0772BA;
}
.c-enTtl.--lightBlue {
  color: #D4E5F5;
}
.c-enTtl.--lightBlue span {
  color: #2F6FBF;
}
.c-enTtl.--yellow {
  color: #FFFF0E;
}
.c-enTtl.--yellow span {
  color: #4A3B06;
}

.c-ttl__main {
  position: relative;
}
.c-ttl__main img {
  width: 100%;
}
.c-ttl__main .ttl {
  font-size: clamp(4.5rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .c-ttl__main .ttl {
    font-size: clamp(4.5rem, 3.125vw, 5.5rem);
  }
}
.c-ttl__main .ttl {
  width: 100%;
  text-align: center;
  font-weight: var(--black);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-ttl__main .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-bottom: 10.6666666667vw;
  }
}
.c-ttl.--large {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .c-ttl.--large {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.c-ttl.--large {
  font-weight: var(--black);
  color: #FFF;
  background-color: #4A3B06;
  border-radius: 6px;
  padding: 0.2604166667vw 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ttl.--large {
    padding: 0.3125vw 0.9375vw;
  }
}
.c-ttl.--large {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ttl.--large {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl.--large {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.c-ttl.--middle {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .c-ttl.--middle {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.c-ttl.--middle {
  font-weight: var(--bold);
  color: #4A3B06;
  border-left: 5px solid var(--color-green);
  padding: 0.5208333333vw 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ttl.--middle {
    padding: 0.625vw 1.5625vw;
  }
}
.c-ttl.--middle {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ttl.--middle {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl.--middle {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.c-ttl.--small {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .c-ttl.--small {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.c-ttl.--small {
  font-weight: var(--bold);
  border-bottom: 1px dashed #CAC5C5;
  color: #4A3B06;
  display: inline-block;
  padding: 0vw 0vw 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ttl.--small {
    padding: 0vw 0vw 0.9375vw;
  }
}
.c-ttl.--small {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ttl.--small {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl.--small {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin-bottom: 4vw;
  }
}
/**

パンクくず

**/
.c-breadcrumb {
  padding: 1.3020833333vw 3.125vw;
}
@media (max-width: 1080px) {
  .c-breadcrumb {
    padding: 1.5625vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 5.3333333333vw;
  }
}
.c-breadcrumb ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumb ul li {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-breadcrumb ul li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-breadcrumb ul li {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-breadcrumb ul li {
    margin-right: 0.9375vw;
  }
}
.c-breadcrumb ul li {
  color: var(--color-green);
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb ul li {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-right: 2.6666666667vw;
  }
}
.c-breadcrumb a {
  color: #0C3257;
  position: relative;
  padding-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-breadcrumb a {
    padding-right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb a {
    padding-right: 4vw;
  }
}
.c-breadcrumb a::before {
  content: "";
  width: 0.3125vw;
}
@media (max-width: 1080px) {
  .c-breadcrumb a::before {
    width: 0.375vw;
  }
}
.c-breadcrumb a::before {
  height: 0.3125vw;
}
@media (max-width: 1080px) {
  .c-breadcrumb a::before {
    height: 0.375vw;
  }
}
.c-breadcrumb a::before {
  border-top: solid 1px #CAC5C5;
  border-right: solid 1px #CAC5C5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-breadcrumb a::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

/**

btn

**/
.c-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-width: 10.4166666667vw;
}
@media (max-width: 1080px) {
  .c-btn {
    min-width: 12.5vw;
  }
}
.c-btn {
  border-radius: 100vh;
  padding: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-btn {
    padding: 1.25vw;
  }
}
.c-btn {
  border: 2px solid;
  background: none;
  cursor: pointer;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .c-btn {
    font-size: clamp(1.5rem, 1.375vw, 5.2rem);
  }
}
.c-btn {
  font-weight: var(--bold);
  line-height: 1;
  transition: 0.3s;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: clamp(0.9rem, 3.7333333333vw, 1.8rem);
    padding: 4vw;
  }
}
.c-btn::before {
  content: "";
  display: inline-block;
  width: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .c-btn::before {
    width: 1.75vw;
  }
}
.c-btn::before {
  height: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .c-btn::before {
    height: 1.75vw;
  }
}
.c-btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-btn::before {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn::before {
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-btn.--lg {
  padding: 1.3020833333vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-btn.--lg {
    padding: 1.5625vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--lg {
    padding: 5.3333333333vw;
  }
}
.c-btn.--lg::before {
  content: "";
  display: inline-block;
  width: 1.7708333333vw;
}
@media (max-width: 1080px) {
  .c-btn.--lg::before {
    width: 2.125vw;
  }
}
.c-btn.--lg::before {
  height: 1.7708333333vw;
}
@media (max-width: 1080px) {
  .c-btn.--lg::before {
    height: 2.125vw;
  }
}
.c-btn.--lg::before {
  right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--lg::before {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--lg::before {
    right: 3.2vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-btn.--xl {
  padding: 2.0833333333vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-btn.--xl {
    padding: 2.5vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--xl {
    padding: 5.3333333333vw;
  }
}
.c-btn.--xl::before {
  content: "";
  display: inline-block;
  width: 1.7708333333vw;
}
@media (max-width: 1080px) {
  .c-btn.--xl::before {
    width: 2.125vw;
  }
}
.c-btn.--xl::before {
  height: 1.7708333333vw;
}
@media (max-width: 1080px) {
  .c-btn.--xl::before {
    height: 2.125vw;
  }
}
.c-btn.--xl::before {
  right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--xl::before {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--xl::before {
    right: 3.2vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-btn.--green {
  background-color: #159338;
  border: none;
  color: #fff;
}
.c-btn.--green::before {
  background-image: url(../images/common/icon_circle_arr_03.svg);
}
.c-btn.--down::before {
  transform: translateY(-50%) rotate(90deg);
}
.c-btn.--orange {
  background-color: #F5721A;
  border: none;
  color: #fff;
}
.c-btn.--orange::before {
  background-image: url(../images/common/icon_circle_arr_01.svg);
}
.c-btn.--blue {
  background-color: #006758;
  border: none;
  color: #fff;
}
.c-btn.--blue::before {
  background-image: url(../images/common/icon_circle_arr_01.svg);
}
.c-btn.--lightblue {
  background-color: #0772BA !important;
  border: none;
  color: #fff;
}
.c-btn.--lightblue.--arr::before {
  background-image: url(../images/common/icon_circle_arr_06.svg);
  transform: translateY(-50%) rotate(-90deg);
}
.c-btn.--gray {
  background-color: #3B4442;
  color: #fff;
}
.c-btn.--gray.--arr::before {
  background-image: url(../images/common/icon_circle_arr_07.svg);
}
.c-btn.--upBlue {
  background-color: #2F6FBF;
  border: none;
  color: #fff;
}
.c-btn.--upBlue::before {
  background-image: url(../images/common/icon_circle_arr_06.svg);
}
.c-btn.--brown {
  background-color: #4A3B06;
  border: none;
  color: #fff;
}
.c-btn.--brown::before {
  background-image: url(../images/common/icon_circle_arr_04.svg);
}
.c-btn.--yellow {
  background-color: #CCCC33;
  border: none;
  color: #4A3B06;
}
.c-btn.--yellow::before {
  background-image: url(../images/common/icon_circle_arr_02.svg);
}
.c-btn.--back {
  max-width: 440px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--back {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--back {
    font-size: clamp(0.9rem, 3.7333333333vw, 1.8rem);
    padding: 15px;
  }
}
.c-btn.--back::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-btn.--back::before {
    left: 1.25vw;
  }
}
.c-btn.--back::before {
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/common/icon_circle_arr_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-btn.--back::before {
    left: 4vw;
    width: 20px;
    height: 20px;
  }
}
.c-btn.--blank {
  background-color: #159338;
  border: none;
  color: #fff;
}
.c-btn.--blank::before {
  background-image: url(../images/common/icon_blank_white.svg);
  width: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--blank::before {
    width: 1.5625vw;
  }
}
.c-btn.--blank::before {
  height: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--blank::before {
    height: 1.5625vw;
  }
}
.c-btn.--blank::before {
  right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--blank::before {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.--blank::before {
    right: 4vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.c-btn.--beginner span, .c-btn.--tel span, .c-btn.--line span, .c-btn.--mail span {
  display: flex;
  justify-content: center;
}
.c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
  content: "";
  display: block;
  width: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
    width: 1.5625vw;
  }
}
.c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
  height: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
    height: 1.5625vw;
  }
}
.c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
  margin-right: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
    margin-right: 0.625vw;
  }
}
.c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-btn.--beginner span::before, .c-btn.--tel span::before, .c-btn.--line span::before, .c-btn.--mail span::before {
    width: 4vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
  }
}
.c-btn.--beginner {
  border: none;
  color: #FFF;
}
.c-btn.--beginner span::before {
  background-image: url(../images/guide/icon_beginner.svg);
}
.c-btn.--tel {
  border: none;
  color: #FFF;
  background-image: linear-gradient(90deg, #ff9d00, #f15a23);
}
.c-btn.--tel span::before {
  background-image: url(../images/contact/icon_tel.svg);
}
.c-btn.--tel::before {
  background-image: url(../images/contact/icon_arr_tel.svg);
}
.c-btn.--line {
  border: none;
  color: #FFF;
  background-color: #00B812;
}
.c-btn.--line span::before {
  background-image: url(../images/contact/icon_line.svg);
}
.c-btn.--line::before {
  background-image: url(../images/contact/icon_arr_lien.svg);
}
.c-btn.--mail {
  border: none;
  color: #FFF;
  background-color: #4A3B06;
}
.c-btn.--mail span::before {
  background-image: url(../images/contact/icon_mail.svg);
}
.c-btn.--mail::before {
  background-image: url(../images/contact/icon_arr_mail.svg);
}

/*
*
* c-thumb
*
*/
.c-thumb {
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
}
.c-thumb:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.c-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}

a:hover .c-thumb img {
  width: 120%;
  height: 120%;
}

/*
*
* pagination
*
*/
.c-pageNavi {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-pageNavi {
    gap: 15px;
  }
}
.c-pageNavi > span,
.c-pageNavi > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 220px;
  border-radius: 100vh;
  padding: 0 20px;
  border: 1px solid #4A3B06;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: rgb(74, 59, 6);
  transition: 0.3s;
  margin: 0;
  position: relative;
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .c-pageNavi > span,
  .c-pageNavi > a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageNavi > span span,
  .c-pageNavi > a span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-pageNavi > span.prev, .c-pageNavi > span.next,
  .c-pageNavi > a.prev,
  .c-pageNavi > a.next {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.c-pageNavi > span.prev::before, .c-pageNavi > span.next::before,
.c-pageNavi > a.prev::before,
.c-pageNavi > a.next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px rgb(74, 59, 6);
  border-right: solid 3px rgb(74, 59, 6);
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-pageNavi > span.prev::before, .c-pageNavi > span.next::before,
  .c-pageNavi > a.prev::before,
  .c-pageNavi > a.next::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.c-pageNavi > span.prev.is-disabled, .c-pageNavi > span.next.is-disabled,
.c-pageNavi > a.prev.is-disabled,
.c-pageNavi > a.next.is-disabled {
  color: rgba(74, 59, 6, 0.2);
  background-color: #F1F0EB;
  border: none;
}
.c-pageNavi > span.prev.is-disabled::before, .c-pageNavi > span.next.is-disabled::before,
.c-pageNavi > a.prev.is-disabled::before,
.c-pageNavi > a.next.is-disabled::before {
  border-top: solid 3px rgba(74, 59, 6, 0.2);
  border-right: solid 3px rgba(74, 59, 6, 0.2);
}
.c-pageNavi > span.prev::before,
.c-pageNavi > a.prev::before {
  left: 25px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .c-pageNavi > span.prev::before,
  .c-pageNavi > a.prev::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}

.c-pagination {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    padding: 40px 20px;
    gap: 5px;
  }
}
.c-pagination .page-numbers {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #4A3B06;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #4A3B06;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers {
    font-size: 15px;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.c-pagination .is-disabled {
  background-color: #F1F0EB;
  border: none;
}
.c-pagination .current {
  color: #FFF;
  background-color: #4A3B06;
}
.c-pagination .next::after,
.c-pagination .prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #4A3B06;
  border-right: solid 3px #4A3B06;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pagination .next.is-disabled::after,
.c-pagination .prev.is-disabled::after {
  opacity: 0.2;
}
.c-pagination .prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/**

CTA

**/
.c-line div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-line .link {
  border-right: 1px solid #CAC5C5;
  margin-right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .c-line .link {
    margin-right: 2.1875vw;
  }
}
.c-line .link {
  padding-right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .c-line .link {
    padding-right: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-line .link {
    margin-right: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.c-line .link img {
  height: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .c-line .link img {
    height: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-line .link img {
    height: 6.6666666667vw;
  }
}
.c-line .qr {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-line .qr {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-line .qr {
  font-weight: var(--medium);
  color: #159338;
}
@media screen and (max-width: 768px) {
  .c-line .qr {
    font-size: clamp(0.1rem, 2.9333333333vw, 1.8rem);
  }
}
.c-line .qr img {
  width: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-line .qr img {
    width: 5vw;
  }
}
.c-line .qr img {
  height: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-line .qr img {
    height: 5vw;
  }
}
.c-line .qr img {
  margin-right: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-line .qr img {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-line .qr img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}

.c-tel {
  text-align: center;
}
.c-tel div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-tel div {
    gap: 1.25vw;
  }
}
.c-tel .tag {
  font-size: clamp(1.5rem, 0.9895833333vw, 1.9rem);
}
@media (max-width: 1080px) {
  .c-tel .tag {
    font-size: clamp(1.5rem, 1.1875vw, 2.9rem);
  }
}
.c-tel .tag {
  background-color: #4A3B06;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  color: #FFF;
  width: 6.25vw;
}
@media (max-width: 1080px) {
  .c-tel .tag {
    width: 7.5vw;
  }
}
.c-tel .tag {
  height: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .c-tel .tag {
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tel .tag {
    width: 26.6666666667vw;
    height: 10.6666666667vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.c-tel a {
  font-size: clamp(4.9rem, 3.0729166667vw, 5.9rem);
}
@media (max-width: 1080px) {
  .c-tel a {
    font-size: clamp(4.9rem, 3.6875vw, 6.9rem);
  }
}
.c-tel a {
  font-weight: var(--bold);
  font-family: var(--font-price);
  color: #F15A23;
}
@media screen and (max-width: 768px) {
  .c-tel a {
    font-size: clamp(2rem, 8vw, 4rem);
  }
}
.c-tel p {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .c-tel p {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.c-tel p {
  color: #4A3B06;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-tel p {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}

.c-cta__main {
  position: relative;
}
.c-cta__main img {
  width: 100%;
}
.c-cta__main .contact {
  position: absolute;
  left: 50%;
  top: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-cta__main .contact {
    top: 5vw;
  }
}
.c-cta__main .contact {
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-cta__main .contact {
    top: 12vw;
  }
}
.c-cta__main .contact .ttl {
  width: 46.09375vw;
}
@media (max-width: 1080px) {
  .c-cta__main .contact .ttl {
    width: 55.3125vw;
  }
}
.c-cta__main .contact .ttl {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-cta__main .contact .ttl {
    width: 76vw;
  }
}
.c-cta__main .links {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .c-cta__main .links {
    width: 44.375vw;
  }
}
.c-cta__main .links {
  margin: 1.8229166667vw auto 0vw;
}
@media (max-width: 1080px) {
  .c-cta__main .links {
    margin: 2.1875vw auto 0vw;
  }
}
.c-cta__main .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-cta__main .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    justify-content: center;
    align-items: center;
  }
}
.c-cta__main .links li {
  text-align: center;
}
.c-cta__main .links li:first-child {
  width: 11.9791666667vw;
}
@media (max-width: 1080px) {
  .c-cta__main .links li:first-child {
    width: 14.375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__main .links li:first-child {
    width: 44vw;
    margin: 0 auto;
  }
}
.c-cta__main .links li:last-child {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .c-cta__main .links li:last-child {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__main .links li:last-child {
    width: 89.3333333333vw;
  }
}
.c-cta__main .tel {
  width: 47.3958333333vw;
}
@media (max-width: 1080px) {
  .c-cta__main .tel {
    width: 56.875vw;
  }
}
.c-cta__main .tel {
  margin: 2.0833333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .c-cta__main .tel {
    margin: 2.5vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__main .tel {
    width: 89.3333333333vw;
    margin: 5.3333333333vw auto 0vw;
  }
}
.c-cta__contact {
  background-color: #CCCC33;
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .c-cta__contact {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    padding: 20px;
  }
}
.c-cta__contact ul {
  display: grid;
  justify-content: center;
  grid-template-columns: 36.9791666667vw 36.9791666667vw;
}
@media (max-width: 1080px) {
  .c-cta__contact ul {
    grid-template-columns: 44.375vw 44.375vw;
  }
}
.c-cta__contact ul {
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .c-cta__contact ul {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 1079px) {
  .c-cta__contact ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contact ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-cta__contact ul li {
  position: relative;
}
.c-cta__contact ul li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .c-cta__contact ul li a {
    bottom: 4.0625vw;
  }
}
.c-cta__contact ul li a {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .c-cta__contact ul li a {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contact ul li a {
    width: 78.6666666667vw;
    bottom: 4vw;
  }
}
.c-cta__contact ul li a.c-btn {
  border: 3px solid #FFF;
}
.c-cta__contact img {
  width: 100%;
}

/**

tag

**/
.c-card .c-thumb {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-card .c-thumb {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-card .c-thumb {
    margin-bottom: 0vw;
  }
}
.c-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-card .tags {
    gap: 0.625vw;
  }
}
.c-card .tags {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-card .tags {
    margin-bottom: 1.25vw;
  }
}
.c-card .ttl {
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .c-card .ttl {
    font-size: clamp(1.5rem, 1.25vw, 2.5rem);
  }
}
.c-card .ttl {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-card .ttl {
    margin-bottom: 0.9375vw;
  }
}
.c-card .ttl {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .c-card .ttl {
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
    margin-bottom: 4vw;
  }
}
.c-card .date {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-card .date {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-card .date {
  font-weight: var(--black);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .c-card .date {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}

.c-tag {
  color: #4A3B06;
  line-height: 1;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-tag {
    font-size: clamp(1.5rem, 1.125vw, 2.3rem);
  }
}
.c-tag {
  padding: 0.625vw;
}
@media (max-width: 1080px) {
  .c-tag {
    padding: 0.75vw;
  }
}
.c-tag {
  font-weight: var(--medium);
  display: inline-block;
  background-color: #FFFFD6;
  border: 1px solid #4A3B06;
  border-radius: 5px;
  margin-bottom: 0.2083333333vw;
}
@media (max-width: 1080px) {
  .c-tag {
    margin-bottom: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tag {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    padding: 1.8666666667vw 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}

/**

slide

**/
.c-slide {
  overflow: hidden;
}
.c-slide .splide__track {
  overflow: visible;
  width: 69.7916666667vw;
}
@media (max-width: 1080px) {
  .c-slide .splide__track {
    width: 83.75vw;
  }
}
.c-slide .splide__track {
  margin: 0 auto;
}
.c-slide .splide__track li {
  padding: 0vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-slide .splide__track li {
    padding: 0vw 1.25vw;
  }
}

/*
*
* pagetop
*
*/
.c-pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    display: none;
  }
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-pagetop a {
  display: block;
  position: fixed;
  z-index: 999;
  right: 2.34375vw;
}
@media (max-width: 1080px) {
  .c-pagetop a {
    right: 2.8125vw;
  }
}
.c-pagetop a {
  bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .c-pagetop a {
    bottom: 3.125vw;
  }
}
.c-pagetop a {
  background-image: url(../images/common/pagetop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-pagetop a {
    height: 5vw;
  }
}
.c-pagetop a {
  width: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-pagetop a {
    width: 5vw;
  }
}
.c-pagetop a:hover {
  opacity: 1;
  background-image: url(../images/common/pagetop_over.svg);
}

/**

フォーム

**/
.c-form select,
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=time],
.c-form input[type=email],
.c-form input[type=password],
.c-form input[type=number],
.c-form input[type=url],
.c-form input[type=search],
.c-form input[type=tel] {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-form select,
  .c-form textarea,
  .c-form input[type=text],
  .c-form input[type=date],
  .c-form input[type=datetime-local],
  .c-form input[type=time],
  .c-form input[type=email],
  .c-form input[type=password],
  .c-form input[type=number],
  .c-form input[type=url],
  .c-form input[type=search],
  .c-form input[type=tel] {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-form select,
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=time],
.c-form input[type=email],
.c-form input[type=password],
.c-form input[type=number],
.c-form input[type=url],
.c-form input[type=search],
.c-form input[type=tel] {
  padding: 1.3020833333vw 1.5625vw;
}
@media (max-width: 1080px) {
  .c-form select,
  .c-form textarea,
  .c-form input[type=text],
  .c-form input[type=date],
  .c-form input[type=datetime-local],
  .c-form input[type=time],
  .c-form input[type=email],
  .c-form input[type=password],
  .c-form input[type=number],
  .c-form input[type=url],
  .c-form input[type=search],
  .c-form input[type=tel] {
    padding: 1.5625vw 1.875vw;
  }
}
.c-form select,
.c-form textarea,
.c-form input[type=text],
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=time],
.c-form input[type=email],
.c-form input[type=password],
.c-form input[type=number],
.c-form input[type=url],
.c-form input[type=search],
.c-form input[type=tel] {
  border-radius: 3px;
  width: 100%;
  background-color: #F4F2EE;
}
@media screen and (max-width: 768px) {
  .c-form select,
  .c-form textarea,
  .c-form input[type=text],
  .c-form input[type=date],
  .c-form input[type=datetime-local],
  .c-form input[type=time],
  .c-form input[type=email],
  .c-form input[type=password],
  .c-form input[type=number],
  .c-form input[type=url],
  .c-form input[type=search],
  .c-form input[type=tel] {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding: 4vw 5.3333333333vw;
  }
}
.c-form .c-select select {
  width: 100%;
  padding-right: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .c-form .c-select select {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-select select {
    padding-right: 10.6666666667vw;
  }
}
.c-form .c-select {
  background-color: #F4F2EE;
  position: relative;
}
.c-form .c-select::after {
  content: "";
  border-top: solid 2px #4A3B06;
  border-right: solid 2px #4A3B06;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-form .c-select::after {
    width: 0.625vw;
  }
}
.c-form .c-select::after {
  height: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-form .c-select::after {
    height: 0.625vw;
  }
}
.c-form .c-select::after {
  right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-form .c-select::after {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-select::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4vw;
  }
}
.c-form textarea {
  height: auto;
  border: 1px solid var(--bordercolor-input) !important;
  border-radius: 4px !important;
  min-height: 16.6666666667vw;
}
@media (max-width: 1080px) {
  .c-form textarea {
    min-height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form textarea {
    min-height: 53.3333333333vw;
  }
}
.c-form input[type=file] {
  cursor: pointer;
  width: 18.2291666667vw;
}
@media (max-width: 1080px) {
  .c-form input[type=file] {
    width: 21.875vw;
  }
}
.c-form input[type=file] {
  overflow: hidden;
  padding: 1.5625vw;
}
@media (max-width: 1080px) {
  .c-form input[type=file] {
    padding: 1.875vw;
  }
}
.c-form input[type=file] {
  background-color: #F4F2EE;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-form input[type=file] {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .c-form input[type=file] {
    width: 93.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-form ::file-selector-button {
  text-align: left;
  border: none;
  width: 18.2291666667vw;
}
@media (max-width: 1080px) {
  .c-form ::file-selector-button {
    width: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form ::file-selector-button {
    width: 93.3333333333vw;
  }
}
.c-form input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}
.c-form input[type=search]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  margin-top: -5px;
}
.c-form ::-moz-placeholder {
  opacity: 0.4;
}
.c-form ::placeholder {
  opacity: 0.4;
}
.c-form .files {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-form .files {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .files {
    gap: 5.3333333333vw;
  }
}
.c-form .c-file {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-form .c-file {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-file {
    display: block;
  }
}
.c-form__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-form__checkbox-group {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__checkbox-group {
    gap: 2.6666666667vw;
  }
}
.c-form .c-checkbox {
  display: inline-block;
  margin-right: 2.34375vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox {
    margin-right: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-checkbox {
    margin-right: 6.6666666667vw;
  }
}
.c-form .c-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.c-form .c-checkbox > span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.34375vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span {
    padding-left: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-checkbox > span {
    padding-left: 6.6666666667vw;
  }
}
.c-form .c-checkbox > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #F4F2EE;
  height: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span::before {
    height: 1.75vw;
  }
}
.c-form .c-checkbox > span::before {
  width: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span::before {
    width: 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-checkbox > span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.c-form .c-checkbox > span::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0.3125vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span::after {
    left: 0.375vw;
  }
}
.c-form .c-checkbox > span::after {
  border-left: 2px solid #F4F2EE;
  border-bottom: 2px solid #F4F2EE;
  height: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span::after {
    height: 0.625vw;
  }
}
.c-form .c-checkbox > span::after {
  width: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-form .c-checkbox > span::after {
    width: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-checkbox > span::after {
    left: 1.6vw;
    width: 2.1333333333vw;
    height: 3.4666666667vw;
  }
}
.c-form .c-checkbox > span::after {
  transform: translateY(-50%) rotate(-45deg);
}
.c-form .c-checkbox input:checked + span {
  color: #F5721A;
}
.c-form .c-checkbox input:checked + span::before {
  content: "";
  background-color: #F5721A;
}
.c-form__item {
  display: grid;
  grid-template-columns: 15.625vw 45.8333333333vw;
}
@media (max-width: 1080px) {
  .c-form__item {
    grid-template-columns: 18.75vw 55vw;
  }
}
.c-form__item {
  padding: 2.0833333333vw 0vw;
}
@media (max-width: 1080px) {
  .c-form__item {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__item {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw 0vw;
  }
}
.c-form__item .union {
  display: flex;
  align-items: center;
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-form__item .union {
    gap: 0.9375vw;
  }
}
.c-form__item .union span {
  white-space: nowrap;
}
.c-form__item dt {
  padding-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-form__item dt {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form__item dt {
    padding-top: 0vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-form .c-required {
  color: #F5721A;
}
.c-form .smal {
  display: block;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .c-form .smal {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .c-form .smal {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.c-form__privacy {
  text-align: center;
}
.c-form__privacy a {
  color: #F5721A;
  text-decoration: underline;
  display: inline-block;
  margin-right: 5px;
}
.c-form__submit {
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .c-form__submit {
    width: 47.5vw;
  }
}
.c-form__submit {
  margin: 4.1666666667vw auto;
}
@media (max-width: 1080px) {
  .c-form__submit {
    margin: 5vw auto;
  }
}
.c-form__submit {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    width: 64vw;
    margin: 10.6666666667vw auto;
  }
}
.c-form__submit button:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.c-form .js-loading-message {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.8);
}
.c-form .js-deleteFile {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  background-color: #FFF;
  border: 1px solid #ccc;
  padding: 2px 7px;
  border-radius: 100vh;
  margin-left: 10px;
}
.c-form .messageBoxError {
  color: red;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-form .messageBoxError {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .messageBoxError {
    margin-bottom: 2.6666666667vw;
  }
}
.c-form .messageError {
  color: red;
  display: block;
  margin-top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-form .messageError {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-form .messageError {
    margin-top: 2.6666666667vw;
  }
}
.c-form .filenameDisp {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .c-form .filenameDisp {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.c-form .filenameDisp {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-form .filenameDisp {
    margin-bottom: 0.9375vw;
  }
}
.c-form .filenameDisp {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-form .filenameDisp {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-bottom: 2.6666666667vw;
  }
}

.--confirm .c-form__item {
  border-bottom: 1px dashed #CCCCCC;
}
.--confirm .c-form__item dt {
  padding-top: 0;
}
.--confirm .c-form__submit {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .--confirm .c-form__submit {
    gap: 3.75vw;
  }
}
.--confirm .c-form__submit > * {
  margin: 0 auto;
}

/**

アンカーボタン

**/
.c-anchor {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .c-anchor {
    gap: 1.875vw;
  }
}
.c-anchor {
  border-bottom: 1px solid #CCCCCC;
  padding: 2.8645833333vw 0vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-anchor {
    padding: 3.4375vw 0vw 5vw;
  }
}
.c-anchor {
  margin: 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .c-anchor {
    margin: 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    padding: 4vw 0vw 10.6666666667vw;
    margin: 0vw 8vw;
  }
}
.c-anchor li {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .c-anchor li {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor li {
    width: 100%;
  }
}
.c-anchor a {
  font-size: clamp(1rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-anchor a {
    font-size: clamp(1rem, 1.125vw, 11.8rem);
  }
}
.c-anchor a {
  padding-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-anchor a {
    padding-top: 1.5625vw;
  }
}
.c-anchor a {
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-anchor a {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-anchor a {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .c-anchor a {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.c-anchor.--notLine {
  border-bottom: none;
}

/**

point

**/
.c-point > div {
  background-color: #159338;
  border-radius: 8px 8px 0 0;
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .c-point > div {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.c-point > div {
  font-family: var(--font-jost);
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .c-point > div {
    padding: 1.25vw 1.25vw 1.25vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-point > div {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.c-point > div::before {
  content: "";
  display: inline-block;
  width: 1.875vw;
}
@media (max-width: 1080px) {
  .c-point > div::before {
    width: 2.25vw;
  }
}
.c-point > div::before {
  height: 1.875vw;
}
@media (max-width: 1080px) {
  .c-point > div::before {
    height: 2.25vw;
  }
}
.c-point > div::before {
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .c-point > div::before {
    left: 1.75vw;
  }
}
.c-point > div::before {
  transform: translateY(-50%);
  background-image: url(../images/top/muryou/icon_search.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-point > div::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 4vw;
  }
}
.c-point > ul {
  border: 2px solid #159338;
  border-radius: 0 0 8px 8px;
  background-color: #FFF;
  padding: 1.5625vw;
}
@media (max-width: 1080px) {
  .c-point > ul {
    padding: 1.875vw;
  }
}
.c-point > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .c-point > ul {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .c-point > ul {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
  }
}
.c-point > ul li {
  color: #155138;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .c-point > ul li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.c-point > ul li {
  font-weight: var(--medium);
  position: relative;
  width: 100%;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .c-point > ul li {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-point > ul li {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
    padding-left: 5.3333333333vw;
  }
}
.c-point > ul li span {
  color: #B5272D;
}
.c-point > ul li::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .c-point > ul li::before {
    width: 1.375vw;
  }
}
.c-point > ul li::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .c-point > ul li::before {
    height: 1.375vw;
  }
}
.c-point > ul li::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .c-point > ul li::before {
    left: 0vw;
  }
}
.c-point > ul li::before {
  transform: translateY(-50%);
  background-image: url(../images/plan/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-point > ul li::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

/**

ul

**/
.c-ul li {
  padding-left: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ul li {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-ul li {
    padding-left: 4vw;
  }
}
.c-ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-ul li:before {
    width: 0.625vw;
  }
}
.c-ul li:before {
  height: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .c-ul li:before {
    height: 0.625vw;
  }
}
.c-ul li:before {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ul li:before {
    margin-right: 0.9375vw;
  }
}
.c-ul li:before {
  margin-left: -1.3020833333vw;
}
@media (max-width: 1080px) {
  .c-ul li:before {
    margin-left: -1.5625vw;
  }
}
.c-ul li:before {
  background: #159338;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .c-ul li:before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 2.6666666667vw;
    margin-left: -4vw;
  }
}
.c-ul li.star:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ul li.star:before {
    width: 0.9375vw;
  }
}
.c-ul li.star:before {
  height: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ul li.star:before {
    height: 0.9375vw;
  }
}
.c-ul li.star:before {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .c-ul li.star:before {
    margin-right: 0.9375vw;
  }
}
.c-ul li.star:before {
  margin-left: -1.5104166667vw;
}
@media (max-width: 1080px) {
  .c-ul li.star:before {
    margin-left: -1.8125vw;
  }
}
.c-ul li.star:before {
  background: none;
  background-image: url(../images/common/icon_star.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .c-ul li.star:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 2.6666666667vw;
    margin-left: -4.5333333333vw;
  }
}

/*
*
* modal
*
*/
.c-modal {
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 320px);
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .c-modal {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1079px) {
  .c-modal {
    width: 100%;
  }
}
.c-modal {
  background-color: rgba(204, 235, 219, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-modal {
    padding: 5.3333333333vw;
  }
}
.c-modal.is-open {
  display: flex;
}
.c-modal__wrapper {
  position: relative;
  background-color: var(--bgcolor-white);
  border-radius: 10px;
  box-shadow: var(--shadow-box);
  margin-top: 80px;
  height: calc(100% - 100px);
  height: 100%;
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .c-modal__wrapper {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrapper {
    margin-top: 50px;
    height: calc(100% - 50px);
    width: 100%;
  }
}
.c-modal__wrapper .scroll {
  overflow-x: auto;
  height: 100%;
  padding: 3.125vw;
}
@media (max-width: 1080px) {
  .c-modal__wrapper .scroll {
    padding: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__wrapper .scroll {
    padding: 5.3333333333vw;
  }
}
.c-modal__wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #159338;
  display: inline-block;
  width: 3.125vw;
}
@media (max-width: 1080px) {
  .c-modal__wrapper .close {
    width: 3.75vw;
  }
}
.c-modal__wrapper .close {
  height: 3.125vw;
}
@media (max-width: 1080px) {
  .c-modal__wrapper .close {
    height: 3.75vw;
  }
}
.c-modal__wrapper .close {
  cursor: pointer;
  border-radius: 0 10px 0 10px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal__wrapper .close {
    width: 8vw;
    height: 8vw;
  }
}
.c-modal__wrapper .close:hover {
  opacity: 0.5;
}
.c-modal__wrapper .close::before, .c-modal__wrapper .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  border-radius: 100vh;
  background: #FFF;
}
.c-modal__wrapper .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__wrapper .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-lock {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

/*
*
* index
*
*/
.p-index .splide .splide__slide img {
  width: 100%;
}
.p-index__mainSlider {
  padding: 2.0833333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__mainSlider {
    padding: 2.5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider {
    padding: 4vw 5.3333333333vw;
  }
}
.p-index__mainSlider .pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .pagination {
    bottom: 20px;
  }
}
.p-index__mainSlider .splide__pagination {
  position: static;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
  border-right: 1px solid #FFF;
  padding: 0;
  line-height: 1;
  height: 35px;
  padding-right: 15px !important;
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .splide__pagination {
    gap: 12px;
    padding-right: 10px !important;
    margin-right: 10px !important;
    height: 20px;
  }
}
.p-index__mainSlider .splide__pagination__page {
  height: 10px !important;
  width: 10px !important;
  background-color: #FFF;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .splide__pagination__page {
    height: 6px !important;
    width: 6px !important;
  }
}
.p-index__mainSlider .splide__pagination__page.is-active {
  height: 13px !important;
  width: 13px !important;
  border: 3px solid #FFF;
  background-color: #159338;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .splide__pagination__page.is-active {
    height: 12px;
    width: 12px;
  }
}
.p-index__mainSlider .splide__arrow--prev,
.p-index__mainSlider .splide__arrow--next {
  display: none;
}
.p-index__mainSlider .splide__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .splide__toggle {
    width: 23px !important;
    height: 23px !important;
  }
}
.p-index__mainSlider .splide__toggle__pause,
.p-index__mainSlider .splide__toggle__play {
  position: relative;
  width: 34px !important;
  height: 34px !important;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .splide__toggle__pause,
  .p-index__mainSlider .splide__toggle__play {
    width: 23px !important;
    height: 23px !important;
  }
}
.p-index__mainSlider .splide__toggle__pause img,
.p-index__mainSlider .splide__toggle__play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-index__mainSlider .banner {
  margin: -1.5625vw -0.8854166667vw 0 0;
}
@media (max-width: 1080px) {
  .p-index__mainSlider .banner {
    margin: -1.875vw -1.0625vw 0 0;
  }
}
.p-index__mainSlider .banner {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-index__mainSlider .banner {
    margin: 3.2vw auto 0vw 0vw;
  }
}
.p-index__mainSlider .banner img {
  width: 100%;
}
.p-index__business {
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__business {
    padding-bottom: 5vw;
  }
}
.p-index__business .main img {
  width: 100%;
}
.p-index__business .sp_btns {
  display: none;
  justify-content: center;
  align-items: center;
  grid-template-columns: 40vw 4.8vw 40vw;
  gap: 4vw;
  margin-top: -1.6vw;
}
@media screen and (max-width: 768px) {
  .p-index__business .sp_btns {
    display: grid;
  }
}
.p-index__business .sp_btns img {
  width: 100%;
}
.p-index__business .point {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__business .point {
    gap: 3.75vw;
  }
}
.p-index__business .point {
  margin-top: -10.4166666667vw;
}
@media (max-width: 1080px) {
  .p-index__business .point {
    margin-top: -12.5vw;
  }
}
.p-index__business .point {
  padding: 0vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__business .point {
    padding: 0vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point {
    flex-wrap: wrap;
    margin-top: 0vw;
    gap: 12vw;
    padding: 4vw 5.3333333333vw;
  }
}
.p-index__business .point li {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li {
    width: 44.375vw;
  }
}
.p-index__business .point li {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-index__business .point li {
    width: 100%;
  }
}
.p-index__business .point li .head {
  text-align: center;
  background-color: #159338;
  border-radius: 10px 10px 0 0;
}
.p-index__business .point li .head .catch {
  position: relative;
}
.p-index__business .point li .head .catch img:first-child {
  width: 21.3541666667vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .head .catch img:first-child {
    width: 25.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .head .catch img:first-child {
    width: 53.3333333333vw;
  }
}
.p-index__business .point li .head .catch img:last-child {
  position: absolute;
  width: 11.9791666667vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .head .catch img:last-child {
    width: 14.375vw;
  }
}
.p-index__business .point li .head .catch img:last-child {
  top: -2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .head .catch img:last-child {
    top: -2.8125vw;
  }
}
.p-index__business .point li .head .catch img:last-child {
  left: -0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .head .catch img:last-child {
    left: -0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .head .catch img:last-child {
    width: 29.3333333333vw;
    top: -4.4270833333vw;
    left: -1.0416666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-index__business .point li .head .catch img:last-child {
    top: -5.3125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-index__business .point li .head .catch img:last-child {
    left: -1.25vw;
  }
}
.p-index__business .point li .head .lead {
  color: #FFF;
  padding: 20px 0;
  font-size: clamp(1.8rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-index__business .point li .head .lead {
    font-size: clamp(1.8rem, 1.75vw, 3.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .head .lead {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
  }
}
.p-index__business .point li .content {
  background-color: #FFF;
  border: 2px solid #159338;
  border-radius: 0 0 10px 10px;
  padding: 2.8645833333vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content {
    padding: 3.4375vw 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content {
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.p-index__business .point li .content h2 {
  color: #159338;
  font-size: clamp(5rem, 3.125vw, 6rem);
}
@media (max-width: 1080px) {
  .p-index__business .point li .content h2 {
    font-size: clamp(5rem, 3.75vw, 7rem);
  }
}
.p-index__business .point li .content h2 {
  font-weight: var(--black);
  text-align: center;
  line-height: 1;
  height: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content h2 {
    height: 6.25vw;
  }
}
.p-index__business .point li .content h2 {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content h2 {
    margin-bottom: 2.5vw;
  }
}
.p-index__business .point li .content h2 {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content h2 {
    margin-bottom: 6.6666666667vw;
    font-size: clamp(1.8rem, 7.4666666667vw, 3.8rem);
  }
}
.p-index__business .point li .content h2 span {
  display: block;
  font-size: clamp(2.3rem, 1.71875vw, 3.3rem);
}
@media (max-width: 1080px) {
  .p-index__business .point li .content h2 span {
    font-size: clamp(2.3rem, 2.0625vw, 4.3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content h2 span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-index__business .point li .content .lead {
  color: #004723;
  text-align: center;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .lead {
    font-size: clamp(1.5rem, 1.125vw, 2.3rem);
  }
}
.p-index__business .point li .content .lead {
  font-weight: var(--medium);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .lead {
    margin-bottom: 2.5vw;
  }
}
.p-index__business .point li .content img {
  width: 100%;
}
.p-index__business .point li .content .movie {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .movie {
    margin-top: 2.5vw;
  }
}
.p-index__business .point li .content .movie {
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .movie {
    padding-top: 2.5vw;
  }
}
.p-index__business .point li .content .movie {
  border-top: 1px solid #CAC5C5;
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content .movie {
    margin-top: 2.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.p-index__business .point li .content .movie .iframe-wrapper {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  margin: 0.2604166667vw auto;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .movie .iframe-wrapper {
    margin: 0.3125vw auto;
  }
}
.p-index__business .point li .content .movie .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.p-index__business .point li .content .movie p {
  color: #159338;
  text-align: center;
  font-size: clamp(1.7rem, 1.40625vw, 2.7rem);
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .movie p {
    font-size: clamp(1.7rem, 1.6875vw, 3.7rem);
  }
}
.p-index__business .point li .content .movie p {
  font-weight: var(--black);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content .movie p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index__business .point li .content .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .btns {
    margin-top: 2.5vw;
  }
}
.p-index__business .point li .content .btns a {
  width: 14.5833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .btns a {
    width: 17.5vw;
  }
}
.p-index__business .point li .content .btns a {
  min-width: 14.5833333333vw;
}
@media (max-width: 1080px) {
  .p-index__business .point li .content .btns a {
    min-width: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content .btns a {
    font-size: clamp(0.1rem, 2.9333333333vw, 1.8rem);
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__business .point li .content .btns a::before {
    right: 2.6666666667vw;
  }
}
.p-index__business .point li:last-child .head {
  background-color: #F5721A;
}
.p-index__business .point li:last-child .content {
  border: 2px solid #F5721A;
}
.p-index__business .point li:last-child .content h2 {
  color: #F5721A;
}
.p-index__business .point li:last-child .content .lead {
  color: #612523;
}
.p-index__business .point li:last-child .content .movie p {
  color: #F5721A;
}
.p-index__toukou {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__toukou {
    margin-bottom: 5vw;
  }
}
.p-index__toukou {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-index__toukou {
    display: block;
  }
}
.p-index__toukou .tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.0666666667vw;
  border-bottom: 2px solid #4A3B06;
}
.p-index__toukou .tab li {
  cursor: pointer;
  width: 31.2vw;
  height: 9.6vw;
  line-height: 9.6vw;
  text-align: center;
  font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  color: #4A3B06;
  background-color: #E2DDCA;
  border-radius: 5px 5px 0 0;
}
.p-index__toukou .tab li:hover {
  background-color: #4A3B06;
  color: #FFF;
}
.p-index__toukou .tab li.is-active {
  background-color: #4A3B06;
  color: #FFF;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
}
.p-index__toukou .ttl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__toukou .ttl {
    margin-bottom: 3.125vw;
  }
}
.p-index__toukou .ttl img {
  width: 100%;
}
.p-index__toukou .content {
  padding: 0vw 5.3333333333vw 10.6666666667vw;
}
.p-index__toukou .btn {
  margin: 2.8645833333vw auto;
}
@media (max-width: 1080px) {
  .p-index__toukou .btn {
    margin: 3.4375vw auto;
  }
}
.p-index__toukou .btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__toukou .btn {
    width: 27.5vw;
  }
}
.p-index__voice {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__voice {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__voice {
    display: none;
  }
}
.p-index__voice .ttl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__voice .ttl {
    margin-bottom: 3.125vw;
  }
}
.p-index__voice .ttl img {
  width: 100%;
}
.p-index__voice .btn {
  margin: 2.8645833333vw auto;
}
@media (max-width: 1080px) {
  .p-index__voice .btn {
    margin: 3.4375vw auto;
  }
}
.p-index__voice .btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__voice .btn {
    width: 27.5vw;
  }
}
.p-index__kininaru {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kininaru {
    margin-bottom: 0;
  }
}
.p-index__kininaru .ttl {
  position: relative;
}
.p-index__kininaru .ttl img {
  width: 100%;
}
.p-index__kininaru .ttl ul {
  position: absolute;
  width: 100%;
  z-index: 99;
  display: grid;
  justify-content: center;
  grid-template-columns: 18.4375vw 18.4375vw 18.4375vw 18.4375vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .ttl ul {
    grid-template-columns: 22.125vw 22.125vw 22.125vw 22.125vw;
  }
}
.p-index__kininaru .ttl ul {
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .ttl ul {
    gap: 2.5vw;
  }
}
.p-index__kininaru .ttl ul {
  top: 10.5729166667vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .ttl ul {
    top: 12.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kininaru .ttl ul {
    grid-template-columns: 48vw 48vw;
    gap: 0.2666666667vw;
    top: 30.6666666667vw;
  }
}
.p-index__kininaru .subTtl {
  position: relative;
  margin-top: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .subTtl {
    margin-top: -1.25vw;
  }
}
.p-index__kininaru .subTtl {
  margin-bottom: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .subTtl {
    margin-bottom: -2.5vw;
  }
}
.p-index__kininaru .subTtl {
  text-align: right;
}
.p-index__kininaru .subTtl img {
  width: 75.5208333333vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .subTtl img {
    width: 90.625vw;
  }
}
.p-index__kininaru .btn {
  margin: 2.8645833333vw auto;
}
@media (max-width: 1080px) {
  .p-index__kininaru .btn {
    margin: 3.4375vw auto;
  }
}
.p-index__kininaru .btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__kininaru .btn {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kininaru .btn,
  .p-index__kininaru .subTtl,
  .p-index__kininaru .c-slide {
    display: none;
  }
}
.p-index__customer .ttl img {
  width: 100%;
}
.p-index__customer .contents {
  background-color: #EDFFD6;
  padding: 2.8645833333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__customer .contents {
    padding: 3.4375vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .contents {
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-index__customer .subTtl {
  position: relative;
  background-color: #157F38;
  text-align: center;
  border-radius: 6px;
  color: #FFF;
  font-size: clamp(2.5rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-index__customer .subTtl {
    font-size: clamp(2.5rem, 1.875vw, 3.5rem);
  }
}
.p-index__customer .subTtl {
  padding: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__customer .subTtl {
    padding: 1.25vw;
  }
}
.p-index__customer .subTtl {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .subTtl {
    margin-bottom: 3.4375vw;
  }
}
.p-index__customer .subTtl {
  line-height: 1;
}
.p-index__customer .reason {
  display: grid;
  justify-content: center;
  grid-template-columns: 15.0520833333vw 15.0520833333vw 15.0520833333vw 15.0520833333vw 15.0520833333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .reason {
    grid-template-columns: 18.0625vw 18.0625vw 18.0625vw 18.0625vw 18.0625vw;
  }
}
.p-index__customer .reason {
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__customer .reason {
    gap: 0.9375vw;
  }
}
.p-index__customer .reason {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .reason {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .reason {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    top: 30.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-index__customer .reason img {
  width: 100%;
}
.p-index__customer .pointTtl {
  margin: 0vw auto 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__customer .pointTtl {
    margin: 0vw auto 3.75vw;
  }
}
.p-index__customer .pointTtl {
  width: 24.21875vw;
}
@media (max-width: 1080px) {
  .p-index__customer .pointTtl {
    width: 29.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .pointTtl {
    margin: 0vw auto 4vw;
    width: 89.3333333333vw;
  }
}
.p-index__customer .pointTtl img {
  width: 100%;
}
.p-index__customer .point {
  display: grid;
  justify-content: center;
  grid-template-columns: 24.2708333333vw 24.2708333333vw 24.2708333333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .point {
    grid-template-columns: 29.125vw 29.125vw 29.125vw;
  }
}
.p-index__customer .point {
  gap: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__customer .point {
    gap: 2.8125vw;
  }
}
.p-index__customer .point {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .point {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .point {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-index__customer .point img {
  width: 100%;
}
.p-index__customer .point li:nth-child(2) {
  margin-left: -0.9895833333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .point li:nth-child(2) {
    margin-left: -1.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .point li:nth-child(2) {
    margin-left: 0;
  }
}
.p-index__customer .etcTtl {
  text-align: center;
  margin: 0vw auto 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__customer .etcTtl {
    margin: 0vw auto 1.875vw;
  }
}
.p-index__customer .etcTtl {
  width: 75vw;
}
@media (max-width: 1080px) {
  .p-index__customer .etcTtl {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .etcTtl {
    margin: 0vw auto 2.6666666667vw;
    width: 87.2vw;
  }
}
.p-index__customer .etcTtl img {
  width: 100%;
}
.p-index__customer .etc {
  display: grid;
  justify-content: center;
  grid-template-columns: 23.9583333333vw 23.9583333333vw 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .etc {
    grid-template-columns: 28.75vw 28.75vw 28.75vw;
  }
}
.p-index__customer .etc {
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__customer .etc {
    gap: 3.125vw;
  }
}
.p-index__customer .etc {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__customer .etc {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .etc {
    grid-template-columns: 28vw 28vw 28vw;
    gap: 2.4vw;
    margin-bottom: 8vw;
  }
}
.p-index__customer .etc img {
  width: 100%;
}
.p-index__customer .btn {
  margin: 0 auto;
  text-align: center;
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .p-index__customer .btn {
    width: 47.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .btn {
    width: 89.3333333333vw;
  }
}
.p-index__customer .btn p {
  color: #155138;
  font-size: clamp(2.5rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-index__customer .btn p {
    font-size: clamp(2.5rem, 1.875vw, 3.5rem);
  }
}
.p-index__customer .btn p {
  font-weight: var(--black);
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-index__customer .btn p {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .btn p {
    margin-bottom: 2.6666666667vw;
    font-size: clamp(1.1rem, 4.2666666667vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__customer .ttl,
  .p-index__customer .c-slide {
    display: none;
  }
}
.p-index__souidan .ttl img {
  width: 100%;
}
.p-index__souidan .contents {
  text-align: center;
  padding: 2.6041666667vw 3.125vw 2.6041666667vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents {
    padding: 3.125vw 3.75vw 3.125vw 5vw;
  }
}
.p-index__souidan .contents {
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-index__souidan .contents {
    padding: 5.3333333333vw;
  }
}
.p-index__souidan .contents p {
  font-size: clamp(1.7rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__souidan .contents p {
    font-size: clamp(1.7rem, 1.125vw, 1.9rem);
  }
}
.p-index__souidan .contents p {
  font-weight: var(--medium);
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents p {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__souidan .contents p {
    display: none;
  }
}
.p-index__souidan .contents ul {
  display: grid;
  grid-template-columns: 36.9791666667vw 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents ul {
    grid-template-columns: 44.375vw 44.375vw;
  }
}
.p-index__souidan .contents ul {
  justify-content: center;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents ul {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__souidan .contents ul {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-index__souidan .contents ul img {
  width: 100%;
}
.p-index__souidan .contents ul li {
  position: relative;
}
.p-index__souidan .contents ul li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents ul li a {
    bottom: 4.0625vw;
  }
}
.p-index__souidan .contents ul li a {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__souidan .contents ul li a {
    width: 27.5vw;
  }
}
.p-index__souidan .contents ul li a {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__souidan .contents ul li a {
    font-size: clamp(1.5rem, 1.125vw, 4.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__souidan .contents ul li a {
    width: 78.6666666667vw;
    font-size: clamp(-1.7rem, 3.4666666667vw, 1.8rem);
    bottom: 5.3333333333vw;
  }
}
.p-index__souidan .contents ul li a.c-btn {
  border: 3px solid #FFF;
}
.p-index__kurashi .head {
  position: relative;
  padding: 4.1666666667vw 3.125vw 5.2083333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head {
    padding: 5vw 3.75vw 6.25vw 3.75vw;
  }
}
.p-index__kurashi .head {
  text-align: center;
  background-image: url(../images/top/kurashi/background.webp);
  background-repeat: repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #CCCC33;
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head {
    background-image: url(../images/top/kurashi/background_sm.webp);
    padding: 4vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
    background-position: center bottom;
  }
}
.p-index__kurashi .head .ttl {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head .ttl {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head .ttl {
    margin-bottom: 4vw;
  }
}
.p-index__kurashi .head .ttl img {
  width: 43.2291666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head .ttl img {
    width: 51.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head .ttl img {
    width: 89.3333333333vw;
  }
}
.p-index__kurashi .head ul {
  display: grid;
  grid-template-columns: 22.9166666667vw 22.9166666667vw 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul {
    grid-template-columns: 27.5vw 27.5vw 27.5vw;
  }
}
.p-index__kurashi .head ul {
  justify-content: center;
  gap: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul {
    gap: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head ul {
    grid-template-columns: 1fr;
    width: 89.3333333333vw;
    gap: 3.2vw;
  }
}
.p-index__kurashi .head ul img {
  width: 100%;
}
.p-index__kurashi .head ul li {
  position: relative;
}
.p-index__kurashi .head ul li::before {
  content: "";
  display: inline-block;
  width: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li::before {
    width: 1.875vw;
  }
}
.p-index__kurashi .head ul li::before {
  height: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li::before {
    height: 1.875vw;
  }
}
.p-index__kurashi .head ul li::before {
  position: absolute;
  top: 50%;
  right: -2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li::before {
    right: -3.4375vw;
  }
}
.p-index__kurashi .head ul li::before {
  transform: translateY(-50%);
  background-image: url(../images/top/kurashi/plus.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head ul li::before {
    display: none;
  }
}
.p-index__kurashi .head ul li:last-child::before {
  display: none;
}
.p-index__kurashi .head ul li .point01 {
  position: absolute;
  right: -4.7395833333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point01 {
    right: -5.6875vw;
  }
}
.p-index__kurashi .head ul li .point01 {
  bottom: -2.7083333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point01 {
    bottom: -3.25vw;
  }
}
.p-index__kurashi .head ul li .point01 {
  width: 13.0208333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point01 {
    width: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head ul li .point01 {
    display: none;
  }
}
.p-index__kurashi .head ul li .point02 {
  position: absolute;
  left: -4.7395833333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point02 {
    left: -5.6875vw;
  }
}
.p-index__kurashi .head ul li .point02 {
  bottom: -2.7083333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point02 {
    bottom: -3.25vw;
  }
}
.p-index__kurashi .head ul li .point02 {
  width: 13.0208333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .head ul li .point02 {
    width: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .head ul li .point02 {
    display: none;
  }
}
.p-index__kurashi .under {
  background-color: #CCCC33;
}
.p-index__kurashi .under .subTtl {
  position: relative;
  height: 13.5416666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl {
    height: 16.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl {
    height: auto;
  }
}
.p-index__kurashi .under .subTtl .ttl {
  position: absolute;
  text-align: center;
  top: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .ttl {
    top: 1.75vw;
  }
}
.p-index__kurashi .under .subTtl .ttl {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .ttl {
    padding-top: 4vw;
    position: static;
    transform: none;
  }
}
.p-index__kurashi .under .subTtl .ttl img {
  width: 50.5208333333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .ttl img {
    width: 60.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .ttl img {
    width: 87.2vw;
  }
}
.p-index__kurashi .under .subTtl .ttl p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .ttl p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__kurashi .under .subTtl .ttl p {
  font-weight: var(--medium);
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .ttl p {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .ttl p {
    margin-top: 4vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__kurashi .under .subTtl .ttl p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .ttl p span {
    display: block;
  }
}
.p-index__kurashi .under .subTtl .point03 {
  position: absolute;
  left: 2.2395833333vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point03 {
    left: 2.6875vw;
  }
}
.p-index__kurashi .under .subTtl .point03 {
  bottom: 0vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point03 {
    bottom: 0vw;
  }
}
.p-index__kurashi .under .subTtl .point03 {
  width: 25.3125vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point03 {
    width: 30.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .point03 {
    display: none;
  }
}
.p-index__kurashi .under .subTtl .point04 {
  position: absolute;
  right: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point04 {
    right: 0.3125vw;
  }
}
.p-index__kurashi .under .subTtl .point04 {
  bottom: 1.6666666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point04 {
    bottom: 2vw;
  }
}
.p-index__kurashi .under .subTtl .point04 {
  width: 23.2291666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .under .subTtl .point04 {
    width: 27.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .under .subTtl .point04 {
    display: none;
  }
}
.p-index__kurashi .c-cta__contact {
  padding-top: 0;
  padding: 0vw 1.0416666667vw 4.1666666667vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .c-cta__contact {
    padding: 0vw 1.25vw 5vw 1.25vw;
  }
}
.p-index__kurashi .c-cta__contact {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .c-cta__contact {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__kurashi .c-cta__contact {
    padding: 4vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
.p-index__kurashi .c-cta__contact ul {
  position: relative;
  top: -1.25vw;
}
@media (max-width: 1080px) {
  .p-index__kurashi .c-cta__contact ul {
    top: -1.5vw;
  }
}
.p-index__muryou .ttl {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .ttl {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .ttl {
    margin-bottom: 4vw;
  }
}
.p-index__muryou .ttl img {
  width: 100%;
}
.p-index__muryou .head {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head {
    top: -18.6666666667vw;
    margin-bottom: -5.3333333333vw;
  }
}
.p-index__muryou .head .point01 {
  position: absolute;
  top: -14.84375vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point01 {
    top: -17.8125vw;
  }
}
.p-index__muryou .head .point01 {
  left: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point01 {
    left: 2.1875vw;
  }
}
.p-index__muryou .head .point01 {
  width: 21.3541666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point01 {
    width: 25.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head .point01 {
    display: none;
  }
}
.p-index__muryou .head .point02 {
  position: absolute;
  width: 20.4166666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point02 {
    width: 24.5vw;
  }
}
.p-index__muryou .head .point02 {
  top: -10.6770833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point02 {
    top: -12.8125vw;
  }
}
.p-index__muryou .head .point02 {
  right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .point02 {
    right: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head .point02 {
    display: none;
  }
}
.p-index__muryou .head p {
  line-height: 2;
  font-weight: var(--medium);
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head p {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head p {
    line-height: 1.5;
    margin-bottom: 6.6666666667vw;
  }
}
.p-index__muryou .head .subText {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .subText {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head .subText {
    margin-bottom: 4vw;
  }
}
.p-index__muryou .head .subText img {
  width: 38.0729166667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .subText img {
    width: 45.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head .subText img {
    width: 89.3333333333vw;
  }
}
.p-index__muryou .head .subUnderText img {
  width: 41.5625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .head .subUnderText img {
    width: 49.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .head .subUnderText img {
    width: 89.3333333333vw;
  }
}
.p-index__muryou .flow {
  display: flex;
  justify-content: center;
}
.p-index__muryou .flow > ul > li {
  display: grid;
  grid-template-columns: 14.1666666667vw 69.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul > li {
    grid-template-columns: 17vw 83vw;
  }
}
.p-index__muryou .flow > ul > li {
  gap: 0vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul > li {
    gap: 0vw;
  }
}
.p-index__muryou .flow > ul > li {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul > li {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul > li {
    grid-template-columns: 24vw 73.3333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 14.6666666667vw;
  }
}
.p-index__muryou .flow > ul .step {
  text-align: center;
}
.p-index__muryou .flow > ul .step01 .step img {
  width: 8.125vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step01 .step img {
    width: 9.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step01 .step img {
    width: 17.3333333333vw;
  }
}
.p-index__muryou .flow > ul .step01 .contents {
  padding-top: 2.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step01 .contents {
    padding-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step01 .contents {
    padding-top: 8vw;
  }
}
.p-index__muryou .flow > ul .step01 .contents::before {
  height: 30.46875vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step01 .contents::before {
    height: 36.5625vw;
  }
}
.p-index__muryou .flow > ul .step01 .contents::before {
  top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step01 .contents::before {
    top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step01 .contents::before {
    height: 146.6666666667vw;
    top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step01 .contents .photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
}
.p-index__muryou .flow > ul .step01 .contents .point {
  margin-top: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step01 .contents .point {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step01 .contents .point {
    margin-top: 4vw;
  }
}
.p-index__muryou .flow > ul .step02 .step {
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step02 .step {
    padding-top: 2.5vw;
  }
}
.p-index__muryou .flow > ul .step02 .step img {
  width: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step02 .step img {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step02 .step img {
    width: 8.2666666667vw;
  }
}
.p-index__muryou .flow > ul .step02 .contents {
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step02 .contents {
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step02 .contents {
    padding-top: 8vw;
  }
}
.p-index__muryou .flow > ul .step02 .contents::before {
  height: 28.8020833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step02 .contents::before {
    height: 34.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step02 .contents::before {
    height: 146.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step02 .contents .photo {
    display: grid;
    grid-template-columns: 32vw;
    justify-content: center;
  }
}
.p-index__muryou .flow > ul .step02 .contents .point {
  margin-top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step02 .contents .point {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step02 .contents .point {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 {
    margin-bottom: 0;
  }
}
.p-index__muryou .flow > ul .step03 .step {
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .step {
    padding-top: 2.5vw;
  }
}
.p-index__muryou .flow > ul .step03 .step img {
  width: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .step img {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .step img {
    width: 8.2666666667vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents {
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents {
    padding-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .contents {
    padding-top: 8vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents::before {
  height: 36.6145833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents::before {
    height: 43.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .contents::before {
    height: 146.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .contents .photo {
    display: grid;
    grid-template-columns: 67.7333333333vw;
    justify-content: center;
  }
}
.p-index__muryou .flow > ul .step03 .contents .photo .ex {
  background-color: #F5721A;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents .photo .ex {
    bottom: 3.125vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents .photo .ex {
  left: 50%;
  transform: translateX(-50%);
  line-height: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents .photo .ex {
    line-height: 3.75vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents .photo .ex {
  width: 14.0625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents .photo .ex {
    width: 16.875vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents .photo .ex {
  height: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents .photo .ex {
    height: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .contents .photo .ex {
    line-height: 6.9333333333vw;
    width: 28.8vw;
    height: 6.9333333333vw;
    bottom: 13.3333333333vw;
  }
}
.p-index__muryou .flow > ul .step03 .contents .point {
  margin-top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .step03 .contents .point {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .step03 .contents .point {
    margin-top: 4vw;
  }
}
.p-index__muryou .flow > ul .contents {
  position: relative;
  z-index: 99;
}
.p-index__muryou .flow > ul .contents::before {
  content: "";
  display: block;
  width: 58.0729166667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents::before {
    width: 69.6875vw;
  }
}
.p-index__muryou .flow > ul .contents::before {
  height: 30.46875vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents::before {
    height: 36.5625vw;
  }
}
.p-index__muryou .flow > ul .contents::before {
  position: absolute;
  z-index: -1;
  top: 0vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents::before {
    top: 0vw;
  }
}
.p-index__muryou .flow > ul .contents::before {
  right: 0;
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents::before {
    width: 57.3333333333vw;
  }
}
.p-index__muryou .flow > ul .contents .photo {
  position: relative;
}
.p-index__muryou .flow > ul .contents .photo picture.under {
  display: block;
}
.p-index__muryou .flow > ul .contents .photo picture.under:last-child {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .photo picture.under:last-child {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .photo picture.under:last-child {
    margin-top: 0;
  }
}
.p-index__muryou .flow > ul .contents .ttl {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .ttl {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-index__muryou .flow > ul .contents .ttl {
  font-weight: var(--black);
  color: #F5721A;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-index__muryou .flow > ul .contents .lead {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .lead {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-index__muryou .flow > ul .contents .lead {
  color: #4A3B06;
  font-weight: var(--black);
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .lead {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__muryou .flow > ul .contents .box {
  margin-top: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box {
    margin-top: 2.8125vw;
  }
}
.p-index__muryou .flow > ul .contents .box {
  display: grid;
  grid-template-columns: 23.9583333333vw 36.4583333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box {
    grid-template-columns: 28.75vw 43.75vw;
  }
}
.p-index__muryou .flow > ul .contents .box {
  gap: 3.8020833333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box {
    gap: 4.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box {
    grid-template-columns: 68vw;
  }
}
.p-index__muryou .flow > ul .contents .box .photo img {
  width: 100%;
}
.p-index__muryou .flow > ul .contents .box .text p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .text p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__muryou .flow > ul .contents .box .text p {
  font-weight: var(--medium);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .text p {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point {
    margin-left: -21.3333333333vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > div {
  background-color: #F5721A;
  border-radius: 8px 8px 0 0;
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > div {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-index__muryou .flow > ul .contents .box .point > div {
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > div {
    padding: 1.25vw 1.25vw 1.25vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point > div {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    padding: 4vw 2.6666666667vw 4vw 13.3333333333vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > div::before {
  content: "";
  display: inline-block;
  width: 1.875vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > div::before {
    width: 2.25vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > div::before {
  height: 1.875vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > div::before {
    height: 2.25vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > div::before {
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > div::before {
    left: 1.75vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > div::before {
  transform: translateY(-50%);
  background-image: url(../images/top/muryou/icon_search.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point > div::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 4vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul {
  border: 2px solid #F5721A;
  border-radius: 0 0 8px 8px;
  background-color: #FFF;
  padding: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul {
    padding: 1.875vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point > ul {
    gap: 2.6666666667vw;
    padding: 3.2vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li {
  color: #4A3B06;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li {
  font-weight: var(--medium);
  position: relative;
  width: 100%;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-left: 5.3333333333vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li::before {
    width: 1.375vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li::before {
    height: 1.375vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li::before {
    left: 0vw;
  }
}
.p-index__muryou .flow > ul .contents .box .point > ul li::before {
  transform: translateY(-50%);
  background-image: url(../images/top/muryou/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .box .point > ul li::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-index__muryou .flow > ul .contents .btn {
  margin-top: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .btn {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .btn {
    margin-top: 4vw;
    margin-left: -21.3333333333vw;
  }
}
.p-index__muryou .flow > ul .contents .btn a {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .btn a {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .btn a {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__muryou .flow > ul .contents .btn a span {
  display: block;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .btn a span {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.p-index__muryou .flow > ul .contents .btn a span {
  color: #FFFF65;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__muryou .flow > ul .contents .btn a span {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__muryou .flow > ul .contents .btn a span {
    margin-bottom: 1.3333333333vw;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-index__blog {
  z-index: 99;
  position: relative;
  top: -2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__blog {
    top: -2.8125vw;
  }
}
.p-index__blog {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__blog {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__blog {
    display: none;
  }
}
.p-index__blog > .ttl {
  text-align: right;
  margin-bottom: -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__blog > .ttl {
    margin-bottom: -3.125vw;
  }
}
.p-index__blog > .ttl img {
  width: 74.4791666667vw;
}
@media (max-width: 1080px) {
  .p-index__blog > .ttl img {
    width: 89.375vw;
  }
}
.p-index__blog .btn {
  margin: 2.8645833333vw auto;
}
@media (max-width: 1080px) {
  .p-index__blog .btn {
    margin: 3.4375vw auto;
  }
}
.p-index__blog .btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__blog .btn {
    width: 27.5vw;
  }
}
.p-index__nuru {
  padding: 3.6458333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__nuru {
    padding: 4.375vw 3.75vw;
  }
}
.p-index__nuru {
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-index__nuru {
    display: none;
  }
}
.p-index__nuru .ttl {
  text-align: center;
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-index__nuru .ttl {
    margin-bottom: 4.0625vw;
  }
}
.p-index__nuru .ttl img {
  width: 53.6458333333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru .ttl img {
    width: 64.375vw;
  }
}
.p-index__nuru ul {
  display: grid;
  grid-template-columns: 23.9583333333vw 23.9583333333vw 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul {
    grid-template-columns: 28.75vw 28.75vw 28.75vw;
  }
}
.p-index__nuru ul {
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul {
    gap: 3.125vw;
  }
}
.p-index__nuru ul img {
  width: 100%;
}
.p-index__nuru ul li {
  text-align: center;
}
.p-index__nuru ul .subText {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul .subText {
    margin-top: 2.5vw;
  }
}
.p-index__nuru ul .subText.--w01 img {
  width: 24.1145833333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul .subText.--w01 img {
    width: 28.9375vw;
  }
}
.p-index__nuru ul .subText.--w02 img {
  width: 24.7395833333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul .subText.--w02 img {
    width: 29.6875vw;
  }
}
.p-index__nuru ul .subText.--w03 img {
  width: 18.4895833333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul .subText.--w03 img {
    width: 22.1875vw;
  }
}
.p-index__nuru ul p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__nuru ul p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__nuru ul p {
  font-weight: var(--medium);
  line-height: 1.6;
  margin: 0vw -1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__nuru ul p {
    margin: 0vw -1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__nuru ul p {
    line-height: 1.5;
  }
}
.p-index__komari {
  padding: 3.6458333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__komari {
    padding: 4.375vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__komari {
    padding: 8vw 5.3333333333vw;
  }
}
.p-index__komari .banner {
  position: relative;
}
.p-index__komari .banner img {
  width: 100%;
}
.p-index__komari .banner .ttl {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner .ttl {
    top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__komari .banner .ttl {
    top: 8vw;
  }
}
.p-index__komari .banner .ttl img {
  width: 46.1458333333vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner .ttl img {
    width: 55.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__komari .banner .ttl img {
    width: 75.4666666667vw;
  }
}
.p-index__komari .banner .ttl p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__komari .banner .ttl p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__komari .banner .ttl p {
  font-weight: var(--medium);
  line-height: 1.6;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner .ttl p {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__komari .banner .ttl p {
    line-height: 1.5;
    display: none;
  }
}
.p-index__komari .banner ul {
  position: absolute;
  display: grid;
  left: 50%;
  transform: translateX(-50%);
  grid-template-columns: 22.9166666667vw 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner ul {
    grid-template-columns: 27.5vw 27.5vw;
  }
}
.p-index__komari .banner ul {
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner ul {
    gap: 1.875vw;
  }
}
.p-index__komari .banner ul {
  bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-index__komari .banner ul {
    bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__komari .banner ul {
    padding: 5.3333333333vw;
    grid-template-columns: 78.6666666667vw;
    bottom: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.p-index__komari .banner ul a {
  border: 3px solid #FFF;
}
.p-index__plan {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__plan {
    padding: 5vw 3.75vw;
  }
}
.p-index__plan {
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-index__plan {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-index__plan .head {
  text-align: center;
}
.p-index__plan .head .ttl {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-index__plan .head .ttl {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-index__plan .head .ttl {
  font-weight: var(--black);
  color: #4A3B06;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .ttl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
  }
}
.p-index__plan .head .ttl span {
  display: block;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-index__plan .head .ttl span {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-index__plan .head .ttl span {
  font-weight: var(--black);
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .ttl span {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
  }
}
.p-index__plan .head ul {
  display: grid;
  justify-content: center;
  grid-template-columns: 33.3333333333vw 33.3333333333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head ul {
    grid-template-columns: 40vw 40vw;
  }
}
.p-index__plan .head ul {
  gap: 2.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head ul {
    gap: 3.5vw;
  }
}
.p-index__plan .head ul {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head ul {
    margin-bottom: 3.75vw;
  }
}
.p-index__plan .head ul {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__plan .head ul {
    grid-template-columns: 80vw;
    gap: 4vw;
    z-index: 99;
  }
}
.p-index__plan .head ul img {
  width: 100%;
}
.p-index__plan .head .btn {
  position: relative;
  padding-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn {
    padding-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .btn {
    margin-bottom: 6.6666666667vw;
  }
}
.p-index__plan .head .btn p {
  font-size: clamp(1.9rem, 1.5104166667vw, 2.9rem);
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn p {
    font-size: clamp(1.9rem, 1.8125vw, 3.9rem);
  }
}
.p-index__plan .head .btn p {
  font-weight: var(--black);
  color: #4A3B06;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn p {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .btn p {
    margin-bottom: 4vw;
    font-size: clamp(0.5rem, 4vw, 1.8rem);
  }
}
.p-index__plan .head .btn .c-btn {
  margin: 0 auto;
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .c-btn {
    width: 47.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .btn .c-btn {
    width: 89.3333333333vw;
  }
}
.p-index__plan .head .btn .point01 {
  position: absolute;
  bottom: 0vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point01 {
    bottom: 0vw;
  }
}
.p-index__plan .head .btn .point01 {
  left: -1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point01 {
    left: -1.875vw;
  }
}
.p-index__plan .head .btn .point01 {
  width: 13.8020833333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point01 {
    width: 16.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .btn .point01 {
    bottom: auto;
    top: -62.6666666667vw;
    left: 6.6666666667vw;
  }
}
.p-index__plan .head .btn .point02 {
  position: absolute;
  bottom: -4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point02 {
    bottom: -5vw;
  }
}
.p-index__plan .head .btn .point02 {
  right: -1.5625vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point02 {
    right: -1.875vw;
  }
}
.p-index__plan .head .btn .point02 {
  width: 13.8020833333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .btn .point02 {
    width: 16.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .btn .point02 {
    bottom: auto;
    top: -62.6666666667vw;
    right: 5.3333333333vw;
  }
}
.p-index__plan .head .banner {
  position: relative;
}
.p-index__plan .head .banner img {
  width: 100%;
}
.p-index__plan .head .banner .ttl {
  position: absolute;
  top: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl {
    top: 4.6875vw;
  }
}
.p-index__plan .head .banner .ttl {
  right: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl {
    right: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .banner .ttl {
    right: auto;
    left: 50%;
    top: 10.1333333333vw;
    transform: translateX(-50%);
  }
}
.p-index__plan .head .banner .ttl img {
  width: 46.875vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl img {
    width: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .banner .ttl img {
    width: 72.5333333333vw;
  }
}
.p-index__plan .head .banner .ttl p {
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl p {
    margin-top: 1.5625vw;
  }
}
.p-index__plan .head .banner .ttl p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__plan .head .banner .ttl p {
  line-height: 1;
  font-weight: var(--medium);
  -webkit-text-stroke: 4px #FFF;
  text-stroke: 4px #FFF;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .banner .ttl p {
    margin-top: 2.1333333333vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__plan .head .banner .ttl p span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl p span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__plan .head .banner .ttl p span {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .banner .ttl p span {
    display: none;
  }
}
.p-index__plan .head .banner .ttl .c-btn {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl .c-btn {
    margin-top: 2.5vw;
  }
}
.p-index__plan .head .banner .ttl .c-btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__plan .head .banner .ttl .c-btn {
    width: 27.5vw;
  }
}
.p-index__plan .head .banner .ttl .c-btn {
  border: 3px solid #FFF;
}
@media screen and (max-width: 768px) {
  .p-index__plan .head .banner .ttl .c-btn {
    margin-top: 6.1333333333vw;
    width: 78.6666666667vw;
  }
}
.p-index__simulation {
  padding-top: 4.0104166667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation {
    padding-top: 4.8125vw;
  }
}
.p-index__simulation .ttl {
  text-align: center;
}
.p-index__simulation .ttl img {
  width: 83.3333333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .ttl img {
    width: 100vw;
  }
}
.p-index__simulation .ttl p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__simulation .ttl p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__simulation .ttl p {
  font-weight: var(--bold);
  color: #155138;
  margin: 1.1979166667vw auto 2.8125vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .ttl p {
    margin: 1.4375vw auto 3.375vw;
  }
}
.p-index__simulation .ttl p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-index__simulation .ttl p {
    line-height: 1.5;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .ttl p span {
    display: none;
  }
}
.p-index__simulation .case {
  padding: 1.9791666667vw 2.96875vw 4.4791666667vw 2.96875vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case {
    padding: 2.375vw 3.5625vw 5.375vw 3.5625vw;
  }
}
.p-index__simulation .case {
  background-image: url(../images/top/simulation/background.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 77.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case {
    background-size: 92.5vw;
  }
}
.p-index__simulation .case {
  width: 77.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case {
    width: 92.5vw;
  }
}
.p-index__simulation .case {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__simulation .case {
    background-image: url(../images/top/simulation/background_sm.webp);
    background-size: 89.3333333333vw;
    width: 89.3333333333vw;
    height: 48vw;
    padding: 4.5333333333vw 4vw 4.5333333333vw 4vw;
  }
}
.p-index__simulation .case p {
  text-align: center;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-index__simulation .case p {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-index__simulation .case p {
  font-weight: var(--bold);
  color: #155138;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case p {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .case p {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-index__simulation .case ul {
  display: grid;
  justify-content: center;
  grid-template-columns: 22.4479166667vw 22.4479166667vw 22.4479166667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case ul {
    grid-template-columns: 26.9375vw 26.9375vw 26.9375vw;
  }
}
.p-index__simulation .case ul {
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .case ul {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .case ul {
    grid-template-columns: 25.3333333333vw 25.3333333333vw 25.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.p-index__simulation .case ul img {
  width: 100%;
}
.p-index__simulation .btn {
  text-align: center;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .btn {
    padding-bottom: 5vw;
  }
}
.p-index__simulation .btn p {
  text-align: center;
  color: #155138;
  margin: 1.8229166667vw auto;
}
@media (max-width: 1080px) {
  .p-index__simulation .btn p {
    margin: 2.1875vw auto;
  }
}
.p-index__simulation .btn p {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-index__simulation .btn p {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-index__simulation .btn p {
  font-weight: var(--black);
}
@media screen and (max-width: 768px) {
  .p-index__simulation .btn p {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    margin: 4.5333333333vw auto;
  }
}
.p-index__simulation .btn .c-btn {
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .btn .c-btn {
    width: 47.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .btn .c-btn {
    width: 89.3333333333vw;
  }
}
.p-index__simulation .contact {
  background-color: #CCEBDB;
  position: relative;
  padding: 4.1666666667vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact {
    padding: 5vw 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-index__simulation .contact .subttl {
  text-align: center;
}
.p-index__simulation .contact .subttl img {
  width: 34.6354166667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .subttl img {
    width: 41.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact .subttl img {
    position: relative;
    z-index: 99;
    width: 89.0666666667vw;
  }
}
.p-index__simulation .contact .subttl p {
  margin: 2.7604166667vw auto;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .subttl p {
    margin: 3.3125vw auto;
  }
}
.p-index__simulation .contact .subttl p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .subttl p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__simulation .contact .subttl p {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact .subttl p {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__simulation .contact .links {
  width: 47.3958333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .links {
    width: 56.875vw;
  }
}
.p-index__simulation .contact .links {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact .links {
    display: none;
  }
}
.p-index__simulation .contact .links ul {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 11.9270833333vw 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .links ul {
    grid-template-columns: 14.3125vw 27.5vw;
  }
}
.p-index__simulation .contact .links ul {
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .links ul {
    gap: 2.5vw;
  }
}
.p-index__simulation .contact .links ul {
  padding-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .links ul {
    padding-bottom: 2.8125vw;
  }
}
.p-index__simulation .contact img {
  width: 100%;
}
.p-index__simulation .contact .point01 {
  position: absolute;
  left: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point01 {
    left: -1.25vw;
  }
}
.p-index__simulation .contact .point01 {
  top: -5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point01 {
    top: -6.25vw;
  }
}
.p-index__simulation .contact .point01 {
  width: 27.3958333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point01 {
    width: 32.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact .point01 {
    width: 24.8vw;
  }
}
.p-index__simulation .contact .point02 {
  position: absolute;
  right: 0vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point02 {
    right: 0vw;
  }
}
.p-index__simulation .contact .point02 {
  top: 0vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point02 {
    top: 0vw;
  }
}
.p-index__simulation .contact .point02 {
  width: 23.6458333333vw;
}
@media (max-width: 1080px) {
  .p-index__simulation .contact .point02 {
    width: 28.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__simulation .contact .point02 {
    width: 30.1333333333vw;
    top: -9.375vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-index__simulation .contact .point02 {
    top: -11.25vw;
  }
}
.p-index__anshin {
  padding: 2.8645833333vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-index__anshin {
    padding: 3.4375vw 1.25vw;
  }
}
.p-index__anshin .head {
  text-align: center;
}
.p-index__anshin .head p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-index__anshin .head p {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-index__anshin .head p {
  line-height: 2;
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-index__anshin .head p {
    line-height: 1.5;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-index__anshin .head .ttl {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-index__anshin .head .ttl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-index__anshin .head .ttl {
  font-weight: var(--black);
  color: #2B4590;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-index__anshin .head .ttl {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__anshin .head .ttl {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    padding-bottom: 4vw;
  }
}
.p-index__anshin .head .ttl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-index__anshin .head .ttl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-index__anshin .head .ttl span {
  font-weight: var(--black);
  color: #2F6FBF;
}
@media screen and (max-width: 768px) {
  .p-index__anshin .head .ttl span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-index__anshin ul {
  display: grid;
  justify-content: center;
  align-items: center;
  padding-top: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-index__anshin ul {
    padding-top: 3.4375vw;
  }
}
.p-index__anshin ul {
  grid-template-columns: 17.7083333333vw 17.7083333333vw 17.7083333333vw 17.7083333333vw;
}
@media (max-width: 1080px) {
  .p-index__anshin ul {
    grid-template-columns: 21.25vw 21.25vw 21.25vw 21.25vw;
  }
}
.p-index__anshin ul {
  gap: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-index__anshin ul {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__anshin ul {
    display: none;
  }
}
.p-index__anshin ul img {
  width: 100%;
}
.p-index__contact .c-cta__contact {
  padding: 10.6666666667vw 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
.p-index__banner {
  padding: 2.0833333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__banner {
    padding: 2.5vw 3.75vw;
  }
}
.p-index__banner img {
  width: 100%;
}
.p-index__banner .top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__banner .top {
    gap: 5vw;
  }
}
.p-index__banner .top {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-index__banner .top {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__banner .top {
    gap: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-index__banner .under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-index__banner .under {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-index__banner .under {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

/*
*
* plan
*
*/
.p-plan .subTtl {
  font-size: clamp(5.5rem, 3.3854166667vw, 6.5rem);
}
@media (max-width: 1080px) {
  .p-plan .subTtl {
    font-size: clamp(5.5rem, 4.0625vw, 7.5rem);
  }
}
.p-plan .subTtl {
  font-weight: var(--black);
  text-align: center;
  color: #004038;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.6458333333vw 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-plan .subTtl {
    padding: 4.375vw 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .subTtl {
    padding: 6.6666666667vw 0vw 6.6666666667vw;
    font-size: clamp(2rem, 8vw, 4rem);
  }
}
.p-plan .subTtl img {
  margin-right: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan .subTtl img {
    margin-right: 1.875vw;
  }
}
.p-plan .subTtl img {
  width: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-plan .subTtl img {
    width: 5vw;
  }
}
.p-plan .subTtl img {
  height: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-plan .subTtl img {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .subTtl img {
    margin-right: 2.6666666667vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-plan .banner {
  margin-bottom: 0.8854166667vw;
}
@media (max-width: 1080px) {
  .p-plan .banner {
    margin-bottom: 1.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .banner {
    margin-bottom: 2.1333333333vw;
  }
}
.p-plan .banner img {
  width: 100%;
}
.p-plan .card {
  display: grid;
  grid-template-columns: 28.90625vw auto;
}
@media (max-width: 1080px) {
  .p-plan .card {
    grid-template-columns: 34.6875vw auto;
  }
}
.p-plan .card {
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card {
    display: block;
  }
}
.p-plan .card .image {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 5.2083333333vw 23.4375vw;
}
@media (max-width: 1080px) {
  .p-plan .card .image {
    grid-template-columns: 6.25vw 28.125vw;
  }
}
.p-plan .card .image {
  gap: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .image {
    gap: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .image {
    margin-bottom: 1.0666666667vw;
    grid-template-columns: 16vw 72.5333333333vw;
    gap: 0.8vw;
    position: relative;
  }
}
.p-plan .card .lines {
  display: grid;
  display: none;
  grid-template-columns: 400fr 505fr;
  gap: 10px;
  background-color: #004038;
}
.p-plan .card .item-a,
.p-plan .card .item-b {
  position: relative;
}
.p-plan .card .item-a img,
.p-plan .card .item-b img {
  width: 100%;
}
.p-plan .card .item-a .item-d,
.p-plan .card .item-b .item-d {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-a .item-d,
  .p-plan .card .item-b .item-d {
    position: absolute;
    display: block;
    width: 20.5333333333vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.p-plan .card .btn {
  text-align: center;
  border-radius: 100vh;
  width: 12.5vw;
}
@media (max-width: 1080px) {
  .p-plan .card .btn {
    width: 15vw;
  }
}
.p-plan .card .btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-plan .card .btn {
  color: #FFF;
  background-color: #159338;
  padding: 0.9375vw;
}
@media (max-width: 1080px) {
  .p-plan .card .btn {
    padding: 1.125vw;
  }
}
.p-plan .card .btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-plan .card .btn {
    position: static;
    display: block;
    padding: 4vw;
    width: 89.3333333333vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-plan .card .btn span {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan .card .btn span {
    display: inline-block;
    padding: 0vw 6.6666666667vw;
  }
}
.p-plan .card .btn span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-plan .card .headline {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline {
    margin-bottom: 0.625vw;
  }
}
.p-plan .card .headline {
  padding-right: 12.5vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline {
    padding-right: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline {
    display: block;
    padding-right: 0;
  }
}
.p-plan .card .headline.--slim {
  display: block;
  position: relative;
}
.p-plan .card .headline .item-c {
  color: #FFF;
  font-size: clamp(1rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-c {
    font-size: clamp(1rem, 1.125vw, 11.8rem);
  }
}
.p-plan .card .headline .item-c {
  width: 7.8125vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-c {
    width: 9.375vw;
  }
}
.p-plan .card .headline .item-c {
  height: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-c {
    height: 6.25vw;
  }
}
.p-plan .card .headline .item-c {
  margin-right: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-c {
    margin-right: 0.3125vw;
  }
}
.p-plan .card .headline .item-c {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/plan/background_c.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-c {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    background-image: url(../images/plan/background.webp);
    margin-bottom: 1.0666666667vw;
    margin-right: 0vw;
    width: 89.3333333333vw;
    height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-c br {
    display: none;
  }
}
.p-plan .card .headline .item-d {
  width: 6.3541666667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-d {
    width: 7.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-d {
    display: none;
  }
}
.p-plan .card .headline .item-d img {
  width: 100%;
}
.p-plan .card .headline .item-e {
  font-size: clamp(1.5rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-e {
    font-size: clamp(1.5rem, 1.75vw, 6.8rem);
  }
}
.p-plan .card .headline .item-e {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-e {
    margin-bottom: 0.625vw;
  }
}
.p-plan .card .headline .item-e {
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-e {
    font-weight: var(--black);
    font-size: clamp(1.6rem, 6.9333333333vw, 3.6rem);
    margin-bottom: 4vw;
  }
}
.p-plan .card .headline .item-f {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-f {
    font-size: clamp(1.5rem, 1vw, 5.6rem);
  }
}
.p-plan .card .headline .item-f {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-f {
    margin-bottom: 0.625vw;
  }
}
.p-plan .card .headline .item-f {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-f {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-plan .card .headline .item-g {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-g {
    font-size: clamp(1.5rem, 1.125vw, 5.8rem);
  }
}
.p-plan .card .headline .item-g {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-g {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-plan .card .headline .item-g span {
  color: #004038;
}
.p-plan .card .headline .item-l {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-l {
    display: flex;
  }
}
.p-plan .card .headline .item-q {
  font-size: clamp(1.5rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-q {
    font-size: clamp(1.5rem, 1.75vw, 6.8rem);
  }
}
.p-plan .card .headline .item-q {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-q {
    margin-bottom: 0.625vw;
  }
}
.p-plan .card .headline .item-q {
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-q {
    font-weight: var(--black);
    font-size: clamp(1.6rem, 6.9333333333vw, 3.6rem);
    margin-bottom: 4vw;
  }
}
.p-plan .card .headline .item-p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p {
    font-size: clamp(1.5rem, 1.125vw, 5.8rem);
  }
}
.p-plan .card .headline .item-p {
  font-weight: var(--bold);
  color: #FFF;
  background-color: #004038;
  line-height: 1;
  border-radius: 5px;
  display: inline-block;
  padding: 0.78125vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p {
    padding: 0.9375vw 1.25vw;
  }
}
.p-plan .card .headline .item-p {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p {
    margin-bottom: 1.5625vw;
  }
}
.p-plan .card .headline .item-p {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-p {
    font-weight: var(--black);
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-plan .card .headline .item-p::before {
  content: "";
  position: absolute;
  left: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p::before {
    left: 0.625vw;
  }
}
.p-plan .card .headline .item-p::before {
  bottom: -0.5729166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p::before {
    bottom: -0.6875vw;
  }
}
.p-plan .card .headline .item-p::before {
  height: 0.5729166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p::before {
    height: 0.6875vw;
  }
}
.p-plan .card .headline .item-p::before {
  width: 0.5729166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p::before {
    width: 0.6875vw;
  }
}
.p-plan .card .headline .item-p::before {
  background-image: url(../images/plan/fukidashi.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.5729166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .headline .item-p::before {
    background-size: 0.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .item-p::before {
    height: 2.9333333333vw;
    width: 2.9333333333vw;
    left: 2.6666666667vw;
    bottom: -2.9333333333vw;
    background-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .headline .btn {
    display: none;
  }
}
.p-plan .card .lavel {
  display: flex;
  padding: 0vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .lavel {
    padding: 0vw 0.625vw;
  }
}
.p-plan .card .lavel {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .lavel {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .lavel {
    display: none;
  }
}
.p-plan .card .under {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-plan .card .under {
    display: block;
  }
}
.p-plan .card .under .item-k {
  display: block;
}
.p-plan .card .under .lavel {
  display: flex;
}
.p-plan .card .under .item-o {
  display: block;
  margin-bottom: 2.6666666667vw;
}
.p-plan .card .item-i,
.p-plan .card .item-h {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-i,
  .p-plan .card .item-h {
    font-size: clamp(1.5rem, 1.125vw, 5.8rem);
  }
}
.p-plan .card .item-i,
.p-plan .card .item-h {
  color: #F5721A;
  font-weight: var(--bold);
  margin-right: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-i,
  .p-plan .card .item-h {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-i,
  .p-plan .card .item-h {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    margin-right: 1.3333333333vw;
  }
}
.p-plan .card .item-i span,
.p-plan .card .item-h span {
  font-weight: var(--medium);
  color: #004038;
}
.p-plan .card .item-j {
  color: #DC1010;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-j {
    font-size: clamp(1.5rem, 1.125vw, 5.8rem);
  }
}
.p-plan .card .item-j {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-j {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
  }
}
.p-plan .card .item-j span {
  color: #004038;
}
.p-plan .card .item-k {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-k {
    font-size: clamp(1.5rem, 1.125vw, 5.8rem);
  }
}
.p-plan .card .item-k {
  font-weight: var(--medium);
  padding: 0vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-k {
    padding: 0vw 0.625vw;
  }
}
.p-plan .card .item-k {
  margin-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-k {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-k {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 0vw;
    margin-top: 1.8666666667vw;
    margin-bottom: 4vw;
    display: none;
  }
}
.p-plan .card .priceBox {
  display: grid;
  grid-template-columns: 400fr 505fr;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .priceBox {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .priceBox {
    display: block;
  }
}
.p-plan .card .priceBox .inline {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-plan .card .priceBox .inline {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-plan .card .item-l {
  color: #FFF;
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-l {
    font-size: clamp(1.5rem, 1.5vw, 6.4rem);
  }
}
.p-plan .card .item-l {
  width: 20.8333333333vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-l {
    width: 25vw;
  }
}
.p-plan .card .item-l {
  height: 6.25vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-l {
    height: 7.5vw;
  }
}
.p-plan .card .item-l {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/plan/background_l.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-l {
    margin-bottom: 2.6666666667vw;
    background-image: url(../images/plan/background.webp);
    width: 89.3333333333vw;
    height: 8vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-l br {
    display: none;
  }
}
.p-plan .card .item-r,
.p-plan .card .item-n,
.p-plan .card .item-m {
  border-radius: 5px;
  background-color: #EFF9E5;
  font-family: var(--font-price);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r,
  .p-plan .card .item-n,
  .p-plan .card .item-m {
    display: block;
    padding: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-plan .card .item-r .sub,
.p-plan .card .item-n .sub,
.p-plan .card .item-m .sub {
  position: absolute;
  top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .sub,
  .p-plan .card .item-n .sub,
  .p-plan .card .item-m .sub {
    top: 1.875vw;
  }
}
.p-plan .card .item-r .sub,
.p-plan .card .item-n .sub,
.p-plan .card .item-m .sub {
  right: 0.8854166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .sub,
  .p-plan .card .item-n .sub,
  .p-plan .card .item-m .sub {
    right: 1.0625vw;
  }
}
.p-plan .card .item-r .sub,
.p-plan .card .item-n .sub,
.p-plan .card .item-m .sub {
  font-size: clamp(1rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .sub,
  .p-plan .card .item-n .sub,
  .p-plan .card .item-m .sub {
    font-size: clamp(1rem, 1.125vw, 61.8rem);
  }
}
.p-plan .card .item-r .sub,
.p-plan .card .item-n .sub,
.p-plan .card .item-m .sub {
  font-weight: var(--bold);
  color: #004038;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .sub,
  .p-plan .card .item-n .sub,
  .p-plan .card .item-m .sub {
    position: static;
    display: block;
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-plan .card .item-r .price,
.p-plan .card .item-n .price,
.p-plan .card .item-m .price {
  color: #004038;
  font-weight: var(--bold);
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  font-size: clamp(1rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price,
  .p-plan .card .item-n .price,
  .p-plan .card .item-m .price {
    font-size: clamp(1rem, 1.75vw, 12.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .price,
  .p-plan .card .item-n .price,
  .p-plan .card .item-m .price {
    display: block;
    font-size: clamp(1.8rem, 7.4666666667vw, 3.8rem);
  }
}
.p-plan .card .item-r .price em,
.p-plan .card .item-n .price em,
.p-plan .card .item-m .price em {
  font-family: var(--font-price);
  font-style: normal;
  font-size: clamp(0.5rem, 3.90625vw, 7.5rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price em,
  .p-plan .card .item-n .price em,
  .p-plan .card .item-m .price em {
    font-size: clamp(0.5rem, 4.6875vw, 17.5rem);
  }
}
.p-plan .card .item-r .price em,
.p-plan .card .item-n .price em,
.p-plan .card .item-m .price em {
  color: #DC1010;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .price em,
  .p-plan .card .item-n .price em,
  .p-plan .card .item-m .price em {
    font-size: clamp(6.5rem, 20vw, 8.5rem);
  }
}
.p-plan .card .item-r .price .unit,
.p-plan .card .item-n .price .unit,
.p-plan .card .item-m .price .unit {
  color: #004038;
  font-weight: var(--medium);
  font-size: clamp(1rem, 0.78125vw, 1.5rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price .unit,
  .p-plan .card .item-n .price .unit,
  .p-plan .card .item-m .price .unit {
    font-size: clamp(1rem, 0.9375vw, 11.5rem);
  }
}
.p-plan .card .item-r .price .unit,
.p-plan .card .item-n .price .unit,
.p-plan .card .item-m .price .unit {
  letter-spacing: -0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .price .unit,
  .p-plan .card .item-n .price .unit,
  .p-plan .card .item-m .price .unit {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-plan .card .item-r .price_intax,
.p-plan .card .item-n .price_intax,
.p-plan .card .item-m .price_intax {
  font-size: clamp(1rem, 0.6770833333vw, 1.3rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price_intax,
  .p-plan .card .item-n .price_intax,
  .p-plan .card .item-m .price_intax {
    font-size: clamp(1rem, 0.8125vw, 21.3rem);
  }
}
.p-plan .card .item-r .price_intax,
.p-plan .card .item-n .price_intax,
.p-plan .card .item-m .price_intax {
  border: 1px solid #004038;
  color: #004038;
  font-weight: var(--medium);
  padding: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price_intax,
  .p-plan .card .item-n .price_intax,
  .p-plan .card .item-m .price_intax {
    padding: 0.3125vw;
  }
}
.p-plan .card .item-r .price_intax,
.p-plan .card .item-n .price_intax,
.p-plan .card .item-m .price_intax {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .price_intax,
  .p-plan .card .item-n .price_intax,
  .p-plan .card .item-m .price_intax {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-top: 2.6666666667vw;
    padding: 1.8666666667vw;
    margin-left: auto;
  }
}
.p-plan .card .item-r .price_intax strong,
.p-plan .card .item-n .price_intax strong,
.p-plan .card .item-m .price_intax strong {
  font-family: var(--font-price);
  margin: 0vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price_intax strong,
  .p-plan .card .item-n .price_intax strong,
  .p-plan .card .item-m .price_intax strong {
    margin: 0vw 0.3125vw;
  }
}
.p-plan .card .item-r .price_intax strong,
.p-plan .card .item-n .price_intax strong,
.p-plan .card .item-m .price_intax strong {
  font-size: clamp(1rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-plan .card .item-r .price_intax strong,
  .p-plan .card .item-n .price_intax strong,
  .p-plan .card .item-m .price_intax strong {
    font-size: clamp(1rem, 1vw, 11.6rem);
  }
}
.p-plan .card .item-r .price_intax strong,
.p-plan .card .item-n .price_intax strong,
.p-plan .card .item-m .price_intax strong {
  font-style: normal;
  letter-spacing: -0.05em;
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r .price_intax strong,
  .p-plan .card .item-n .price_intax strong,
  .p-plan .card .item-m .price_intax strong {
    font-size: clamp(0.7rem, 4.5333333333vw, 1.8rem);
    margin: 0vw 1.0666666667vw;
  }
}
.p-plan .card .item-r,
.p-plan .card .item-n {
  border-radius: 5px;
  background-color: #EFF9E5;
  width: 100%;
  font-family: var(--font-price);
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 1.3020833333vw 0vw;
}
@media (max-width: 1080px) {
  .p-plan .card .item-r,
  .p-plan .card .item-n {
    padding: 1.5625vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .card .item-r,
  .p-plan .card .item-n {
    padding: 3.4666666667vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-plan .item-o {
  border: 6px solid #159338;
  border-radius: 5px;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o {
    margin-top: 1.5625vw;
  }
}
.p-plan .item-o {
  padding: 1.40625vw 1.71875vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o {
    padding: 1.6875vw 2.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o {
    padding: 2.6666666667vw;
    display: none;
  }
}
.p-plan .item-o ul {
  display: flex;
  align-items: center;
  gap: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o ul {
    gap: 1.5625vw;
  }
}
.p-plan .item-o ul {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o ul {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o ul {
    display: grid;
    grid-template-columns: 28vw 53.3333333333vw;
    gap: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-plan .item-o .option {
  font-size: clamp(1.5rem, 1.7708333333vw, 3.4rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .option {
    font-size: clamp(1.5rem, 2.125vw, 7.4rem);
  }
}
.p-plan .item-o .option {
  font-weight: var(--bold);
  margin-right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .option {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .option {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    padding-left: 0.5333333333vw;
    margin-right: 0;
  }
}
.p-plan .item-o .option span {
  font-weight: var(--medium);
  font-size: clamp(1.5rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .option span {
    font-size: clamp(1.5rem, 1.75vw, 6.8rem);
  }
}
.p-plan .item-o .option span {
  color: #004038;
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .option span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    display: block;
  }
}
.p-plan .item-o .option span em {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .option span em {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .priceBox {
    border-radius: 5px;
    background-color: #EFF9E5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-plan .item-o .price {
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .price {
    font-size: clamp(1.5rem, 1.5vw, 6.4rem);
  }
}
.p-plan .item-o .price {
  line-height: 1;
  font-weight: var(--medium);
  line-height: 1;
  white-space: nowrap;
  margin-right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .price {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    background-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-plan .item-o .price em {
  font-family: var(--font-price);
  font-style: normal;
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em {
    font-size: clamp(1.5rem, 2.5vw, 8rem);
  }
}
.p-plan .item-o .price em {
  color: #DC1010;
  padding-left: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em {
    padding-left: 2.1875vw;
  }
}
.p-plan .item-o .price em {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em {
    margin-right: 0.9375vw;
  }
}
.p-plan .item-o .price em {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .price em {
    font-size: clamp(2.2rem, 8.5333333333vw, 4.2rem);
    padding-left: 5.8666666667vw;
  }
}
.p-plan .item-o .price em::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em::before {
    height: 1.375vw;
  }
}
.p-plan .item-o .price em::before {
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em::before {
    width: 1.375vw;
  }
}
.p-plan .item-o .price em::before {
  background-image: url(../images/plan/plus.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price em::before {
    background-size: 1.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .price em::before {
    height: 4.8vw;
    width: 4.8vw;
    background-size: 4.8vw;
  }
}
.p-plan .item-o .price_intax {
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .price_intax {
    font-size: clamp(1.5rem, 1.5vw, 6.4rem);
  }
}
.p-plan .item-o .price_intax {
  font-weight: var(--medium);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .price_intax {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-left: auto;
  }
}
.p-plan .item-o .price_intax strong {
  font-family: var(--font-price);
  margin: 0vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-o .price_intax strong {
    margin: 0vw 0.3125vw;
  }
}
.p-plan .item-o .price_intax strong {
  font-size: clamp(1.5rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .price_intax strong {
    font-size: clamp(1.5rem, 1.875vw, 7rem);
  }
}
.p-plan .item-o .price_intax strong {
  font-style: normal;
  color: #DC1010;
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .price_intax strong {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-plan .item-o .text {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan .item-o .text {
    font-size: clamp(1.5rem, 1.125vw, 2.3rem);
  }
}
.p-plan .item-o .text {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-plan .item-o .text {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-plan .item-detail-a {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-a {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-a {
    margin-bottom: 2.6666666667vw;
  }
}
.p-plan .item-detail-a ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-a ul {
    gap: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-a ul {
    gap: 1.3333333333vw;
  }
}
.p-plan .item-detail-a ul img {
  max-width: 13.0208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-a ul img {
    max-width: 15.625vw;
  }
}
.p-plan .item-detail-a ul img {
  max-height: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-a ul img {
    max-height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-a ul img {
    max-width: 29.3333333333vw;
    max-height: 10.6666666667vw;
  }
}
.p-plan .item-detail-b {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b {
    margin-top: 1.875vw;
  }
}
.p-plan .item-detail-b .ttl {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b .ttl {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-plan .item-detail-b .ttl {
  font-family: var(--bold);
  background-color: #159338;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #FFF;
  padding: 1.25vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b .ttl {
    padding: 1.5vw 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-b .ttl {
    padding: 2.6666666667vw;
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-plan .item-detail-b ul {
  border: 2px solid #159338;
  background-color: #CBEADA;
  padding: 1.71875vw 2.5vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b ul {
    padding: 2.0625vw 3vw;
  }
}
.p-plan .item-detail-b ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b ul {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-b ul {
    padding: 2.6666666667vw;
    display: grid;
    grid-template-columns: 19.7333333333vw 19.7333333333vw 19.7333333333vw 19.7333333333vw;
    gap: 1.6vw;
  }
}
.p-plan .item-detail-b ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b ul li {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-plan .item-detail-b ul li {
  font-weight: var(--bold);
  height: 6.25vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b ul li {
    height: 7.5vw;
  }
}
.p-plan .item-detail-b ul li {
  width: 6.25vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-b ul li {
    width: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail-b ul li {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    width: 19.7333333333vw;
    height: 18.6666666667vw;
  }
}
.p-plan .item-detail-b img {
  width: 100%;
}
.p-plan .item-detail-c {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail-c {
    margin-top: 1.25vw;
  }
}
.p-plan .item-detail-c img {
  width: 100%;
}
.p-plan .cardWrapper + .item-detail,
.p-plan .item-detail-b + .item-detail,
.p-plan .item-detail-c + .item-detail {
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-plan .cardWrapper + .item-detail,
  .p-plan .item-detail-b + .item-detail,
  .p-plan .item-detail-c + .item-detail {
    margin-top: 3.75vw;
  }
}
.p-plan .item-detail h3 {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail h3 {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-plan .item-detail h3 {
  color: #FFF;
  font-weight: var(--black);
  background-color: #159338;
  padding: 0.2604166667vw 0.78125vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h3 {
    padding: 0.3125vw 0.9375vw;
  }
}
.p-plan .item-detail h3 {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h3 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail h3 {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-plan .item-detail h4 {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail h4 {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-plan .item-detail h4 {
  color: #004038;
  font-weight: var(--bold);
  border-left: 5px solid #159338;
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h4 {
    padding: 0.9375vw 1.875vw;
  }
}
.p-plan .item-detail h4 {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h4 {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail h4 {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-plan .item-detail h5 {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail h5 {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-plan .item-detail h5 {
  color: #004038;
  font-weight: var(--bold);
  border-bottom: 1px dashed #CAC5C5;
  padding-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h5 {
    padding-bottom: 1.25vw;
  }
}
.p-plan .item-detail h5 {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail h5 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail h5 {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-plan .item-detail p {
  margin: 0.2604166667vw 0vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail p {
    margin: 0.3125vw 0vw;
  }
}
.p-plan .item-detail ul,
.p-plan .item-detail ol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul,
  .p-plan .item-detail ol {
    gap: 1.25vw;
  }
}
.p-plan .item-detail ul,
.p-plan .item-detail ol {
  margin: 1.5625vw 0vw 1.5625vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul,
  .p-plan .item-detail ol {
    margin: 1.875vw 0vw 1.875vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail ul,
  .p-plan .item-detail ol {
    margin: 5.3333333333vw 0vw 5.3333333333vw 6.6666666667vw;
  }
}
.p-plan .item-detail ul li,
.p-plan .item-detail ol li {
  position: relative;
}
.p-plan .item-detail ul {
  margin: 1.5625vw 0vw 1.5625vw 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul {
    margin: 1.875vw 0vw 1.875vw 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail ul {
    margin: 5.3333333333vw 0vw 5.3333333333vw 6.6666666667vw;
  }
}
.p-plan .item-detail ul li {
  display: flex;
}
.p-plan .item-detail ul li::before {
  content: "";
  display: inline-block;
  border-radius: 100vh;
  background-color: #159338;
  position: absolute;
  width: 0.46875vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul li::before {
    width: 0.5625vw;
  }
}
.p-plan .item-detail ul li::before {
  height: 0.46875vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul li::before {
    height: 0.5625vw;
  }
}
.p-plan .item-detail ul li::before {
  top: 0.7291666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul li::before {
    top: 0.875vw;
  }
}
.p-plan .item-detail ul li::before {
  left: -1.40625vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ul li::before {
    left: -1.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.4vw;
    left: -5.3333333333vw;
  }
}
.p-plan .item-detail ol {
  counter-reset: item;
}
.p-plan .item-detail ol li {
  counter-increment: item;
}
.p-plan .item-detail ol li::before {
  content: counter(item);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-family: var(--font-price);
  font-size: clamp(1.5rem, 0.78125vw, 1.5rem);
}
@media (max-width: 1080px) {
  .p-plan .item-detail ol li::before {
    font-size: clamp(1.5rem, 0.9375vw, 2.5rem);
  }
}
.p-plan .item-detail ol li::before {
  font-weight: var(--bold);
  background-color: #159338;
  color: #FFF;
  position: absolute;
  width: 1.25vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ol li::before {
    width: 1.5vw;
  }
}
.p-plan .item-detail ol li::before {
  height: 1.25vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ol li::before {
    height: 1.5vw;
  }
}
.p-plan .item-detail ol li::before {
  top: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ol li::before {
    top: 0.3125vw;
  }
}
.p-plan .item-detail ol li::before {
  left: -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail ol li::before {
    left: -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail ol li::before {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    width: 4vw;
    height: 4vw;
    top: 1.3333333333vw;
    left: -6.6666666667vw;
  }
}
.p-plan .item-detail a {
  color: var(--color-green);
  text-decoration: underline;
}
.p-plan .item-detail a:hover {
  text-decoration: none;
}
.p-plan .item-detail strong {
  font-weight: bold;
}
.p-plan .item-detail .iframe-wrapper {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  margin: 4.1666666667vw auto;
}
@media (max-width: 1080px) {
  .p-plan .item-detail .iframe-wrapper {
    margin: 5vw auto;
  }
}
.p-plan .item-detail .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.p-plan .item-detail img {
  margin-top: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail img {
    margin-top: 5vw;
  }
}
.p-plan .item-detail img {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail img {
    margin-bottom: 5vw;
  }
}
.p-plan .item-detail img.alignright {
  float: right;
  margin-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail img.alignright {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail img.alignright {
    float: none;
    display: block;
    margin: 5.3333333333vw auto;
  }
}
.p-plan .item-detail img.alignleft {
  float: left;
  margin-right: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail img.alignleft {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail img.alignleft {
    display: block;
    float: none;
    margin: 5.3333333333vw auto;
  }
}
.p-plan .item-detail img.aligncenter {
  display: block;
  margin: 0vw auto 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail img.aligncenter {
    margin: 0vw auto 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .item-detail img.aligncenter {
    display: block;
    margin: 5.3333333333vw auto;
  }
}
.p-plan .item-detail table {
  border-collapse: collapse;
  margin: 4.1666666667vw auto;
}
@media (max-width: 1080px) {
  .p-plan .item-detail table {
    margin: 5vw auto;
  }
}
.p-plan .item-detail table {
  border: solid 1px #CAC5C5;
}
.p-plan .item-detail table thead th, .p-plan .item-detail table thead td {
  background-color: #F4F2EE;
}
.p-plan .item-detail table tr th {
  background-color: #F4F2EE;
  font-weight: var(--bold);
  border-bottom: 1px solid #FFF;
  padding: 1.5625vw 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail table tr th {
    padding: 1.875vw 2.5vw;
  }
}
.p-plan .item-detail table tr td {
  padding: 1.5625vw 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-plan .item-detail table tr td {
    padding: 1.875vw 2.5vw;
  }
}
.p-plan .item-detail table tr td {
  border-bottom: 1px dashed #CCCCCC;
}
.p-plan .item-detail table tr:last-child th, .p-plan .item-detail table tr:last-child td {
  border-bottom: none;
}
.p-plan .cardWrapper + .cardWrapper {
  margin-top: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan .cardWrapper + .cardWrapper {
    margin-top: 2.9375vw;
  }
}
.p-plan .cardWrapper + .cardWrapper {
  border-top: 1px dashed #CCCCCC;
  padding-top: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan .cardWrapper + .cardWrapper {
    padding-top: 2.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan .cardWrapper + .cardWrapper {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
}
.p-plan__item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan__item {
    padding-bottom: 2.9375vw;
  }
}
.p-plan__item {
  margin: 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-plan__item {
    margin: 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__item {
    padding-bottom: 6.6666666667vw;
    margin: 0vw 5.3333333333vw;
  }
}
.p-plan__under {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 6.6666666667vw;
  margin-bottom: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under {
    margin-bottom: 2.9375vw;
  }
}
.p-plan__under {
  padding-bottom: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under {
    padding-bottom: 2.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under {
    margin-bottom: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-plan__under .ttl {
  width: 53.2291666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .ttl {
    width: 63.875vw;
  }
}
.p-plan__under .ttl {
  margin: 0vw auto 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-plan__under .ttl {
    margin: 0vw auto 3.4375vw;
  }
}
.p-plan__under .ttl {
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .ttl {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .ttl {
    width: 89.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-plan__under .ttl img {
  width: 100%;
}
.p-plan__under .komikomi {
  background-color: #D4E5F5;
  border-radius: 10px;
  padding: 1.7708333333vw 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi {
    padding: 2.125vw 2.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi {
    padding: 9.0666666667vw 4.5333333333vw;
  }
}
.p-plan__under .komikomi ul {
  display: flex;
  justify-content: space-between;
}
.p-plan__under .komikomi ul:first-child {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi ul:first-child {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi ul:first-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi ul:first-child li:first-child {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-bottom: 5.3333333333vw;
  }
}
.p-plan__under .komikomi li {
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li {
    gap: 1.25vw;
  }
}
.p-plan__under .komikomi li {
  width: 44.7916666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li {
    width: 53.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li {
    gap: 5.3333333333vw;
    width: 100%;
  }
}
.p-plan__under .komikomi li:nth-child(odd) {
  width: 24.4791666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li:nth-child(odd) {
    width: 29.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li:nth-child(odd) {
    width: 100%;
  }
}
.p-plan__under .komikomi li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    margin-top: 9.3333333333vw;
  }
}
.p-plan__under .komikomi li.nuri {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li.nuri {
    display: grid;
    justify-content: center;
    text-align: center;
    grid-template-columns: 1fr;
    margin-bottom: 0vw;
  }
}
.p-plan__under .komikomi li.nuri .list {
  display: grid;
  grid-template-columns: 6.25vw 6.25vw 6.25vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li.nuri .list {
    grid-template-columns: 7.5vw 7.5vw 7.5vw;
  }
}
.p-plan__under .komikomi li.nuri .list {
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li.nuri .list {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li.nuri .list {
    grid-template-columns: 19.7333333333vw 19.7333333333vw 19.7333333333vw;
    gap: 2.1333333333vw;
    justify-content: center;
  }
}
.p-plan__under .komikomi li span {
  width: 6.25vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li span {
    width: 7.5vw;
  }
}
.p-plan__under .komikomi li span {
  height: 5.7291666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li span {
    height: 6.875vw;
  }
}
.p-plan__under .komikomi li span {
  background-color: #FFF;
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li span {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-plan__under .komikomi li span {
  font-weight: var(--bold);
  color: #2B4590;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li span {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    width: 19.7333333333vw;
    height: 18.6666666667vw;
    margin: 0vw auto;
  }
}
.p-plan__under .komikomi li p {
  font-size: clamp(1rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li p {
    font-size: clamp(1rem, 1.125vw, 11.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li p {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-plan__under .komikomi li .pointTtl {
  font-size: clamp(0.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li .pointTtl {
    font-size: clamp(0.5rem, 1.375vw, 32.2rem);
  }
}
.p-plan__under .komikomi li .pointTtl {
  font-weight: var(--bold);
  color: #2B4590;
  margin-bottom: 0.9375vw;
}
@media (max-width: 1080px) {
  .p-plan__under .komikomi li .pointTtl {
    margin-bottom: 1.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li .pointTtl {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-plan__under .komikomi li .pointTtl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-plan__under .komikomi li .pointTtl br {
    display: block;
  }
}
.p-plan__under .underTtl {
  width: 62.2916666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .underTtl {
    width: 74.75vw;
  }
}
.p-plan__under .underTtl {
  margin: 4.1666666667vw auto 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .underTtl {
    margin: 5vw auto 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .underTtl {
    width: 89.0666666667vw;
    margin: 9.6vw auto 6.9333333333vw;
  }
}
.p-plan__under .underTtl img {
  width: 100%;
}
.p-plan__under .banner {
  background-image: url(../images/plan/background_banner.webp);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  padding: 0vw 10.4166666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner {
    padding: 0vw 12.5vw 3.75vw;
  }
}
.p-plan__under .banner {
  margin: 4.6875vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner {
    margin: 5.625vw -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .banner {
    padding: 8vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    margin: 13.3333333333vw -5.3333333333vw 10.6666666667vw;
    text-align: center;
  }
}
.p-plan__under .banner img {
  width: 42.5520833333vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner img {
    width: 51.0625vw;
  }
}
.p-plan__under .banner img {
  margin-top: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner img {
    margin-top: -1.25vw;
  }
}
.p-plan__under .banner img {
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan__under .banner img {
    width: 89.3333333333vw;
  }
}
.p-plan__under .banner p {
  text-align: center;
  margin-top: 2.1875vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner p {
    margin-top: 2.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .banner p {
    margin-top: 4vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    text-align: left;
  }
}
.p-plan__under .banner .photo {
  position: absolute;
  z-index: 99;
  width: 21.40625vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner .photo {
    width: 25.6875vw;
  }
}
.p-plan__under .banner .photo {
  height: 18.4375vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner .photo {
    height: 22.125vw;
  }
}
.p-plan__under .banner .photo {
  top: -0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner .photo {
    top: -0.625vw;
  }
}
.p-plan__under .banner .photo {
  right: 10.4166666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .banner .photo {
    right: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .banner .photo {
    position: static;
    margin: 4vw auto;
    width: 62.4vw;
    height: 53.8666666667vw;
  }
}
.p-plan__under .service {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan__under .service {
    margin: 13.3333333333vw -5.3333333333vw 0vw;
  }
}
.p-plan__under .service img {
  width: 65.1041666667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .service img {
    width: 78.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .service img {
    width: 100%;
  }
}
.p-plan__under .service p {
  margin-top: 2.7604166667vw;
}
@media (max-width: 1080px) {
  .p-plan__under .service p {
    margin-top: 3.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__under .service p {
    margin-top: 6.6666666667vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-plan__main .ttl {
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .ttl {
    margin-bottom: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .ttl {
    margin-bottom: 8vw;
  }
}
.p-plan__main .ttl img {
  width: 100%;
}
.p-plan__main .balloon {
  background-color: #F4EEE5;
  border: 0.5208333333vw solid #F5721A;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon {
    border: 0.625vw solid #F5721A;
  }
}
.p-plan__main .balloon {
  display: block;
  position: relative;
  padding: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon {
    padding: 4.6875vw;
  }
}
.p-plan__main .balloon {
  margin: 4.6875vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon {
    margin: 5.625vw -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon {
    border: 1.0666666667vw solid #F5721A;
    padding: 8vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    margin: 13.3333333333vw -5.3333333333vw 10.6666666667vw;
  }
}
.p-plan__main .balloon::before {
  content: "";
  display: block;
  width: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon::before {
    width: 5.625vw;
  }
}
.p-plan__main .balloon::before {
  height: 2.4479166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon::before {
    height: 2.9375vw;
  }
}
.p-plan__main .balloon::before {
  position: absolute;
  top: -2.34375vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon::before {
    top: -2.8125vw;
  }
}
.p-plan__main .balloon::before {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/plan/background_balloon.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon::before {
    width: 12vw;
    height: 12vw;
    top: -5.7333333333vw;
  }
}
.p-plan__main .balloon .ttl {
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .ttl {
    width: 75vw;
  }
}
.p-plan__main .balloon .ttl {
  margin: 0 auto;
  margin: 0vw auto 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .ttl {
    margin: 0vw auto 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .ttl {
    margin: 0vw auto 8vw;
    width: 89.3333333333vw;
  }
}
.p-plan__main .balloon .underTtl {
  font-weight: var(--black);
  font-size: clamp(1.5rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .underTtl {
    font-size: clamp(1.5rem, 2vw, 23.2rem);
  }
}
.p-plan__main .balloon .underTtl {
  color: #F5721A;
  text-align: center;
  margin-top: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .underTtl {
    margin-top: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .underTtl {
    display: none;
  }
}
.p-plan__main .balloon .banner {
  position: relative;
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner {
    width: 75vw;
  }
}
.p-plan__main .balloon .banner {
  margin: 0vw auto;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner {
    margin: 0vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .banner {
    width: 89.3333333333vw;
  }
}
.p-plan__main .balloon .banner .photo {
  position: absolute;
  width: 19.8958333333vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner .photo {
    width: 23.875vw;
  }
}
.p-plan__main .balloon .banner .photo {
  height: 16.1458333333vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner .photo {
    height: 19.375vw;
  }
}
.p-plan__main .balloon .banner .photo {
  top: -3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner .photo {
    top: -4.375vw;
  }
}
.p-plan__main .balloon .banner .photo {
  right: -2.1354166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .banner .photo {
    right: -2.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .banner .photo {
    width: 36.5333333333vw;
    height: 29.3333333333vw;
    top: 32vw;
    right: 2.9333333333vw;
  }
}
.p-plan__main .balloon .secret {
  position: relative;
  z-index: 99;
  display: grid;
  grid-template-columns: 1fr;
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret {
    width: 75vw;
  }
}
.p-plan__main .balloon .secret {
  margin: 3.8020833333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret {
    margin: 4.5625vw auto 0vw;
  }
}
.p-plan__main .balloon .secret {
  gap: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret {
    gap: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .secret {
    margin: 11.2vw auto 0vw;
    width: 89.3333333333vw;
  }
}
.p-plan__main .balloon .secret img {
  width: 100%;
}
.p-plan__main .balloon .secret ul {
  display: grid;
  grid-template-columns: 27.6041666667vw 31.7708333333vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret ul {
    grid-template-columns: 33.125vw 38.125vw;
  }
}
.p-plan__main .balloon .secret ul {
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret ul {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .secret ul {
    grid-template-columns: 1fr;
  }
}
.p-plan__main .balloon .secret .item {
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  padding: 1.8229166667vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret .item {
    padding: 2.1875vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .secret .item {
    padding: 4vw;
  }
}
.p-plan__main .balloon .secret .item .body {
  padding: 3.6458333333vw 0.78125vw 0vw;
}
@media (max-width: 1080px) {
  .p-plan__main .balloon .secret .item .body {
    padding: 4.375vw 0.9375vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__main .balloon .secret .item .body {
    padding: 4vw 0vw 0vw;
  }
}
.p-plan__yane .c-point {
  width: 46.875vw;
}
@media (max-width: 1080px) {
  .p-plan__yane .c-point {
    width: 56.25vw;
  }
}
.p-plan__yane .c-point {
  margin: 0vw auto 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-plan__yane .c-point {
    margin: 0vw auto 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__yane .c-point {
    width: 100%;
    margin: 0vw auto 5.3333333333vw;
  }
}
.p-plan__yane .c-point > div {
  background-color: #004038;
}
.p-plan__yane .c-point > ul {
  border: 2px solid #004038;
}
.p-plan__yane .c-point > ul li {
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-plan__yane .c-point > ul li {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-plan__yane .c-point > ul li {
  color: #004038;
}
@media screen and (max-width: 768px) {
  .p-plan__yane .c-point > ul li {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
  }
}
.p-plan__detail .card .headline {
  padding-right: 0;
}
.p-plan__detail .card .btn {
  display: none;
}

/*
*
* post
*
*/
.p-post .postTtl {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-post .postTtl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-post .postTtl {
  font-weight: var(--black);
  color: #4A3B06;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .postTtl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .postTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
}
.p-post__head {
  background-color: red;
  padding: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post__head {
    padding: 2.5vw;
  }
}
.p-post__head {
  border-radius: 8px;
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  margin-top: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-post__head {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post__head {
    display: block;
    padding: 4vw;
    margin-top: 10.6666666667vw;
  }
}
.p-post__head tr {
  display: block;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post__head tr {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post__head tr {
    margin-bottom: 4vw;
  }
}
.p-post__head tr:last-child {
  margin-bottom: 0;
}
.p-post__head th {
  vertical-align: middle;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-post__head th {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-post__head th {
  color: #4A3B06;
  font-weight: var(--medium);
  border-right: 1px solid #4A3B06;
  padding-right: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post__head th {
    padding-right: 1.25vw;
  }
}
.p-post__head th {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-post__head th {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-right: 2.6666666667vw;
  }
}
.p-post__head td {
  padding-left: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post__head td {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post__head td {
    padding-left: 2.6666666667vw;
  }
}
.p-post .single img {
  max-width: 100%;
  height: auto;
}
.p-post .single .contets a {
  color: var(--color-green);
  text-decoration: underline;
}
.p-post .single .contets a:hover {
  text-decoration: none;
}
.p-post .single .contets strong {
  font-weight: bold;
}
.p-post .single .contets .iframe-wrapper {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  margin: 0.2604166667vw auto;
}
@media (max-width: 1080px) {
  .p-post .single .contets .iframe-wrapper {
    margin: 0.3125vw auto;
  }
}
.p-post .single .contets .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.p-post .single .voideTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.8rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl {
    font-size: clamp(1.8rem, 1.75vw, 3.8rem);
  }
}
.p-post .single .voideTtl {
  font-weight: var(--bold);
  background-color: #4A3B06;
  color: #FFF;
  border-radius: 6px;
  line-height: 1;
  padding: 0.6770833333vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl {
    padding: 0.8125vw 0.3125vw;
  }
}
.p-post .single .voideTtl {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .voideTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 2.6666666667vw 1.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p-post .single .voideTtl img {
  width: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl img {
    width: 3.125vw;
  }
}
.p-post .single .voideTtl img {
  height: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl img {
    height: 3.125vw;
  }
}
.p-post .single .voideTtl img {
  margin-right: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voideTtl img {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .voideTtl img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-post .single .column {
  margin-bottom: 40px;
}
.p-post .single .column.--one .img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
.p-post .single .column.--one img {
  width: 60% !important;
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--one img {
    width: 80% !important;
  }
}
.p-post .single .column.--one img.full {
  width: 100% !important;
}
.p-post .single .column.--construction {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--construction {
    flex-wrap: wrap;
  }
}
.p-post .single .column.--construction {
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .column.--construction {
    gap: 3.125vw;
  }
}
.p-post .single .column.--construction .img {
  text-align: center;
}
.p-post .single .column.--construction .img.--after {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--construction .img.--after {
    width: 100%;
  }
}
.p-post .single .column.--construction .img.--before {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--construction .img.--before {
    width: 80%;
  }
}
.p-post .single .column .imageTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1599px) {
  .p-post .single .column .imageTwo {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .column .imageTwo {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-post .single .column .imageThree {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1599px) {
  .p-post .single .column .imageThree {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .column .imageThree {
    grid-template-columns: 1fr;
  }
}
.p-post .single .column.--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1599px) {
  .p-post .single .column.--two {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--two {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-post .single .column.--three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1599px) {
  .p-post .single .column.--three {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .column.--three {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-post .single .column .img {
  text-align: center;
  margin-bottom: 40px;
}
.p-post .single .column .img img {
  width: 100%;
}
.p-post .single .beforAfter {
  align-items: center;
  background-color: #4A3B06;
  border-radius: 10px;
  display: grid;
  justify-content: center;
  grid-template-columns: 23.9583333333vw 5.2083333333vw 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter {
    grid-template-columns: 28.75vw 6.25vw 44.375vw;
  }
}
.p-post .single .beforAfter {
  gap: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter {
    gap: 1.375vw;
  }
}
.p-post .single .beforAfter {
  padding: 4.1666666667vw 0vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter {
    padding: 5vw 0vw;
  }
}
.p-post .single .beforAfter {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .beforAfter {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw;
    margin-bottom: 18.6666666667vw;
  }
}
.p-post .single .beforAfter .ttl {
  color: #FFF;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: var(--bold);
  display: block;
  border-bottom: 1px dashed #CAC5C5;
  white-space: nowrap;
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter .ttl {
    padding-bottom: 2.5vw;
  }
}
.p-post .single .beforAfter .ttl {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .beforAfter .ttl {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .beforAfter .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.p-post .single .beforAfter .ttl span {
  position: relative;
  display: block;
  padding-left: 70px;
}
.p-post .single .beforAfter .ttl span::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/post/icon_home.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-post .single .beforAfter img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-post .single .beforAfter .--after {
    width: 64vw;
    margin: 0 auto;
  }
}
.p-post .single .beforAfter .arr {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-post .single .beforAfter .arr picture {
    transform: rotate(90deg);
    z-index: 999;
    width: 17.6vw;
    height: 10.6666666667vw;
  }
}
.p-post .single .img {
  position: relative;
}
.p-post .single .img.--after span, .p-post .single .img.--before span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: var(--bold);
  color: #4A3B06;
  padding: 15px 25px;
  position: absolute;
  background-color: #FFFF0E;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-post .single .img.--after span, .p-post .single .img.--before span {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}
.p-post .single .img.--before span {
  color: #4A3B06;
  background-color: #FFF;
}
.p-post .single .img.min {
  width: 80%;
  margin: 0 auto 40px;
  height: auto;
}
.p-post .single .faq {
  border-radius: 8px;
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq {
    padding: 5vw 3.75vw;
  }
}
.p-post .single .faq {
  margin: 0vw -3.125vw 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq {
    margin: 0vw -3.75vw 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .faq {
    padding: 8vw 5.3333333333vw;
    margin: 0vw -5.3333333333vw 10.6666666667vw;
  }
}
.p-post .single .faq dl {
  border: 1px solid #4A3B06;
  background-color: #FFF;
  border-radius: 6px;
  padding: 3.125vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq dl {
    padding: 3.75vw 2.8125vw;
  }
}
.p-post .single .faq dl {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq dl {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .faq dl {
    padding: 4vw 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-post .single .faq dl:last-child {
  margin-bottom: 0;
}
.p-post .single .faq dl dt, .p-post .single .faq dl dd {
  position: relative;
  padding-left: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq dl dt, .p-post .single .faq dl dd {
    padding-left: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .faq dl dt, .p-post .single .faq dl dd {
    padding-left: 8vw;
  }
}
.p-post .single .faq dl dt::before, .p-post .single .faq dl dd::before {
  font-size: clamp(2.6rem, 1.875vw, 3.6rem);
}
@media (max-width: 1080px) {
  .p-post .single .faq dl dt::before, .p-post .single .faq dl dd::before {
    font-size: clamp(2.6rem, 2.25vw, 4.6rem);
  }
}
.p-post .single .faq dl dt::before, .p-post .single .faq dl dd::before {
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-post .single .faq dl dt::before, .p-post .single .faq dl dd::before {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-post .single .faq dl dt {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-post .single .faq dl dt {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-post .single .faq dl dt {
  font-weight: var(--bold);
  color: #4A3B06;
  display: flex;
  border-bottom: 2px dashed #4A3B06;
  padding-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq dl dt {
    padding-bottom: 1.875vw;
  }
}
.p-post .single .faq dl dt {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-post .single .faq dl dt {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .faq dl dt {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding-bottom: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-post .single .faq dl dt::before {
  content: "Q.";
  color: #F5721A;
}
.p-post .single .faq dl dd {
  font-weight: var(--medium);
}
.p-post .single .faq dl dd::before {
  content: "A.";
  color: #159338;
}
.p-post .single .overview {
  border-radius: 8px;
  border: 2px solid #4A3B06;
  width: 77.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview {
    width: 92.5vw;
  }
}
.p-post .single .overview {
  padding: 2.0833333333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview {
    padding: 2.5vw 3.75vw;
  }
}
.p-post .single .overview {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .overview {
    padding: 5.3333333333vw;
    width: 100%;
  }
}
.p-post .single .overview .ttl {
  color: #4A3B06;
  font-size: clamp(1.8rem, 1.4583333333vw, 2.8rem);
}
@media (max-width: 1080px) {
  .p-post .single .overview .ttl {
    font-size: clamp(1.8rem, 1.75vw, 3.8rem);
  }
}
.p-post .single .overview .ttl {
  font-weight: var(--black);
  display: block;
  border-bottom: 1px dashed #4A3B06;
  padding-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview .ttl {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .overview .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding-bottom: 4.8vw;
  }
}
.p-post .single .overview .ttl span {
  position: relative;
  display: block;
  padding-left: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview .ttl span {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .overview .ttl span {
    padding-left: 10.6666666667vw;
  }
}
.p-post .single .overview .ttl span::before {
  content: "";
  display: block;
  width: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview .ttl span::before {
    width: 3.125vw;
  }
}
.p-post .single .overview .ttl span::before {
  height: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview .ttl span::before {
    height: 3.125vw;
  }
}
.p-post .single .overview .ttl span::before {
  background-image: url(../images/post/icon_edit.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-post .single .overview .ttl span::before {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.p-post .single .overview dl {
  border-bottom: 1px dashed #CCCCCC;
  width: 70.8333333333vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview dl {
    width: 85vw;
  }
}
.p-post .single .overview dl {
  padding: 1.3020833333vw 0vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview dl {
    padding: 1.5625vw 0vw;
  }
}
.p-post .single .overview dl {
  display: grid;
  grid-template-columns: 11.4583333333vw 57.2916666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .overview dl {
    grid-template-columns: 13.75vw 68.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .overview dl {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4vw;
    padding: 4vw 0vw;
  }
}
.p-post .single .overview dl:last-child {
  border-bottom: none;
}
.p-post .single .overview dt {
  color: #4A3B06;
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-post .single .overview dt {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-post .single .overview dd {
  font-weight: var(--medium);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-post .single .overview dd {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-post .single .voice {
  border-radius: 8px;
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center center;
  padding: 4.1666666667vw 7.2916666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice {
    padding: 5vw 8.75vw;
  }
}
.p-post .single .voice {
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice {
    margin: 0vw -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .voice {
    padding: 8vw 5.3333333333vw;
    margin: 0vw -5.3333333333vw;
  }
}
.p-post .single .voice .ttl {
  text-align: center;
  color: #4A3B06;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-post .single .voice .ttl {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl {
    margin-bottom: 1.875vw;
  }
}
.p-post .single .voice .ttl {
  font-weight: var(--bold);
  display: block;
}
@media screen and (max-width: 768px) {
  .p-post .single .voice .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    padding-bottom: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-post .single .voice .ttl span {
  position: relative;
  display: inline-block;
  padding-left: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl span {
    padding-left: 5.625vw;
  }
}
.p-post .single .voice .ttl span {
  margin-top: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl span {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .single .voice .ttl span {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    padding-left: 8vw;
    margin-top: 2.6666666667vw;
  }
}
.p-post .single .voice .ttl span::before {
  content: "";
  display: block;
  width: 3.125vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl span::before {
    width: 3.75vw;
  }
}
.p-post .single .voice .ttl span::before {
  height: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-post .single .voice .ttl span::before {
    height: 3.125vw;
  }
}
.p-post .single .voice .ttl span::before {
  background-image: url(../images/post/icon_fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-post .single .voice .ttl span::before {
    width: 8vw;
    height: 5.3333333333vw;
  }
}
.p-post .single .voice .img {
  width: 80%;
  margin: 0vw auto 6.6666666667vw;
}
.p-post .single .voice .img img {
  width: 100%;
}
.p-post .archive {
  display: grid;
  grid-template-columns: 21.875vw 52.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .archive {
    grid-template-columns: 26.25vw 62.5vw;
  }
}
.p-post .archive {
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-post .archive {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .archive {
    display: block;
  }
}
.p-post .taxonomyList {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList {
    margin-bottom: 2.6666666667vw;
  }
}
.p-post .taxonomyList .ttl {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-post .taxonomyList .ttl {
  font-weight: var(--bold);
  color: #FFF;
  cursor: pointer;
  background-color: #4A3B06;
  border-radius: 8px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl {
    padding: 1.25vw 2.5vw 1.25vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList .ttl {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 10.6666666667vw;
  }
}
.p-post .taxonomyList .ttl:hover {
  opacity: 0.7;
}
.p-post .taxonomyList .ttl.search {
  background-image: url(../images/common/icon_glass.svg);
  background-repeat: no-repeat;
  background-position: center left 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl.search {
    background-position: center left 1.5625vw;
  }
}
.p-post .taxonomyList .ttl.search {
  background-size: 1.875vw 1.875vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl.search {
    background-size: 2.25vw 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList .ttl.search {
    background-position: center left 15px;
    background-size: 4.2666666667vw 4.2666666667vw;
  }
}
.p-post .taxonomyList .ttl.accordion::after {
  content: "";
  display: inline-block;
  width: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl.accordion::after {
    width: 1.75vw;
  }
}
.p-post .taxonomyList .ttl.accordion::after {
  height: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl.accordion::after {
    height: 1.75vw;
  }
}
.p-post .taxonomyList .ttl.accordion::after {
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList .ttl.accordion::after {
    right: 1.25vw;
  }
}
.p-post .taxonomyList .ttl.accordion::after {
  transform: translateY(-50%);
  background-image: url(../images/common/icon_circle_plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList .ttl.accordion::after {
    right: 2.6666666667vw;
    height: 5.3333333333vw;
    width: 5.3333333333vw;
    background-size: 5.3333333333vw 5.3333333333vw;
  }
}
.p-post .taxonomyList ul {
  display: none;
  padding: 1.3020833333vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList ul {
    padding: 1.5625vw 1.875vw;
  }
}
.p-post .taxonomyList ul {
  border: 2px solid #4A3B06;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList ul {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.p-post .taxonomyList ul a {
  display: block;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-post .taxonomyList ul a {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-post .taxonomyList ul a {
  font-weight: var(--medium);
  position: relative;
  padding: 0.5208333333vw 0vw 0.5208333333vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList ul a {
    padding: 0.625vw 0vw 0.625vw 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList ul a {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 1.8666666667vw 0vw 1.8666666667vw 6.6666666667vw;
  }
}
.p-post .taxonomyList ul a::before {
  content: "";
  display: inline-block;
  width: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList ul a::before {
    width: 1.25vw;
  }
}
.p-post .taxonomyList ul a::before {
  height: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-post .taxonomyList ul a::before {
    height: 1.25vw;
  }
}
.p-post .taxonomyList ul a::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_circle_arr_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-post .taxonomyList ul a::before {
    width: 4vw;
    height: 4vw;
  }
}
.p-post .taxonomyList.is-open .ttl {
  border-radius: 8px 8px 0 0;
}
.p-post .taxonomyList.is-open .ttl.accordion::after {
  background-image: url(../images/common/icon_circle_minus.svg);
}
.p-post .nonPostList {
  text-align: center;
}
.p-post .nonPostList h3 {
  color: #4A3B06;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-post .nonPostList h3 {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-post .nonPostList h3 {
  font-weight: var(--black);
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-post .nonPostList h3 {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .nonPostList h3 {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.p-post .nonPostList h3 span {
  display: inline-block;
}
.p-post .nonPostList p {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-post .nonPostList p {
    font-size: clamp(1.5rem, 1.125vw, 2.3rem);
  }
}
.p-post .nonPostList p {
  font-weight: var(--medium);
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-post .nonPostList p {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .nonPostList p {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-bottom: 21.3333333333vw;
  }
}
.p-post .nonPostList p span {
  display: inline-block;
}
.p-post .nonPostList .btns {
  text-align: center;
}
.p-post .postList {
  display: grid;
  grid-template-columns: 25vw 25vw;
}
@media (max-width: 1080px) {
  .p-post .postList {
    grid-template-columns: 30vw 30vw;
  }
}
.p-post .postList {
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-post .postList {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 1079px) {
  .p-post .postList {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-post .postList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-post .postList figure {
    display: grid;
    grid-template-columns: 40vw 40vw;
    gap: 2.6666666667vw;
    border-bottom: 1px solid #DBD7CD;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-post .postList figure .c-thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*
*
* 404
*
*/
.p-not .nonPostList {
  text-align: center;
  padding: 4.1666666667vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-not .nonPostList {
    padding: 5vw 1.25vw;
  }
}
@media screen and (max-width: 1079px) {
  .p-not .nonPostList {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-not .nonPostList h3 {
  color: #4A3B06;
  font-size: clamp(3.5rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-not .nonPostList h3 {
    font-size: clamp(3.5rem, 2.5vw, 4.5rem);
  }
}
.p-not .nonPostList h3 {
  font-weight: var(--black);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-not .nonPostList h3 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-not .nonPostList h3 {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-bottom: 10.6666666667vw;
  }
}
.p-not .nonPostList h3 span {
  display: inline-block;
}
.p-not .nonPostList p {
  margin-bottom: 80px;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-not .nonPostList p {
    font-size: clamp(1.6rem, 1.125vw, 2rem);
  }
}
.p-not .nonPostList p {
  font-weight: var(--medium);
}
.p-not .nonPostList p span {
  display: inline-block;
}
.p-not .nonPostList .btns {
  text-align: center;
}

/*
*
* post
*
*/
.p-contact__head {
  padding: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head {
    padding: 2.5vw;
  }
}
.p-contact__head {
  border-radius: 8px;
  background-image: url(../images/post/bg_head.webp);
  background-repeat: repeat;
  background-position: center bottom;
  margin-bottom: -17.1875vw;
}
@media (max-width: 1080px) {
  .p-contact__head {
    margin-bottom: -20.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head {
    display: block;
    padding: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-contact__head .ttl {
  color: #4A3B06;
  text-align: center;
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-contact__head .ttl {
    font-size: clamp(3rem, 2.5vw, 5rem);
  }
}
.p-contact__head .ttl {
  font-weight: var(--bold);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-bottom: 8vw;
  }
}
.p-contact__head .ttl span {
  color: #FF3E40;
}
.p-contact__head .subText {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-contact__head .subText {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    line-height: 1.5;
  }
}
.p-contact__head .boxList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList {
    gap: 3.75vw;
  }
}
.p-contact__head .boxList > li {
  background-color: #FFF;
  border-radius: 10px;
  padding: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList > li {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList > li {
    padding: 5.3333333333vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-contact__head .boxList .subTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl {
    margin-bottom: 2.1875vw;
  }
}
.p-contact__head .boxList .subTtl span {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl span {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-contact__head .boxList .subTtl span {
  font-weight: var(--bold);
  line-height: 1;
  background: linear-gradient(transparent 80%, #ff6 80%);
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList .subTtl span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-contact__head .boxList .subTtl span strong {
  font-size: clamp(3.8rem, 2.5vw, 4.8rem);
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl span strong {
    font-size: clamp(3.8rem, 3vw, 5.8rem);
  }
}
.p-contact__head .boxList .subTtl span strong {
  font-weight: var(--black);
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList .subTtl span strong {
    font-size: clamp(1.8rem, 7.4666666667vw, 3.8rem);
  }
}
.p-contact__head .boxList .subTtl::before {
  content: "";
  display: block;
  width: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl::before {
    width: 1.875vw;
  }
}
.p-contact__head .boxList .subTtl::before {
  height: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl::before {
    height: 1.875vw;
  }
}
.p-contact__head .boxList .subTtl::before {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .subTtl::before {
    margin-right: 0.9375vw;
  }
}
.p-contact__head .boxList .subTtl::before {
  background-image: url(../images/contact/tel.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList .subTtl::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 4vw;
  }
}
.p-contact__head .boxList .subTtl.--tel strong {
  color: #F15A23;
}
.p-contact__head .boxList .subTtl.--tel::before {
  background-image: url(../images/contact/tel.svg);
}
.p-contact__head .boxList .subTtl.--line strong {
  color: #00B812;
}
.p-contact__head .boxList .subTtl.--line::before {
  background-image: url(../images/contact/line.svg);
}
.p-contact__head .boxList .subTtl.--mail strong {
  color: #4A3B06;
}
.p-contact__head .boxList .subTtl.--mail::before {
  background-image: url(../images/contact/mail.svg);
}
.p-contact__head .boxList .miniTtl {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .miniTtl {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-contact__head .boxList .miniTtl {
  font-weight: var(--bold);
  color: #F5721A;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .miniTtl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList .miniTtl {
    margin-bottom: 2.6666666667vw;
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-contact__head .boxList .text {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .boxList .text {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .boxList .text {
    margin-bottom: 2.6666666667vw;
  }
}
.p-contact__head .point {
  width: 52.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point {
    width: 62.5vw;
  }
}
.p-contact__head .point {
  margin: 2.0833333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point {
    margin: 2.5vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .point {
    width: 100%;
    margin: 0vw auto 5.3333333333vw;
  }
}
.p-contact__head .point > div {
  background-color: #4A3B06;
  border-radius: 8px 8px 0 0;
  position: relative;
  color: #FFF;
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-contact__head .point > div {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-contact__head .point > div {
  padding: 0.78125vw 1.5625vw 0.78125vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > div {
    padding: 0.9375vw 1.875vw 0.9375vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .point > div {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.p-contact__head .point > div::before {
  content: "";
  display: inline-block;
  width: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > div::before {
    width: 2.1875vw;
  }
}
.p-contact__head .point > div::before {
  height: 1.6145833333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > div::before {
    height: 1.9375vw;
  }
}
.p-contact__head .point > div::before {
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > div::before {
    left: 1.75vw;
  }
}
.p-contact__head .point > div::before {
  transform: translateY(-50%);
  background-image: url(../images/contact/icon_atten.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact__head .point > div::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 4vw;
  }
}
.p-contact__head .point > ul {
  border: 2px solid #4A3B06;
  border-radius: 0 0 8px 8px;
  background-color: #FFF;
  padding: 1.0416666667vw 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul {
    padding: 1.25vw 1.5625vw;
  }
}
.p-contact__head .point > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .point > ul {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
  }
}
.p-contact__head .point > ul li {
  color: #4A3B06;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-contact__head .point > ul li {
  font-weight: var(--medium);
  position: relative;
  width: 100%;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul li {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__head .point > ul li {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    padding-left: 5.3333333333vw;
  }
}
.p-contact__head .point > ul li::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul li::before {
    width: 1.375vw;
  }
}
.p-contact__head .point > ul li::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul li::before {
    height: 1.375vw;
  }
}
.p-contact__head .point > ul li::before {
  position: absolute;
  top: 8%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-contact__head .point > ul li::before {
    left: 0vw;
  }
}
.p-contact__head .point > ul li::before {
  background-image: url(../images/common/icon_circle_arr_02.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact__head .point > ul li::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-contact__form {
  padding-top: 17.1875vw;
}
@media (max-width: 1080px) {
  .p-contact__form {
    padding-top: 20.625vw;
  }
}
.p-contact__form {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 0vw 5.3333333333vw;
  }
}
.p-contact__form .flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow {
    gap: 2.5vw;
  }
}
.p-contact__form .flow {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .flow {
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-contact__form .flow li {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-contact__form .flow li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-contact__form .flow li {
  border: 1px solid #4A3B06;
  background-color: #FFf;
  color: #4A3B06;
  border-radius: 100vh;
  width: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow li {
    width: 5.625vw;
  }
}
.p-contact__form .flow li {
  height: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow li {
    height: 5.625vw;
  }
}
.p-contact__form .flow li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__form .flow li {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    width: 16vw;
    height: 16vw;
  }
}
.p-contact__form .flow li::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  height: 1px;
  left: -2.1354166667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow li::after {
    left: -2.5625vw;
  }
}
.p-contact__form .flow li::after {
  width: 2.1354166667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .flow li::after {
    width: 2.5625vw;
  }
}
.p-contact__form .flow li::after {
  background-color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-contact__form .flow li::after {
    left: -5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.p-contact__form .flow li.is-active {
  background-color: #F5721A;
  color: #FFF;
  border: none;
}
.p-contact__form .flow li:first-child::after {
  display: none;
}
.p-contact__form .c-form {
  width: 62.2395833333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .c-form {
    width: 74.6875vw;
  }
}
.p-contact__form .c-form {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-contact__form .c-form {
    width: 100%;
    padding: 0vw 5.3333333333vw;
  }
}
.p-contact__form .endMess {
  text-align: center;
}
.p-contact__form .endMess .ttl {
  color: #4A3B06;
  text-align: center;
  font-weight: var(--bold);
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-contact__form .endMess .ttl {
    font-size: clamp(3rem, 2.5vw, 5rem);
  }
}
.p-contact__form .endMess .ttl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .endMess .ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .endMess .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 8vw;
  }
}
.p-contact__form .endMess .subText {
  text-align: center;
  line-height: 2;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .endMess .subText {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .endMess .subText {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    line-height: 1.5;
  }
}
.p-contact__form .point {
  width: 52.0833333333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point {
    width: 62.5vw;
  }
}
.p-contact__form .point {
  margin: 2.0833333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point {
    margin: 2.5vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .point {
    width: 100%;
    margin: 0vw auto 5.3333333333vw;
  }
}
.p-contact__form .point .head {
  background-color: #4A3B06;
  border-radius: 8px 8px 0 0;
  color: #FFF;
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-contact__form .point .head {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-contact__form .point .head {
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .head {
    padding: 0.9375vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .head {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw;
  }
}
.p-contact__form .point .head br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .head br {
    display: block;
  }
}
.p-contact__form .point .head span {
  display: inline-block;
  padding-left: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .head span {
    padding-left: 5vw;
  }
}
.p-contact__form .point .head span {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .head span {
    padding-left: 8vw;
  }
}
.p-contact__form .point .head span::before {
  content: "";
  display: inline-block;
  width: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .head span::before {
    width: 2.1875vw;
  }
}
.p-contact__form .point .head span::before {
  height: 1.6145833333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .head span::before {
    height: 1.9375vw;
  }
}
.p-contact__form .point .head span::before {
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .head span::before {
    left: 1.75vw;
  }
}
.p-contact__form .point .head span::before {
  transform: translateY(-50%);
  background-image: url(../images/contact/icon_atten.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .head span::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 0vw;
  }
}
.p-contact__form .point .body {
  border: 2px solid #4A3B06;
  border-radius: 0 0 8px 8px;
  background-color: #FFF;
  padding: 1.0416666667vw 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .body {
    padding: 1.25vw 1.5625vw;
  }
}
.p-contact__form .point .body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .body {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .body {
    gap: 1.3333333333vw;
    padding: 2.6666666667vw;
  }
}
.p-contact__form .point .body .text {
  color: #4A3B06;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-contact__form .point .body .text {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-contact__form .point .body .text {
  font-weight: var(--medium);
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .body .text {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    padding-left: 5.3333333333vw;
  }
}
.p-contact__form .point .body .text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .body .text p {
    line-height: 1.5;
  }
}
.p-contact__form .point .body .text p:first-child {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .body .text p:first-child {
    margin-bottom: 0.625vw;
  }
}
.p-contact__form .point .body li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 2.0833333333vw 0vw;
}
@media (max-width: 1080px) {
  .p-contact__form .point .body li {
    padding: 2.5vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .point .body li {
    padding: 5.3333333333vw 0vw;
  }
}
.p-contact__form .point .body li:last-child {
  border: none;
}
.p-contact__form .btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-contact__form .btn {
    width: 27.5vw;
  }
}
.p-contact__form .btn {
  margin: 4.1666666667vw auto;
}
@media (max-width: 1080px) {
  .p-contact__form .btn {
    margin: 5vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__form .btn {
    width: 64vw;
    margin: 10.6666666667vw auto;
  }
}
.p-contact.--confirm .p-contact__form {
  padding-top: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-contact.--confirm .p-contact__form {
    padding-top: 4.375vw;
  }
}

/*
*
* guide
*
*/
.p-guide img {
  width: 100%;
}
.p-guide__case {
  padding: 4.4270833333vw 0vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case {
    padding: 5.3125vw 0vw 5vw;
  }
}
.p-guide__case .c-heading {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .c-heading {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .c-heading {
    margin-bottom: 8vw;
  }
}
.p-guide__case .case {
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case {
    margin: 0vw -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case {
    margin: 0vw -5.3333333333vw;
  }
}
.p-guide__case .case .main {
  width: 79.7916666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case .main {
    width: 95.75vw;
  }
}
.p-guide__case .case .main {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case .main {
    width: 100%;
  }
}
.p-guide__case .case > ul {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #CCEBDB;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul {
    gap: 3.75vw;
  }
}
.p-guide__case .case > ul {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}
.p-guide__case .case > ul li {
  background-color: #FFF;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 36.9791666667vw 26.0416666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li {
    grid-template-columns: 44.375vw 31.25vw;
  }
}
.p-guide__case .case > ul li {
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li {
    gap: 3.75vw;
  }
}
.p-guide__case .case > ul li {
  width: 77.0833333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li {
    width: 92.5vw;
  }
}
.p-guide__case .case > ul li {
  padding: 3.125vw 3.125vw 3.125vw 9.7916666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li {
    padding: 3.75vw 3.75vw 3.75vw 11.75vw;
  }
}
.p-guide__case .case > ul li {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    width: 90.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-guide__case .case > ul li h3 {
  position: absolute;
  font-family: var(--font-jost);
  font-size: clamp(9rem, 5.2083333333vw, 10rem);
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li h3 {
    font-size: clamp(9rem, 6.25vw, 11rem);
  }
}
.p-guide__case .case > ul li h3 {
  line-height: 1;
  font-weight: bold;
  color: #CCEBDB;
  top: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li h3 {
    top: 6.25vw;
  }
}
.p-guide__case .case > ul li h3 {
  left: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li h3 {
    left: 2.1875vw;
  }
}
.p-guide__case .case > ul li h3 {
  transform: translate(-50%, 120%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li h3 {
    font-size: clamp(3rem, 10.6666666667vw, 5rem);
    top: 10.6666666667vw;
    left: 2.6666666667vw;
  }
}
.p-guide__case .case > ul li .upper {
  font-size: clamp(1.5rem, 1.3020833333vw, 2.5rem);
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .upper {
    font-size: clamp(1.5rem, 1.5625vw, 3.5rem);
  }
}
.p-guide__case .case > ul li .upper {
  color: #155138;
  font-weight: var(--bold);
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .upper {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .upper {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-bottom: 4vw;
  }
}
.p-guide__case .case > ul li .upper span {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .upper span {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.p-guide__case .case > ul li .upper span {
  color: #159338;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .upper span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-guide__case .case > ul li .cTtl {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-guide__case .case > ul li .cTtl {
  color: #159338;
  font-weight: var(--black);
  margin-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl {
    margin-bottom: 2.8125vw;
  }
}
.p-guide__case .case > ul li .cTtl {
  padding-left: 6.3541666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl {
    padding-left: 7.625vw;
  }
}
.p-guide__case .case > ul li .cTtl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .cTtl {
    font-size: clamp(0.7rem, 4.5333333333vw, 1.8rem);
    padding-left: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-guide__case .case > ul li .cTtl::before {
  content: "";
  display: inline-block;
  width: 3.0208333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl::before {
    width: 3.625vw;
  }
}
.p-guide__case .case > ul li .cTtl::before {
  height: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl::before {
    height: 3.75vw;
  }
}
.p-guide__case .case > ul li .cTtl::before {
  position: absolute;
  top: 50%;
  left: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .cTtl::before {
    left: 1.875vw;
  }
}
.p-guide__case .case > ul li .cTtl::before {
  transform: translateY(-50%);
  background-image: url(../images/guide/arr.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .cTtl::before {
    width: 8vw;
    height: 8vw;
    left: -1.3333333333vw;
  }
}
.p-guide__case .case > ul li .text {
  border-left: 0.2604166667vw solid #159338;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .text {
    border-left: 0.3125vw solid #159338;
  }
}
.p-guide__case .case > ul li .text {
  padding: 0vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .text {
    padding: 0vw 1.875vw;
  }
}
.p-guide__case .case > ul li .text {
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .text {
    margin-bottom: 4.0625vw;
  }
}
.p-guide__case .case > ul li .text {
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .text {
    border-left: 1.3333333333vw solid #159338;
    padding: 0vw 0vw 0vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-guide__case .case > ul li .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -1.9270833333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .btns {
    margin-right: -2.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .btns {
    margin-right: 0vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .btns img {
    width: 32vw;
    margin: 0 auto;
  }
}
.p-guide__case .case > ul li .c-btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .c-btn {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .c-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.p-guide__case .case > ul li .image {
  position: relative;
}
.p-guide__case .case > ul li .image .images01_01 {
  width: 11.0416666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_01 {
    width: 13.25vw;
  }
}
.p-guide__case .case > ul li .image .images01_01 {
  position: absolute;
  top: 19.7916666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_01 {
    top: 23.75vw;
  }
}
.p-guide__case .case > ul li .image .images01_01 {
  left: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_01 {
    left: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .image .images01_01 {
    top: auto;
    width: 32vw;
    bottom: -4vw;
    left: 4vw;
  }
}
.p-guide__case .case > ul li .image .images01_02 {
  width: 10.6770833333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_02 {
    width: 12.8125vw;
  }
}
.p-guide__case .case > ul li .image .images01_02 {
  position: absolute;
  top: 13.3854166667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_02 {
    top: 16.0625vw;
  }
}
.p-guide__case .case > ul li .image .images01_02 {
  right: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images01_02 {
    right: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .image .images01_02 {
    top: auto;
    width: 26.6666666667vw;
    bottom: -2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.p-guide__case .case > ul li .image .images07_01 {
  width: 11.9270833333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images07_01 {
    width: 14.3125vw;
  }
}
.p-guide__case .case > ul li .image .images07_01 {
  position: absolute;
  top: 12.5vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images07_01 {
    top: 15vw;
  }
}
.p-guide__case .case > ul li .image .images07_01 {
  left: -3.4895833333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .case > ul li .image .images07_01 {
    left: -4.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .case > ul li .image .images07_01 {
    top: auto;
    width: 26.6666666667vw;
    bottom: -2.6666666667vw;
    left: -8vw;
  }
}
.p-guide__case .contact {
  background-color: #CCEBDB;
  padding: 1.5625vw 0vw 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact {
    padding: 1.875vw 0vw 6.25vw;
  }
}
.p-guide__case .contact {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-guide__case .contact {
    padding: 5.3333333333vw 0vw 13.3333333333vw;
  }
}
.p-guide__case .contact .ttl {
  width: 60.2604166667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .ttl {
    width: 72.3125vw;
  }
}
.p-guide__case .contact .ttl {
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-guide__case .contact .ttl {
    width: 76vw;
  }
}
.p-guide__case .contact .text {
  text-align: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-guide__case .contact .text {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-guide__case .contact .text {
  color: #004038;
  font-weight: var(--bold);
  margin: 1.8229166667vw 0vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .text {
    margin: 2.1875vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .contact .text {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin: 9.3333333333vw 0vw;
  }
}
.p-guide__case .contact .photo01 {
  position: absolute;
  top: 3.9583333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo01 {
    top: 4.75vw;
  }
}
.p-guide__case .contact .photo01 {
  left: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo01 {
    left: 3.125vw;
  }
}
.p-guide__case .contact .photo01 {
  width: 19.21875vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo01 {
    width: 23.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .contact .photo01 {
    top: 50.6666666667vw;
    left: -10.6666666667vw;
    width: 36vw;
  }
}
.p-guide__case .contact .photo02 {
  position: absolute;
  top: 2.8125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo02 {
    top: 3.375vw;
  }
}
.p-guide__case .contact .photo02 {
  right: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo02 {
    right: 3.75vw;
  }
}
.p-guide__case .contact .photo02 {
  width: 15.7291666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .contact .photo02 {
    width: 18.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .contact .photo02 {
    top: 50.6666666667vw;
    right: -8vw;
    width: 33.6vw;
  }
}
.p-guide__case .links {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .links {
    width: 44.375vw;
  }
}
.p-guide__case .links {
  margin: 1.8229166667vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-guide__case .links {
    margin: 2.1875vw auto 0vw;
  }
}
.p-guide__case .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-guide__case .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    justify-content: center;
    align-items: center;
  }
}
.p-guide__case .links li {
  text-align: center;
}
.p-guide__case .links li:first-child {
  width: 11.9791666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .links li:first-child {
    width: 14.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .links li:first-child {
    width: 44vw;
    margin: 0 auto;
  }
}
.p-guide__case .links li:last-child {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-guide__case .links li:last-child {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .links li:last-child {
    width: 89.3333333333vw;
  }
}
.p-guide__case .tel {
  width: 47.3958333333vw;
}
@media (max-width: 1080px) {
  .p-guide__case .tel {
    width: 56.875vw;
  }
}
.p-guide__case .tel {
  margin: 2.0833333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-guide__case .tel {
    margin: 2.5vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__case .tel {
    width: 89.3333333333vw;
    margin: 5.3333333333vw auto 0vw;
  }
}
.p-guide__faq .block {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block {
    margin-bottom: 10.6666666667vw;
  }
}
.p-guide__faq .block .subTtl {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-guide__faq .block .subTtl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-guide__faq .block .subTtl {
  font-weight: var(--bold);
  text-align: center;
  color: #155138;
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block .subTtl {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block .subTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 8vw;
  }
}
.p-guide__faq .block dl {
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-guide__faq .block dl:last-child {
  margin-bottom: 0;
}
.p-guide__faq .block dl dt, .p-guide__faq .block dl dd {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.34375vw 6.7708333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt, .p-guide__faq .block dl dd {
    padding: 2.8125vw 8.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dt, .p-guide__faq .block dl dd {
    padding: 4vw 2.6666666667vw 4vw 10.6666666667vw;
  }
}
.p-guide__faq .block dl dt {
  background-color: #FFF;
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-guide__faq .block dl dt {
  font-weight: var(--bold);
  color: #155138;
  border: 0.0520833333vw solid #159338;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt {
    border: 0.0625vw solid #159338;
  }
}
.p-guide__faq .block dl dt {
  cursor: pointer;
  border-radius: 6px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dt {
    padding-right: 5.3333333333vw;
  }
}
.p-guide__faq .block dl dt::after {
  content: "Q.";
  font-size: clamp(2.6rem, 1.875vw, 3.6rem);
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::after {
    font-size: clamp(2.6rem, 2.25vw, 4.6rem);
  }
}
.p-guide__faq .block dl dt::after {
  font-family: var(--font-jost);
  color: #159338;
  display: block;
  position: absolute;
  z-index: 1;
  top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::after {
    top: 2.5vw;
  }
}
.p-guide__faq .block dl dt::after {
  left: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::after {
    left: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dt::after {
    font-size: clamp(1.5rem, 1.25vw, 2.4rem);
    top: 4.2666666667vw;
    left: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-guide__faq .block dl dt::after {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-guide__faq .block dl dt::before {
  content: "";
  width: 0.8333333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::before {
    width: 1vw;
  }
}
.p-guide__faq .block dl dt::before {
  height: 0.8333333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::before {
    height: 1vw;
  }
}
.p-guide__faq .block dl dt::before {
  background-image: url(../images/guide/icon_arr.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dt::before {
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dt::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
  }
}
.p-guide__faq .block dl dt:hover {
  opacity: 0.5;
}
.p-guide__faq .block dl dd {
  border: 0.0520833333vw solid #159338;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dd {
    border: 0.0625vw solid #159338;
  }
}
.p-guide__faq .block dl dd {
  border-radius: 0 0 6px 6px;
  display: none;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dd {
    font-size: clamp(1.5rem, 0.7291666667vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-guide__faq .block dl dd {
    font-size: clamp(1.5rem, 0.875vw, 2.4rem);
  }
}
.p-guide__faq .block dl dd::after {
  content: "A.";
  font-size: clamp(2.6rem, 1.875vw, 3.6rem);
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dd::after {
    font-size: clamp(2.6rem, 2.25vw, 4.6rem);
  }
}
.p-guide__faq .block dl dd::after {
  font-family: var(--font-jost);
  color: #159338;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 3.125vw;
}
@media (max-width: 1080px) {
  .p-guide__faq .block dl dd::after {
    left: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-guide__faq .block dl dd::after {
    font-size: clamp(1.5rem, 1.25vw, 2.4rem);
    top: 4.2666666667vw;
    left: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-guide__faq .block dl dd::after {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-guide__faq .block dl.is-open dt {
  border-radius: 6px 6px 0 0;
  background-color: #159338;
  color: #FFF;
}
.p-guide__faq .block dl.is-open dt::after {
  color: #FFFF0E;
}
.p-guide__faq .block dl.is-open dt::before {
  background-image: url(../images/guide/icon_close.svg);
}

/*
*
* flow
*
*/
.p-flow img {
  width: 100%;
}
.p-flow__case {
  padding: 4.4270833333vw 0vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case {
    padding: 5.3125vw 0vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case {
    padding: 12vw 0vw 10.6666666667vw;
  }
}
.p-flow__case .c-heading {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .c-heading {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .c-heading {
    margin-bottom: 8vw;
  }
}
.p-flow__case .case {
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case {
    margin: 0vw -3.75vw;
  }
}
.p-flow__case .case {
  padding: 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case {
    padding: 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case {
    margin: 0vw -5.3333333333vw;
    padding: 0vw 5.3333333333vw;
    overflow: hidden;
  }
}
.p-flow__case .case > ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul {
    gap: 3.75vw;
  }
}
.p-flow__case .case > ul {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}
.p-flow__case .case > ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    width: 90.6666666667vw;
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 10.6666666667vw;
  }
}
.p-flow__case .case > ul > li:last-child h3::after {
  display: none;
}
.p-flow__case .case > ul > li h3 {
  position: absolute;
  font-family: var(--font-jost);
  font-size: clamp(9rem, 5.2083333333vw, 10rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3 {
    font-size: clamp(9rem, 6.25vw, 11rem);
  }
}
.p-flow__case .case > ul > li h3 {
  line-height: 1;
  font-weight: bold;
  color: #159338;
  display: flex;
  top: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3 {
    top: 6.25vw;
  }
}
.p-flow__case .case > ul > li h3 {
  left: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3 {
    left: 5.625vw;
  }
}
.p-flow__case .case > ul > li h3 {
  transform: translate(-50%, 120%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li h3 {
    font-size: clamp(3rem, 10.6666666667vw, 5rem);
    top: 26.6666666667vw;
    left: 2.6666666667vw;
  }
}
.p-flow__case .case > ul > li h3::after {
  content: "";
  display: inline-block;
  width: 1.25vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3::after {
    width: 1.5vw;
  }
}
.p-flow__case .case > ul > li h3::after {
  height: 6.875vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3::after {
    height: 8.25vw;
  }
}
.p-flow__case .case > ul > li h3::after {
  margin-left: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li h3::after {
    margin-left: 5vw;
  }
}
.p-flow__case .case > ul > li h3::after {
  background-image: url(../images/flow/arr.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li h3::after {
    width: 8vw;
    height: 8vw;
    left: -1.3333333333vw;
  }
}
.p-flow__case .case > ul > li .wrapper {
  height: 100%;
  padding-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper {
    padding-top: 2.5vw;
  }
}
.p-flow__case .case > ul > li .wrapper {
  padding-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper {
    padding-bottom: 2.8125vw;
  }
}
.p-flow__case .case > ul > li .wrapper {
  padding-left: 10.9375vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper {
    padding-left: 13.125vw;
  }
}
.p-flow__case .case > ul > li .wrapper {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .wrapper {
    padding-top: 2.6666666667vw;
    padding-bottom: 12vw;
    padding-left: 2.6666666667vw;
  }
}
.p-flow__case .case > ul > li .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  height: 36.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper::before {
    height: 43.25vw;
  }
}
.p-flow__case .case > ul > li .wrapper::before {
  top: 0vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper::before {
    top: 0vw;
  }
}
.p-flow__case .case > ul > li .wrapper::before {
  right: -3.125vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper::before {
    right: -3.75vw;
  }
}
.p-flow__case .case > ul > li .wrapper::before {
  background-color: #CCEBDB;
  border-radius: 10px 0 0 10px;
  width: 58.0208333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .wrapper::before {
    width: 69.625vw;
  }
}
.p-flow__case .case > ul > li .wrapper::before {
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .wrapper::before {
    width: 106.6666666667vw;
    right: -42.6666666667vw;
  }
}
.p-flow__case .case > ul > li .wrapper > * {
  position: relative;
  z-index: 99;
}
.p-flow__case .case > ul > li.step01 .wrapper::before {
  height: 36.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step01 .wrapper::before {
    height: 43.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step01 .wrapper::before {
    height: 253.3333333333vw;
  }
}
.p-flow__case .case > ul > li.step02 .wrapper::before {
  height: 31.6145833333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step02 .wrapper::before {
    height: 37.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step02 .wrapper::before {
    height: 248vw;
  }
}
.p-flow__case .case > ul > li.step03 .wrapper::before {
  height: 39.3229166667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step03 .wrapper::before {
    height: 47.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step03 .wrapper::before {
    height: 213.3333333333vw;
  }
}
.p-flow__case .case > ul > li.step04 .wrapper::before {
  height: 29.5833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step04 .wrapper::before {
    height: 35.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step04 .wrapper::before {
    height: 240vw;
  }
}
.p-flow__case .case > ul > li.step05 .wrapper::before {
  height: 27.65625vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step05 .wrapper::before {
    height: 33.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step05 .wrapper::before {
    height: 141.3333333333vw;
  }
}
.p-flow__case .case > ul > li.step06 .wrapper::before {
  height: 30.78125vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step06 .wrapper::before {
    height: 36.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step06 .wrapper::before {
    height: 152vw;
  }
}
.p-flow__case .case > ul > li.step07 .wrapper::before {
  height: 27.65625vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step07 .wrapper::before {
    height: 33.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step07 .wrapper::before {
    height: 152vw;
  }
}
.p-flow__case .case > ul > li.step08 .wrapper::before {
  height: 16.4583333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step08 .wrapper::before {
    height: 19.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step08 .wrapper::before {
    height: 98.6666666667vw;
  }
}
.p-flow__case .case > ul > li.step08 .btn {
  margin-top: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li.step08 .btn {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li.step08 .btn {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-flow__case .case > ul > li.step08 .btn {
    margin-top: 3.125vw;
  }
}
.p-flow__case .case > ul > li .caseTtl {
  font-weight: var(--black);
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-flow__case .case > ul > li .caseTtl {
  color: #155138;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .caseTtl {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-flow__case .case > ul > li .caseTtl .main {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl .main {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-flow__case .case > ul > li .caseTtl .main {
  color: #159338;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl .main {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .caseTtl .main {
    flex-wrap: wrap;
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-flow__case .case > ul > li .caseTtl .main::after {
  content: "";
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl .main::after {
    font-size: clamp(1.5rem, 1.25vw, 3rem);
  }
}
.p-flow__case .case > ul > li .caseTtl .main::after {
  font-weight: var(--bold);
  color: #FFF;
  padding: 0.5208333333vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl .main::after {
    padding: 0.625vw 1.25vw;
  }
}
.p-flow__case .case > ul > li .caseTtl .main::after {
  margin-left: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .caseTtl .main::after {
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .caseTtl .main::after {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    padding: 1.3333333333vw;
    margin: 2.6666666667vw 1.3333333333vw;
  }
}
.p-flow__case .case > ul > li .caseTtl .main.is-muryo::after {
  content: "無料";
  background-color: red;
}
.p-flow__case .case > ul > li .caseTtl .main.is-point::after {
  content: "塗装もサイディングもOK！";
  background-color: #FFF;
  border: 1px solid #159338;
  color: #159338;
}
.p-flow__case .case > ul > li .inline {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .inline {
    display: block;
  }
}
.p-flow__case .case > ul > li .inline .image {
  max-width: 24.4791666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image {
    max-width: 29.375vw;
  }
}
.p-flow__case .case > ul > li .inline .image {
  min-width: 24.4791666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image {
    min-width: 29.375vw;
  }
}
.p-flow__case .case > ul > li .inline .image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .inline .image {
    max-width: 100%;
    min-width: 100%;
  }
}
.p-flow__case .case > ul > li .inline .image img {
  width: 100%;
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image img {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .inline .image img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-flow__case .case > ul > li .inline .image img::last-child {
  margin-bottom: 0vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image img::last-child {
    margin-bottom: 0vw;
  }
}
.p-flow__case .case > ul > li .inline .image .photo {
  position: absolute;
  z-index: 99;
  left: -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image .photo {
    left: -3.125vw;
  }
}
.p-flow__case .case > ul > li .inline .image .photo {
  bottom: -5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image .photo {
    bottom: -6.25vw;
  }
}
.p-flow__case .case > ul > li .inline .image .photo {
  width: 10.8333333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .image .photo {
    width: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .inline .image .photo {
    left: -5.3333333333vw;
    bottom: -2.6666666667vw;
    width: 28.8vw;
  }
}
.p-flow__case .case > ul > li .inline .content {
  padding-left: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .inline .content {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .inline .content {
    padding-left: 0vw;
  }
}
.p-flow__case .case > ul > li .text {
  line-height: 1.7;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .text {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .text {
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
}
.p-flow__case .case > ul > li .contat {
  display: flex;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .contat {
    gap: 1.25vw;
  }
}
.p-flow__case .case > ul > li .contat {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .contat {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .contat {
    flex-wrap: wrap;
    margin-bottom: 2.6666666667vw;
  }
}
.p-flow__case .case > ul > li .contat li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .contat li {
    width: 100%;
  }
}
.p-flow__case .case > ul > li .mochiron {
  border: 2px solid #159338;
  padding: 1.5625vw 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron {
    padding: 1.875vw 2.5vw;
  }
}
.p-flow__case .case > ul > li .mochiron {
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron {
    margin-bottom: 5vw;
  }
}
.p-flow__case .case > ul > li .mochiron img {
  width: 6.71875vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron img {
    width: 8.0625vw;
  }
}
.p-flow__case .case > ul > li .mochiron img {
  position: absolute;
  top: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron img {
    top: -2.5vw;
  }
}
.p-flow__case .case > ul > li .mochiron img {
  left: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron img {
    left: -2.5vw;
  }
}
.p-flow__case .case > ul > li .mochiron div {
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron div {
    font-size: clamp(1.5rem, 1.25vw, 3rem);
  }
}
.p-flow__case .case > ul > li .mochiron div {
  font-weight: var(--bold);
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .mochiron div {
    margin-bottom: 1.25vw;
  }
}
.p-flow__case .case > ul > li .mochiron div {
  color: #159338;
}
.p-flow__case .case > ul > li .subText {
  text-align: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .subText {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-flow__case .case > ul > li .subText {
  font-weight: var(--bold);
  color: #155138;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .subText {
    margin-bottom: 2.5vw;
  }
}
.p-flow__case .case > ul > li .btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .btn {
    margin-left: -10.6666666667vw;
  }
}
.p-flow__case .case > ul > li .btn a {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .btn a {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-flow__case .case > ul > li .btn a {
  width: 36.4583333333vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .btn a {
    width: 43.75vw;
  }
}
.p-flow__case .case > ul > li .btn a {
  margin: 0vw auto;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .btn a {
    margin: 0vw auto;
  }
}
.p-flow__case .case > ul > li .btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .btn a {
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
  }
}
.p-flow__case .case > ul > li .btn a span {
  display: block;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .btn a span {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.p-flow__case .case > ul > li .btn a span {
  color: #FFFF65;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-flow__case .case > ul > li .btn a span {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__case .case > ul > li .btn a span {
    margin-bottom: 1.3333333333vw;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}

/*
*
* shop
*
*/
.p-shop .c-heading {
  padding-top: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-shop .c-heading {
    padding-top: 4.6875vw;
  }
}
.p-shop .c-heading {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-shop .c-heading {
    margin-bottom: 3.125vw;
  }
}
.p-shop img {
  width: 100%;
}
.p-shop__access .shopitem {
  display: grid;
  grid-template-columns: 560fr 870fr;
  gap: 2.5520833333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem {
    gap: 3.0625vw;
  }
}
.p-shop__access .shopitem {
  margin-bottom: 5.7291666667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem {
    margin-bottom: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: 21.3333333333vw;
  }
}
.p-shop__access .shopitem .name {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .name {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-shop__access .shopitem .name {
  margin-top: 1.6666666667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .name {
    margin-top: 2vw;
  }
}
.p-shop__access .shopitem .name {
  font-weight: var(--bold);
  color: #155138;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .name {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-top: 5.3333333333vw;
  }
}
.p-shop__access .shopitem .tel {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel {
    margin-top: 2.5vw;
  }
}
.p-shop__access .shopitem .tel {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .tel {
    margin-top: 5.3333333333vw;
  }
}
.p-shop__access .shopitem .tel a {
  display: flex;
  align-items: center;
  font-size: clamp(3.5rem, 2.34375vw, 4.5rem);
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel a {
    font-size: clamp(3.5rem, 2.8125vw, 5.5rem);
  }
}
.p-shop__access .shopitem .tel a {
  line-height: 1;
  color: #F15A23;
  font-family: var(--font-price);
  white-space: nowrap;
  margin-right: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel a {
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .tel a {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-right: 2.6666666667vw;
  }
}
.p-shop__access .shopitem .tel a::before {
  content: "受付";
  font-size: clamp(1.5rem, 0.8854166667vw, 1.7rem);
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel a::before {
    font-size: clamp(1.5rem, 1.0625vw, 2.7rem);
  }
}
.p-shop__access .shopitem .tel a::before {
  font-weight: var(--bold);
  color: #FFF;
  background-color: #F15A23;
  border-radius: 3px;
  padding: 0.625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel a::before {
    padding: 0.75vw;
  }
}
.p-shop__access .shopitem .tel a::before {
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel a::before {
    margin-right: 0.9375vw;
  }
}
.p-shop__access .shopitem .tel a::before {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .tel a::before {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 1.6vw;
    margin-right: 1.8666666667vw;
  }
}
.p-shop__access .shopitem .tel span {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .tel span {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .tel span {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    display: block;
  }
}
.p-shop__access .shopitem .time {
  margin-top: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time {
    margin-top: 2.1875vw;
  }
}
.p-shop__access .shopitem .time {
  font-family: var(--font-price);
  font-weight: var(--bold);
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .time {
    margin-top: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-shop__access .shopitem .time::before {
  content: "";
  display: inline-block;
  width: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time::before {
    width: 1.875vw;
  }
}
.p-shop__access .shopitem .time::before {
  height: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time::before {
    height: 1.875vw;
  }
}
.p-shop__access .shopitem .time::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time::before {
    left: 0vw;
  }
}
.p-shop__access .shopitem .time::before {
  transform: translateY(-50%);
  background-image: url(../images/shop/icon_time.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .time::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-shop__access .shopitem .time span {
  font-family: var(--font-base);
  font-weight: var(--medium);
  margin-right: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .time span {
    margin-right: 0.9375vw;
  }
}
.p-shop__access .shopitem .address {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .address {
    margin-top: 1.25vw;
  }
}
.p-shop__access .shopitem .address {
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .address {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .address {
    margin-top: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.p-shop__access .shopitem .address::before {
  content: "";
  display: inline-block;
  width: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .address::before {
    width: 1.875vw;
  }
}
.p-shop__access .shopitem .address::before {
  height: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .address::before {
    height: 1.875vw;
  }
}
.p-shop__access .shopitem .address::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .address::before {
    left: 0vw;
  }
}
.p-shop__access .shopitem .address::before {
  transform: translateY(-50%);
  background-image: url(../images/shop/icon_address.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .address::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-shop__access .shopitem .parking {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .parking {
    margin-top: 1.875vw;
  }
}
.p-shop__access .shopitem .parking {
  display: inline-block;
  color: #E5272D;
  padding: 0.78125vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .parking {
    padding: 0.9375vw 0.625vw;
  }
}
.p-shop__access .shopitem .parking {
  width: 11.6666666667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .parking {
    width: 14vw;
  }
}
.p-shop__access .shopitem .parking {
  font-weight: var(--bold);
  border: 1px solid #E5272D;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .parking {
    width: 53.3333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-shop__access .shopitem .map {
  position: relative;
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .map {
    margin-bottom: 3.4375vw;
  }
}
.p-shop__access .shopitem .map {
  width: 45.3125vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .map {
    width: 54.375vw;
  }
}
.p-shop__access .shopitem .map {
  height: 30.7291666667vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .map {
    height: 36.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .map {
    width: 100%;
    height: 80vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-shop__access .shopitem .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-shop__access .shopitem .btn {
  text-align: center;
}
.p-shop__access .shopitem .btn a {
  width: 25vw;
}
@media (max-width: 1080px) {
  .p-shop__access .shopitem .btn a {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__access .shopitem .btn a {
    width: 100%;
    width: 88vw;
  }
}
.p-shop__area {
  background-color: #CCEBDB;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-shop__area {
    margin: 0vw -3.75vw;
  }
}
.p-shop__area {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-shop__area {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__area {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-shop__area .lists {
  display: grid;
  grid-template-columns: 1009fr 471fr;
}
@media screen and (max-width: 768px) {
  .p-shop__area .lists {
    grid-template-columns: 1fr;
  }
}
.p-shop__area .image {
  padding-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-shop__area .image {
    padding-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__area .image {
    display: none;
  }
}
.p-shop__area .image img {
  width: 18.0208333333vw;
}
@media (max-width: 1080px) {
  .p-shop__area .image img {
    width: 21.625vw;
  }
}
.p-shop__area .ttl {
  color: #155138;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-shop__area .ttl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-shop__area .ttl {
  font-family: var(--bold);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-shop__area .ttl {
    margin-bottom: 2.5vw;
  }
}
.p-shop__area .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 45.8333333333vw;
}
@media (max-width: 1080px) {
  .p-shop__area .list {
    width: 55vw;
  }
}
.p-shop__area .list {
  margin: 1.8229166667vw 0vw;
}
@media (max-width: 1080px) {
  .p-shop__area .list {
    margin: 2.1875vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__area .list {
    width: 100%;
    grid-template-columns: 1fr;
    margin: 4vw 0vw;
  }
}
.p-shop__area .list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-shop__area .list ul {
    gap: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__area .list ul {
    gap: 2.6666666667vw;
    margin: 1.3333333333vw 0vw;
  }
}
.p-shop__area .list ul li {
  white-space: nowrap;
}
.p-shop__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-shop__links {
    gap: 3.75vw;
  }
}
.p-shop__links {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-shop__links {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__links {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}

/*
*
* staff
*
*/
.p-staff {
  position: relative;
}
.p-staff .c-heading {
  padding-top: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-staff .c-heading {
    padding-top: 4.6875vw;
  }
}
.p-staff .c-heading {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-staff .c-heading {
    margin-bottom: 3.125vw;
  }
}
.p-staff .c-heading h2 {
  font-size: clamp(3.5rem, 2.34375vw, 4.5rem);
}
@media (max-width: 1080px) {
  .p-staff .c-heading h2 {
    font-size: clamp(3.5rem, 2.8125vw, 5.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-staff .c-heading h2 {
    font-size: clamp(0.9rem, 5.0666666667vw, 2.9rem);
  }
}
.p-staff img {
  width: 100%;
}
.p-staff__banner {
  width: 45.5208333333vw;
}
@media (max-width: 1080px) {
  .p-staff__banner {
    width: 54.625vw;
  }
}
.p-staff__banner {
  margin: 0vw auto 4.6875vw;
}
@media (max-width: 1080px) {
  .p-staff__banner {
    margin: 0vw auto 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__banner {
    width: 80vw;
    margin: 0vw auto 10.6666666667vw;
  }
}
.p-staff__others, .p-staff__member {
  background-color: #CCEBDB;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-staff__others, .p-staff__member {
    margin: 0vw -3.75vw;
  }
}
.p-staff__others, .p-staff__member {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-staff__others, .p-staff__member {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others, .p-staff__member {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-staff__others .subTtl, .p-staff__member .subTtl {
  text-align: center;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-staff__others .subTtl, .p-staff__member .subTtl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-staff__others .subTtl, .p-staff__member .subTtl {
  font-weight: var(--bold);
  color: #155138;
  margin: 4.1666666667vw auto 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .subTtl, .p-staff__member .subTtl {
    margin: 5vw auto 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .subTtl, .p-staff__member .subTtl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin: 8vw auto 5.3333333333vw;
  }
}
.p-staff__others .subTtl span, .p-staff__member .subTtl span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-staff__others .subTtl span, .p-staff__member .subTtl span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-staff__others .subTtl span, .p-staff__member .subTtl span {
  color: #159338;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-staff__others .subTtl span, .p-staff__member .subTtl span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-staff__others .under,
.p-staff__others .lists, .p-staff__member .under,
.p-staff__member .lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under,
  .p-staff__others .lists, .p-staff__member .under,
  .p-staff__member .lists {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under,
  .p-staff__others .lists, .p-staff__member .under,
  .p-staff__member .lists {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
}
.p-staff__others .under li,
.p-staff__others .lists li, .p-staff__member .under li,
.p-staff__member .lists li {
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
}
.p-staff__others .under li:hover .c-thumb img,
.p-staff__others .lists li:hover .c-thumb img, .p-staff__member .under li:hover .c-thumb img,
.p-staff__member .lists li:hover .c-thumb img {
  width: 120%;
  height: 120%;
}
.p-staff__others .under li .c-thumb,
.p-staff__others .lists li .c-thumb, .p-staff__member .under li .c-thumb,
.p-staff__member .lists li .c-thumb {
  border-radius: 10px 10px 0 0;
  height: 17.7083333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .c-thumb,
  .p-staff__others .lists li .c-thumb, .p-staff__member .under li .c-thumb,
  .p-staff__member .lists li .c-thumb {
    height: 21.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .c-thumb,
  .p-staff__others .lists li .c-thumb, .p-staff__member .under li .c-thumb,
  .p-staff__member .lists li .c-thumb {
    height: 53.3333333333vw;
  }
}
.p-staff__others .under li .message,
.p-staff__others .lists li .message, .p-staff__member .under li .message,
.p-staff__member .lists li .message {
  padding: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .message,
  .p-staff__others .lists li .message, .p-staff__member .under li .message,
  .p-staff__member .lists li .message {
    padding: 2.1875vw;
  }
}
.p-staff__others .under li .message,
.p-staff__others .lists li .message, .p-staff__member .under li .message,
.p-staff__member .lists li .message {
  height: 7.2916666667vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .message,
  .p-staff__others .lists li .message, .p-staff__member .under li .message,
  .p-staff__member .lists li .message {
    height: 8.75vw;
  }
}
.p-staff__others .under li .message,
.p-staff__others .lists li .message, .p-staff__member .under li .message,
.p-staff__member .lists li .message {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .message,
  .p-staff__others .lists li .message, .p-staff__member .under li .message,
  .p-staff__member .lists li .message {
    padding: 2.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-staff__others .under li .message > div,
.p-staff__others .lists li .message > div, .p-staff__member .under li .message > div,
.p-staff__member .lists li .message > div {
  width: 100%;
}
.p-staff__others .under li .catch,
.p-staff__others .lists li .catch, .p-staff__member .under li .catch,
.p-staff__member .lists li .catch {
  position: absolute;
  bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catch,
  .p-staff__others .lists li .catch, .p-staff__member .under li .catch,
  .p-staff__member .lists li .catch {
    bottom: 1.5625vw;
  }
}
.p-staff__others .under li .catch,
.p-staff__others .lists li .catch, .p-staff__member .under li .catch,
.p-staff__member .lists li .catch {
  left: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catch,
  .p-staff__others .lists li .catch, .p-staff__member .under li .catch,
  .p-staff__member .lists li .catch {
    left: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .catch,
  .p-staff__others .lists li .catch, .p-staff__member .under li .catch,
  .p-staff__member .lists li .catch {
    bottom: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.p-staff__others .under li .catch span,
.p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
.p-staff__member .lists li .catch span {
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin: 0.15625vw 0vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catch span,
  .p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
  .p-staff__member .lists li .catch span {
    margin: 0.1875vw 0vw;
  }
}
.p-staff__others .under li .catch span,
.p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
.p-staff__member .lists li .catch span {
  padding: 0.2083333333vw 0.2083333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catch span,
  .p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
  .p-staff__member .lists li .catch span {
    padding: 0.25vw 0.25vw;
  }
}
.p-staff__others .under li .catch span,
.p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
.p-staff__member .lists li .catch span {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catch span,
  .p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
  .p-staff__member .lists li .catch span {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-staff__others .under li .catch span,
.p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
.p-staff__member .lists li .catch span {
  font-weight: var(--bold);
  background-color: #159338;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .catch span,
  .p-staff__others .lists li .catch span, .p-staff__member .under li .catch span,
  .p-staff__member .lists li .catch span {
    margin: 0.2666666667vw 0vw;
    padding: 0.2666666667vw 0.5333333333vw;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-staff__others .under li .post,
.p-staff__others .lists li .post, .p-staff__member .under li .post,
.p-staff__member .lists li .post {
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-staff__others .under li .post,
  .p-staff__others .lists li .post, .p-staff__member .under li .post,
  .p-staff__member .lists li .post {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-staff__others .under li .post,
.p-staff__others .lists li .post, .p-staff__member .under li .post,
.p-staff__member .lists li .post {
  padding-bottom: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .post,
  .p-staff__others .lists li .post, .p-staff__member .under li .post,
  .p-staff__member .lists li .post {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .post,
  .p-staff__others .lists li .post, .p-staff__member .under li .post,
  .p-staff__member .lists li .post {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-bottom: 1.3333333333vw;
  }
}
.p-staff__others .under li .name,
.p-staff__others .lists li .name, .p-staff__member .under li .name,
.p-staff__member .lists li .name {
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 1.3020833333vw, 2.5rem);
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name,
  .p-staff__others .lists li .name, .p-staff__member .under li .name,
  .p-staff__member .lists li .name {
    font-size: clamp(1.5rem, 1.5625vw, 3.5rem);
  }
}
.p-staff__others .under li .name,
.p-staff__others .lists li .name, .p-staff__member .under li .name,
.p-staff__member .lists li .name {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .name,
  .p-staff__others .lists li .name, .p-staff__member .under li .name,
  .p-staff__member .lists li .name {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-staff__others .under li .name span,
.p-staff__others .lists li .name span, .p-staff__member .under li .name span,
.p-staff__member .lists li .name span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name span,
  .p-staff__others .lists li .name span, .p-staff__member .under li .name span,
  .p-staff__member .lists li .name span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-staff__others .under li .name span,
.p-staff__others .lists li .name span, .p-staff__member .under li .name span,
.p-staff__member .lists li .name span {
  display: inline-block;
  margin-left: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name span,
  .p-staff__others .lists li .name span, .p-staff__member .under li .name span,
  .p-staff__member .lists li .name span {
    margin-left: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .name span,
  .p-staff__others .lists li .name span, .p-staff__member .under li .name span,
  .p-staff__member .lists li .name span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-staff__others .under li .name::before,
.p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
.p-staff__member .lists li .name::before {
  content: "";
  display: block;
  width: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name::before,
  .p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
  .p-staff__member .lists li .name::before {
    width: 1.75vw;
  }
}
.p-staff__others .under li .name::before,
.p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
.p-staff__member .lists li .name::before {
  height: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name::before,
  .p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
  .p-staff__member .lists li .name::before {
    height: 1.75vw;
  }
}
.p-staff__others .under li .name::before,
.p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
.p-staff__member .lists li .name::before {
  right: 0vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .name::before,
  .p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
  .p-staff__member .lists li .name::before {
    right: 0vw;
  }
}
.p-staff__others .under li .name::before,
.p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
.p-staff__member .lists li .name::before {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_circle_arr_05.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .name::before,
  .p-staff__others .lists li .name::before, .p-staff__member .under li .name::before,
  .p-staff__member .lists li .name::before {
    width: 4vw;
    height: 4vw;
  }
}
.p-staff__others .under, .p-staff__member .under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under, .p-staff__member .under {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others .under, .p-staff__member .under {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-staff__others .under li, .p-staff__member .under li {
  display: grid;
  grid-template-columns: 340fr 380fr;
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
}
.p-staff__others .under li .c-thumb, .p-staff__member .under li .c-thumb {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .c-thumb, .p-staff__member .under li .c-thumb {
    height: 42.6666666667vw;
  }
}
.p-staff__others .under li .message, .p-staff__member .under li .message {
  padding: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .message, .p-staff__member .under li .message {
    padding: 3.125vw;
  }
}
.p-staff__others .under li .message, .p-staff__member .under li .message {
  display: block;
}
.p-staff__others .under li .catchWrap, .p-staff__member .under li .catchWrap {
  height: 8.3333333333vw;
}
@media (max-width: 1080px) {
  .p-staff__others .under li .catchWrap, .p-staff__member .under li .catchWrap {
    height: 10vw;
  }
}
.p-staff__others .under li .catchWrap, .p-staff__member .under li .catchWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-staff__others .under li .catchWrap, .p-staff__member .under li .catchWrap {
    height: 21.3333333333vw;
  }
}
.p-staff__others .under li .catch, .p-staff__member .under li .catch {
  position: static;
}
.p-staff__others {
  background-color: #FFF;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-staff__others {
    margin: 0vw -3.75vw;
  }
}
.p-staff__others {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-staff__others {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__others {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-staff__others .lists li {
  background-color: #E6F4ED;
}
.p-staff .staff {
  display: grid;
  grid-template-columns: 400fr 638fr;
  align-items: flex-start;
  gap: 2.1875vw;
}
@media (max-width: 1080px) {
  .p-staff .staff {
    gap: 2.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff {
    display: block;
  }
}
.p-staff .staff .image .catch {
  margin: -3.125vw 0vw 1.0416666667vw 0.1041666667vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .catch {
    margin: -3.75vw 0vw 1.25vw 0.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .catch {
    margin: -10.6666666667vw 0vw 5.3333333333vw 0.5333333333vw;
  }
}
.p-staff .staff .image .catch span {
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin: 0.0520833333vw 0vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .catch span {
    margin: 0.0625vw 0vw;
  }
}
.p-staff .staff .image .catch span {
  padding: 0.0520833333vw 0.1041666667vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .catch span {
    padding: 0.0625vw 0.125vw;
  }
}
.p-staff .staff .image .catch span {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-staff .staff .image .catch span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-staff .staff .image .catch span {
  font-weight: var(--bold);
  background-color: #159338;
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .catch span {
    margin: 0.2666666667vw 0vw;
    padding: 0.2666666667vw 0.5333333333vw;
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
  }
}
.p-staff .staff .image .post {
  font-weight: var(--bold);
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-staff .staff .image .post {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-staff .staff .image .post {
  padding-bottom: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .post {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .post {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding-bottom: 1.3333333333vw;
  }
}
.p-staff .staff .image .name {
  font-weight: var(--bold);
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .name {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
  }
}
.p-staff .staff .image .name span {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name span {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .name span {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-staff .staff .image .name span.icon {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name span.icon {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-staff .staff .image .name span.icon {
  font-weight: var(--medium);
  color: #FFF;
  background-color: #DD4100;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
  margin-left: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name span.icon {
    margin-left: 1.25vw;
  }
}
.p-staff .staff .image .name span.icon {
  padding: 0.78125vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name span.icon {
    padding: 0.9375vw 1.25vw;
  }
}
.p-staff .staff .image .name img {
  width: 8.3333333333vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .image .name img {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .image .name img {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile tr {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.p-staff .staff .profile tr th, .p-staff .staff .profile tr td {
  padding: 0.78125vw 0vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .profile tr th, .p-staff .staff .profile tr td {
    padding: 0.9375vw 0vw;
  }
}
.p-staff .staff .profile tr th, .p-staff .staff .profile tr td {
  font-size: clamp(0.5rem, 4vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile tr th, .p-staff .staff .profile tr td {
    display: block;
    padding: 0.5333333333vw 0vw;
  }
}
.p-staff .staff .profile tr th {
  color: #155138;
  text-align: justify;
  white-space: nowrap;
  height: 100%;
  padding-right: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .profile tr th {
    padding-right: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile tr th {
    width: 100%;
    padding-right: 0;
  }
}
.p-staff .staff .profile tr td {
  width: 24.21875vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .profile tr td {
    width: 29.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile tr td {
    width: 100%;
  }
}
.p-staff .staff .profile tr td div {
  display: block;
  height: 100%;
  padding-left: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-staff .staff .profile tr td div {
    padding-left: 1.875vw;
  }
}
.p-staff .staff .profile tr td div {
  border-left: 0.0520833333vw solid #155138;
}
@media (max-width: 1080px) {
  .p-staff .staff .profile tr td div {
    border-left: 0.0625vw solid #155138;
  }
}
@media screen and (max-width: 768px) {
  .p-staff .staff .profile tr td div {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.p-staff__license {
  background-color: #CCEBDB;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-staff__license {
    margin: 0vw -3.75vw;
  }
}
.p-staff__license {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-staff__license {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__license {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-staff__license .lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-staff__license .lists {
    grid-template-columns: 1fr;
    padding-bottom: 5.3333333333vw;
  }
}
.p-staff__license .lists li {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-staff__license .lists li {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__license .lists li {
    margin-bottom: 2.6666666667vw;
  }
}
.p-staff__license .lists li:last-child {
  margin-bottom: 0vw;
}
@media (max-width: 1080px) {
  .p-staff__license .lists li:last-child {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__license .lists li:last-child {
    margin-bottom: 2.6666666667vw;
  }
}
.p-staff__license .subText {
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.p-staff__license .subText img {
  height: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-staff__license .subText img {
    height: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__license .subText img {
    height: 4vw;
  }
}
.p-staff__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-staff__links {
    gap: 3.75vw;
  }
}
.p-staff__links {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-staff__links {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-staff__links {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}

/*
*
* company
*
*/
.p-company img {
  width: 100%;
}
.p-company .c-heading {
  padding-top: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-company .c-heading {
    padding-top: 4.6875vw;
  }
}
.p-company .c-heading {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-company .c-heading {
    margin-bottom: 3.125vw;
  }
}
.p-company__message {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-company__message {
    margin-bottom: 5vw;
  }
}
.p-company__message {
  border-top: 1px solid #CCCCCC;
}
.p-company__message ul {
  display: grid;
  align-items: center;
  gap: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-company__message ul {
    gap: 6.25vw;
  }
}
.p-company__message ul {
  grid-template-columns: 770fr 590fr;
}
@media screen and (max-width: 768px) {
  .p-company__message ul {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-company__message ul.--movie {
  align-items: flex-start;
  border-top: 1px dashed #CCC;
  padding-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__message ul.--movie {
    padding-top: 3.75vw;
  }
}
.p-company__message ul.--movie {
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__message ul.--movie {
    margin-top: 3.75vw;
  }
}
.p-company__message ul.--movie {
  grid-template-columns: 590fr 770fr;
}
@media screen and (max-width: 768px) {
  .p-company__message ul.--movie {
    grid-template-columns: 1fr;
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
.p-company__message .text {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-company__message .text {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-company__message .text {
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-company__message .text {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-company__message .--movie .ttl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-company__message .--movie .ttl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-company__message .--movie .ttl {
  color: #155138;
  font-weight: var(--bold);
  padding-left: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__message .--movie .ttl {
    padding-left: 1.875vw;
  }
}
.p-company__message .--movie .ttl {
  border-left: 0.2604166667vw solid #159338;
}
@media (max-width: 1080px) {
  .p-company__message .--movie .ttl {
    border-left: 0.3125vw solid #159338;
  }
}
.p-company__message .--movie .ttl {
  margin-top: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-company__message .--movie .ttl {
    margin-top: 2.8125vw;
  }
}
.p-company__message .--movie .ttl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-company__message .--movie .ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__message .--movie .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding-left: 2.6666666667vw;
    border-left: 1.3333333333vw solid #159338;
    margin-top: 0vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__message .--movie .text {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-company__message .--movie .text {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-company__message .--movie .text {
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-company__message .--movie .text {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-company__message .movie {
  width: 100%;
  max-width: 960px;
  max-width: 50vw;
}
@media (max-width: 1080px) {
  .p-company__message .movie {
    max-width: 60vw;
  }
}
.p-company__message .movie {
  aspect-ratio: 16/9;
  margin: 0.2604166667vw auto;
}
@media (max-width: 1080px) {
  .p-company__message .movie {
    margin: 0.3125vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-company__message .movie {
    max-width: 100%;
  }
}
.p-company__message .movie iframe {
  width: 100%;
  height: 100%;
}
.p-company__message .sign {
  display: flex;
  align-items: flex-end;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__message .sign {
    gap: 2.5vw;
  }
}
.p-company__message .sign {
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__message .sign {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__message .sign {
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-company__message .sign .name {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-company__message .sign .name {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-company__message .sign .name {
  font-weight: var(--bold);
}
.p-company__message .sign .name span {
  display: block;
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-company__message .sign .name span {
    margin-top: 1.25vw;
  }
}
.p-company__message .sign .name span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-company__message .sign .name span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-company__message .sign .name span {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin-top: 2.6666666667vw;
  }
}
.p-company__message .sign img {
  width: 9.53125vw;
}
@media (max-width: 1080px) {
  .p-company__message .sign img {
    width: 11.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__message .sign img {
    width: 32.8vw;
  }
}
.p-company__professional {
  background-color: #CCEBDB;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-company__professional {
    margin: 0vw -3.75vw;
  }
}
.p-company__professional {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-company__professional {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-company__professional .c-heading {
  position: relative;
}
.p-company__professional .c-heading img {
  position: absolute;
  top: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-company__professional .c-heading img {
    top: -1.25vw;
  }
}
.p-company__professional .c-heading img {
  left: 50%;
  transform: translateX(-50%);
  width: 20.8333333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .c-heading img {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .c-heading img {
    width: 53.3333333333vw;
    top: -8vw;
  }
}
.p-company__professional .support {
  margin: 2.8645833333vw 0vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support {
    margin: 3.4375vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support {
    margin: 6.6666666667vw 0vw;
  }
}
.p-company__professional .support > ul {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support > ul {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support > ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
.p-company__professional .support > ul:first-child {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support > ul:first-child {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support > ul:first-child {
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__professional .support > ul > li {
  background-color: #FFF;
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support > ul > li {
    width: 28.75vw;
  }
}
.p-company__professional .support > ul > li {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-company__professional .support > ul > li {
    width: 100%;
  }
}
.p-company__professional .support > ul > li > div {
  text-align: center;
  padding: 2.6041666667vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support > ul > li > div {
    padding: 3.125vw 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support > ul > li > div {
    flex-wrap: wrap;
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.p-company__professional .support .point {
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-company__professional .support .point {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
.p-company__professional .support .point {
  font-weight: var(--bold);
  color: #159338;
  display: inline-block;
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support .point {
    padding-left: 2.5vw;
  }
}
.p-company__professional .support .point {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support .point {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support .point {
    padding-left: 8vw;
    margin-bottom: 4vw;
  }
}
.p-company__professional .support .point::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support .point::before {
    width: 1.375vw;
  }
}
.p-company__professional .support .point::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support .point::before {
    height: 1.375vw;
  }
}
.p-company__professional .support .point::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-company__professional .support .point::before {
    left: 0vw;
  }
}
.p-company__professional .support .point::before {
  transform: translateY(-50%);
  background-image: url(../images/plan/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-company__professional .support .point::before {
    left: 3.4666666667vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-company__professional .support .ttl {
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-company__professional .support .ttl {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-company__professional .support .ttl {
  font-weight: var(--bold);
  color: #155138;
}
@media screen and (max-width: 768px) {
  .p-company__professional .support .ttl {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-company__professional .support .subTxet {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-company__professional .support .subTxet {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .support .subTxet {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-company__professional .tome {
  margin: 2.8645833333vw 0vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome {
    margin: 3.4375vw 0vw;
  }
}
.p-company__professional .tome .ttl {
  width: 37.03125vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .ttl {
    width: 44.4375vw;
  }
}
.p-company__professional .tome .ttl {
  margin: 0vw auto 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .ttl {
    margin: 0vw auto 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .ttl {
    width: 80vw;
    margin: 0vw auto 5.3333333333vw;
  }
}
.p-company__professional .tome > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome > ul {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome > ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p-company__professional .tome > ul > li {
  background-color: #FFF;
  padding: 2.0833333333vw 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome > ul > li {
    padding: 2.5vw 2.1875vw;
  }
}
.p-company__professional .tome > ul > li {
  border-radius: 10px;
}
.p-company__professional .tome > ul > li > div {
  text-align: center;
  padding: 2.6041666667vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome > ul > li > div {
    padding: 3.125vw 0.3125vw;
  }
}
.p-company__professional .tome .c-ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .c-ul {
    gap: 0.9375vw;
  }
}
.p-company__professional .tome .c-ul li {
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-company__professional .tome .c-ul li {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .c-ul li {
    gap: 1.3333333333vw;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-company__professional .tome .point {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-company__professional .tome .point {
  font-weight: var(--bold);
  color: #159338;
  display: inline-block;
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point {
    padding-left: 2.5vw;
  }
}
.p-company__professional .tome .point {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .point {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .point br {
    display: none;
  }
}
.p-company__professional .tome .point::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point::before {
    width: 1.375vw;
  }
}
.p-company__professional .tome .point::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point::before {
    height: 1.375vw;
  }
}
.p-company__professional .tome .point::before {
  position: absolute;
  top: 50%;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .point::before {
    left: 0vw;
  }
}
.p-company__professional .tome .point::before {
  transform: translateY(-50%);
  background-image: url(../images/plan/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .point::before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-company__professional .tome .tag {
  display: block;
  background-color: #008139;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .tag {
    margin-top: 1.5625vw;
  }
}
.p-company__professional .tome .tag {
  padding: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-company__professional .tome .tag {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__professional .tome .tag {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw;
    font-size: clamp(0rem, 2.6666666667vw, 1.8rem);
  }
}
.p-company__about {
  padding-bottom: 13.9583333333vw;
}
@media (max-width: 1080px) {
  .p-company__about {
    padding-bottom: 16.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__about {
    padding-bottom: 10.6666666667vw;
  }
}
.p-company__about table {
  border-collapse: collapse;
  margin: 0vw auto;
}
@media (max-width: 1080px) {
  .p-company__about table {
    margin: 0vw auto;
  }
}
.p-company__about table {
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-company__about table {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__about table {
    width: 100%;
  }
}
.p-company__about table {
  border-top: 1px solid #155138;
}
.p-company__about table tr {
  border-bottom: 1px solid #155138;
}
.p-company__about table tr th, .p-company__about table tr td {
  padding: 1.8229166667vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-company__about table tr th, .p-company__about table tr td {
    padding: 2.1875vw 2.8125vw;
  }
}
.p-company__about table tr th, .p-company__about table tr td {
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-company__about table tr th, .p-company__about table tr td {
    font-size: clamp(1.5rem, 1.25vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-company__about table tr th, .p-company__about table tr td {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-company__about table tr th {
  color: #155138;
  font-weight: var(--bold);
  background-color: #E6F4ED;
  width: 15.625vw;
}
@media (max-width: 1080px) {
  .p-company__about table tr th {
    width: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__about table tr th {
    width: 24vw;
  }
}
.p-company__information {
  background-color: #DBEBEF;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-company__information {
    margin: 0vw -3.75vw;
  }
}
.p-company__information {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-company__information {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information {
    margin: 0vw -5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-company__information .lead {
  text-align: center;
  padding-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .lead {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .lead {
    padding-bottom: 5.3333333333vw;
  }
}
.p-company__information .ttl {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-company__information .ttl {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-company__information .ttl {
  line-height: 1.4;
  font-weight: var(--black);
  text-align: center;
  color: #FFF;
  background-color: #0772BA;
  border-radius: 6px;
  padding: 1.0416666667vw 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__information .ttl {
    padding: 1.25vw 1.5625vw;
  }
}
.p-company__information .ttl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 2.6666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__information .subTtl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-company__information .subTtl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-company__information .subTtl {
  color: #092560;
  line-height: 1.4;
  font-weight: var(--bold);
  padding: 0.5208333333vw 0.5208333333vw 0.5208333333vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .subTtl {
    padding: 0.625vw 0.625vw 0.625vw 1.875vw;
  }
}
.p-company__information .subTtl {
  border-left: 0.2604166667vw solid #0772BA;
}
@media (max-width: 1080px) {
  .p-company__information .subTtl {
    border-left: 0.3125vw solid #0772BA;
  }
}
.p-company__information .subTtl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .subTtl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .subTtl {
    font-size: clamp(0.7rem, 4.5333333333vw, 1.8rem);
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 2.1333333333vw;
    border-left: 0.8vw solid #0772BA;
    margin-bottom: 6.6666666667vw;
  }
}
.p-company__information .subTtl span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-company__information .subTtl span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-company__information .subTtl span {
  color: #0772BA;
  display: block;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .subTtl span {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .subTtl span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-company__information .image {
  text-align: center;
}
.p-company__information .image p {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .image p {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .image p {
    margin-top: 5.3333333333vw;
  }
}
.p-company__information .layout-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-1 {
    gap: 3.75vw;
  }
}
.p-company__information .layout-1 {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-1 {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .layout-1 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__information .layout-1.--last {
  margin-bottom: 0;
}
.p-company__information .layout-2 {
  display: grid;
  grid-template-columns: 920fr 520fr;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-2 {
    gap: 2.5vw;
  }
}
.p-company__information .layout-2 {
  margin-bottom: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-2 {
    margin-bottom: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .layout-2 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__information .layout-3 {
  display: grid;
  grid-template-columns: 370fr 510fr;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-3 {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .layout-3 {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__information .layout-4 {
  display: grid;
  grid-template-columns: 750fr 575fr;
  align-items: flex-end;
  gap: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-4 {
    gap: 4.6875vw;
  }
}
.p-company__information .layout-4 {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .layout-4 {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .layout-4 {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-company__information .box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box {
    padding: 2.5vw;
  }
}
.p-company__information .box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-company__information .box {
    padding: 4vw;
  }
}
.p-company__information .box.--box01 .subTtl {
  position: relative;
  padding-right: 10.4166666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 .subTtl {
    padding-right: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box01 .subTtl {
    padding-right: 0vw;
  }
}
.p-company__information .box.--box01 img {
  width: 20.8333333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 img {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box01 img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box01 img.icon {
  position: absolute;
  top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 img.icon {
    top: 1.25vw;
  }
}
.p-company__information .box.--box01 img.icon {
  right: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 img.icon {
    right: 1.25vw;
  }
}
.p-company__information .box.--box01 img.icon {
  width: 10.9375vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 img.icon {
    width: 13.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box01 img.icon {
    top: 18.6666666667vw;
    right: 2.6666666667vw;
    width: 32vw;
  }
}
.p-company__information .box.--box01 .text {
  color: #0772BA;
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 .text {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
.p-company__information .box.--box01 .text {
  text-align: center;
  font-weight: var(--bold);
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box01 .text {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box01 .text {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-top: 5.3333333333vw;
  }
}
.p-company__information .box.--box02 img {
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box02 img {
    width: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box02 img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box03 .text {
  color: #7C7C7C;
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-company__information .box.--box03 .text {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.p-company__information .box.--box03 .text {
  text-align: center;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box03 .text {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box03 .text {
    margin-top: 5.3333333333vw;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-company__information .box.--box04 img {
  width: 22.3958333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box04 img {
    width: 26.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box04 img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box05 {
  display: flex;
  align-items: center;
  border-radius: 0;
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 {
    gap: 3.125vw;
  }
}
.p-company__information .box.--box05 {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box05 {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
.p-company__information .box.--box05 .image {
  width: 18.28125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 .image {
    width: 21.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box05 .image {
    width: 100%;
  }
}
.p-company__information .box.--box05 .text {
  width: 15.1041666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 .text {
    width: 18.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box05 .text {
    width: 100%;
  }
}
.p-company__information .box.--box05 .tag {
  color: #0772BA;
  display: block;
  border: 1px solid #0772BA;
  text-align: center;
  line-height: 1;
  padding: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 .tag {
    padding: 0.9375vw;
  }
}
.p-company__information .box.--box05 .tag {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box05 .tag {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box05 .tag {
    padding: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-company__information .box.--box06 {
  border-radius: 0;
}
.p-company__information .box.--box09 img {
  width: 22.3958333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box09 img {
    width: 26.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box09 img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box09 .text {
  text-align: center;
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box09 .text {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box09 .text {
    margin-top: 5.3333333333vw;
  }
}
.p-company__information .box.--box10 img {
  width: 22.3958333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box10 img {
    width: 26.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box10 img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box10 .text {
  text-align: center;
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box10 .text {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box10 .text {
    margin-top: 5.3333333333vw;
  }
}
.p-company__information .box.--box11 {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 {
    margin-bottom: 3.75vw;
  }
}
.p-company__information .box.--box11 .picupTtl {
  font-size: clamp(3.9rem, 2.5520833333vw, 4.9rem);
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .picupTtl {
    font-size: clamp(3.9rem, 3.0625vw, 5.9rem);
  }
}
.p-company__information .box.--box11 .picupTtl {
  font-weight: var(--black);
  color: #0772BA;
  line-height: 1.4;
  margin-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .picupTtl {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 1079px) {
  .p-company__information .box.--box11 .picupTtl {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 .picupTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 6.6666666667vw;
  }
}
.p-company__information .box.--box11 .text {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .text {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 .text {
    margin-bottom: 4vw;
  }
}
.p-company__information .box.--box11 .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-company__information .box.--box11 .images img {
  vertical-align: baseline;
}
.p-company__information .box.--box11 .images {
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .images {
    gap: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 .images {
    margin-top: 4vw;
    gap: 1.3333333333vw;
  }
}
.p-company__information .box.--box11 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 ul {
    gap: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 ul {
    grid-template-columns: 1fr 1fr;
    margin-top: 4vw;
    gap: 1.3333333333vw;
  }
}
.p-company__information .box.--box11 .btn {
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .btn {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 .btn {
    margin-top: 6.6666666667vw;
  }
}
.p-company__information .box.--box11 .btn .c-btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box11 .btn .c-btn {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box11 .btn .c-btn {
    width: 64vw;
  }
}
.p-company__information .box.--box12 .image {
  text-align: left;
  height: 13.0208333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .image {
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box12 .image {
    text-align: center;
    height: auto;
  }
}
.p-company__information .box.--box12 .image img {
  width: 29.8958333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .image img {
    width: 35.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box12 .image img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box12 .image img {
  vertical-align: baseline;
}
.p-company__information .box.--box13 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.0208333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box13 .image {
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box13 .image {
    height: auto;
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box13 .image img {
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box13 .image img {
    width: 28.75vw;
  }
}
.p-company__information .box.--box13 .image img {
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box13 .image img {
    width: 74.6666666667vw;
  }
}
.p-company__information .box.--box12, .p-company__information .box.--box13 {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12, .p-company__information .box.--box13 {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box12, .p-company__information .box.--box13 {
    padding-bottom: 5.3333333333vw;
  }
}
.p-company__information .box.--box12 .text, .p-company__information .box.--box13 .text {
  text-align: center;
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .text, .p-company__information .box.--box13 .text {
    margin-top: 1.875vw;
  }
}
.p-company__information .box.--box12 .text, .p-company__information .box.--box13 .text {
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .text, .p-company__information .box.--box13 .text {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box12 .text, .p-company__information .box.--box13 .text {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-company__information .box.--box12 .btn, .p-company__information .box.--box13 .btn {
  text-align: center;
}
.p-company__information .box.--box12 .c-btn, .p-company__information .box.--box13 .c-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .c-btn, .p-company__information .box.--box13 .c-btn {
    width: 27.5vw;
  }
}
.p-company__information .box.--box12 .c-btn, .p-company__information .box.--box13 .c-btn {
  bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .box.--box12 .c-btn, .p-company__information .box.--box13 .c-btn {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .box.--box12 .c-btn, .p-company__information .box.--box13 .c-btn {
    position: static;
    left: 0%;
    transform: translateX(0%);
    width: 64vw;
    margin: 0 auto;
  }
}
.p-company__information .image.--box07 {
  position: relative;
}
.p-company__information .image.--box07 span {
  position: absolute;
  text-align: left;
  bottom: -1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-company__information .image.--box07 span {
    bottom: -2.1875vw;
  }
}
.p-company__information .image.--box07 span {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__information .image.--box07 span {
    bottom: -6.6666666667vw;
  }
}
.p-company__information .banner {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-company__information .banner {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__information .banner {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p-company__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-company__links {
    gap: 3.75vw;
  }
}
.p-company__links {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-company__links {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__links {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}

/*
*
* reason
*
*/
.p-reason img {
  width: 100%;
}
.p-reason__case .c-heading {
  background-color: #4A3B06;
  text-align: center;
  padding: 4.4270833333vw 0vw 0vw;
}
@media (max-width: 1080px) {
  .p-reason__case .c-heading {
    padding: 5.3125vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .c-heading {
    padding: 8vw 0vw;
  }
}
.p-reason__case .c-heading .ttl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .c-heading .ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .c-heading .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-reason__case .c-heading .ttl h2 {
  color: #FFF;
}
.p-reason__case .c-heading .ttl > span {
  color: #FFFF0E;
}
.p-reason__case .c-heading img {
  width: 76.9791666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .c-heading img {
    width: 92.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .c-heading img {
    width: 90%;
  }
}
.p-reason__case .case {
  background-color: #CCCC33;
  padding: 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case {
    padding: 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case {
    padding: 0vw 5.3333333333vw;
  }
}
.p-reason__case .case .lead {
  text-align: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-reason__case .case .lead {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-reason__case .case .lead {
  margin-top: -3.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case .lead {
    margin-top: -3.75vw;
  }
}
.p-reason__case .case .lead {
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-reason__case .case .lead {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-top: -5.3333333333vw;
  }
}
.p-reason__case .case > ul {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #CCCC33;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul {
    gap: 3.75vw;
  }
}
.p-reason__case .case > ul {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul {
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0vw;
  }
}
.p-reason__case .case > ul > li {
  background-color: #FFF;
  border-radius: 10px;
  padding: 3.125vw 4.6875vw 3.125vw 10.15625vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li {
    padding: 3.75vw 5.625vw 3.75vw 12.1875vw;
  }
}
.p-reason__case .case > ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.p-reason__case .case > ul > li .row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .row {
    display: block;
  }
}
.p-reason__case .case > ul > li.reason01 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason01 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason01 img {
  margin-left: -2.7604166667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason01 img {
    margin-left: -3.3125vw;
  }
}
.p-reason__case .case > ul > li.reason01 img {
  width: 31.3020833333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason01 img {
    width: 37.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason01 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason02 img {
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason02 img {
    margin-top: 3.75vw;
  }
}
.p-reason__case .case > ul > li.reason02 img {
  margin-left: -1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason02 img {
    margin-left: -1.75vw;
  }
}
.p-reason__case .case > ul > li.reason02 img {
  width: 28.6979166667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason02 img {
    width: 34.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason02 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason03 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason03 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason03 img {
  margin-left: -0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason03 img {
    margin-left: -0.625vw;
  }
}
.p-reason__case .case > ul > li.reason03 img {
  width: 26.9270833333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason03 img {
    width: 32.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason03 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason03 .content ul {
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason03 .content ul {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason03 .content ul {
    margin-top: 2.6666666667vw;
  }
}
.p-reason__case .case > ul > li.reason04 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason04 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason04 img {
  margin-left: -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason04 img {
    margin-left: -3.125vw;
  }
}
.p-reason__case .case > ul > li.reason04 img {
  width: 30.8333333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason04 img {
    width: 37vw;
  }
}
.p-reason__case .case > ul > li.reason04 img {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason04 img {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason04 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason05 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason05 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason05 img {
  margin-left: -2.34375vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason05 img {
    margin-left: -2.8125vw;
  }
}
.p-reason__case .case > ul > li.reason05 img {
  width: 28.28125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason05 img {
    width: 33.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason05 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason06 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason06 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason06 img {
  margin-left: 0vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason06 img {
    margin-left: 0vw;
  }
}
.p-reason__case .case > ul > li.reason06 img {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason06 img {
    margin-bottom: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason06 img {
  width: 26.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason06 img {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason06 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason06 .image p {
  text-align: right;
}
.p-reason__case .case > ul > li.reason07 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason07 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason07 img {
  margin-left: -1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason07 img {
    margin-left: -1.5625vw;
  }
}
.p-reason__case .case > ul > li.reason07 img {
  width: 30.1041666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason07 img {
    width: 36.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason07 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason08 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason08 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason08 img {
  margin-left: -0.78125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason08 img {
    margin-left: -0.9375vw;
  }
}
.p-reason__case .case > ul > li.reason08 img {
  width: 26.6666666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason08 img {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason08 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li.reason09 img {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason09 img {
    margin-top: 1.25vw;
  }
}
.p-reason__case .case > ul > li.reason09 img {
  margin-left: -6.1979166667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason09 img {
    margin-left: -7.4375vw;
  }
}
.p-reason__case .case > ul > li.reason09 img {
  width: 38.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li.reason09 img {
    width: 45.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li.reason09 img {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 100%;
  }
}
.p-reason__case .case > ul > li h3 {
  position: absolute;
  font-family: var(--font-jost);
  font-size: clamp(9rem, 5.2083333333vw, 10rem);
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li h3 {
    font-size: clamp(9rem, 6.25vw, 11rem);
  }
}
.p-reason__case .case > ul > li h3 {
  line-height: 1;
  font-weight: bold;
  color: #CCCC33;
  top: 8.3333333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li h3 {
    top: 10vw;
  }
}
.p-reason__case .case > ul > li h3 {
  left: 1.7708333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li h3 {
    left: 2.125vw;
  }
}
.p-reason__case .case > ul > li h3 {
  transform: translate(-50%, 120%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li h3 {
    font-size: clamp(3rem, 10.6666666667vw, 5rem);
    top: 21.3333333333vw;
    left: 2.6666666667vw;
  }
}
.p-reason__case .case > ul > li .image {
  position: relative;
  width: 26.0416666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .image {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.p-reason__case .case > ul > li .content {
  position: relative;
  padding-left: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content {
    padding-left: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content {
    padding-left: 0vw;
  }
}
.p-reason__case .case > ul > li .content.--under {
  width: 100%;
  padding-left: 0vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content.--under {
    padding-left: 0vw;
  }
}
.p-reason__case .case > ul > li .content .upper {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .upper {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-reason__case .case > ul > li .content .upper {
  color: #4A3B06;
  font-weight: var(--black);
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .upper {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content .upper {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 4vw;
  }
}
.p-reason__case .case > ul > li .content .upper span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .upper span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-reason__case .case > ul > li .content .upper span {
  color: #F5721A;
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content .upper span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-reason__case .case > ul > li .content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content ul {
    gap: 4vw;
  }
}
.p-reason__case .case > ul > li .content ul li {
  color: #4A3B06;
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul li {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content ul li {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-left: 5.3333333333vw;
  }
}
.p-reason__case .case > ul > li .content ul li::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul li::before {
    width: 1.375vw;
  }
}
.p-reason__case .case > ul > li .content ul li::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul li::before {
    height: 1.375vw;
  }
}
.p-reason__case .case > ul > li .content ul li::before {
  position: absolute;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul li::before {
    left: 0vw;
  }
}
.p-reason__case .case > ul > li .content ul li::before {
  top: 0.3125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content ul li::before {
    top: 0.375vw;
  }
}
.p-reason__case .case > ul > li .content ul li::before {
  background-image: url(../images/top/muryou/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content ul li::before {
    top: 1.6vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-reason__case .case > ul > li .content .subTtl {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .subTtl {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-reason__case .case > ul > li .content .subTtl {
  color: #4A3B06;
  font-weight: var(--bold);
  border-left: 0.2604166667vw solid #F5721A;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .subTtl {
    border-left: 0.3125vw solid #F5721A;
  }
}
.p-reason__case .case > ul > li .content .subTtl {
  padding: 0.5208333333vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .subTtl {
    padding: 0.625vw 1.875vw;
  }
}
.p-reason__case .case > ul > li .content .subTtl {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .subTtl {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content .subTtl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin-top: 5.3333333333vw;
    border-left: 1.3333333333vw solid #F5721A;
    padding: 0vw 0vw 0vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-reason__case .case > ul > li .content .btn {
  text-align: center;
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content .btn {
    margin-top: 8vw;
  }
}
.p-reason__case .case > ul > li .content .btn .c-btn {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .content .btn .c-btn {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .content .btn .c-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.p-reason__case .case > ul > li .text {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-reason__case .case > ul > li .text {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__case .case > ul > li .text {
    margin-top: 5.3333333333vw;
  }
}
.p-reason__case .case > ul > li .text span {
  color: #F5721A;
}
.p-reason__case .case > ul > li .text span.line {
  text-decoration: underline;
}

/*
*
* support
*
*/
.p-support img {
  width: 100%;
}
.p-support__main {
  display: flex;
  align-items: flex-start;
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__main {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__main {
    display: block;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-support__main img {
  width: 31.25vw;
}
@media (max-width: 1080px) {
  .p-support__main img {
    width: 37.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__main img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__main > div {
  padding-left: 3.8541666667vw;
}
@media (max-width: 1080px) {
  .p-support__main > div {
    padding-left: 4.625vw;
  }
}
.p-support__main > div {
  width: 41.9791666667vw;
}
@media (max-width: 1080px) {
  .p-support__main > div {
    width: 50.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__main > div {
    padding-left: 0;
    width: 100%;
  }
}
.p-support__main > div .ttl {
  color: #2B4590;
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-support__main > div .ttl {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-support__main > div .ttl {
  font-weight: var(--black);
  margin-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-support__main > div .ttl {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__main > div .ttl {
    font-size: clamp(1.8rem, 7.4666666667vw, 3.8rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__banner {
  text-align: center;
  background-image: url(../images/support/background.webp);
  background-repeat: repeat;
  background-position: center center;
  position: relative;
  padding: 4.1666666667vw 3.125vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner {
    padding: 5vw 3.75vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__banner {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.p-support__banner img {
  position: relative;
  z-index: 99;
}
.p-support__banner .ttl {
  color: #F5721A;
  font-size: clamp(2.8rem, 1.9791666667vw, 3.8rem);
}
@media (max-width: 1080px) {
  .p-support__banner .ttl {
    font-size: clamp(2.8rem, 2.375vw, 4.8rem);
  }
}
.p-support__banner .ttl {
  font-weight: var(--black);
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner .ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__banner .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-support__banner .ttl span {
  position: relative;
  display: inline-block;
  padding: 0vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner .ttl span {
    padding: 0vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__banner .ttl span {
    padding: 0vw 10.6666666667vw;
  }
}
.p-support__banner .ttl span {
  z-index: 99;
}
.p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.2916666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
    width: 2.75vw;
  }
}
.p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
  height: 0.2083333333vw;
}
@media (max-width: 1080px) {
  .p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
    height: 0.25vw;
  }
}
.p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
  background-color: #F5721A;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .p-support__banner .ttl span:before, .p-support__banner .ttl span:after {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.p-support__banner .ttl span:before {
  left: 0;
  transform: rotate(60deg);
}
.p-support__banner .ttl span:after {
  right: 0;
}
.p-support__banner .photo {
  width: 11.0416666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner .photo {
    width: 13.25vw;
  }
}
.p-support__banner .photo {
  top: -2.9166666667vw;
}
@media (max-width: 1080px) {
  .p-support__banner .photo {
    top: -3.5vw;
  }
}
.p-support__banner .photo {
  right: 4.375vw;
}
@media (max-width: 1080px) {
  .p-support__banner .photo {
    right: 5.25vw;
  }
}
.p-support__banner .photo {
  position: absolute;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  .p-support__banner .photo {
    display: none;
  }
}
.p-support__komari {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__komari {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-support__komari .head {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-support__komari .head {
    display: block;
  }
}
.p-support__komari .head .content {
  text-align: center;
  color: #2F6FBF;
  font-weight: var(--bold);
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__komari .head .content {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari .head .content {
    margin-bottom: 8vw;
  }
}
.p-support__komari .head .content .ttl {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-support__komari .head .content .ttl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-support__komari .head .content .ttl {
  font-weight: var(--black);
  color: #2B4590;
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__komari .head .content .ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari .head .content .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-support__komari .head .content img {
  margin: 1.5625vw 0vw;
}
@media (max-width: 1080px) {
  .p-support__komari .head .content img {
    margin: 1.875vw 0vw;
  }
}
.p-support__komari .head .content img {
  width: 34.5833333333vw;
}
@media (max-width: 1080px) {
  .p-support__komari .head .content img {
    width: 41.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari .head .content img {
    margin: 5.3333333333vw 0vw;
    width: 100%;
  }
}
.p-support__komari .head .image {
  width: 35.3125vw;
}
@media (max-width: 1080px) {
  .p-support__komari .head .image {
    width: 42.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari .head .image {
    width: 100%;
  }
}
.p-support__komari .textBer {
  text-align: center;
  line-height: 1;
  background-color: #D82206;
  font-size: clamp(2.4rem, 1.7708333333vw, 3.4rem);
}
@media (max-width: 1080px) {
  .p-support__komari .textBer {
    font-size: clamp(2.4rem, 2.125vw, 4.4rem);
  }
}
.p-support__komari .textBer {
  font-weight: var(--black);
  color: #FFFF0E;
  padding: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-support__komari .textBer {
    padding: 2.1875vw;
  }
}
.p-support__komari .textBer {
  margin-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-support__komari .textBer {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari .textBer {
    line-height: 1.4;
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-support__komari ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__komari ul {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari ul {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
}
.p-support__komari ul li {
  text-align: center;
  border: 0.0520833333vw solid #2F6FBF;
}
@media (max-width: 1080px) {
  .p-support__komari ul li {
    border: 0.0625vw solid #2F6FBF;
  }
}
.p-support__komari ul li {
  color: #2F6FBF;
  font-weight: var(--bold);
}
.p-support__komari ul li .ttl {
  color: #FFF;
  font-size: clamp(1.2rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-support__komari ul li .ttl {
    font-size: clamp(1.2rem, 1.25vw, 12rem);
  }
}
.p-support__komari ul li .ttl {
  background-color: #2F6FBF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-support__komari ul li .ttl {
    height: 6.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-support__komari ul li .ttl {
    height: 6.25vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1080px) {
  .p-support__komari ul li .ttl {
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari ul li .ttl {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    height: 16vw;
  }
}
.p-support__komari ul li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__komari ul li .text {
    font-size: clamp(1.2rem, 1.125vw, 11.8rem);
  }
}
.p-support__komari ul li .text {
  height: 10.4166666667vw;
}
@media (max-width: 1080px) {
  .p-support__komari ul li .text {
    height: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__komari ul li .text {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    height: 26.6666666667vw;
  }
}
.p-support__guarantee {
  background-color: #DBEBEF;
  padding: 0vw 3.125vw 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee {
    padding: 0vw 3.75vw 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee {
    padding: 0vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-support__guarantee .kansai,
.p-support__guarantee .main,
.p-support__guarantee .bfc {
  text-align: center;
  padding-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai,
  .p-support__guarantee .main,
  .p-support__guarantee .bfc {
    padding-bottom: 4.0625vw;
  }
}
.p-support__guarantee .kansai,
.p-support__guarantee .main,
.p-support__guarantee .bfc {
  margin-bottom: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai,
  .p-support__guarantee .main,
  .p-support__guarantee .bfc {
    margin-bottom: 4.0625vw;
  }
}
.p-support__guarantee .kansai,
.p-support__guarantee .main,
.p-support__guarantee .bfc {
  border-bottom: 0.0520833333vw dashed #A2AEB1;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai,
  .p-support__guarantee .main,
  .p-support__guarantee .bfc {
    border-bottom: 0.0625vw dashed #A2AEB1;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai,
  .p-support__guarantee .main,
  .p-support__guarantee .bfc {
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    border-bottom: 0.2666666667vw dashed #A2AEB1;
  }
}
.p-support__guarantee .kansai .ttl,
.p-support__guarantee .main .ttl,
.p-support__guarantee .bfc .ttl {
  color: #092560;
  font-size: clamp(2.4rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .ttl,
  .p-support__guarantee .main .ttl,
  .p-support__guarantee .bfc .ttl {
    font-size: clamp(2.4rem, 2vw, 13.2rem);
  }
}
.p-support__guarantee .kansai .ttl,
.p-support__guarantee .main .ttl,
.p-support__guarantee .bfc .ttl {
  font-weight: var(--bold);
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .ttl,
  .p-support__guarantee .main .ttl,
  .p-support__guarantee .bfc .ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .ttl,
  .p-support__guarantee .main .ttl,
  .p-support__guarantee .bfc .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 4vw;
  }
}
.p-support__guarantee .kansai .logo,
.p-support__guarantee .main .logo,
.p-support__guarantee .bfc .logo {
  width: 8.125vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .logo,
  .p-support__guarantee .main .logo,
  .p-support__guarantee .bfc .logo {
    width: 9.75vw;
  }
}
.p-support__guarantee .kansai .logo,
.p-support__guarantee .main .logo,
.p-support__guarantee .bfc .logo {
  margin: 0vw auto 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .logo,
  .p-support__guarantee .main .logo,
  .p-support__guarantee .bfc .logo {
    margin: 0vw auto 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .logo,
  .p-support__guarantee .main .logo,
  .p-support__guarantee .bfc .logo {
    width: 42.6666666667vw;
    margin: 0vw auto 8vw;
  }
}
.p-support__guarantee .kansai > ul,
.p-support__guarantee .main > ul,
.p-support__guarantee .bfc > ul {
  display: flex;
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai > ul,
  .p-support__guarantee .main > ul,
  .p-support__guarantee .bfc > ul {
    margin-top: 3.75vw;
  }
}
.p-support__guarantee .kansai > ul,
.p-support__guarantee .main > ul,
.p-support__guarantee .bfc > ul {
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai > ul,
  .p-support__guarantee .main > ul,
  .p-support__guarantee .bfc > ul {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai > ul,
  .p-support__guarantee .main > ul,
  .p-support__guarantee .bfc > ul {
    display: grid;
    gap: 5.3333333333vw;
  }
}
.p-support__guarantee .kansai > ul > li,
.p-support__guarantee .main > ul > li,
.p-support__guarantee .bfc > ul > li {
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
  padding: 1.8229166667vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai > ul > li,
  .p-support__guarantee .main > ul > li,
  .p-support__guarantee .bfc > ul > li {
    padding: 2.1875vw 1.875vw;
  }
}
.p-support__guarantee .kansai > ul > li,
.p-support__guarantee .main > ul > li,
.p-support__guarantee .bfc > ul > li {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai > ul > li,
  .p-support__guarantee .main > ul > li,
  .p-support__guarantee .bfc > ul > li {
    width: 44.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai > ul > li,
  .p-support__guarantee .main > ul > li,
  .p-support__guarantee .bfc > ul > li {
    padding: 5.3333333333vw 2.6666666667vw;
    width: 100%;
  }
}
.p-support__guarantee .kansai > ul:last-child li,
.p-support__guarantee .main > ul:last-child li,
.p-support__guarantee .bfc > ul:last-child li {
  width: 100%;
}
.p-support__guarantee .main {
  margin-top: -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .main {
    margin-top: -3.125vw;
  }
}
.p-support__guarantee .nTtl {
  display: flex;
  align-items: center;
  text-align: left;
}
.p-support__guarantee .nTtl > span {
  font-family: var(--font-jost);
  color: #0772BA;
  font-size: clamp(6.2rem, 3.75vw, 7.2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl > span {
    font-size: clamp(6.2rem, 4.5vw, 8.2rem);
  }
}
.p-support__guarantee .nTtl > span {
  font-weight: var(--bold);
  padding-right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl > span {
    padding-right: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .nTtl > span {
    font-size: clamp(1.6rem, 6.9333333333vw, 3.6rem);
    padding-right: 4vw;
  }
}
.p-support__guarantee .nTtl .upper {
  line-height: 1.5;
  color: #092560;
  font-weight: var(--bold);
  border-left: 0.2604166667vw solid #0772BA;
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl .upper {
    border-left: 0.3125vw solid #0772BA;
  }
}
.p-support__guarantee .nTtl .upper {
  padding-left: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl .upper {
    padding-left: 2.1875vw;
  }
}
.p-support__guarantee .nTtl .upper {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl .upper {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .nTtl .upper {
    border-left: 0.5333333333vw solid #0772BA;
    padding-left: 4vw;
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__guarantee .nTtl .upper p span {
  color: #E40345;
}
.p-support__guarantee .nTtl .upper > span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .nTtl .upper > span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-support__guarantee .nTtl .upper > span {
  color: #0772BA;
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .nTtl .upper > span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-support__guarantee .image.--p01 {
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p01 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p01 {
    margin-top: 2.6666666667vw;
  }
}
.p-support__guarantee .image.--p01 img {
  width: 9.8958333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p01 img {
    width: 11.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p01 img {
    width: 37.3333333333vw;
  }
}
.p-support__guarantee .image.--p02 {
  position: relative;
  text-align: right;
}
.p-support__guarantee .image.--p02 img {
  width: 19.5833333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p02 img {
    width: 23.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p02 img {
    width: 34.6666666667vw;
  }
}
.p-support__guarantee .image.--p02 div {
  position: absolute;
  top: 50%;
  left: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p02 div {
    left: 1.5625vw;
  }
}
.p-support__guarantee .image.--p02 div {
  transform: translateY(-50%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p02 div {
    left: 1.3333333333vw;
  }
}
.p-support__guarantee .image.--p02 div img {
  width: 18.4895833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p02 div img {
    width: 22.1875vw;
  }
}
.p-support__guarantee .image.--p02 div img {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p02 div img {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p02 div img {
    width: 45.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-support__guarantee .image.--p03 {
  text-align: center;
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p03 {
    margin-top: 2.6666666667vw;
  }
}
.p-support__guarantee .image.--p03 img {
  width: 71.3541666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 img {
    width: 85.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p03 img {
    width: 90%;
  }
}
.p-support__guarantee .image.--p03 ul {
  width: 45.9375vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 ul {
    width: 55.125vw;
  }
}
.p-support__guarantee .image.--p03 ul {
  margin: 1.3020833333vw auto 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 ul {
    margin: 1.5625vw auto 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p03 ul {
    width: 100%;
    margin: 4vw auto 4vw;
  }
}
.p-support__guarantee .image.--p03 ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.p-support__guarantee .image.--p03 .btn {
  text-align: center;
}
.p-support__guarantee .image.--p03 .btn .c-btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 .btn .c-btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-support__guarantee .image.--p03 .btn .c-btn {
  width: 25vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p03 .btn .c-btn {
    width: 30vw;
  }
}
@media screen and (max-width: 1439px) {
  .p-support__guarantee .image.--p03 .btn .c-btn {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p03 .btn .c-btn {
    width: 100%;
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
  }
}
.p-support__guarantee .image.--p03 .btn .c-btn br {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-support__guarantee .image.--p03 .btn .c-btn br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p03 .btn .c-btn br {
    display: none;
  }
}
.p-support__guarantee .image.--p04 {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p04 {
    margin-top: 1.875vw;
  }
}
.p-support__guarantee .image.--p04 {
  padding-right: 11.9791666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p04 {
    padding-right: 14.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p04 {
    margin-top: 2.6666666667vw;
    padding-right: 0vw;
  }
}
.p-support__guarantee .image.--p04 img {
  width: 10.46875vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p04 img {
    width: 12.5625vw;
  }
}
.p-support__guarantee .image.--p04 img {
  position: absolute;
  top: 50%;
  right: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p04 img {
    right: 1.5625vw;
  }
}
.p-support__guarantee .image.--p04 img {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p04 img {
    display: none;
  }
}
.p-support__guarantee .image.--p05 {
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p05 {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p05 {
    margin-top: 2.6666666667vw;
    text-align: center;
  }
}
.p-support__guarantee .image.--p05 img {
  width: 71.3541666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p05 img {
    width: 85.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p05 img {
    width: 90%;
  }
}
.p-support__guarantee .image.--p05 .btn {
  text-align: center;
  margin-top: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p05 .btn {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p05 .btn {
    margin-top: 2.6666666667vw;
  }
}
.p-support__guarantee .image.--p05 .btn .c-btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p05 .btn .c-btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-support__guarantee .image.--p05 .btn .c-btn {
  width: 25vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .image.--p05 .btn .c-btn {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .image.--p05 .btn .c-btn {
    width: 100%;
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
  }
}
.p-support__guarantee .kansai .logo {
  width: 14.1145833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .logo {
    width: 16.9375vw;
  }
}
.p-support__guarantee .kansai .logo {
  margin: 0vw auto 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .logo {
    margin: 0vw auto 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .logo {
    width: 42.6666666667vw;
    margin: 0vw auto 8vw;
  }
}
.p-support__guarantee .kansai > ul {
  display: flex;
  flex-wrap: wrap;
}
.p-support__guarantee .kansai > ul > li {
  width: 100%;
  text-align: left;
}
.p-support__guarantee .kansai .head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head {
    flex-wrap: wrap;
  }
}
.p-support__guarantee .kansai .head .image {
  display: flex;
  align-items: flex-start;
  gap: 1.09375vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .image {
    gap: 1.3125vw;
  }
}
.p-support__guarantee .kansai .head .image {
  width: 37.5520833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .image {
    width: 45.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .image {
    order: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 460fr 241fr;
  }
}
.p-support__guarantee .kansai .head .image .--i01 {
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .image .--i01 {
    width: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .image .--i01 {
    width: 100%;
  }
}
.p-support__guarantee .kansai .head .image .--i02 {
  width: 12.5520833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .image .--i02 {
    width: 15.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .image .--i02 {
    width: 100%;
  }
}
.p-support__guarantee .kansai .head .content {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .content {
    padding-left: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .content {
    order: 1;
    padding-left: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.p-support__guarantee .kansai .head .content .ttl {
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .content .ttl {
    font-size: clamp(2rem, 1.875vw, 13rem);
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .content .ttl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-support__guarantee .kansai .head .content .ttl img {
  margin-top: -2.34375vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .content .ttl img {
    margin-top: -2.8125vw;
  }
}
.p-support__guarantee .kansai .head .content .ttl img {
  width: 9.84375vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .content .ttl img {
    width: 11.8125vw;
  }
}
.p-support__guarantee .kansai .head .content .ttl img {
  min-width: 9.84375vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .kansai .head .content .ttl img {
    min-width: 11.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .kansai .head .content .ttl img {
    margin-top: 0;
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
  }
}
.p-support__guarantee .maker {
  display: flex;
  align-items: end;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-support__guarantee .maker .item {
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item {
    width: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item {
    width: 100%;
  }
}
.p-support__guarantee .maker .item .image {
  padding: 2.6041666667vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .image {
    padding: 3.125vw 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .image {
    padding: 8vw 2.6666666667vw;
  }
}
.p-support__guarantee .maker .item .image img {
  width: auto;
  height: 6.3541666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .image img {
    height: 7.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .image img {
    height: 26.6666666667vw;
  }
}
.p-support__guarantee .maker .item .text {
  font-size: clamp(1.1rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .text {
    font-size: clamp(1.1rem, 1.375vw, 12.2rem);
  }
}
.p-support__guarantee .maker .item .text {
  color: #034840;
  font-weight: var(--bold);
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .text {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .text {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    padding-bottom: 5.3333333333vw;
  }
}
.p-support__guarantee .maker .item .bar {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .bar {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-support__guarantee .maker .item .bar {
  font-weight: var(--bold);
  color: #fFF;
  background-color: #008139;
  padding: 1.0416666667vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .bar {
    padding: 1.25vw 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .bar {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-support__guarantee .maker .item .detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgba(3, 125, 64, 0.2);
  border-radius: 0px 0px 10px 10px;
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail {
    gap: 0.625vw;
  }
}
.p-support__guarantee .maker .item .detail {
  padding: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail {
    padding: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail {
    padding: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.p-support__guarantee .maker .item .detail > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.8541666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail > li {
    height: 10.625vw;
  }
}
.p-support__guarantee .maker .item .detail > li {
  padding: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail > li {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail > li {
    height: 26.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.p-support__guarantee .maker .item .detail > li.box {
  background-color: #FFF;
}
.p-support__guarantee .maker .item .detail .sub {
  font-size: clamp(1.2rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .sub {
    font-size: clamp(1.2rem, 1.25vw, 12rem);
  }
}
.p-support__guarantee .maker .item .detail .sub {
  line-height: 1;
  color: #034840;
  padding-bottom: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .sub {
    padding-bottom: 0.3125vw;
  }
}
.p-support__guarantee .maker .item .detail .sub {
  font-weight: var(--bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail .sub {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-bottom: 1.3333333333vw;
  }
}
.p-support__guarantee .maker .item .detail .subText {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: clamp(1.2rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .subText {
    font-size: clamp(1.2rem, 1.625vw, 12.6rem);
  }
}
.p-support__guarantee .maker .item .detail .subText {
  color: #034840;
  font-weight: var(--bold);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail .subText {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-support__guarantee .maker .item .detail .subText span {
  display: inline-block;
  font-size: clamp(4rem, 3.75vw, 7.2rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .subText span {
    font-size: clamp(4rem, 4.5vw, 17.2rem);
  }
}
.p-support__guarantee .maker .item .detail .subText span {
  color: #008139;
  font-family: var(--font-jost);
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail .subText span {
    font-size: clamp(3.2rem, 11.2vw, 5.2rem);
  }
}
.p-support__guarantee .maker .item .detail .subText em {
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .subText em {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item .detail .subText em {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-support__guarantee .maker .item .detail .subText em span {
  margin-left: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item .detail .subText em span {
    margin-left: 0.3125vw;
  }
}
.p-support__guarantee .maker .item.--m02 .text {
  color: #05547C;
}
.p-support__guarantee .maker .item.--m02 .bar {
  background-color: #0585BB;
}
.p-support__guarantee .maker .item.--m02 .detail {
  background-color: rgba(5, 133, 187, 0.2);
}
.p-support__guarantee .maker .item.--m02 .sub {
  color: #05547C;
}
.p-support__guarantee .maker .item.--m02 .subText {
  color: #05547C;
}
.p-support__guarantee .maker .item.--m02 .subText span {
  color: #0585BB;
}
.p-support__guarantee .maker .item.--m03 .text {
  color: #027484;
}
.p-support__guarantee .maker .item.--m03 .bar {
  background-color: #00A8B8;
}
.p-support__guarantee .maker .item.--m03 .sub {
  color: #027484;
}
.p-support__guarantee .maker .item.--m03 .subText {
  color: #027484;
}
.p-support__guarantee .maker .item.--m03 .subText span {
  color: #00A8B8;
}
.p-support__guarantee .maker .item.--m03 .detail {
  background-color: rgba(2, 116, 132, 0.2);
}
.p-support__guarantee .maker .item.--m03 .detail .lines {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: none;
  justify-content: space-between;
  align-content: space-between;
  background-color: none;
}
.p-support__guarantee .maker .item.--m03 .detail .lines div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00A8B8;
  width: 100%;
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item.--m03 .detail .lines div {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-support__guarantee .maker .item.--m03 .detail .lines div {
  color: #FFf;
  font-weight: var(--bold);
  height: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-support__guarantee .maker .item.--m03 .detail .lines div {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__guarantee .maker .item.--m03 .detail .lines div {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    height: 12.2666666667vw;
  }
}
.p-support__follow {
  padding: 0vw 3.125vw 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow {
    padding: 0vw 3.75vw 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow {
    padding: 0vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-support__follow .main {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main {
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__follow .main .lead {
  text-align: center;
  margin-top: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .lead {
    margin-top: -2.5vw;
  }
}
.p-support__follow .main .lead {
  margin-bottom: 4.4270833333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .lead {
    margin-bottom: 5.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .lead {
    margin-top: -10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__follow .main .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .content {
    display: block;
  }
}
.p-support__follow .main .content .text {
  width: 46.875vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .content .text {
    width: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .content .text {
    width: 100%;
  }
}
.p-support__follow .main .content .text .ttl {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-support__follow .main .content .text .ttl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-support__follow .main .content .text .ttl {
  font-weight: var(--black);
  color: #2B4590;
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .content .text .ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .content .text .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-support__follow .main .content .image {
  margin-top: -0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .content .image {
    margin-top: -0.625vw;
  }
}
.p-support__follow .main .content .image {
  width: 26.5625vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .content .image {
    width: 31.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .content .image {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}
.p-support__follow .main .c-point {
  margin: 2.8645833333vw 0vw 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .c-point {
    margin: 3.4375vw 0vw 1.25vw;
  }
}
.p-support__follow .main .c-point > div {
  background-color: #2B4590;
  padding: 0.5208333333vw 0.5208333333vw 0.5208333333vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-support__follow .main .c-point > div {
    padding: 0.625vw 0.625vw 0.625vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .c-point > div {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.p-support__follow .main .c-point > ul {
  border: 2px solid #2B4590;
}
.p-support__follow .main .c-point > ul li {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-support__follow .main .c-point > ul li {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-support__follow .main .c-point > ul li {
  color: #001042;
}
@media screen and (max-width: 768px) {
  .p-support__follow .main .c-point > ul li {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.4rem);
  }
}
.p-support__follow .main .c-point > ul li::before {
  background-image: url(../images/common/icon_check_blue.svg);
}
.p-support__follow .c-heading {
  position: relative;
  padding: 1.5625vw 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-support__follow .c-heading {
    padding: 1.875vw 0vw 3.75vw;
  }
}
.p-support__follow .c-heading {
  height: 10.4166666667vw;
}
@media (max-width: 1080px) {
  .p-support__follow .c-heading {
    height: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .c-heading {
    padding: 5.3333333333vw 0vw 13.3333333333vw;
    height: 26.6666666667vw;
  }
}
.p-support__follow .c-heading .ttl {
  position: relative;
  z-index: 99;
}
.p-support__follow .c-heading .ttl .priority,
.p-support__follow .c-heading .ttl h2 {
  color: #2B4590;
}
.p-support__follow .c-heading .ttl > span {
  color: #2F6FBF;
}
.p-support__follow .c-heading img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 98;
  transform: translateX(-50%);
  width: 16.6666666667vw;
}
@media (max-width: 1080px) {
  .p-support__follow .c-heading img {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .c-heading img {
    width: 53.3333333333vw;
  }
}
.p-support__follow .flow {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2.8645833333vw 0vw 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .flow {
    margin: 3.4375vw 0vw 4.375vw;
  }
}
.p-support__follow .flow {
  grid-template-columns: 17.7083333333vw 17.7083333333vw 17.7083333333vw 17.7083333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .flow {
    grid-template-columns: 21.25vw 21.25vw 21.25vw 21.25vw;
  }
}
.p-support__follow .flow {
  gap: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .flow {
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .flow {
    gap: 4vw;
    grid-template-columns: 1fr;
    margin: 13.3333333333vw 0vw 10.6666666667vw;
  }
}
.p-support__follow .flow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-support__follow .flow img {
    width: 90%;
  }
}
.p-support__follow .under {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-support__follow .under {
    display: block;
  }
}
.p-support__follow .under .image {
  width: 30.8333333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .under .image {
    width: 37vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .under .image {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-support__follow .under .content {
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-support__follow .under .content {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .under .content {
    padding-left: 0;
  }
}
.p-support__follow .under .ttl {
  color: #092560;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-support__follow .under .ttl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-support__follow .under .ttl {
  font-weight: var(--black);
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-support__follow .under .ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-support__follow .under .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 4vw;
  }
}

/*
*
* recommend
*
*/
.p-recommend img {
  width: 100%;
}
.p-recommend__main .image {
  padding: 0vw 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__main .image {
    padding: 0vw 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__main .image {
    padding: 0vw 5.3333333333vw 0vw;
  }
}
.p-recommend__main ul {
  display: flex;
  justify-content: center;
  background-image: url(../images/recommend/background.webp);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -100px;
  margin-top: -5.46875vw;
}
@media (max-width: 1080px) {
  .p-recommend__main ul {
    margin-top: -6.5625vw;
  }
}
.p-recommend__main ul {
  padding: 9.1145833333vw 0vw 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__main ul {
    padding: 10.9375vw 0vw 0vw;
  }
}
.p-recommend__main ul {
  height: 23.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__main ul {
    height: 28.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__main ul {
    flex-wrap: wrap;
    margin-top: -16vw;
    padding: 24vw 0vw 0vw;
    height: 93.3333333333vw;
  }
}
.p-recommend__main ul li {
  width: 17.7083333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__main ul li {
    width: 21.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__main ul li {
    width: 43.2vw;
  }
}
.p-recommend__bfc .main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.90625vw 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main {
    padding: 4.6875vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main {
    display: block;
    padding: 8vw 0vw;
  }
}
.p-recommend__bfc .main .logos {
  display: flex;
  align-items: center;
  gap: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main .logos {
    gap: 1.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main .logos {
    gap: 5.3333333333vw;
    justify-content: center;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__bfc .main .logos .logo01 {
  width: 8.8020833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main .logos .logo01 {
    width: 10.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main .logos .logo01 {
    width: 26.6666666667vw;
  }
}
.p-recommend__bfc .main .logos .logo02 {
  width: 10.1041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main .logos .logo02 {
    width: 12.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main .logos .logo02 {
    width: 26.6666666667vw;
  }
}
.p-recommend__bfc .main .ttl {
  padding-left: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main .ttl {
    padding-left: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main .ttl {
    padding-left: 0;
  }
}
.p-recommend__bfc .main .ttl img {
  width: 45.5729166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .main .ttl img {
    width: 54.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .main .ttl img {
    width: 100%;
  }
}
.p-recommend__bfc .mainBar {
  position: relative;
  height: 12.2916666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar {
    height: 14.75vw;
  }
}
.p-recommend__bfc .mainBar {
  padding: 2.2395833333vw 0vw 1.71875vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar {
    padding: 2.6875vw 0vw 2.0625vw;
  }
}
.p-recommend__bfc .mainBar {
  margin-bottom: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar {
    margin-bottom: 1.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .mainBar {
    height: 26.6666666667vw;
    padding: 6.6666666667vw 0vw 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-recommend__bfc .mainBar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: transparent linear-gradient(96deg, #1226AD 0%, #0F2593 15%, #0C257C 32%, #0A256C 51%, #092563 72%, #092560 100%) 0% 0% no-repeat padding-box;
  height: 8.3333333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar > div {
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .mainBar > div {
    height: 26.6666666667vw;
    padding: 0vw 4vw 0vw;
  }
}
.p-recommend__bfc .mainBar > div img {
  width: 35.78125vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar > div img {
    width: 42.9375vw;
  }
}
.p-recommend__bfc .mainBar > div img {
  margin-right: 13.3333333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar > div img {
    margin-right: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .mainBar > div img {
    margin-right: 0vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-recommend__bfc .mainBar > div img {
    margin-right: 0vw;
  }
}
.p-recommend__bfc .mainBar .photo {
  position: absolute;
  width: 19.0625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar .photo {
    width: 22.875vw;
  }
}
.p-recommend__bfc .mainBar .photo {
  top: 50%;
  right: 5.2083333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .mainBar .photo {
    right: 6.25vw;
  }
}
.p-recommend__bfc .mainBar .photo {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .mainBar .photo {
    display: none;
  }
}
.p-recommend__bfc .voice {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice {
    margin-bottom: 8vw;
  }
}
.p-recommend__bfc .voice > li {
  border-top: 0.0520833333vw dashed #CCCCCC;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice > li {
    border-top: 0.0625vw dashed #CCCCCC;
  }
}
.p-recommend__bfc .voice > li {
  padding-top: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice > li {
    padding-top: 4.375vw;
  }
}
.p-recommend__bfc .voice > li {
  margin-top: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice > li {
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice > li {
    border-top: 0.2666666667vw dashed #CCCCCC;
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-recommend__bfc .voice > li:first-child {
  border-top: none;
  padding-top: 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice > li:first-child {
    padding-top: 0vw;
  }
}
.p-recommend__bfc .voice > li:first-child {
  margin-top: 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice > li:first-child {
    margin-top: 0vw;
  }
}
.p-recommend__bfc .voice .voiceTtl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .voiceTtl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-recommend__bfc .voice .voiceTtl {
  font-weight: var(--bold);
  color: #092560;
  border-left: 0.2604166667vw solid #0772BA;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .voiceTtl {
    border-left: 0.3125vw solid #0772BA;
  }
}
.p-recommend__bfc .voice .voiceTtl {
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .voiceTtl {
    padding: 0.9375vw 1.875vw;
  }
}
.p-recommend__bfc .voice .voiceTtl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .voiceTtl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .voiceTtl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    border-left: 1.3333333333vw solid #0772BA;
    padding: 1.3333333333vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__bfc .voice .content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content {
    display: block;
  }
}
.p-recommend__bfc .voice .content .image {
  width: 26.0416666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .image {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .image {
    width: 100%;
  }
}
.p-recommend__bfc .voice .content .text {
  padding-left: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .text {
    padding-left: 1.875vw;
  }
}
.p-recommend__bfc .voice .content .text {
  width: 50.9895833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .text {
    width: 61.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .text {
    padding-left: 0;
    width: 100%;
  }
}
.p-recommend__bfc .voice .content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .head {
    display: block;
  }
}
.p-recommend__bfc .voice .content .head > div {
  display: flex;
  align-items: center;
}
.p-recommend__bfc .voice .content .head .point p {
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .head .point p {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-recommend__bfc .voice .content .head .point p {
  color: #092560;
  padding-left: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .head .point p {
    padding-left: 0.9375vw;
  }
}
.p-recommend__bfc .voice .content .head .point p span {
  font-size: clamp(3.8rem, 2.5vw, 4.8rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .head .point p span {
    font-size: clamp(3.8rem, 3vw, 5.8rem);
  }
}
.p-recommend__bfc .voice .content .head .point p span {
  font-family: var(--font-price);
  color: #E40345;
}
.p-recommend__bfc .voice .content .head .btn .c-btn {
  width: 16.6666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .head .btn .c-btn {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .head .btn .c-btn {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__bfc .voice .content .box {
  display: flex;
  border: 0.0520833333vw dashed #CCCCCC;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box {
    border: 0.0625vw dashed #CCCCCC;
  }
}
.p-recommend__bfc .voice .content .box {
  padding: 1.3020833333vw 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box {
    padding: 1.5625vw 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .box {
    border: 0.2666666667vw dashed #CCCCCC;
    padding: 4vw;
    display: block;
  }
}
.p-recommend__bfc .voice .content .box .photo {
  width: 7.2916666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo {
    width: 8.75vw;
  }
}
.p-recommend__bfc .voice .content .box .photo {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo {
    font-size: clamp(1.5rem, 1vw, 2.6rem);
  }
}
.p-recommend__bfc .voice .content .box .photo {
  margin-right: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo {
    margin-right: 1.875vw;
  }
}
.p-recommend__bfc .voice .content .box .photo {
  color: #092560;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .box .photo {
    width: 100%;
    font-size: clamp(1.5rem, 0.625vw, 1.2rem);
    margin-right: 0vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo {
    font-size: clamp(1.5rem, 0.75vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo {
    margin-right: 0vw;
  }
}
.p-recommend__bfc .voice .content .box .photo img {
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .photo img {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .box .photo img {
    margin-bottom: 1.3333333333vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-recommend__bfc .voice .content .box .ttl {
  font-weight: var(--bold);
  color: #092560;
  padding-left: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl {
    padding-left: 2.8125vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl {
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl {
    margin-bottom: 1.5625vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .box .ttl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    padding-left: 8vw;
    margin-bottom: 4vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl::before {
  content: "";
  display: inline-block;
  width: 1.6145833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl::before {
    width: 1.9375vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl::before {
  height: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl::before {
    height: 1.5625vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl::before {
  position: absolute;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl::before {
    left: 0vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl::before {
  top: 0.3125vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .box .ttl::before {
    top: 0.375vw;
  }
}
.p-recommend__bfc .voice .content .box .ttl::before {
  background-image: url(../images/recommend/icon_fukidashi.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .box .ttl::before {
    top: 1.6vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-recommend__bfc .voice .content .maker {
  display: flex;
  align-items: center;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .maker {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .maker {
    margin-top: 2.6666666667vw;
  }
}
.p-recommend__bfc .voice .content .maker .logo {
  margin-right: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .maker .logo {
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .maker .logo {
    margin-right: 2.6666666667vw;
  }
}
.p-recommend__bfc .voice .content .maker .logo img {
  width: 10.1041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .maker .logo img {
    width: 12.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .maker .logo img {
    width: 21.3333333333vw;
  }
}
.p-recommend__bfc .voice .content .maker .ttl {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .maker .ttl {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-recommend__bfc .voice .content .maker .ttl {
  font-weight: var(--bold);
  color: #092560;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .voice .content .maker .ttl {
    margin-bottom: 1.25vw;
  }
}
.p-recommend__bfc .voice .content .maker .ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .voice .content .maker .ttl {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-bottom: 1.3333333333vw;
  }
}
.p-recommend__bfc .voice .content .maker ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-recommend__bfc .banner {
  margin-bottom: 5.7291666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .banner {
    margin-bottom: 6.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .banner {
    margin-bottom: 8vw;
  }
}
.p-recommend__bfc .makeup {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup {
    margin-bottom: 5vw;
  }
}
.p-recommend__bfc .makeup .makeupTtl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .makeupTtl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-recommend__bfc .makeup .makeupTtl {
  font-weight: var(--bold);
  color: #092560;
  border-left: 0.2604166667vw solid #0772BA;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .makeupTtl {
    border-left: 0.3125vw solid #0772BA;
  }
}
.p-recommend__bfc .makeup .makeupTtl {
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .makeupTtl {
    padding: 0.9375vw 1.875vw;
  }
}
.p-recommend__bfc .makeup .makeupTtl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .makeupTtl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .makeup .makeupTtl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    border-left: 1.3333333333vw solid #0772BA;
    padding: 1.3333333333vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__bfc .makeup .image {
  text-align: center;
}
.p-recommend__bfc .makeup img {
  width: 71.3541666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup img {
    width: 85.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .makeup img {
    width: 90%;
  }
}
.p-recommend__bfc .makeup ul {
  width: 46.875vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup ul {
    width: 56.25vw;
  }
}
.p-recommend__bfc .makeup ul {
  margin: 1.3020833333vw auto 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup ul {
    margin: 1.5625vw auto 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .makeup ul {
    width: 100%;
    margin: 4vw auto 4vw;
  }
}
.p-recommend__bfc .makeup ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.p-recommend__bfc .makeup .btn {
  text-align: center;
}
.p-recommend__bfc .makeup .btn .c-btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .btn .c-btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-recommend__bfc .makeup .btn .c-btn {
  width: 25.5208333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .btn .c-btn {
    width: 30.625vw;
  }
}
.p-recommend__bfc .makeup .btn .c-btn {
  padding: 2.0833333333vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .makeup .btn .c-btn {
    padding: 2.5vw 2.8125vw;
  }
}
@media screen and (max-width: 1439px) {
  .p-recommend__bfc .makeup .btn .c-btn {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .makeup .btn .c-btn {
    width: 100%;
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
    padding: 5.3333333333vw;
  }
}
.p-recommend__bfc .makeup .btn .c-btn br {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-recommend__bfc .makeup .btn .c-btn br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .makeup .btn .c-btn br {
    display: none;
  }
}
.p-recommend__bfc .bannerList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .bannerList {
    gap: 3.75vw;
  }
}
.p-recommend__bfc .bannerList {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .bannerList {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .bannerList {
    gap: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-recommend__bfc .appeal {
  position: relative;
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal {
    padding-bottom: 5vw;
  }
}
.p-recommend__bfc .appeal {
  border-bottom: 0.0520833333vw solid #CCCCCC;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal {
    border-bottom: 0.0625vw solid #CCCCCC;
  }
}
.p-recommend__bfc .appeal {
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal {
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #CCCCCC;
    margin-bottom: 10.6666666667vw;
  }
}
.p-recommend__bfc .appeal .content {
  width: 54.0104166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .content {
    width: 64.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .content {
    width: 100%;
  }
}
.p-recommend__bfc .appeal .image {
  position: absolute;
  bottom: 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .image {
    bottom: 0vw;
  }
}
.p-recommend__bfc .appeal .image {
  right: 0;
  width: 26.6666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .image {
    width: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .image {
    display: none;
  }
}
.p-recommend__bfc .appeal .ttl {
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.p-recommend__bfc .appeal .ttl img {
  width: 48.90625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl img {
    width: 58.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .ttl img {
    width: 80vw;
  }
}
.p-recommend__bfc .appeal .ttl span {
  color: #0772BA;
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl span {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-recommend__bfc .appeal .ttl span {
  font-weight: var(--black);
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl span {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .ttl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-recommend__bfc .appeal .ttl span {
  position: relative;
  display: inline-block;
  padding: 0vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl span {
    padding: 0vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .ttl span {
    padding: 0vw 10.6666666667vw;
  }
}
.p-recommend__bfc .appeal .ttl span {
  z-index: 99;
}
.p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.2916666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
    width: 2.75vw;
  }
}
.p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
  height: 0.2083333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
    height: 0.25vw;
  }
}
.p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
  background-color: #0772BA;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .ttl span:before, .p-recommend__bfc .appeal .ttl span:after {
    width: 8vw;
    height: 0.5333333333vw;
  }
}
.p-recommend__bfc .appeal .ttl span:before {
  left: 0;
  transform: rotate(60deg);
}
.p-recommend__bfc .appeal .ttl span:after {
  right: 0;
}
.p-recommend__bfc .appeal .text {
  text-align: center;
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .text {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .text {
    margin-bottom: 8vw;
  }
}
.p-recommend__bfc .appeal .text p {
  color: #031F6A;
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .text p {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-recommend__bfc .appeal .text p {
  font-weight: var(--black);
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .text p {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .text p {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin-bottom: 4vw;
  }
}
.p-recommend__bfc .appeal .text img {
  width: 46.9791666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .text img {
    width: 56.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .text img {
    width: 64vw;
  }
}
.p-recommend__bfc .appeal .btns {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .btns {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .btns {
    display: block;
  }
}
.p-recommend__bfc .appeal .btns .c-btn {
  width: 18.75vw;
}
@media (max-width: 1080px) {
  .p-recommend__bfc .appeal .btns .c-btn {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__bfc .appeal .btns .c-btn {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.p-recommend__rs {
  padding: 4.4270833333vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs {
    padding: 5.3125vw 3.75vw;
  }
}
.p-recommend__rs {
  margin: 0vw -3.125vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs {
    margin: 0vw -3.75vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs {
    padding: 0vw 5.3333333333vw;
  }
}
.p-recommend__rs {
  background: transparent linear-gradient(95deg, #EBEBEB 3%, var(--unnamed-color-ffffff) 35%, #E4E4E4 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(95deg, #EBEBEB 3%, #FFFFFF 35%, #E4E4E4 100%) 0% 0% no-repeat padding-box;
}
.p-recommend__rs .mainBar {
  background-color: #6D6D70;
  display: flex;
  align-items: center;
  padding: 2.34375vw 5.7291666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar {
    padding: 2.8125vw 6.875vw;
  }
}
.p-recommend__rs .mainBar {
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar {
    gap: 3.125vw;
  }
}
.p-recommend__rs .mainBar {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .mainBar {
    padding: 16vw 2.6666666667vw 4vw;
    gap: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
    display: block;
  }
}
.p-recommend__rs .mainBar .logo {
  width: 13.59375vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar .logo {
    width: 16.3125vw;
  }
}
.p-recommend__rs .mainBar .logo {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .mainBar .logo {
    text-align: center;
    width: 42.6666666667vw;
    margin: 0vw auto;
  }
}
.p-recommend__rs .mainBar .logo .point {
  position: absolute;
  top: -3.8020833333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar .logo .point {
    top: -4.5625vw;
  }
}
.p-recommend__rs .mainBar .logo .point {
  left: 50%;
  transform: translateX(-50%);
  width: 13.59375vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar .logo .point {
    width: 16.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .mainBar .logo .point {
    width: 42.6666666667vw;
    top: -11.4666666667vw;
  }
}
.p-recommend__rs .mainBar .ttl {
  width: 48.5416666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .mainBar .ttl {
    width: 58.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .mainBar .ttl {
    width: 100%;
    margin-top: 6.1333333333vw;
  }
}
.p-recommend__rs .content .ttl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .ttl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-recommend__rs .content .ttl {
  font-weight: var(--bold);
  color: #092560;
  border-left: 0.2604166667vw solid #0772BA;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .ttl {
    border-left: 0.3125vw solid #0772BA;
  }
}
.p-recommend__rs .content .ttl {
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .ttl {
    padding: 0.9375vw 1.875vw;
  }
}
.p-recommend__rs .content .ttl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content .ttl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    border-left: 1.3333333333vw solid #0772BA;
    padding: 1.3333333333vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__rs .content .subTtl {
  display: block;
}
.p-recommend__rs .content .subTtl span {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .subTtl span {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-recommend__rs .content .subTtl span {
  font-weight: var(--bold);
  display: inline-block;
  border-bottom: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .subTtl span {
    border-bottom: 0.9375vw;
  }
}
.p-recommend__rs .content .subTtl span {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .subTtl span {
    margin-bottom: 1.875vw;
  }
}
.p-recommend__rs .content .subTtl span {
  color: #3B4442;
  border-bottom: 0.1041666667vw dotted #3B4442;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content .subTtl span {
    border-bottom: 0.125vw dotted #3B4442;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content .subTtl span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    border-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
    border-bottom: 0.5333333333vw dotted #3B4442;
  }
}
.p-recommend__rs .content.--p01 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 {
    display: block;
  }
}
.p-recommend__rs .content.--p01 .image {
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .image {
    width: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .image {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__rs .content.--p01 .image img:first-child {
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .image img:first-child {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .image img:first-child {
    margin-bottom: 2.6666666667vw;
  }
}
.p-recommend__rs .content.--p01 .image p {
  margin-top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .image p {
    margin-top: 0.625vw;
  }
}
.p-recommend__rs .content.--p01 .image p {
  text-align: center;
  color: #092560;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .image p {
    margin-top: 1.3333333333vw;
  }
}
.p-recommend__rs .content.--p01 .text {
  width: 53.125vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .text {
    width: 63.75vw;
  }
}
.p-recommend__rs .content.--p01 .text {
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .text {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .text {
    width: 100%;
    padding-left: 0;
  }
}
.p-recommend__rs .content.--p01 .box {
  display: flex;
  align-items: center;
  margin-top: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box {
    margin-top: 2.8125vw;
  }
}
.p-recommend__rs .content.--p01 .box {
  padding: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box {
    padding: 3.125vw;
  }
}
.p-recommend__rs .content.--p01 .box {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxImage {
  width: 25.2604166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxImage {
    width: 30.3125vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxImage {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxImage {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxImage {
    display: block;
    width: 53.3333333333vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxImage img {
  width: 12.7083333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxImage img {
    width: 15.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxImage img {
    width: 100%;
  }
}
.p-recommend__rs .content.--p01 .box .boxImage img:last-child {
  width: 10.46875vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxImage img:last-child {
    width: 12.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxImage img:last-child {
    width: 100%;
  }
}
.p-recommend__rs .content.--p01 .box .boxText {
  padding-left: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText {
    padding-left: 5vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxText {
    padding-left: 2.6666666667vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText .boxTtl {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText .boxTtl {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-recommend__rs .content.--p01 .box .boxText .boxTtl {
  font-weight: var(--bold);
  color: #D91B31;
  padding: 0.78125vw 0vw 0.78125vw 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText .boxTtl {
    padding: 0.9375vw 0vw 0.9375vw 0vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText .boxTtl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxText .boxTtl {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding: 2.6666666667vw 0vw 2.6666666667vw 5.3333333333vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText p {
  position: relative;
  z-index: 99;
}
.p-recommend__rs .content.--p01 .box .boxText img {
  width: 4.9479166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText img {
    width: 5.9375vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText img {
  position: absolute;
  top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText img {
    top: 0.625vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText img {
  left: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p01 .box .boxText img {
    left: 1.875vw;
  }
}
.p-recommend__rs .content.--p01 .box .boxText img {
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p01 .box .boxText img {
    width: 18.6666666667vw;
    top: -2.6666666667vw;
    left: 0vw;
  }
}
.p-recommend__rs .content.--p02 .btn {
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p02 .btn {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p02 .btn {
    margin-top: 5.3333333333vw;
  }
}
.p-recommend__rs .content.--p02 .btn {
  text-align: center;
}
.p-recommend__rs .content.--p02 .btn .c-btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p02 .btn .c-btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-recommend__rs .content.--p02 .btn .c-btn {
  width: 25vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p02 .btn .c-btn {
    width: 30vw;
  }
}
.p-recommend__rs .content.--p02 .btn .c-btn {
  background-color: #3B4442;
  padding: 2.0833333333vw 2.34375vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .content.--p02 .btn .c-btn {
    padding: 2.5vw 2.8125vw;
  }
}
@media screen and (max-width: 1439px) {
  .p-recommend__rs .content.--p02 .btn .c-btn {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p02 .btn .c-btn {
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
    padding: 5.3333333333vw;
    width: 100%;
  }
}
.p-recommend__rs .content.--p02 .btn .c-btn br {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-recommend__rs .content.--p02 .btn .c-btn br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .content.--p02 .btn .c-btn br {
    display: none;
  }
}
.p-recommend__rs .banner {
  margin-top: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .banner {
    margin-top: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .banner {
    margin-top: 10.6666666667vw;
  }
}
.p-recommend__rs .under {
  display: flex;
  margin-top: 4.6875vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under {
    margin-top: 5.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.p-recommend__rs .under .content {
  width: 50vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .content {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .content {
    width: 100%;
  }
}
.p-recommend__rs .under .image {
  width: 27.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .image {
    width: 32.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .image {
    width: 100%;
  }
}
.p-recommend__rs .under .underTtl {
  text-align: center;
  font-size: clamp(3.8rem, 2.5vw, 4.8rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .underTtl {
    font-size: clamp(3.8rem, 3vw, 5.8rem);
  }
}
.p-recommend__rs .under .underTtl {
  font-weight: var(--black);
  color: #092560;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .underTtl {
    font-size: clamp(1.6rem, 6.9333333333vw, 3.6rem);
  }
}
.p-recommend__rs .under .underTtl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .underTtl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-recommend__rs .under .underTtl span {
  color: #D91B31;
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .underTtl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-recommend__rs .under .btns {
  margin-top: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .btns {
    margin-top: 5vw;
  }
}
.p-recommend__rs .under .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .btns {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .btns {
    display: block;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-recommend__rs .under .btns .c-btn {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .btns .c-btn {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-recommend__rs .under .btns .c-btn {
  width: 18.75vw;
}
@media (max-width: 1080px) {
  .p-recommend__rs .under .btns .c-btn {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__rs .under .btns .c-btn {
    width: 100%;
    margin-top: 2.6666666667vw;
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
  }
}
.p-recommend__proposal {
  padding-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal {
    padding-bottom: 10.6666666667vw;
  }
}
.p-recommend__proposal .barTtl {
  text-align: center;
  background-color: #159338;
  border-radius: 6px;
  padding: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .barTtl {
    padding: 2.5vw;
  }
}
.p-recommend__proposal .barTtl {
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-recommend__proposal .barTtl {
    font-size: clamp(3rem, 2.5vw, 5rem);
  }
}
.p-recommend__proposal .barTtl {
  color: #FFF;
  font-weight: var(--black);
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .barTtl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .barTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 2.6666666667vw;
    padding-bottom: 4vw;
  }
}
.p-recommend__proposal .barTtl span {
  display: block;
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-recommend__proposal .barTtl span {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-recommend__proposal .barTtl span {
  color: #FFFF0E;
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .barTtl span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-recommend__proposal .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__proposal .content .text {
  width: 47.3958333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .text {
    width: 56.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .text {
    width: 100%;
  }
}
.p-recommend__proposal .content .upText {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .upText {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-recommend__proposal .content .upText {
  font-weight: var(--black);
  color: #155138;
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .upText {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .upText {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 8vw;
  }
}
.p-recommend__proposal .content .ttl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .ttl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-recommend__proposal .content .ttl {
  font-weight: var(--bold);
  color: #004038;
  border-left: 0.2604166667vw solid #159338;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .ttl {
    border-left: 0.3125vw solid #159338;
  }
}
.p-recommend__proposal .content .ttl {
  padding: 0.625vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .ttl {
    padding: 0.75vw 1.875vw;
  }
}
.p-recommend__proposal .content .ttl {
  margin-bottom: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .ttl {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .ttl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    border-left: 1.3333333333vw solid #159338;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__proposal .content .subtext ul {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .subtext ul {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .subtext ul {
    margin-bottom: 5.3333333333vw;
  }
}
.p-recommend__proposal .content .subtext ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-recommend__proposal .content .point {
  background: transparent linear-gradient(150deg, #A1D62C 0%, #338B75 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 1.4583333333vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .point {
    padding: 1.75vw 0.3125vw;
  }
}
.p-recommend__proposal .content .point {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .point {
    padding: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-recommend__proposal .content .point img {
  width: 36.3541666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .content .point img {
    width: 43.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .content .point img {
    width: 100%;
  }
}
.p-recommend__proposal .image {
  width: 26.0416666667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .image {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .image {
    width: 100%;
  }
}
.p-recommend__proposal .image img:last-child {
  margin-top: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .image img:last-child {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .image img:last-child {
    margin-top: 2.6666666667vw;
  }
}
.p-recommend__proposal .lineup {
  position: relative;
  text-align: center;
  padding: 2.7604166667vw 0vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup {
    padding: 3.3125vw 0vw;
  }
}
.p-recommend__proposal .lineup {
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .lineup {
    padding: 5.3333333333vw 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-recommend__proposal .lineup > div {
  position: relative;
  z-index: 99;
}
.p-recommend__proposal .lineup .ttl {
  width: 31.5104166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup .ttl {
    width: 37.8125vw;
  }
}
.p-recommend__proposal .lineup .ttl {
  margin: 0vw auto 1.5625vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup .ttl {
    margin: 0vw auto 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .lineup .ttl {
    width: 100%;
    margin: 0vw auto 2.6666666667vw;
  }
}
.p-recommend__proposal .lineup .ttl img {
  width: 31.5104166667vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup .ttl img {
    width: 37.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .lineup .ttl img {
    width: 100%;
  }
}
.p-recommend__proposal .lineup .btn .c-btn {
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup .btn .c-btn {
    width: 47.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .lineup .btn .c-btn {
    width: 100%;
  }
}
.p-recommend__proposal .lineup .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  height: 14.8958333333vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .lineup .background {
    height: 17.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .lineup .background {
    height: 37.3333333333vw;
  }
}
.p-recommend__proposal .banner {
  margin-top: -3.125vw;
}
@media (max-width: 1080px) {
  .p-recommend__proposal .banner {
    margin-top: -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recommend__proposal .banner {
    margin-top: 0vw;
  }
}

/*
*
* siding
*
*/
.p-siding img {
  width: 100%;
}
.p-siding__main .image {
  padding: 0vw 0vw 0vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__main .image {
    padding: 0vw 0vw 0vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__main .image {
    padding: 0vw 5.3333333333vw;
  }
}
.p-siding__title {
  text-align: center;
  padding: 3.6458333333vw 0vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-siding__title {
    padding: 4.375vw 0vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__title {
    padding: 8vw 0vw 10.6666666667vw;
  }
}
.p-siding__title .head {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__title .head {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__title .head {
  font-weight: var(--black);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__title .head {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__title .head span {
  color: #EF0000;
}
.p-siding__title .arr {
  margin: -3.6458333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-siding__title .arr {
    margin: -4.375vw auto 0vw;
  }
}
.p-siding__title .arr {
  width: 6.25vw;
}
@media (max-width: 1080px) {
  .p-siding__title .arr {
    width: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__title .arr {
    margin: -21.3333333333vw auto 0vw;
    width: 21.3333333333vw;
  }
}
.p-siding__title .text {
  position: relative;
  padding: 1.5625vw 0vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text {
    padding: 1.875vw 0vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__title .text {
    padding: 2.6666666667vw 0vw 2.6666666667vw;
  }
}
.p-siding__title .text .kaiketsu {
  position: absolute;
  bottom: 1.71875vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .kaiketsu {
    bottom: 2.0625vw;
  }
}
.p-siding__title .text .kaiketsu {
  right: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .kaiketsu {
    right: 1.6875vw;
  }
}
.p-siding__title .text .kaiketsu {
  width: 15.8333333333vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .kaiketsu {
    width: 19vw;
  }
}
.p-siding__title .text .kaiketsu {
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .kaiketsu {
    bottom: 18.6666666667vw;
    right: -5.3333333333vw;
    width: 27.7333333333vw;
  }
}
.p-siding__title .text .subTtl {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__title .text .subTtl {
  font-weight: var(--black);
  color: #4A3B06;
  white-space: nowrap;
  position: relative;
  z-index: 99;
  width: 34.375vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl {
    width: 41.25vw;
  }
}
.p-siding__title .text .subTtl {
  margin: 0vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl {
    margin: 0vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .subTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    width: 100%;
    margin: 0vw auto 0vw;
  }
}
.p-siding__title .text .subTtl span {
  font-size: clamp(2.8rem, 1.9791666667vw, 3.8rem);
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl span {
    font-size: clamp(2.8rem, 2.375vw, 4.8rem);
  }
}
.p-siding__title .text .subTtl span {
  color: #F5721A;
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .subTtl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__title .text .subTtl .osusume {
  position: absolute;
  top: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl .osusume {
    top: -2.5vw;
  }
}
.p-siding__title .text .subTtl .osusume {
  left: -6.25vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl .osusume {
    left: -7.5vw;
  }
}
.p-siding__title .text .subTtl .osusume {
  width: 6.71875vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .subTtl .osusume {
    width: 8.0625vw;
  }
}
.p-siding__title .text .subTtl .osusume {
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .subTtl .osusume {
    top: -8vw;
    left: 0vw;
    width: 26.6666666667vw;
    z-index: 999;
  }
}
.p-siding__title .text .ttl {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-siding__title .text .ttl {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-siding__title .text .ttl {
  font-weight: var(--black);
  color: #F5721A;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
  }
}
.p-siding__title .text .ttl span {
  display: inline-block;
}
.p-siding__title .text .ttl .main {
  color: #4A3B06;
  position: relative;
  z-index: 98;
}
.p-siding__title .text .ttl .main span {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__title .text .ttl .main span {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__title .text .ttl .main span {
  display: inline-block;
  line-height: 1;
  padding: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .ttl .main span {
    padding: 0.3125vw;
  }
}
.p-siding__title .text .ttl .main span {
  margin-left: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__title .text .ttl .main span {
    margin-left: 0.625vw;
  }
}
.p-siding__title .text .ttl .main span {
  font-weight: var(--black);
  background-color: #F5721A;
  color: #FFFF00;
}
@media screen and (max-width: 768px) {
  .p-siding__title .text .ttl .main span {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    padding: 2.6666666667vw;
    margin-left: 0vw;
  }
}
.p-siding .barTtl {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-siding .barTtl {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-siding .barTtl {
  font-weight: var(--bold);
  color: #FFF;
  text-align: center;
  background-color: #4A3B06;
  border-radius: 6px;
  padding: 1.3020833333vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding .barTtl {
    padding: 1.5625vw 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding .barTtl {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-siding__sidingcover {
  background-color: #FDE3D2;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover {
    margin: 0vw -3.75vw;
  }
}
.p-siding__sidingcover {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover {
    margin: 0vw -5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
.p-siding__sidingcover .barTtl {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover .barTtl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover .barTtl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__sidingcover .lead {
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingcover .lead {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__sidingcover .lead {
  font-weight: var(--bold);
  color: #4A3B06;
  text-align: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover .lead {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover .lead {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__sidingcover ul {
  display: flex;
  gap: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.p-siding__sidingcover ul li {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li {
    width: 44.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li {
    width: 100%;
  }
}
.p-siding__sidingcover ul li .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24.4791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li .image {
    height: 29.375vw;
  }
}
.p-siding__sidingcover ul li .image {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li .image {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li .image {
    height: 66.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__sidingcover ul li .box {
  text-align: center;
  background-color: #FFF;
  padding: 2.0833333333vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li .box {
    padding: 2.5vw 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li .box {
    padding: 4vw 1.3333333333vw;
  }
}
.p-siding__sidingcover ul li .box .subTtl {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li .box .subTtl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li .box .subTtl {
    margin-bottom: 1.3333333333vw;
  }
}
.p-siding__sidingcover ul li .box .c-btn {
  width: 18.75vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li .box .c-btn {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li .box .c-btn {
    width: 64vw;
  }
}
.p-siding__sidingcover ul li.--p01 img {
  width: 30.15625vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li.--p01 img {
    width: 36.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li.--p01 img {
    width: 90%;
  }
}
.p-siding__sidingcover ul li.--p01 .subTtl img {
  width: 25.4166666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li.--p01 .subTtl img {
    width: 30.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li.--p01 .subTtl img {
    width: 80%;
  }
}
.p-siding__sidingcover ul li.--p02 .subTtl img {
  width: 25.4166666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingcover ul li.--p02 .subTtl img {
    width: 30.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingcover ul li.--p02 .subTtl img {
    width: 80%;
  }
}
.p-siding__manzokudo {
  display: flex;
  padding: 4.1666666667vw 0vw 0vw 0vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo {
    padding: 5vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo {
    padding: 8vw 0vw 8vw 0vw;
  }
}
.p-siding__manzokudo .image {
  margin-left: -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .image {
    margin-left: -3.75vw;
  }
}
.p-siding__manzokudo .image {
  width: 28.0729166667vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .image {
    width: 33.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .image {
    display: none;
  }
}
.p-siding__manzokudo .content {
  padding-top: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content {
    padding-top: 4.375vw;
  }
}
.p-siding__manzokudo .content {
  width: 43.4895833333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content {
    width: 52.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content {
    padding-top: 5.3333333333vw;
    width: 100%;
  }
}
.p-siding__manzokudo .content .ttl {
  position: relative;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content .ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__manzokudo .content .ttl .osusume {
  position: absolute;
  top: -4.53125vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .ttl .osusume {
    top: -5.4375vw;
  }
}
.p-siding__manzokudo .content .ttl .osusume {
  left: -6.7708333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .ttl .osusume {
    left: -8.125vw;
  }
}
.p-siding__manzokudo .content .ttl .osusume {
  width: 16.6145833333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .ttl .osusume {
    width: 19.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content .ttl .osusume {
    top: -9.3333333333vw;
    left: -5.3333333333vw;
    width: 32vw;
  }
}
.p-siding__manzokudo .content .lead {
  text-align: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .lead {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__manzokudo .content .lead {
  color: #4A3B06;
  font-weight: var(--bold);
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .lead {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content .lead {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__manzokudo .content .lead span {
  color: #F5421A;
}
.p-siding__manzokudo .content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul {
    gap: 1.25vw;
  }
}
.p-siding__manzokudo .content ul {
  width: 25vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul {
    width: 30vw;
  }
}
.p-siding__manzokudo .content ul {
  margin: 0vw auto 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul {
    margin: 0vw auto 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content ul {
    gap: 2.6666666667vw;
    width: 100%;
    margin: 0vw auto 5.3333333333vw;
  }
}
.p-siding__manzokudo .content ul li {
  font-size: clamp(1.5rem, 1.25vw, 2.4rem);
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul li {
    font-size: clamp(1.5rem, 1.5vw, 3.4rem);
  }
}
.p-siding__manzokudo .content ul li {
  font-weight: var(--bold);
  color: #4A3B06;
  position: relative;
  padding-left: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul li {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content ul li {
    font-size: clamp(0.5rem, 4vw, 1.8rem);
    padding-left: 6.6666666667vw;
  }
}
.p-siding__manzokudo .content ul li::before {
  content: "";
  display: inline-block;
  width: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul li::before {
    width: 1.375vw;
  }
}
.p-siding__manzokudo .content ul li::before {
  height: 1.1458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul li::before {
    height: 1.375vw;
  }
}
.p-siding__manzokudo .content ul li::before {
  position: absolute;
  left: 0vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content ul li::before {
    left: 0vw;
  }
}
.p-siding__manzokudo .content ul li::before {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/top/muryou/icon_check.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content ul li::before {
    top: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-siding__manzokudo .content .btn {
  text-align: center;
}
.p-siding__manzokudo .content .btn .c-btn {
  width: 36.4583333333vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .btn .c-btn {
    width: 43.75vw;
  }
}
.p-siding__manzokudo .content .btn .c-btn {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .btn .c-btn {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__manzokudo .content .btn .c-btn {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content .btn .c-btn {
    width: 100%;
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    line-height: 1.4;
  }
}
.p-siding__manzokudo .content .btn .c-btn span {
  display: block;
  color: #FFFF65;
  font-size: clamp(1.5rem, 0.7291666667vw, 1.4rem);
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .btn .c-btn span {
    font-size: clamp(1.5rem, 0.875vw, 2.4rem);
  }
}
.p-siding__manzokudo .content .btn .c-btn span {
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__manzokudo .content .btn .c-btn span {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__manzokudo .content .btn .c-btn span {
    margin-bottom: 1.3333333333vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__sidingmetal {
  background-image: url(../images/siding/sidingmetal_background.webp);
  background-repeat: repeat;
  background-position: center center;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal {
    margin: 0vw -3.75vw;
  }
}
.p-siding__sidingmetal {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__sidingmetal .mainTtl {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .mainTtl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__sidingmetal .mainTtl {
  font-weight: var(--black);
  color: #F5721A;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .mainTtl {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
  }
}
.p-siding__sidingmetal .mainTtl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .mainTtl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__sidingmetal .mainTtl span {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .mainTtl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__sidingmetal .mainTtl .point {
  width: 16.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .mainTtl .point {
    width: 19.875vw;
  }
}
.p-siding__sidingmetal .mainTtl .point {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .mainTtl .point {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .mainTtl .point {
    width: 53.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-siding__sidingmetal .lead {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .lead {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .lead {
    margin-bottom: 8vw;
  }
}
.p-siding__sidingmetal .fukidashi {
  text-align: center;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .fukidashi {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .fukidashi {
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__sidingmetal .fukidashi img {
  width: 59.0104166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .fukidashi img {
    width: 70.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .fukidashi img {
    width: 100%;
  }
}
.p-siding__sidingmetal .subTtl {
  text-align: center;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .subTtl {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-siding__sidingmetal .subTtl {
  font-weight: var(--bold);
  color: #4A3B06;
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .subTtl {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .subTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__sidingmetal .imageTtl {
  text-align: center;
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .imageTtl {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .imageTtl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__sidingmetal .imageTtl img {
  width: 50.7291666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .imageTtl img {
    width: 60.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .imageTtl img {
    width: 100%;
  }
}
.p-siding__sidingmetal .barTtl {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .barTtl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .barTtl {
    margin-bottom: 5.3333333333vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__sidingmetal .maker {
  display: flex;
  align-items: end;
  gap: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-siding__sidingmetal .maker .item {
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  width: 23.9583333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item {
    width: 28.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item {
    width: 100%;
  }
}
.p-siding__sidingmetal .maker .item div:first-child {
  border-radius: 10px 10px 0px 0px;
}
.p-siding__sidingmetal .maker .item .osusume {
  background-color: #EF0000;
  padding: 0.78125vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .osusume {
    padding: 0.9375vw 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .osusume {
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .osusume img {
  width: 8.8541666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .osusume img {
    width: 10.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .osusume img {
    width: 26.6666666667vw;
  }
}
.p-siding__sidingmetal .maker .item .name {
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .name {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-siding__sidingmetal .maker .item .name {
  color: #FFF;
  font-weight: var(--bold);
  padding: 1.1979166667vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .name {
    padding: 1.4375vw 0.625vw;
  }
}
.p-siding__sidingmetal .maker .item .name {
  background-color: #008139;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .name {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .itemBar {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .itemBar {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__sidingmetal .maker .item .itemBar {
  font-weight: var(--bold);
  text-align: center;
  color: #008139;
  margin: 1.5625vw 1.5625vw 0vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .itemBar {
    margin: 1.875vw 1.875vw 0vw;
  }
}
.p-siding__sidingmetal .maker .item .itemBar {
  padding: 1.0416666667vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .itemBar {
    padding: 1.25vw 0.625vw;
  }
}
.p-siding__sidingmetal .maker .item .itemBar {
  background-color: #E5F1EB;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .itemBar {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
    margin: 2.6666666667vw 2.6666666667vw 0vw;
    padding: 1.3333333333vw 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .image {
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .image {
    height: 32vw;
  }
}
.p-siding__sidingmetal .maker .item .image img {
  width: 20.8333333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .image img {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .image img {
    width: 74.6666666667vw;
  }
}
.p-siding__sidingmetal .maker .item .text {
  font-size: clamp(1.2rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .text {
    font-size: clamp(1.2rem, 1.125vw, 11.8rem);
  }
}
.p-siding__sidingmetal .maker .item .text {
  color: #034840;
  display: flex;
  justify-content: center;
  height: 6.25vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .text {
    height: 7.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-siding__sidingmetal .maker .item .text {
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .text {
    height: 12.5vw;
  }
}
@media screen and (max-width: 1079px) {
  .p-siding__sidingmetal .maker .item .text {
    height: 10.9375vw;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .text {
    height: 13.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .text {
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
    height: 18.6666666667vw;
    height: auto;
    padding: 8vw 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .bar {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .bar {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__sidingmetal .maker .item .bar {
  font-weight: var(--bold);
  color: #fFF;
  background-color: #008139;
  padding: 1.0416666667vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .bar {
    padding: 1.25vw 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .bar {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgba(3, 125, 64, 0.2);
  border-radius: 0px 0px 10px 10px;
  gap: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail {
    gap: 0.625vw;
  }
}
.p-siding__sidingmetal .maker .item .detail {
  padding: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail {
    padding: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail {
    padding: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .detail > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.8541666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail > li {
    height: 10.625vw;
  }
}
.p-siding__sidingmetal .maker .item .detail > li {
  padding: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail > li {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail > li {
    height: 26.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.p-siding__sidingmetal .maker .item .detail > li.box {
  background-color: #FFF;
}
.p-siding__sidingmetal .maker .item .detail .sub {
  font-size: clamp(1.2rem, 1.0416666667vw, 2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .sub {
    font-size: clamp(1.2rem, 1.25vw, 12rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .sub {
  line-height: 1;
  color: #034840;
  padding-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .sub {
    padding-bottom: 0.625vw;
  }
}
.p-siding__sidingmetal .maker .item .detail .sub {
  font-weight: var(--bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail .sub {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding-bottom: 1.3333333333vw;
  }
}
.p-siding__sidingmetal .maker .item .detail .subText {
  display: flex;
  align-items: end;
  justify-content: center;
  color: #008139;
  font-size: clamp(1.6rem, 1.3541666667vw, 2.6rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .subText {
    font-size: clamp(1.6rem, 1.625vw, 3.6rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .subText {
  color: #EF0000;
  font-weight: var(--bold);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail .subText {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .subText span {
  display: inline-block;
  font-size: clamp(4rem, 3.75vw, 7.2rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .subText span {
    font-size: clamp(4rem, 4.5vw, 17.2rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .subText span {
  font-family: var(--font-jost);
  font-weight: var(--bold);
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail .subText span {
    font-size: clamp(3.2rem, 11.2vw, 5.2rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .subText em {
  display: flex;
  align-items: center;
  font-style: normal;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .subText em {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item .detail .subText em {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
  }
}
.p-siding__sidingmetal .maker .item .detail .subText em span {
  margin-left: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item .detail .subText em span {
    margin-left: 0.3125vw;
  }
}
.p-siding__sidingmetal .maker .item.--m02 .name {
  background-color: #0585BB;
}
.p-siding__sidingmetal .maker .item.--m02 .text {
  color: #05547C;
}
.p-siding__sidingmetal .maker .item.--m02 .bar {
  background-color: #0585BB;
}
.p-siding__sidingmetal .maker .item.--m02 .itemBar {
  color: #0585BB;
}
.p-siding__sidingmetal .maker .item.--m02 .detail {
  background-color: rgba(5, 133, 187, 0.2);
}
.p-siding__sidingmetal .maker .item.--m02 .detail .sub {
  color: #05547C;
}
.p-siding__sidingmetal .maker .item.--m02 .detail .subText em {
  color: #05547C;
}
.p-siding__sidingmetal .maker .item.--m02 .detail .subText em span {
  color: #EF0000;
}
.p-siding__sidingmetal .maker .item.--m03 .name {
  background-color: #00A8B8;
}
.p-siding__sidingmetal .maker .item.--m03 .text {
  color: #027484;
}
.p-siding__sidingmetal .maker .item.--m03 .bar {
  background-color: #00A8B8;
}
.p-siding__sidingmetal .maker .item.--m03 .itemBar {
  color: #00A8B8;
}
.p-siding__sidingmetal .maker .item.--m03 .detail {
  grid-template-columns: 1fr;
  background-color: rgba(2, 116, 132, 0.2);
}
.p-siding__sidingmetal .maker .item.--m03 .detail .sub {
  color: #027484;
}
.p-siding__sidingmetal .maker .item.--m03 .detail .sub span {
  color: #FFF;
  background-color: #00A8B8;
  padding: 0.1041666667vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item.--m03 .detail .sub span {
    padding: 0.125vw 0.3125vw;
  }
}
.p-siding__sidingmetal .maker .item.--m03 .detail .sub span {
  margin: 0vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .maker .item.--m03 .detail .sub span {
    margin: 0vw 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .maker .item.--m03 .detail .sub span {
    padding: 0.2666666667vw 0.8vw;
    margin: 0vw 0.8vw;
  }
}
.p-siding__sidingmetal .under {
  width: 65.8333333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under {
    width: 79vw;
  }
}
.p-siding__sidingmetal .under {
  margin: 0vw auto;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under {
    margin: 0vw auto;
  }
}
.p-siding__sidingmetal .under {
  text-align: center;
  padding: 7.2916666667vw 0vw 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under {
    padding: 8.75vw 0vw 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .under {
    width: 100%;
    padding: 8vw 0vw 0vw;
  }
}
.p-siding__sidingmetal .under .ttl {
  position: relative;
}
.p-siding__sidingmetal .under .ttl img {
  width: 38.4375vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under .ttl img {
    width: 46.125vw;
  }
}
.p-siding__sidingmetal .under .ttl img {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .under .ttl img {
    width: 100%;
  }
}
.p-siding__sidingmetal .under .ttl .left {
  position: absolute;
  width: 17.1354166667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under .ttl .left {
    width: 20.5625vw;
  }
}
.p-siding__sidingmetal .under .ttl .left {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .under .ttl .left {
    display: none;
  }
}
.p-siding__sidingmetal .under .ttl .right {
  position: absolute;
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sidingmetal .under .ttl .right {
    width: 27.5vw;
  }
}
.p-siding__sidingmetal .under .ttl .right {
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .p-siding__sidingmetal .under .ttl .right {
    display: none;
  }
}
.p-siding__metalfeature {
  background-color: #FEF09F;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature {
    margin: 0vw -3.75vw;
  }
}
.p-siding__metalfeature {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__metalfeature .mainTtl {
  text-align: center;
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .mainTtl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__metalfeature .mainTtl {
  font-weight: var(--black);
  color: #F5721A;
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .mainTtl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .mainTtl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__metalfeature .mainTtl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .mainTtl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__metalfeature .mainTtl span {
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .mainTtl span {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-siding__metalfeature .lead {
  text-align: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .lead {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .lead {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__metalfeature ul {
  display: flex;
  justify-content: space-between;
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul {
    gap: 3.125vw;
  }
}
.p-siding__metalfeature ul {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__metalfeature ul li {
  background-color: #FFF;
  border-radius: 10px;
  width: 35.9375vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li {
    width: 43.125vw;
  }
}
.p-siding__metalfeature ul li {
  padding: 1.5625vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li {
    padding: 1.875vw 3.125vw;
  }
}
.p-siding__metalfeature ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li {
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
}
.p-siding__metalfeature ul li .head {
  display: flex;
  align-items: center;
  margin: -1.5625vw 0vw 0vw -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .head {
    margin: -1.875vw 0vw 0vw -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .head {
    margin: -5.3333333333vw 0vw 0vw -4vw;
  }
}
.p-siding__metalfeature ul li .num {
  color: #FFF;
  background-color: #F5721A;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .num {
    margin-right: 2.1875vw;
  }
}
.p-siding__metalfeature ul li .num {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .num {
    height: 7.25vw;
  }
}
.p-siding__metalfeature ul li .num {
  width: 7.03125vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .num {
    width: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .num {
    margin-right: 5.3333333333vw;
    height: 16vw;
    width: 16vw;
  }
}
.p-siding__metalfeature ul li .num span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .num span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-siding__metalfeature ul li .num span {
  font-weight: var(--bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .num span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__metalfeature ul li .num span em {
  display: block;
  font-style: normal;
  width: 100%;
  font-size: clamp(3rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .num span em {
    font-size: clamp(3rem, 3.125vw, 15rem);
  }
}
.p-siding__metalfeature ul li .num span em {
  line-height: 1;
  font-family: var(--font-jost);
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .num span em {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__metalfeature ul li .ttl {
  font-size: clamp(2.1rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .ttl {
    font-size: clamp(2.1rem, 2.5vw, 14rem);
  }
}
.p-siding__metalfeature ul li .ttl {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__metalfeature ul li .head {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .head {
    height: 7.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .head {
    height: 16vw;
  }
}
.p-siding__metalfeature ul li .text {
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .text {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__metalfeature ul li .text {
  font-weight: var(--bold);
  color: #F5721A;
  padding: 2.0833333333vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .text {
    padding: 2.5vw 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .text {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 4vw 0vw;
  }
}
.p-siding__metalfeature ul li .bar {
  text-align: center;
  background-color: #4A3B06;
  color: #FFF;
  font-weight: var(--bold);
  border-radius: 2px;
  padding: 0.9375vw 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .bar {
    padding: 1.125vw 0.3125vw;
  }
}
.p-siding__metalfeature ul li .bar {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .bar {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .bar {
    padding: 1.3333333333vw 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__metalfeature ul li .image p {
  margin-top: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature ul li .image p {
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature ul li .image p {
    margin-top: 4vw;
  }
}
.p-siding__metalfeature .btn {
  text-align: center;
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .btn {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__metalfeature .btn p {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .btn p {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-siding__metalfeature .btn p {
  font-weight: var(--black);
  color: #4A3B06;
  margin-bottom: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .btn p {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .btn p {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__metalfeature .btn .c-btn {
  width: 39.5833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__metalfeature .btn .c-btn {
    width: 47.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__metalfeature .btn .c-btn {
    width: 100%;
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
  }
}
.p-siding__hikaku {
  padding: 4.1666666667vw 0vw;
}
@media (max-width: 1080px) {
  .p-siding__hikaku {
    padding: 5vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__hikaku {
    padding: 10.6666666667vw 0vw;
  }
}
.p-siding__hikaku .ttl {
  text-align: center;
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__hikaku .ttl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__hikaku .ttl {
  font-weight: var(--black);
  color: #F5721A;
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-siding__hikaku .ttl {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__hikaku .ttl {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__hikaku .ttl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__hikaku .ttl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__hikaku .ttl span {
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__hikaku .ttl span {
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-siding__hikaku .table {
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-siding__hikaku .table {
    width: 75vw;
  }
}
.p-siding__hikaku .table {
  margin: 0vw auto;
}
@media screen and (max-width: 768px) {
  .p-siding__hikaku .table {
    overflow: auto;
    width: 100%;
  }
}
.p-siding__hikaku .table img {
  width: 62.5vw;
}
@media (max-width: 1080px) {
  .p-siding__hikaku .table img {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__hikaku .table img {
    width: 106.6666666667vw;
  }
}
.p-siding__toshi {
  background-color: #FDE3D2;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi {
    margin: 0vw -3.75vw;
  }
}
.p-siding__toshi {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi {
    margin: 0vw -5.3333333333vw;
    padding: 16vw 5.3333333333vw;
  }
}
.p-siding__toshi .mainTtl {
  text-align: center;
  position: relative;
  margin-bottom: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__toshi .mainTtl > div {
  display: flex;
  justify-content: center;
}
.p-siding__toshi .mainTtl > div span {
  display: flex;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl > div span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__toshi .mainTtl > div span {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl > div span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__toshi .mainTtl > div span img {
  width: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl > div span img {
    width: 1.6875vw;
  }
}
.p-siding__toshi .mainTtl > div span img {
  margin-right: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl > div span img {
    margin-right: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl > div span img {
    width: 7.2vw;
    margin-right: 1.3333333333vw;
  }
}
.p-siding__toshi .mainTtl .point {
  width: 30.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl .point {
    width: 36.625vw;
  }
}
.p-siding__toshi .mainTtl .point {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl .point {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl .point {
    width: 74.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-siding__toshi .mainTtl p {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl p {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__toshi .mainTtl p {
  font-weight: var(--black);
  color: #F5721A;
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl p {
    font-size: clamp(1.4rem, 6.4vw, 3.4rem);
  }
}
.p-siding__toshi .mainTtl p span {
  display: inline-block;
  line-height: 1;
  padding: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl p span {
    padding: 0.3125vw;
  }
}
.p-siding__toshi .mainTtl p span {
  margin: 0vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .mainTtl p span {
    margin: 0vw 0.625vw;
  }
}
.p-siding__toshi .mainTtl p span {
  font-weight: var(--black);
  background-color: #F5721A;
  color: #FFFF00;
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .mainTtl p span {
    padding: 1.3333333333vw;
    margin: 0vw 2.6666666667vw;
  }
}
.p-siding__toshi .lead {
  text-align: center;
  color: #4A3B06;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .lead {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .lead {
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__toshi .item .head {
  position: relative;
  background-color: #4A3B06;
  border-radius: 10px 10px 0 0;
  font-size: clamp(3rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .head {
    font-size: clamp(3rem, 2.5vw, 5rem);
  }
}
.p-siding__toshi .item .head {
  font-weight: var(--black);
  color: #FFF;
  padding: 2.34375vw 0.2604166667vw 2.34375vw 16.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .head {
    padding: 2.8125vw 0.3125vw 2.8125vw 20.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .head {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-siding__toshi .item .head img {
  position: absolute;
  bottom: 0;
  left: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .head img {
    left: 0.9375vw;
  }
}
.p-siding__toshi .item .head img {
  width: 14.5833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .head img {
    width: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .head img {
    display: none;
  }
}
.p-siding__toshi .item .contents {
  background-color: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 3.125vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents {
    padding: 3.75vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.p-siding__toshi .item .contents .ttl {
  text-align: center;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .ttl {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__toshi .item .contents .ttl img {
  width: 21.7708333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .ttl img {
    width: 26.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .ttl img {
    width: 100%;
  }
}
.p-siding__toshi .item .contents .box {
  padding: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box {
    padding: 2.6666666667vw;
  }
}
.p-siding__toshi .item .contents .box.--p01 {
  background-color: #DBF09F;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box.--p01 {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 {
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__toshi .item .contents .box.--p01 p {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  color: #004723;
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 p {
    text-align: center;
    justify-content: center;
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    margin-bottom: 1.3333333333vw;
  }
}
.p-siding__toshi .item .contents .box.--p01 p img {
  width: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box.--p01 p img {
    width: 1.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 p img {
    width: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 p span {
    display: none;
  }
}
.p-siding__toshi .item .contents .box.--p01 .under {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p01 .under {
    display: block;
  }
}
.p-siding__toshi .item .contents .box.--p01 .under .supplement {
  display: flex;
  margin: 1.3333333333vw 0vw;
  color: #004723;
}
.p-siding__toshi .item .contents .box.--p01 .under .supplement span {
  font-size: clamp(0.2rem, 3.2vw, 1.8rem);
}
.p-siding__toshi .item .contents .box.--p01 .under .supplement span:first-child {
  white-space: nowrap;
}
.p-siding__toshi .item .contents .box.--p01 .under .supplement span:first-child img {
  width: 4vw;
  margin-bottom: 1.3333333333vw;
}
.p-siding__toshi .item .contents .box.--p01 .under .image {
  text-align: center;
}
.p-siding__toshi .item .contents .box.--p01 .under .image img {
  width: 51.2vw;
}
.p-siding__toshi .item .contents .box.--p02 {
  background-color: #FFF09F;
}
.p-siding__toshi .item .contents .box.--p02 .text {
  text-align: center;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box.--p02 .text {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p02 .text {
    margin-top: 4vw;
  }
}
.p-siding__toshi .item .contents .box.--p02 .text img {
  width: 50.8333333333vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box.--p02 .text img {
    width: 61vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p02 .text img {
    width: 100%;
  }
}
.p-siding__toshi .item .contents .box.--p02 .text img:last-child {
  width: 45.4166666667vw;
}
@media (max-width: 1080px) {
  .p-siding__toshi .item .contents .box.--p02 .text img:last-child {
    width: 54.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__toshi .item .contents .box.--p02 .text img:last-child {
    width: 100%;
  }
}
.p-siding__movie {
  background-image: url(../images/siding/movie_background.webp);
  background-repeat: repeat;
  background-position: center center;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__movie {
    margin: 0vw -3.75vw;
  }
}
.p-siding__movie {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__movie {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__movie .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .main {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie .main {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__movie .main .ttl {
  padding-right: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie .main .ttl {
    padding-right: 0vw;
  }
}
.p-siding__movie .main .ttl .en {
  font-size: clamp(6.2rem, 3.75vw, 7.2rem);
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl .en {
    font-size: clamp(6.2rem, 4.5vw, 8.2rem);
  }
}
.p-siding__movie .main .ttl .en {
  font-family: var(--font-jost);
  font-weight: var(--bold);
  color: #F5721A;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-siding__movie .main .ttl .en {
    font-size: clamp(3.2rem, 11.2vw, 5.2rem);
  }
}
.p-siding__movie .main .ttl .jp {
  margin-top: 2.8645833333vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl .jp {
    margin-top: 3.4375vw;
  }
}
.p-siding__movie .main .ttl .jp {
  font-size: clamp(2.8rem, 1.9791666667vw, 3.8rem);
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl .jp {
    font-size: clamp(2.8rem, 2.375vw, 4.8rem);
  }
}
.p-siding__movie .main .ttl .jp {
  font-weight: var(--bold);
  color: #4A3B06;
  border-left: 0.2604166667vw solid #F5721A;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl .jp {
    border-left: 0.3125vw solid #F5721A;
  }
}
.p-siding__movie .main .ttl .jp {
  padding: 0.78125vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .ttl .jp {
    padding: 0.9375vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie .main .ttl .jp {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    border-left: 1.3333333333vw solid #F5721A;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.p-siding__movie .main .movie {
  width: 50vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .movie {
    width: 60vw;
  }
}
.p-siding__movie .main .movie {
  max-width: 960px;
  aspect-ratio: 16/9;
  margin: 0.2604166667vw auto;
}
@media (max-width: 1080px) {
  .p-siding__movie .main .movie {
    margin: 0.3125vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie .main .movie {
    max-width: 100%;
    width: 100%;
  }
}
.p-siding__movie .main .movie iframe {
  width: 100%;
  height: 100%;
}
.p-siding__movie .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-siding__movie .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-siding__movie .links li {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__movie .links li {
    width: 44.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__movie .links li {
    width: 100%;
  }
}
.p-siding__beforeafter {
  padding: 6.5104166667vw 0vw 3.90625vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter {
    padding: 7.8125vw 0vw 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter {
    padding: 10.6666666667vw 0vw;
  }
}
.p-siding__beforeafter .main {
  display: flex;
  margin-bottom: 3.4375vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main {
    margin-bottom: 4.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__beforeafter .main .image {
  padding: 0vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .image {
    padding: 0vw 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main .image {
    padding: 0vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__beforeafter .main .image img {
  width: 48.9583333333vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .image img {
    width: 58.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main .image img {
    width: 100%;
  }
}
.p-siding__beforeafter .main .c-point > div {
  background-color: #F5721A;
  border-radius: 8px 8px 0 0;
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > div {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-siding__beforeafter .main .c-point > div {
  padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > div {
    padding: 1.25vw 1.25vw 1.25vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main .c-point > div {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
.p-siding__beforeafter .main .c-point > div::before {
  content: "";
  display: inline-block;
  width: 1.6145833333vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > div::before {
    width: 1.9375vw;
  }
}
.p-siding__beforeafter .main .c-point > div::before {
  height: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > div::before {
    height: 2.1875vw;
  }
}
.p-siding__beforeafter .main .c-point > div::before {
  position: absolute;
  top: 50%;
  left: 1.4583333333vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > div::before {
    left: 1.75vw;
  }
}
.p-siding__beforeafter .main .c-point > div::before {
  transform: translateY(-50%);
  background-image: url(../images/siding/beforeafter_icon.svg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main .c-point > div::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 4vw;
  }
}
.p-siding__beforeafter .main .c-point > ul {
  border: 2px solid #F5721A;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .main .c-point > ul {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .main .c-point > ul {
    gap: 1.3333333333vw;
  }
}
.p-siding__beforeafter .main .c-point > ul li {
  color: #4A3B06;
}
.p-siding__beforeafter .main .c-point > ul li::before {
  background-image: url(../images/common/icon_check.svg);
}
.p-siding__beforeafter .lead {
  text-align: center;
  font-size: clamp(1.5rem, 1.1458333333vw, 2.2rem);
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .lead {
    font-size: clamp(1.5rem, 1.375vw, 3.2rem);
  }
}
.p-siding__beforeafter .lead {
  font-weight: var(--bold);
  color: #4A3B06;
  margin-bottom: 3.6458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .lead {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .lead {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
    margin-bottom: 8vw;
  }
}
.p-siding__beforeafter ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.3854166667vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter ul {
    gap: 4.0625vw;
  }
}
.p-siding__beforeafter ul {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter ul {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter ul {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__beforeafter .under {
  text-align: center;
}
.p-siding__beforeafter .under img {
  width: 59.0625vw;
}
@media (max-width: 1080px) {
  .p-siding__beforeafter .under img {
    width: 70.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__beforeafter .under img {
    width: 100%;
  }
}
.p-siding__cost {
  background-color: #FEF09F;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__cost {
    margin: 0vw -3.75vw;
  }
}
.p-siding__cost {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__cost {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__cost .mainTtl {
  text-align: center;
  position: relative;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl {
    margin-bottom: 10.6666666667vw;
  }
}
.p-siding__cost .mainTtl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__cost .mainTtl span {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl span {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__cost .mainTtl span img {
  width: 1.40625vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl span img {
    width: 1.6875vw;
  }
}
.p-siding__cost .mainTtl span img {
  margin-right: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl span img {
    margin-right: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl span img {
    width: 7.2vw;
    margin-right: 1.3333333333vw;
  }
}
.p-siding__cost .mainTtl > div {
  position: relative;
  margin-top: 1.3020833333vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div {
    margin-top: 1.5625vw;
  }
}
.p-siding__cost .mainTtl > div {
  width: 55.3645833333vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div {
    width: 66.4375vw;
  }
}
.p-siding__cost .mainTtl > div {
  margin: 0vw auto;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div {
    margin: 0vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl > div {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
}
.p-siding__cost .mainTtl > div .costdown {
  position: absolute;
  width: 7.7604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div .costdown {
    width: 9.3125vw;
  }
}
.p-siding__cost .mainTtl > div .costdown {
  left: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div .costdown {
    left: -1.25vw;
  }
}
.p-siding__cost .mainTtl > div .costdown {
  top: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl > div .costdown {
    top: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl > div .costdown {
    width: 21.3333333333vw;
    left: -2.6666666667vw;
    top: -10.6666666667vw;
  }
}
.p-siding__cost .mainTtl .point {
  width: 34.9479166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl .point {
    width: 41.9375vw;
  }
}
.p-siding__cost .mainTtl .point {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl .point {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl .point {
    width: 77.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-siding__cost .mainTtl p {
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl p {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-siding__cost .mainTtl p {
  font-weight: var(--black);
  color: #F5721A;
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl p {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
  }
}
.p-siding__cost .mainTtl p span {
  display: inline-block;
  font-size: clamp(3.2rem, 2.1875vw, 4.2rem);
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl p span {
    font-size: clamp(3.2rem, 2.625vw, 5.2rem);
  }
}
.p-siding__cost .mainTtl p span {
  padding: 0.2604166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl p span {
    padding: 0.3125vw;
  }
}
.p-siding__cost .mainTtl p span {
  margin: 0vw 0.5208333333vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .mainTtl p span {
    margin: 0vw 0.625vw;
  }
}
.p-siding__cost .mainTtl p span {
  font-weight: var(--black);
  background-color: #F5721A;
  color: #FFFF00;
}
@media screen and (max-width: 768px) {
  .p-siding__cost .mainTtl p span {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    padding: 0.2604166667vw;
    margin: 0vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-siding__cost .mainTtl p span {
    padding: 0.3125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-siding__cost .mainTtl p span {
    margin: 0vw 0.625vw;
  }
}
.p-siding__cost ul {
  display: flex;
  justify-content: space-between;
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul {
    gap: 3.125vw;
  }
}
.p-siding__cost ul {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__cost ul li {
  background-color: #FFF;
  border-radius: 10px;
  width: 35.9375vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li {
    width: 43.125vw;
  }
}
.p-siding__cost ul li {
  padding: 1.5625vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li {
    padding: 1.875vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li {
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
}
.p-siding__cost ul li {
  position: relative;
}
.p-siding__cost ul li .head {
  display: flex;
  align-items: center;
  margin: -1.5625vw 0vw 0vw -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .head {
    margin: -1.875vw 0vw 0vw -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .head {
    margin: -5.3333333333vw 0vw 0vw -4vw;
  }
}
.p-siding__cost ul li .num {
  color: #FFF;
  background-color: #F5721A;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .num {
    margin-right: 2.1875vw;
  }
}
.p-siding__cost ul li .num {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .num {
    height: 7.25vw;
  }
}
.p-siding__cost ul li .num {
  width: 7.03125vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .num {
    width: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .num {
    margin-right: 5.3333333333vw;
    height: 16vw;
    width: 16vw;
  }
}
.p-siding__cost ul li .num span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .num span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-siding__cost ul li .num span {
  font-weight: var(--bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .num span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__cost ul li .num span em {
  display: block;
  font-style: normal;
  width: 100%;
  font-size: clamp(3rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .num span em {
    font-size: clamp(3rem, 3.125vw, 15rem);
  }
}
.p-siding__cost ul li .num span em {
  line-height: 1;
  font-family: var(--font-jost);
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .num span em {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__cost ul li .ttl {
  font-size: clamp(2.1rem, 2.0833333333vw, 4rem);
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .ttl {
    font-size: clamp(2.1rem, 2.5vw, 14rem);
  }
}
.p-siding__cost ul li .ttl {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .ttl {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__cost ul li .head {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .head {
    height: 7.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .head {
    height: 16vw;
  }
}
.p-siding__cost ul li .image {
  margin-top: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .image {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .image {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__cost ul li .btn {
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .btn {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .btn {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__cost ul li .btn .c-btn {
  width: 18.75vw;
}
@media (max-width: 1080px) {
  .p-siding__cost ul li .btn .c-btn {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost ul li .btn .c-btn {
    width: 64vw;
  }
}
.p-siding__cost .under {
  text-align: center;
  margin-top: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .under {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .under {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__cost .under img {
  width: 50.5729166667vw;
}
@media (max-width: 1080px) {
  .p-siding__cost .under img {
    width: 60.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__cost .under img {
    width: 100%;
  }
}
.p-siding__taishin {
  background-color: #4A3B06;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin {
    margin: 0vw -3.75vw;
  }
}
.p-siding__taishin {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__taishin .mainTtl {
  text-align: center;
  position: relative;
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin .mainTtl {
    margin-bottom: 3.125vw;
  }
}
.p-siding__taishin .mainTtl {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin .mainTtl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__taishin .mainTtl {
  font-weight: var(--black);
  color: #FFFF0E;
}
@media screen and (max-width: 768px) {
  .p-siding__taishin .mainTtl {
    margin-bottom: 5.3333333333vw;
    font-size: clamp(2rem, 8vw, 4rem);
  }
}
.p-siding__taishin .mainTtl span {
  display: block;
  font-size: clamp(2.2rem, 1.6666666667vw, 3.2rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin .mainTtl span {
    font-size: clamp(2.2rem, 2vw, 4.2rem);
  }
}
.p-siding__taishin .mainTtl span {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-siding__taishin .mainTtl span {
    font-size: clamp(0.6rem, 4.2666666667vw, 1.8rem);
  }
}
.p-siding__taishin .mainTtl .point {
  width: 14.4791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin .mainTtl .point {
    width: 17.375vw;
  }
}
.p-siding__taishin .mainTtl .point {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin .mainTtl .point {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin .mainTtl .point {
    width: 48vw;
    margin-bottom: 4vw;
  }
}
.p-siding__taishin ul {
  display: flex;
  justify-content: space-between;
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul {
    gap: 3.125vw;
  }
}
.p-siding__taishin ul {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__taishin ul li {
  background-color: #FFF;
  border-radius: 10px;
  width: 35.9375vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li {
    width: 43.125vw;
  }
}
.p-siding__taishin ul li {
  padding: 1.5625vw 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li {
    padding: 1.875vw 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li {
    width: 100%;
    padding: 5.3333333333vw 4vw;
  }
}
.p-siding__taishin ul li {
  position: relative;
}
.p-siding__taishin ul li .head {
  display: flex;
  align-items: center;
  margin: -1.5625vw 0vw 0vw -2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .head {
    margin: -1.875vw 0vw 0vw -3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .head {
    margin: -5.3333333333vw 0vw 0vw -4vw;
  }
}
.p-siding__taishin ul li .num {
  color: #FFF;
  background-color: #F5721A;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .num {
    margin-right: 1.875vw;
  }
}
.p-siding__taishin ul li .num {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .num {
    height: 7.25vw;
  }
}
.p-siding__taishin ul li .num {
  width: 7.03125vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .num {
    width: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .num {
    margin-right: 5.3333333333vw;
    height: 16vw;
    width: 16vw;
  }
}
.p-siding__taishin ul li .num span {
  font-size: clamp(1.5rem, 0.9375vw, 1.8rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .num span {
    font-size: clamp(1.5rem, 1.125vw, 2.8rem);
  }
}
.p-siding__taishin ul li .num span {
  font-weight: var(--bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .num span {
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__taishin ul li .num span em {
  display: block;
  font-style: normal;
  width: 100%;
  font-size: clamp(3rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .num span em {
    font-size: clamp(3rem, 3.125vw, 15rem);
  }
}
.p-siding__taishin ul li .num span em {
  line-height: 1;
  font-family: var(--font-jost);
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .num span em {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
  }
}
.p-siding__taishin ul li .ttl {
  font-size: clamp(1.6rem, 1.7708333333vw, 3.4rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .ttl {
    font-size: clamp(1.6rem, 2.125vw, 13.4rem);
  }
}
.p-siding__taishin ul li .ttl {
  font-weight: var(--bold);
  line-height: 1.4;
  color: #4A3B06;
  margin-right: -1.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .ttl {
    margin-right: -1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .ttl {
    margin-right: -5.3333333333vw;
    font-size: clamp(0.8rem, 4.8vw, 1.8rem);
  }
}
.p-siding__taishin ul li .head {
  height: 6.0416666667vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .head {
    height: 7.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .head {
    height: 16vw;
  }
}
.p-siding__taishin ul li .image {
  margin-top: 2.34375vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .image {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .image {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__taishin ul li .image p {
  text-align: center;
  padding: 1.5625vw 0vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .image p {
    padding: 1.875vw 0vw;
  }
}
.p-siding__taishin ul li .image p {
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .image p {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
.p-siding__taishin ul li .image p {
  font-weight: var(--bold);
  color: #4A3B06;
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .image p {
    padding: 2.6666666667vw 0vw;
    font-size: clamp(0.4rem, 3.7333333333vw, 1.8rem);
  }
}
.p-siding__taishin ul li .btn {
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .btn {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .btn {
    margin-top: 5.3333333333vw;
  }
}
.p-siding__taishin ul li .btn .c-btn {
  width: 18.75vw;
}
@media (max-width: 1080px) {
  .p-siding__taishin ul li .btn .c-btn {
    width: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__taishin ul li .btn .c-btn {
    width: 64vw;
  }
}
.p-siding__contact {
  padding: 3.125vw 0vw;
}
@media (max-width: 1080px) {
  .p-siding__contact {
    padding: 3.75vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact {
    padding: 10.6666666667vw 0vw;
  }
}
.p-siding__contact .main {
  display: flex;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main {
    display: block;
    margin-bottom: 8vw;
  }
}
.p-siding__contact .main .content {
  text-align: center;
  width: 49.3229166667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content {
    width: 59.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__contact .main .content .ttl {
  font-size: clamp(3.5rem, 2.34375vw, 4.5rem);
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .ttl {
    font-size: clamp(3.5rem, 2.8125vw, 5.5rem);
  }
}
.p-siding__contact .main .content .ttl {
  font-weight: var(--black);
  color: #F5721A;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .ttl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content .ttl {
    font-size: clamp(1.2rem, 5.8666666667vw, 3.2rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__contact .main .content .lead {
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead {
    font-size: clamp(2rem, 1.875vw, 4rem);
  }
}
.p-siding__contact .main .content .lead {
  font-weight: var(--bold);
  color: #4A3B06;
  margin-bottom: 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content .lead {
    font-size: clamp(1rem, 5.3333333333vw, 3rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__contact .main .content .lead span {
  position: relative;
  display: inline-block;
  padding: 0vw 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead span {
    padding: 0vw 1.875vw;
  }
}
.p-siding__contact .main .content .lead span {
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead span {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content .lead span {
    font-size: clamp(0.3rem, 3.4666666667vw, 1.8rem);
    padding: 0vw 4.8vw;
  }
}
.p-siding__contact .main .content .lead span {
  z-index: 99;
}
.p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.5625vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
    width: 1.875vw;
  }
}
.p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
  height: 0.1041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
    height: 0.125vw;
  }
}
.p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
  background-color: #4A3B06;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content .lead span:before, .p-siding__contact .main .content .lead span:after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
  }
}
.p-siding__contact .main .content .lead span:before {
  left: 0;
  transform: rotate(60deg);
}
.p-siding__contact .main .content .lead span:after {
  right: 0;
}
.p-siding__contact .main .content .images {
  display: flex;
}
.p-siding__contact .main .content .images p {
  font-size: clamp(1.5rem, 1.09375vw, 2.1rem);
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .images p {
    font-size: clamp(1.5rem, 1.3125vw, 3.1rem);
  }
}
.p-siding__contact .main .content .images p {
  font-weight: var(--bold);
  color: #4A3B06;
  margin-top: 0.78125vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .content .images p {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .content .images p {
    font-size: clamp(0.2rem, 3.2vw, 1.8rem);
    margin-top: 1.3333333333vw;
  }
}
.p-siding__contact .main .image {
  width: 29.53125vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .image {
    width: 35.4375vw;
  }
}
.p-siding__contact .main .image {
  margin-right: -2.2916666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .main .image {
    margin-right: -2.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .main .image {
    margin-right: 0vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1080px) {
  .p-siding__contact .main .image {
    margin-right: 0vw;
  }
}
.p-siding__contact .contact .ttl {
  width: 46.09375vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .contact .ttl {
    width: 55.3125vw;
  }
}
.p-siding__contact .contact .ttl {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-siding__contact .contact .ttl {
    width: 76vw;
  }
}
.p-siding__contact .links {
  width: 36.9791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .links {
    width: 44.375vw;
  }
}
.p-siding__contact .links {
  margin: 1.8229166667vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .links {
    margin: 2.1875vw auto 0vw;
  }
}
.p-siding__contact .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-siding__contact .links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    justify-content: center;
    align-items: center;
  }
}
.p-siding__contact .links li {
  text-align: center;
}
.p-siding__contact .links li:first-child {
  width: 11.9791666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .links li:first-child {
    width: 14.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .links li:first-child {
    width: 44vw;
    margin: 0 auto;
  }
}
.p-siding__contact .links li:last-child {
  width: 22.9166666667vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .links li:last-child {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .links li:last-child {
    width: 89.3333333333vw;
  }
}
.p-siding__contact .tel {
  width: 47.3958333333vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .tel {
    width: 56.875vw;
  }
}
.p-siding__contact .tel {
  margin: 2.0833333333vw auto 0vw;
}
@media (max-width: 1080px) {
  .p-siding__contact .tel {
    margin: 2.5vw auto 0vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__contact .tel {
    width: 89.3333333333vw;
    margin: 5.3333333333vw auto 0vw;
  }
}
.p-siding__sample {
  background-image: url(../images/siding/movie_background.webp);
  background-repeat: repeat;
  background-position: center center;
  margin: 0vw -3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sample {
    margin: 0vw -3.75vw;
  }
}
.p-siding__sample {
  padding: 4.1666666667vw 3.125vw;
}
@media (max-width: 1080px) {
  .p-siding__sample {
    padding: 5vw 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sample {
    margin: 0vw -5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-siding__sample .ttl {
  font-size: clamp(4rem, 2.6041666667vw, 5rem);
}
@media (max-width: 1080px) {
  .p-siding__sample .ttl {
    font-size: clamp(4rem, 3.125vw, 6rem);
  }
}
.p-siding__sample .ttl {
  font-weight: var(--black);
  text-align: center;
  color: #F5721A;
  margin-bottom: 4.1145833333vw;
}
@media (max-width: 1080px) {
  .p-siding__sample .ttl {
    margin-bottom: 4.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sample .ttl {
    font-size: clamp(1.6rem, 6.9333333333vw, 3.6rem);
    margin-bottom: 5.3333333333vw;
  }
}
.p-siding__sample .barTtl {
  margin-bottom: 3.90625vw;
}
@media (max-width: 1080px) {
  .p-siding__sample .barTtl {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sample .barTtl {
    margin-bottom: 8vw;
  }
}
.p-siding__sample ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6041666667vw;
}
@media (max-width: 1080px) {
  .p-siding__sample ul {
    gap: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-siding__sample ul {
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.p-siding__sample ul li {
  position: relative;
}
.p-siding__sample ul li .image {
  position: absolute;
  right: -2.0833333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sample ul li .image {
    right: -2.5vw;
  }
}
.p-siding__sample ul li .image {
  top: -6.25vw;
}
@media (max-width: 1080px) {
  .p-siding__sample ul li .image {
    top: -7.5vw;
  }
}
.p-siding__sample ul li .image {
  width: 28.6458333333vw;
}
@media (max-width: 1080px) {
  .p-siding__sample ul li .image {
    width: 34.375vw;
  }
}

/*
*
* utility hidden
*
*/
.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

/*
*
* utility text
*
*/
.u-text--orange {
  color: #F5721A;
}

.u-text--red {
  color: #DC1010;
}

.u-text--ssm {
  font-size: 10px;
  font-size: 1rem;
}

.u-text--sm {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-text--lg {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

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

.u-text-exp {
  font-size: 11px;
  font-size: 1.1rem;
  color: var(--fontcolor-lightgray);
  opacity: 0.8;
  margin: 2px 0;
}

.u-text-help {
  opacity: 0.9;
  display: flex;
  align-items: flex-start;
  font-size: 11px;
  font-size: 1.1rem;
}
.u-text-help::before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  margin-right: 3px;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-decimal {
  font-size: 85%;
}