@charset "UTF-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Zen Maru Gothic" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Zen+Maru+Gothic
*/
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/ZMG-500.woff2") format("woff2"), url("fonts/ZMG-500.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZMG-700.woff2") format("woff2"), url("fonts/ZMG-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Zen Maru Gothic Vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/ZMG-700-vertical.woff2") format("woff2"), url("fonts/ZMG-700-vertical.woff") format("woff");
  font-display: swap;
}
/*
---------------------------------------------

    base settings

*/
:root {
  font-size: 62.5%;
  --s-5: calc(var(--s1) / 2);
  --s1: 0.8rem;
  --s1-5: calc(var(--s1) * 1.5);
  --s2: calc(var(--s1) * 2);
  --s2-5: calc(var(--s1) * 2.5);
  --s3: calc(var(--s1) * 3);
  --s4: calc(var(--s1) * 4);
  --s5: calc(var(--s1) * 5);
  --s6: calc(var(--s1) * 6);
  --s7: calc(var(--s1) * 7);
  --s8: calc(var(--s1) * 8);
  --s9: calc(var(--s1) * 9);
  --s10: calc(var(--s1) * 10);
  --s11: calc(var(--s1) * 11);
  --s12: calc(var(--s1) * 12);
  --color01: #FFFFFF;
  --color02: #FDF8F4;
  --color03: #DBD5D1;
  --color04: #EFEAE6;
  --color05: #4F4237;
  --color06: #7C6B61;
  --color07: #FFF080;
  --color08: #FF9D5C;
  --color09: #FFA66F;
  --color10: #FF76AD;
  --color11: #FFADCD;
  --color12: #81E6EB;
}

@media screen and (max-width: 1248px) {
  :root {
    font-size: 0.8012820513vw;
  }
}
body {
  margin: 0;
  padding: 0;
  background: var(--color01);
  color: var(--color05);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 1;
}
body::after {
  content: "";
  width: 100%;
  height: 72rem;
  background: linear-gradient(to bottom, #FFF4EC, #FFFFFF);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

ul, ol, dl, p, img, form, dt, dd, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.img-height {
  width: auto;
  max-width: inherit;
  height: 100%;
}

a {
  color: var(--color05);
  transition: opacity 0.6s ease, color 0.6s ease;
  outline: none;
}

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

@media (hover: hover) {
  a:hover {
    color: var(--color05);
    text-decoration: none;
  }
}
p {
  line-height: 1.8;
}
p + p {
  margin-top: 1em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: normal;
}

small {
  font-size: 80%;
}

* {
  box-sizing: border-box;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}
/*
---------------------------------------------

    animation

*/
.fade-in-up {
  opacity: 0;
  transform: translate(0, var(--s4));
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-up.is-inview {
  opacity: 1;
  transform: translate(0, 0);
}

/*
---------------------------------------------

    layout center

*/
.l-center-01 {
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s3);
  padding-left: var(--s3);
  box-sizing: content-box;
}

.l-center-02 {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s2);
  padding-left: var(--s2);
  box-sizing: content-box;
}

/*
---------------------------------------------

    layout stack

*/
.l-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--s4);
}
.l-stack > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
---------------------------------------------

    layout cluster

*/
.l-cluster-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s2-5) var(--s2);
}

.l-cluster-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--s1);
}

/*
---------------------------------------------

    layout grid

*/
.l-grid {
  --minimum: calc((100% - var(--s5)) / 2);
  display: grid;
  grid-gap: var(--s5);
}
.l-grid--wide {
  --minimum: calc((100% - var(--s10)) / 2);
  grid-gap: var(--s8) var(--s10);
}

.l-grid-three {
  --minimum: calc((100% - var(--s5) * 2) / 3);
  display: grid;
  grid-gap: var(--s5);
}
.l-grid-three--narrow {
  --minimum: calc((100% - var(--s3) * 2) / 3);
  grid-gap: var(--s3);
}

@supports (width: min(var(--minimum), 100%)) {
  .l-grid,
  .l-grid-three {
    grid-template-columns: repeat(auto-fill, minmax(min(var(--minimum), 100%), 1fr));
  }
}
/*
---------------------------------------------

    layout column

*/
.l-column-01 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-column-01__side {
  width: 30rem;
}
.l-column-01__main {
  flex: 1;
}
.l-column-01--align-flex-end {
  align-items: flex-end;
}

.l-column-02 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-column-02__side {
  width: 14rem;
}
.l-column-02__main {
  flex: 1;
}
.l-column-02--row-reverse {
  flex-direction: row-reverse;
}

.l-column-03 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-column-03__side {
  width: 35rem;
}
.l-column-03__main {
  flex: 1;
}
.l-column-03--row-reverse {
  flex-direction: row-reverse;
}

.l-column-04 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-column-04__side {
  width: 40rem;
}
.l-column-04__main {
  flex: 1;
}

.l-column-05 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s5);
}
.l-column-05__side {
  flex: 1;
}
.l-column-05__main {
  width: 50%;
}
.l-column-05--align-flex-end {
  align-items: flex-end;
}

/*
---------------------------------------------

    layout grid areas

*/
.l-grid-areas-01 {
  display: grid;
  grid-template-areas: "logo label" "logo text";
  grid-template-columns: 13.8rem 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s1) var(--s7);
  align-items: center;
}
.l-grid-areas-01__cell-01 {
  grid-area: label;
}
.l-grid-areas-01__cell-02 {
  grid-area: logo;
}
.l-grid-areas-01__cell-03 {
  grid-area: text;
}

.l-grid-areas-02 {
  display: grid;
  grid-template-areas: "logo label" "logo name";
  grid-template-columns: 15.5rem 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s1) var(--s5);
  align-items: center;
}
.l-grid-areas-02__cell-01 {
  grid-area: label;
}
.l-grid-areas-02__cell-02 {
  grid-area: logo;
}
.l-grid-areas-02__cell-03 {
  grid-area: name;
}

.l-grid-areas-03 {
  display: grid;
  grid-template-areas: "title photo" "main main";
  grid-template-columns: 1fr 35rem;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s9) var(--s5);
}
.l-grid-areas-03__cell-01 {
  grid-area: title;
}
.l-grid-areas-03__cell-02 {
  grid-area: main;
}
.l-grid-areas-03__cell-03 {
  grid-area: photo;
}

.l-grid-areas-04 {
  display: grid;
  grid-template-areas: "title photo" "main photo";
  grid-template-columns: 1fr 30rem;
  grid-template-rows: auto 1fr;
  grid-gap: var(--s2) var(--s5);
}
.l-grid-areas-04__cell-01 {
  grid-area: title;
}

@media screen and (max-width: 767px) {
.l-grid-areas-04__cell-01 {
	margin: auto;
}
}


.l-grid-areas-04__cell-02 {
  grid-area: photo;
}
.l-grid-areas-04__cell-03 {
  grid-area: main;
}

/*
---------------------------------------------

    layout btn

*/
.l-btn-01 {
  margin: var(--s7) 0;
  display: flex;
  justify-content: center;
  gap: var(--s6);
}
.l-btn-01--flex-start {
  justify-content: flex-start;
}
.l-btn-01 > * {
  margin: 0 !important;
}

/*
---------------------------------------------

    layout header

*/
.l-header-01 {
  display: flex;
  justify-content: space-between;
  gap: var(--s2);
}
.l-header-01--lower {
  justify-content: flex-end;
}
.l-header-01__cell-01 {
  display: flex;
  align-items: center;
  gap: var(--s2);
}
.l-header-01__cell-02 {
  flex: 1;
}

/*
---------------------------------------------

    list

*/
.main-area .subList li,
.main-area ul:not([class]) li {
  padding: 0 0 0 1.2em;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
}
.main-area .subList li::before,
.main-area ul:not([class]) li::before {
  content: "";
  width: 0.67em;
  height: 0.67em;
  background: var(--color09);
  border-radius: 10rem;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.main-area .subList li + li,
.main-area ul:not([class]) li + li {
  margin-top: 0.8em;
}
.main-area .subList {
  margin: 1em 0;
}
.main-area ul:not([class]) {
  margin: var(--s3) 0;
}
.main-area ol:not([class]) {
  margin: var(--s3) 0;
  counter-reset: number;
}
.main-area ol:not([class]) li {
  padding: 0 0 0 2em;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  counter-increment: number;
}
.main-area ol:not([class]) li::before {
  content: counter(number);
  width: 1.46em;
  height: 1.46em;
  background: var(--color12);
  border-radius: var(--s-5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color01);
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.main-area ol:not([class]) li + li {
  margin-top: 0.8em;
}

/*
---------------------------------------------

    frame

*/
.frame-01 {
  border-radius: 30rem 30rem var(--s3) var(--s3);
  overflow: hidden;
}

.frame-02 {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}

.frame-03 {
  border-radius: var(--s2-5);
  overflow: hidden;
}

.frame-04 {
  border-radius: 30rem 30rem 0 0;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  overflow: hidden;
}

/*
---------------------------------------------

    btn

*/
.btn-internal {
  margin: 4.5rem auto;
  position: relative;
}
.btn-internal a {
  width: 37.5rem;
  min-height: var(--s11);
  margin: 0 auto;
  padding: var(--s1) var(--s6);
  background: var(--color07) url("img/arrow-01-brown-right.svg") no-repeat center right var(--s2)/var(--s4) var(--s4);
  border: 0.3rem solid var(--color07);
  border-radius: 10rem;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: background-color 0.6s;
}
.btn-internal a::before {
  content: "";
  width: 4.2rem;
  height: 7.1rem;
  background: url("img/btn-internal-illust-01.png") no-repeat center/contain;
  position: absolute;
  left: var(--s2);
  bottom: var(--s1);
  z-index: -1;
}

@media (hover: hover) {
  .btn-internal a:hover {
    background-color: var(--color01);
  }
}
.btn-web {
  margin: 4.5rem auto;
  position: relative;
}
.btn-web a {
  width: 37.5rem;
  min-height: var(--s11);
  margin: 0 auto;
  padding: var(--s1) var(--s6);
  background: var(--color11) url("img/icon-window-brown.svg") no-repeat center right var(--s2)/var(--s4) var(--s4);
  border: 0.3rem solid var(--color11);
  border-radius: 10rem;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: background-color 0.6s;
}
.btn-web a::before {
  content: "";
  width: 4.4rem;
  height: 8.7rem;
  background: url("img/btn-web-illust-01.png") no-repeat center/contain;
  position: absolute;
  left: var(--s1-5);
  bottom: -2px;
  z-index: -1;
}

@media (hover: hover) {
  .btn-web a:hover {
    background-color: var(--color01);
  }
}
.btn-link {
  margin: var(--s2) auto;
  text-align: right;
}
.btn-link a {
  margin: 0;
  padding: 2px var(--s4) 1px 0px;
  background: url("img/arrow-01-yellow-right.svg") no-repeat center right/var(--s3) var(--s3);
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.6;
  }
}
.btn-tel {
  display: none;
}

/*
---------------------------------------------

    table

*/
table {
  width: 100%;
  margin: var(--s5) 0;
  border-collapse: collapse;
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}

th, td {
  padding: var(--s1);
  border-right: solid 1px #C7C7C7;
  border-bottom: solid 1px #C7C7C7;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}

th {
  background: #FDF8F4;
}

tbody th {
  background: #FDF8F4;
}

/*
---------------------------------------------

    caption

*/
.caption {
  margin-top: 0.8em;
  display: block;
  color: #999999;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  word-break: break-all;
}
.caption a {
  color: #999999;
}

/*
---------------------------------------------

    catch

*/
.catch-01 {
  color: #f68133;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

/*
---------------------------------------------

    text

*/
.marker {
  background: linear-gradient(transparent 85%, #abebee 85%);
  font-weight: 700;
}

.marker-gradient-01 {
  padding: 0 var(--s1);
  position: relative;
  z-index: 1;
}
.marker-gradient-01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to right, #9CFFB2 0%, #97F8FF 100%);
  border-radius: var(--s-5);
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.marker-gradient-02 {
  padding: 0 var(--s1);
  position: relative;
  z-index: 1;
}
.marker-gradient-02::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to right, #FFA16E 0%, #FCEE79 100%);
  border-radius: var(--s-5);
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.txt_bold {
  color: #f68133;
  font-weight: 700;
}

.text-bold {
  font-weight: 700;
}

.text-note {
  color: var(--color06);
  font-size: 1.1rem;
  line-height: 1.5;
}

/*
---------------------------------------------

    tag

*/
.tag-01 {
  padding: 0.2rem 1.2rem;
  border-radius: 10rem;
  font-weight: 700;
  line-height: 1.3;
}
.tag-01--color-01 {
  background-color: #FFDDC7;
}
.tag-01--color-02 {
  background-color: #FFD7E7;
}
.tag-01--color-03 {
  background-color: #FBF2A7;
}
.tag-01--color-04 {
  background-color: #CFF4F6;
}
.tag-01--color-05 {
  background-color: #BBDBED;
}
.tag-01--color-06 {
  background-color: #F7B2B6;
}

/*
---------------------------------------------

    subgrid card

*/
.subgrid-card-01 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
}

.subgrid-card-02 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-gap: 0;
}

.subgrid-card-03 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: var(--s1-5);
}

/*
---------------------------------------------

    float wrap

*/
.float-wrap {
  margin: var(--s10) 0;
  display: flow-root;
}
.float-wrap .float-img.fr {
  width: 35rem;
  margin-left: var(--s5);
  margin-bottom: var(--s2);
  float: right;
}
.float-wrap .float-img.fl {
  width: 35rem;
  margin-right: var(--s5);
  margin-bottom: var(--s2);
  float: left;
}
.float-wrap .float-img.ct {
  width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--s2);
}
.float-wrap table {
  width: calc(100% - 35rem - var(--s5));
  margin: var(--s2) 0;
}
.float-wrap .catch-01 {
  margin-bottom: 1em;
}

/*
---------------------------------------------

    pankuzu

*/
#pankuzu {
  width: 100%;
  margin: var(--s2) auto var(--s2);
  color: #4F4237;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
	position: relative;
    z-index: 2;
	padding: 0rem 0rem 1rem;
}

/*
---------------------------------------------

    header

*/
.header-area {
  position: relative;
  z-index: 20;
}

.header-main {
  padding: var(--s2);
  background: var(--color01);
}
.header-main--lower {
  background: none;
}

.header-btn-wrapper {
  display: flex;
  align-items: center;
  gap: var(--s2);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: var(--s2);
  right: var(--s12);
  z-index: 99;
  transition: opacity 0.6s, visibility 0.6s;
}
.header-btn-wrapper.is-show {
  opacity: 1;
  visibility: visible;
}
.header-btn-wrapper .btn-internal,
.header-btn-wrapper .btn-web {
  margin: 0;
}
.header-btn-wrapper .btn-internal a,
.header-btn-wrapper .btn-web a {
  min-height: var(--s8);
}
.header-btn-wrapper .btn-web a {
  width: 32.5rem;
}
.header-btn-wrapper .btn-web a::before {
  width: 3.7rem;
  height: 7.3rem;
}
.header-btn-wrapper .btn-internal a::before {
  width: 3.7rem;
  height: 6.3rem;
}

.header-note {
  color: var(--color06);
  font-size: 1.2rem;
  line-height: 1.3;
}

.header-site-name {
  color: var(--color06);
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
}
.header-site-name__link {
  color: var(--color06);
  text-decoration: none;
}

@media (hover: hover) {
  .header-site-name__link:hover {
    color: var(--color06);
    opacity: 0.6;
  }
}
.header-sponsored {
  color: var(--color06);
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
}

.header-logo {
  width: 13.8rem;
}
.header-logo__link {
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  .header-logo__link:hover {
    opacity: 0.6;
  }
}
/*
---------------------------------------------

    gnavi

*/
.gnavi-btn {
  width: var(--s8);
  height: var(--s8);
  background: var(--color01);
  border: 0.2rem solid var(--color06);
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: var(--s2);
  right: var(--s2);
  z-index: 100;
  cursor: pointer;
}
.gnavi-btn span {
  width: var(--s4);
  height: 0.2rem;
  display: inline-block;
  background: var(--color06);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform 0.6s, opacity 0.6s;
}
.gnavi-btn span:nth-of-type(1) {
  top: 2.1rem;
}
.gnavi-btn span:nth-of-type(2) {
  top: 3rem;
}
.gnavi-btn span:nth-of-type(3) {
  top: 3.9rem;
}
.gnavi-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.gnavi-btn.is-active span:nth-of-type(1) {
  transform: translate(-50%, 0.9rem) rotate(-45deg);
}
.gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.gnavi-btn.is-active span:nth-of-type(3) {
  transform: translate(-50%, -0.9rem) rotate(45deg);
}

.gnavi-area {
  width: 100%;
  max-width: 37.5rem;
  height: 100vh;
  padding: var(--s10) 0;
  background: var(--color04);
  border-radius: var(--s4);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.is-gnavi-open .gnavi-area {
  opacity: 1;
  transform: translateX(0);
}

.gnavi-logo {
  width: 16rem;
  margin: 0 auto var(--s5);
}
.gnavi-logo__link {
  display: block;
}

@media (hover: hover) {
  .gnavi-logo__link:hover {
    opacity: 0.6;
  }
}
.gnavi-box__title {
  padding: var(--s1-5) var(--s5) var(--s1-5) var(--s2);
  border-bottom: 1px solid var(--color05);
  font-weight: 700;
  line-height: 1.5;
  display: block;
  cursor: pointer;
  position: relative;
  transition: opacity 0.6s;
}
.gnavi-box__title .toggle-icon {
  position: absolute;
  top: 50%;
  right: var(--s2);
  transform: translate(0, -50%);
}
.gnavi-box__content {
  background: rgba(255, 255, 255, 0.8);
}
.gnavi-box:first-child, .gnavi-logo + .gnavi-box {
  border-top: 1px solid var(--color05);
}

.gnavi-menu__item,
.gnavi-menu-sub__item {
  position: relative;
}
.gnavi-menu__item::before,
.gnavi-menu-sub__item::before {
  content: "└";
  position: absolute;
  top: var(--s2);
  left: var(--s2);
}
.gnavi-menu__link,
.gnavi-menu-sub__link {
  padding: 1.2rem var(--s2) 1.2rem var(--s5);
  display: block;
  line-height: 1.5;
  text-decoration: none;
}

.gnavi-menu__item {
  border-bottom: 1px solid var(--color06);
}

.gnavi-menu-sub__item {
  border-top: 1px solid var(--color06);
}

/*
---------------------------------------------

    main

*/
.main-area {
  overflow: hidden;
}

/*
---------------------------------------------

    footer

*/
.footer-area {
  background: rgba(219, 213, 209, 0.25) url("img/wave-01.svg") repeat-x center top/auto 8.4rem;
  overflow: hidden;
	margin: 11rem 0rem 0rem;
}

.footer-main {
  padding-top: 16rem;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s3);
  padding-left: var(--s3);
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}

.footer-bottom {
  padding: var(--s2) 0;
  background: var(--color06);
  color: var(--color01);
}
.footer-bottom__inner {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s3);
  padding-left: var(--s3);
  box-sizing: content-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-illust-01,
.footer-illust-02,
.footer-illust-03 {
  position: absolute;
  z-index: 1;
}

.footer-illust-01 {
  width: 11.8rem;
  top: 6rem;
  left: var(--s3);
  transform: translate(-100%, 0);
}

.footer-illust-02 {
  width: 10.9rem;
  top: 0;
  right: calc(50% + 11.4rem);
}

.footer-illust-03 {
  width: 11.4rem;
  top: 2rem;
  right: var(--s3);
  transform: translate(50%, 0);
}

.footer-about {
  margin-bottom: var(--s7);
  padding: var(--s4) var(--s7);
  background: var(--color01);
  border-radius: var(--s3);
}
.footer-about__label {
  color: var(--color09);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.footer-about__title {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.footer-about .btn-link {
  margin-bottom: 0;
}

.footer-logo__link {
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  .footer-logo__link:hover {
    opacity: 0.6;
  }
}
.footer-box + .footer-box {
  margin-top: var(--s5);
}

.footer-menu-title {
  margin-bottom: var(--s1-5);
  padding-bottom: var(--s1);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #4F4237;
}
.footer-menu-title__link {
  padding: 0 var(--s4) 0 0;
  background: url("img/arrow-02-brown-right.svg") no-repeat right center/var(--s2) var(--s1-5);
  display: inline-block;
  text-decoration: none;
}

@media (hover: hover) {
  .footer-menu-title__link:hover {
    opacity: 0.6;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1-5) var(--s4);
}
.footer-menu__item {
  width: calc((100% - var(--s4) * 3) / 4);
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer-menu__link {
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  .footer-menu__link:hover {
    opacity: 0.6;
  }
}
.footer-menu-sub__item {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-menu-sub__link {
  padding: 0 0 0 1.2em;
  display: block;
  text-decoration: none;
  position: relative;
}
.footer-menu-sub__link::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) {
  .footer-menu-sub__link:hover {
    opacity: 0.6;
  }
}
.footer-disclaimer {
  width: 100%;
  max-width: 75rem;
  margin: var(--s6) auto;
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer-disclaimer__label {
  display: inline;
}
.footer-disclaimer__text {
  display: inline;
}

.footer-nocopy {
  margin: var(--s3) 0;
  font-size: 1.2rem;
  text-align: center;
}

.footer-copyright {
  font-size: 1.2rem;
}
.footer-copyright__link {
  color: var(--color01);
  text-decoration: none;
}

@media (hover: hover) {
  .footer-copyright__link:hover {
    color: var(--color01);
    text-decoration: underline;
  }
}
.footer-sitemap {
  margin: 0;
  font-size: 1.2rem;
}
.footer-sitemap__link {
  color: var(--color01);
  text-decoration: none;
}

@media (hover: hover) {
  .footer-sitemap__link:hover {
    color: var(--color01);
    text-decoration: underline;
  }
}
/*
---------------------------------------------

    page

*/
.page-top {
  width: var(--s9);
  height: var(--s9);
  border-radius: var(--s2) 0 0 var(--s2);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: var(--s3);
  z-index: 10;
  transition: opacity 0.6s, visibility 0.6s;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top__link {
  width: 100%;
  height: 100%;
  background: var(--color07) url("img/page-top.svg") no-repeat center/3.8rem auto;
  display: block;
}

@media (hover: hover) {
  .page-top__link:hover {
    opacity: 0.6;
  }
}
/*
---------------------------------------------

    section

*/
.section-title-01 {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.section-title-01__small {
  font-size: 3.2rem;
}
.section-title-01--with-dot-line {
  padding-bottom: var(--s1);
  background: url("img/line-dot-01.svg") repeat-x left bottom/auto 0.6rem;
  display: inline;
  line-height: 1.7;
}

.section-title-01-wrapper {
  text-align: center;
}

.section-title-02 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.section-title-02__small {
  font-size: 2.4rem;
}
.section-title-02__link {
  display: inline-block;
  padding: 0 var(--s7) 0 0;
  background: url("img/arrow-01-yellow-right.svg") no-repeat right bottom var(--s-5)/var(--s5) var(--s5);
  text-decoration: none;
}

.section-label-01 {
  height: 1.6rem;
  margin-bottom: var(--s3);
  padding-top: var(--s3);
  background: url("img/icon-flower-orange.svg") no-repeat center top/auto 1.3rem;
  box-sizing: content-box;
  text-align: center;
}

.section-label-02 {
  height: 1.8rem;
  padding-left: var(--s3);
  position: relative;
}
.section-label-02::before {
  content: "";
  width: var(--s2);
  height: 0.3rem;
  background: var(--color12);
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.section-text-01 {
  margin-top: var(--s4);
}
.section-text-01--align-center {
  text-align: center;
}

/*
---------------------------------------------

    index

*/
.index-fixed {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 10.7rem;
  right: 0;
  z-index: 10;
  transform: translate(0, 0);
  transition: transform 0.6s, opacity 0.6s, visibility 0.6s;
}
.index-fixed__title {
  width: 4.2rem;
  padding: var(--s2) var(--s1-5);
  background: var(--color04);
  border-radius: var(--s1) 0 0 var(--s1);
  display: flex;
  align-items: center;
  gap: var(--s2);
  font-family: "Zen Maru Gothic Vertical", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  writing-mode: vertical-rl;
  cursor: pointer;
}
.index-fixed__content {
    width: 27rem;
    max-height: calc(100vh - 22.7rem);
    padding: var(--s3);
    background: var(--color04);
    border-radius: 0 0 0 var(--s1);
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 100%;
}

.index-fixed.is-open {
  transform: translate(-27rem, 0);
}
.index-fixed.is-show {
  opacity: 1;
  visibility: visible;
}
.index-fixed .chapter-h + .chapter-h {
  margin-top: 3rem;
}
.index-fixed .chapter-h-two {
  font-weight: 700;
  line-height: 1.3;
  counter-increment: number;
}
.index-fixed .chapter-h-two > a {
  display: flex;
  gap: 0 var(--s1-5);
  text-decoration: none;
}
.index-fixed .chapter-h-two > a::before {
  content: counter(number, decimal-leading-zero);
  flex-shrink: 0;
  color: var(--color10);
}

.index-box-01 {
  max-width: 86rem;
  margin: var(--s10) auto;
  padding: var(--s4) var(--s6) 0;
  border: 0.2rem solid var(--color03);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  border-radius: var(--s4);
  position: relative;
  z-index: 1;
}
.index-box-01__label {
  margin-bottom: var(--s2-5);
  display: flex;
  align-items: center;
  gap: var(--s1);
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
}
.index-box-01__label::before {
  content: "";
  width: var(--s1);
  height: var(--s1);
  background: var(--color10);
  border-radius: 100%;
}
.index-box-01 .chapter {
  counter-reset: number;
}
.index-box-01 .chapter-h {
  line-height: 1.5;
  position: relative;
}
.index-box-01 .chapter-h > a {
  display: block;
  text-decoration: none;
}
.index-box-01 .chapter-h:first-child {
  margin-top: 0 !important;
}
.index-box-01 .chapter-h-two {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  counter-increment: number;
}
.index-box-01 .chapter-h-two > a {
  display: flex;
  gap: 0 var(--s1-5);
}
.index-box-01 .chapter-h-two > a::before {
  content: counter(number, decimal-leading-zero);
  height: 2.7rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--color06);
  font-size: 1.3rem;
}
.index-box-01 .chapter-h-three {
  margin-top: 0.5em;
  margin-left: var(--s3);
}
.index-box-01 .chapter-h-three::before {
  content: "";
  width: var(--s1);
  height: var(--s1-5);
  border-left: 1px solid var(--color06);
  border-bottom: 1px solid var(--color06);
  box-sizing: border-box;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.index-box-01 .chapter-h-three > a {
  padding-left: var(--s3);
}

@media (hover: hover) {
  .index-box-01 .chapter-h > a:hover {
    opacity: 0.5;
  }
}
/*
---------------------------------------------

    relations

*/
.relations-box-01 {
  max-width: 86rem;
  margin: var(--s10) auto;
  padding: var(--s4) var(--s6);
  border: 0.2rem solid var(--color03);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  border-radius: var(--s4);
  position: relative;
  z-index: 1;
}
.relations-box-01__label {
  margin-bottom: var(--s2-5);
  display: flex;
  align-items: center;
  gap: var(--s1);
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
}
.relations-box-01__label::before {
  content: "";
  width: var(--s1);
  height: var(--s1);
  background: var(--color10);
  border-radius: 100%;
}
.relations-box-01 ul:not([class]) {
  margin: 0 !important;
}
.relations-box-01 ul:not([class]) li {
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.relations-box-01 ul:not([class]) li::before {
  display: none;
}
.relations-box-01 ul:not([class]) li + .relations-box-01 ul:not([class]) li {
  margin-top: 0.8em;
}
.relations-box-01 ul:not([class]) a {
  height: 100%;
  padding-left: var(--s4);
  background: url("img/arrow-01-yellow-right.svg") no-repeat top 0.15em left/var(--s3) var(--s3);
  display: flex;
  align-items: center;
  text-decoration: none;
}

@media (hover: hover) {
  .relations-box-01 ul:not([class]) a:hover {
    opacity: 0.5;
  }
}
.related-article01-frame {
  max-width: 86rem;
  margin: var(--s10) auto;
  padding: var(--s4) var(--s6);
  border: 0.2rem solid var(--color03);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  border-radius: var(--s4);
}

.related-article01-title {
  margin-bottom: var(--s2-5);
  display: flex;
  align-items: center;
  gap: var(--s1);
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
}
.related-article01-title::before {
  content: "";
  width: var(--s1);
  height: var(--s1);
  background: var(--color10);
  border-radius: 100%;
}

.related-article01-list > li {
  padding: 0;
  font-weight: 700;
}
.related-article01-list > li::before {
  display: none;
}
.related-article01-list > li + li {
  margin-top: 0.8em;
}
.related-article01-list a {
  padding: 0rem 0rem 1.5rem var(--s4);
  background: url("img/arrow-01-yellow-right.svg") no-repeat top 0.15em left/var(--s3) var(--s3);
  display: block;
  text-decoration: none;
}

.relations-box {
  display: block;
  text-decoration: none;
}
.relations-box .catch-01 {
  color: var(--color05);
  font-size: 1.5rem;
}

@media (hover: hover) {
  .relations-box:hover {
    opacity: 0.5;
  }
}
/*
---------------------------------------------

    interview

*/
.interview-box-01 {
  margin: var(--s3) 0;
  padding: var(--s10) var(--s7) var(--s5) var(--s9);
  position: relative;
  z-index: 1;
}
.interview-box-01::after {
  content: "";
  width: 100%;
  height: calc(100% - var(--s10));
  border: 0.5rem solid var(--color03);
  border-radius: var(--s3);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.interview-box-01__main {
  padding-top: var(--s7);
}
.interview-box-01__thumb {
  margin-top: calc(var(--s10) * -1);
  position: relative;
}
.interview-box-01__thumb::before {
  content: "";
  width: 4.4rem;
  height: 4.6rem;
  background: url("img/interview-illust-01.png") no-repeat center/contain;
  position: absolute;
  top: var(--s5-5);
    right: var(--s6);
  z-index: 1;
}
.interview-box-01__thumb::after {
  content: "";
  width: 5.1rem;
  height: 4.1rem;
  background: url("img/interview-illust-02.png") no-repeat center/contain;
  position: absolute;
  top: var(--s8);
  right: calc(var(--s-5) * -1);
  z-index: 1;
  transform: rotate(5deg);
}
.interview-box-01__data {
  width: 16.8rem;
  height: 16.8rem;
  padding: var(--s1);
  background: var(--color07);
  border-radius: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  left: calc(var(--s4) * -1);
  bottom: calc(var(--s1-5) * -1);
  z-index: 2;
}
.interview-box-01__name {
  font-size: 2.2rem;
	font-weight: bold;
}
.interview-box-01__label {
  height: 1.8rem;
  margin-bottom: var(--s3);
  padding-left: var(--s3);
  position: relative;
}
.interview-box-01__label::before {
  content: "";
  width: var(--s2);
  height: 0.3rem;
  background: var(--color12);
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.interview-box-01__catch {
  margin-bottom: var(--s1);
  color: #f68133;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.interview-box-02 {
  margin: var(--s10) 0;
}
.interview-box-02__name {
  margin-top: var(--s-5);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
	font-size: 1.8rem;
}
.interview-box-02__main {
  padding: var(--s5) var(--s7);
  border-radius: var(--s2);
  position: relative;
  z-index: 1;
}
.interview-box-02__main::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: var(--color01);
  border-radius: var(--s1-5);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.interview-box-02__main--orange {
  background-image: linear-gradient(to right, #FCEE79 0%, #FFA16E 100%);
}
.interview-box-02__main--green {
  background-image: linear-gradient(to right, #9CFFB2 0%, #97F8FF 100%);
}
.interview-box-02__main--pink {
  background-image: linear-gradient(to right, #FF76AD 0%, #FFE880 100%);
}

.interview-profile-01 {
  width: 14rem;
  height: 14rem;
  margin: 0 auto;
  position: relative;
}
.interview-profile-01__img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  overflow: hidden;
}
.interview-profile-01--type-a::before {
  content: "";
  width: 4.4rem;
  height: 4.6rem;
  background: url("img/interview-illust-01.png") no-repeat center/contain;
  position: absolute;
  top: var(--s3);
  left: calc(var(--s3) * -1);
  z-index: 1;
}
.interview-profile-01--type-a::after {
  content: "";
  width: 5.1rem;
  height: 4.1rem;
  background: url("img/interview-illust-02.png") no-repeat center/contain;
  position: absolute;
  right: calc(var(--s2-5) * -1);
  bottom: var(--s2);
  z-index: 1;
  transform: rotate(-5deg);
}
.interview-profile-01--type-b::before {
  content: "";
  width: 4.6rem;
  height: 4.8rem;
  background: url("img/interview-illust-03.png") no-repeat center/contain;
  position: absolute;
  top: var(--s1-5);
  right: calc(var(--s4) * -1);
  z-index: 1;
}
.interview-profile-01--type-b::after {
  content: "";
  width: 4.8rem;
  height: 4.7rem;
  background: url("img/interview-illust-04.png") no-repeat center/contain;
  position: absolute;
  top: var(--s9);
  left: calc(var(--s3) * -1);
  z-index: 1;
}
.interview-profile-01--type-c::before {
  content: "";
  width: 5.7rem;
  height: 4rem;
  background: url("img/interview-illust-05.png") no-repeat center/contain;
  position: absolute;
  top: var(--s1-5);
  left: calc(var(--s3) * -1);
  z-index: 1;
}
.interview-profile-01--type-c::after {
  content: "";
  width: 4rem;
  height: 6.3rem;
  background: url("img/interview-illust-06.png") no-repeat center/contain;
  position: absolute;
  right: calc(var(--s2) * -1);
  bottom: calc(var(--s1) * -1);
  z-index: 1;
  transform: rotate(16deg);
}

/*
---------------------------------------------

    qa

*/
.qa-box-01 {
  margin: var(--s10) 0 var(--s8);
}
.qa-box-01__photo {
  border-radius: var(--s2);
  overflow: hidden;
}
.qa-box-01__q {
  margin-bottom: var(--s3);
  padding: 0 var(--s3);
  display: flex;
  gap: var(--s3);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.qa-box-01__q::before {
  content: "Q";
  margin-top: -0.15em;
  flex-shrink: 0;
  color: var(--color06);
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
}
.qa-box-01__a {
  margin-bottom: var(--s3);
  padding: var(--s2) var(--s3);
  background: var(--color02);
  border-radius: var(--s2);
  display: flex;
  gap: var(--s3);
	color: #f68133;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.qa-box-01__a::before {
  content: "A";
  margin-top: -0.15em;
  flex-shrink: 0;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1;
	color: #ffa66f;
}

/*
---------------------------------------------

    sponsored

*/
.sponsored-box-01 {
  padding: 16rem 0 var(--s10);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sponsored-box-01--lower {
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 10%;
  padding-right: 10%;
}
.sponsored-box-01__header {
  width: calc(100% - var(--s4));
  max-width: 70rem;
  margin: 0 auto calc(var(--s8) * -1);
  padding: var(--s3) var(--s5);
  background: var(--color01);
  border: 0.5rem solid #ebe2dc;
  border-radius: var(--s3);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: relative;
  z-index: 1;
}
.sponsored-box-01__content {
  max-width: 110rem;
  margin: 0 auto;
  padding: 11.2rem var(--s7) var(--s7);
  background: var(--color01);
  border: 0.5rem solid #ebe2dc;
  border-radius: var(--s4);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
}
.sponsored-box-01__label {
  display: flex;
  align-items: center;
  gap: var(--s2-5);
  color: var(--color10);
  font-weight: 700;
}
.sponsored-box-01__label-en {
  height: 2.1rem;
}
.sponsored-box-01__name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.sponsored-box-01__title {
  margin-bottom: var(--s3);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.sponsored-box-01__capture-img {
  border: 0.2rem solid var(--color03);
}
.sponsored-box-01__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.sponsored-box-01__bg::before {
  content: "";
  width: 100%;
  height: 62rem;
  background: url("img/wave-01.svg"), linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: center top, left top;
  background-size: auto 8.4rem, cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.sponsored-box-01__bg::after {
  content: "";
  width: 100%;
  height: 62rem;
  background: linear-gradient(to right, #9CFFB2 0%, #97F8FF 100%) no-repeat left top/cover;
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, 0);
}
.sponsored-box-01__deco-01 {
  width: 23rem;
  position: absolute;
  top: 17.5rem;
  right: calc(50% + 63rem);
  transform: rotate(90deg);
}
.sponsored-box-01__deco-02 {
  width: 16.5rem;
  position: absolute;
  top: 34rem;
  left: calc(50% + 59rem);
  transform: translate(40%, 0);
}
.sponsored-box-01__deco-03 {
  width: 24.3rem;
  position: absolute;
  right: calc(50% + 46rem);
  bottom: var(--s2-5);
}
.sponsored-box-01__deco-04 {
  width: 19.3rem;
  position: absolute;
  left: calc(50% + 46rem);
  bottom: var(--s2-5);
  transform: rotate(60deg);
}
.sponsored-box-01__deco-05 {
  width: 23rem;
  position: absolute;
  top: 10.4rem;
  left: 11%;
  transform: rotate(-180deg);
}
.sponsored-box-01__deco-06 {
  width: 16.5rem;
  position: absolute;
  top: 11.2rem;
  right: 0;
  transform: translate(40%, 0);
}
.sponsored-box-01__deco-07 {
  width: 24.3rem;
  position: absolute;
  left: 0;
  bottom: var(--s2-5);
  transform: translate(-40%, 0);
}
.sponsored-box-01__deco-08 {
  width: 19.3rem;
  position: absolute;
  right: 0;
  bottom: var(--s2-5);
  transform: translate(35%, 0) rotate(60deg);
}
.sponsored-box-01 .caption {
  text-align: left;
}

@media screen and (max-width: 767px) {
.sponsored-box-01 .caption {
   text-align: left;
}
}

.knowledge-box-01 .caption {
   text-align: left;
   margin: 1rem 0rem 0rem;
}


.sponsored-box-01 .l-btn-01:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------------

    summary

*/
.summary-box-01 {
  padding: var(--s10) 12rem var(--s10) 0;
  position: relative;
  z-index: 1;
}
.summary-box-01::after {
  content: "";
  width: calc(110rem + (100vw - 110rem) / 2);
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 161, 110, 0.5) 0%, rgba(252, 238, 121, 0.5) 100%);
  border-radius: 0 50rem 50rem 0;
  position: absolute;
  top: 0;
  right: var(--s5);
  z-index: -1;
}
.summary-box-01__inner {
  padding: var(--s8) var(--s12) var(--s8) 0;
  position: relative;
  z-index: 1;
}
.summary-box-01__inner::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--color01);
  border-radius: 0 50rem 50rem 0;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.summary-box-01__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
}
.summary-box-01__photo {
  border-radius: var(--s3);
  overflow: hidden;
}
.summary-box-01__title {
  margin-bottom: var(--s2);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.summary-box-01 .l-btn-01:last-child {
  margin-bottom: 0 !important;
}

.summary-box-02 {
  width: 110%;
  margin: var(--s10) auto var(--s10) -10%;
  padding: var(--s10) var(--s10) var(--s10) 0;
  background: linear-gradient(45deg, rgba(255, 161, 110, 0.5) 0%, rgba(252, 238, 121, 0.5) 100%);
  border-radius: 0 50rem 50rem 0;
  overflow: hidden;
}
.summary-box-02__inner {
  padding: var(--s8) 26.4rem var(--s8) 10rem;
  background: var(--color01);
  border-radius: 0 50rem 50rem 0;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: relative;
}
.summary-box-02__inner::after {
  content: "";
  width: 23.7rem;
  height: 15.1rem;
  background: url("img/summary-illust-01.png") no-repeat center/contain;
  position: absolute;
  right: calc(var(--s1) * -1);
  bottom: var(--s8);
  z-index: 1;
}
.summary-box-02__label {
  position: absolute;
  top: 0;
  left: 10%;
  transform: translate(0, -100%);
}
.summary-box-02__title {
  margin-bottom: var(--s2);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}

/*
---------------------------------------------

    toggle sp

*/
.toggle-sp-content {
  display: block;
}

/*
---------------------------------------------

    toggle

*/
.toggle-content {
  display: none;
}

.toggle-icon {
  width: var(--s2);
  height: var(--s2);
  display: inline-block;
  position: relative;
}
.toggle-icon::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: var(--color05);
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.toggle-icon::after {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: var(--color05);
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translate(50%, -50%);
  transition: transform 0.6s;
}
.is-open .toggle-icon::after {
  transform: translate(50%, -50%) rotate(90deg);
}

.toggle-circle-icon {
  width: var(--s2-5);
  height: var(--s2-5);
  background: #fff7bf;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.toggle-circle-icon::before {
  content: "";
  width: var(--s1-5);
  height: 0.2rem;
  background: var(--color05);
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translate(0, -50%);
}
.toggle-circle-icon::after {
  content: "";
  width: 0.2rem;
  height: var(--s1-5);
  background: var(--color05);
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(50%, -50%);
  transition: transform 0.6s;
}
.is-open .toggle-circle-icon::after {
  transform: translate(50%, -50%) rotate(90deg);
}

/*
---------------------------------------------

    sp more sp

*/
.more-sp-btn {
  display: none;
}

/*
---------------------------------------------

    more gradient

*/
.more-gradient-btn {
  width: 23rem;
  padding: var(--s2) var(--s6);
  background: var(--color01);
  border: 0.2rem solid var(--color03);
  border-radius: 10rem;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(-50%, 50%);
  transition: background-color 0.6s;
}
.more-gradient-btn::before {
  content: "";
  width: var(--s2);
  height: 0.2rem;
  background: var(--color05);
  border-radius: 0.2rem;
  position: absolute;
  top: 50%;
  right: var(--s3);
  transform: translate(0, -50%);
}
.more-gradient-btn::after {
  content: "";
  width: 0.2rem;
  height: var(--s2);
  background: var(--color05);
  border-radius: 0.2rem;
  position: absolute;
  top: 50%;
  right: var(--s4);
  transform: translate(50%, -50%);
  transition: transform 0.6s;
}
.more-gradient-btn.is-open::after {
  transform: translate(0, -50%) rotate(90deg);
}

.more-gradient-content {
  height: 16rem;
  padding-bottom: var(--s8);
  overflow: hidden;
  position: relative;
  transition: height 0.6s ease;
}

@media screen and (max-width: 767px) {
.more-gradient-content
{
padding-bottom: var(--s6);
}
}


.more-gradient-content::after {
  content: "";
  width: 100%;
  height: 12rem;
  background: linear-gradient(to bottom, transparent, var(--color01));
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.more-gradient-content.is-open::after {
  opacity: 0;
  visibility: hidden;
}



/*
---------------------------------------------

    more gradient sp

*/
.more-gradient-sp-btn {
  display: none;
}

/*
---------------------------------------------

    modal

*/
.modal {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.modal__content {
  width: calc(100% - 20rem);
  max-width: 110rem;
  height: calc(100vh - 20rem);
  max-height: 63.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal__close {
  width: var(--s5);
  height: var(--s5);
  background: url("img/icon-close.svg") no-repeat center/100% 100%;
  cursor: pointer;
  position: absolute;
  top: calc(var(--s9) * -1);
  right: 0;
}
.modal .splide {
  width: 100%;
  height: 100%;
}
.modal .splide__track {
  width: 100%;
  height: 100%;
  background: var(--color01);
  border: 0.5rem solid var(--color03);
  border-radius: var(--s4);
}
.modal .splide__arrow {
  width: 5rem;
  height: 5rem;
  background: url("img/arrow-03-yellow-right.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.modal .splide__arrow--prev {
  left: calc(var(--s10) * -1);
  transform: scaleX(-1) translate(0, -50%);
}
.modal .splide__arrow--next {
  right: calc(var(--s10) * -1);
  transform: translate(0, -50%);
}
.modal .splide__slide {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .no-transition .splide__slide {
  transition: none !important;
}

/* モーダルのスライドバー表示 */
.simplebar-scrollbar:before {
  margin: 20px 0;
  width: 5px;
}

/*
---------------------------------------------

    top

*/
.mv-block {
  padding: 18rem 0 var(--s11);
  position: relative;
  z-index: 1;
}
.mv-block__inner {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--s3);
  box-sizing: content-box;
  position: relative;
}

.mv-label {
  margin-bottom: var(--s1);
  height: 3.7rem;
  transform-origin: bottom left;
  transform: rotate(-10deg) translate(calc(var(--s5) * -1), 0);
}

.mv-catch {
  margin-bottom: var(--s2-5);
  color: #f68133;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
}

.mv-title {
  margin-bottom: var(--s6);
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.mv-text {
  max-width: 51.2rem;
  margin-bottom: var(--s4);
}

.mv-slide {
  width: calc(50vw + 12rem);
  height: 58rem;
  border-radius: 0 0 0 62rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.mv-slide .splide__track {
  width: 100%;
  height: 100%;
}
.mv-slide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 非表示を確実にする */
.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0 !important;
  z-index: 0 !important;
}

/* 表示を確実にする */
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1 !important;
  z-index: 1 !important;
}
.mv-deco-01 {
  width: 16.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-64%, -48%);
}

.mv-deco-02 {
  width: 27rem;
  position: absolute;
  top: 36.4rem;
  left: calc(50% - var(--s3));
  z-index: -1;
  transform: rotate(180deg);
}

.mv-deco-03 {
  width: 14.7rem;
  position: absolute;
  top: 52rem;
  left: calc(50% + 20.5rem);
  z-index: 1;
}

.problem-block-01__inner {
  padding-top: 19rem;
  padding-bottom: 11.2rem;
  position: relative;
}
.problem-block-01__illust-01 {
  width: 25.9rem;
  position: absolute;
  top: 2rem;
  left: var(--s5);
}
.problem-block-01__illust-02 {
  width: 22.3rem;
  position: absolute;
  top: -3rem;
    left: var(--s5);
}

.problem-box-01 {
  margin: var(--s8) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s4) 16rem;
}
.problem-box-01__voice {
  width: 30rem;
  padding: var(--s3) var(--s4);
  background: var(--color01);
  border: 0.4rem solid var(--color03);
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.problem-box-01__voice::after {
  content: "";
  width: 5.4rem;
  height: 5.3rem;
  background: url("img/speech-bubble-01.svg") no-repeat center/contain;
  position: absolute;
  top: calc(100% + var(--s1-5));
  left: 9rem;
}
.problem-box-01__voice:nth-child(even)::after {
  left: auto;
  right: 9rem;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
.problem-box-01__voice:nth-child(even)::after{
 right:0;
 left: 15rem;
}
}

.problem-box-01__illust-01 {
  width: 47.2rem;
}

.problem-message-01 {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  /* color: var(--color06); */
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.problem-message-01__small {
  font-size: 2rem;
}
.problem-message-01__em-01 {
  color: var(--color05);
  font-size: 2.8rem;
}

.problem-message-02 {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
.problem-message-02__em-01 {
  border-bottom: 0.3rem solid var(--color12);
  font-weight: 700;
}
.problem-message-01 + .problem-message-02 {
  margin-top: var(--s4);
}

.interview-block-01 {
  padding: 11.2rem 0;
}
.interview-block-01__main {
  padding-bottom: 11.2rem;
  position: relative;
}

.interview-title-01 {
  width: fit-content;
  margin: 0 auto;
  padding: 0 var(--s5);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.interview-title-01::before {
  content: "";
  width: 2.7rem;
  height: 3rem;
  background: url("img/slash-01.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.interview-title-01::after {
  content: "";
  width: 2.7rem;
  height: 3rem;
  background: url("img/slash-01.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) scaleX(-1);
}

.interview-photo-01,
.interview-photo-02 {
  border-radius: var(--s3);
  overflow: hidden;
}

.interview-photo-02 {
  position: absolute;
  top: calc(100% - var(--s5));
  right: -21.6rem;
}

.interview-card-01 {
  padding: 0 var(--s3) var(--s4);
  position: relative;
  z-index: 1;
}
.interview-card-01::after {
  content: "";
  width: 100%;
  height: calc(100% - 10rem);
  background: var(--color02);
  border-radius: var(--s2-5);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.interview-card-01__thumb {
  margin: 0 auto var(--s2);
}
.interview-card-01__name {
  margin: var(--s2) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.interview-card-01__note {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.interview-card-01__title {
  margin-bottom: var(--s1-5);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.interview-card-01__comment {
  margin-top: var(--s4);
  padding: var(--s3);
  border-radius: var(--s2);
  position: relative;
  z-index: 1;
}
.interview-card-01__comment::before {
  content: "";
  width: 7.5rem;
  height: 3.8rem;
  background: url("img/text-en-point.svg") no-repeat center/contain;
  position: absolute;
  top: calc(var(--s1) * -1);
  left: var(--s1);
  transform: rotate(-8deg);
}
.interview-card-01__comment::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: var(--color01);
  border-radius: var(--s1-5);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.interview-card-01__comment--orange {
  background-image: linear-gradient(-135deg, #FCEE79 0%, #FFA16E 100%);
}
.interview-card-01__comment--green {
  background-image: linear-gradient(45deg, #9CFFB2 0%, #97F8FF 100%);
}
.interview-card-01__comment--pink {
  background-image: linear-gradient(-135deg, #FF76AD 0%, #FFE880 100%);
}


.voice-block-01 {
  padding-top: 13.6rem;
  padding-bottom: 11.2rem;
  background: var(--color02);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.voice-block-01::before {
  content: "";
  width: 100%;
  min-width: 165rem;
  height: 11.2rem;
  background: url("img/bg-frame-01.svg") no-repeat center top/100% 100%;
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.voice-block-01__illust-01 {
  width: 20rem;
  position: absolute;
  top: 0;
  right: calc(50% + 29rem);
}

.voice-slide {
  width: calc(100% + 33.2rem);
  margin-top: var(--s11);
  margin-left: -16.6rem;
  margin-right: -16.6rem;
  padding-bottom: var(--s6);
}
.voice-slide .splide__slide {
  padding-bottom: var(--s1-5);
}
.voice-slide .splide__slide .voice-card-01 {
  margin-right: 0;
  opacity: 0.7;
  transform: scale(0.85);
  transition: transform 0.7s, opacity 0.7s;
}
.voice-slide .splide__slide.is-active .voice-card-01 {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.voice-slide .splide__arrow {
  width: 5rem;
  height: 5rem;
  background: url("img/arrow-03-brown-right.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.voice-slide .splide__arrow--prev {
  left: calc(50% - 22rem);
  transform: scaleX(-1) translate(100%, -50%);
}
.voice-slide .splide__arrow--next {
  right: calc(50% - 22rem);
  transform: translate(100%, -50%);
}
.voice-slide .splide__pagination {
  gap: var(--s1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.voice-slide .splide__pagination li {
  width: var(--s2);
  height: var(--s2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-slide .splide__pagination__page {
  width: var(--s1-5);
  height: var(--s1-5);
  background: var(--color03);
  border-radius: 100%;
}
.voice-slide .splide__pagination__page.is-active {
  background: var(--color06);
}
.voice-slide.splide:not(.is-overflow) .splide__pagination {
  display: flex !important;
}

.voice-card-01 {
  padding-top: var(--s5);
}
.voice-card-01__link {
  display: block;
  text-decoration: none;
  transform: translate(0, 0);
  transition: transform 0.6s;
}
.voice-card-01__photo {
  width: 73%;
  margin: 0 auto;
  position: relative;
}
.voice-card-01__photo--type-a::before {
  content: "";
  width: 4.4rem;
  height: 4.6rem;
  background: url("img/interview-illust-01.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: var(--s5);
  z-index: 1;
}
.voice-card-01__photo--type-a::after {
  content: "";
  width: 5.1rem;
  height: 4.1rem;
  background: url("img/interview-illust-02.png") no-repeat center/contain;
  position: absolute;
  top: 10rem;
  right: calc(var(--s3) * -1);
  z-index: 1;
  transform: rotate(-5deg);
}
.voice-card-01__photo--type-b::before {
  content: "";
  width: 4.6rem;
  height: 4.8rem;
  background: url("img/interview-illust-03.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: var(--s5);
  z-index: 1;
}
.voice-card-01__photo--type-b::after {
  content: "";
  width: 4.8rem;
  height: 4.7rem;
  background: url("img/interview-illust-04.png") no-repeat center/contain;
  position: absolute;
  top: 10rem;
  right: calc(var(--s3) * -1);
  z-index: 1;
}
.voice-card-01__photo--type-c::before {
  content: "";
  width: 5.7rem;
  height: 4rem;
  background: url("img/interview-illust-05.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: var(--s5);
  z-index: 1;
}
.voice-card-01__photo--type-c::after {
  content: "";
  width: 4rem;
  height: 6.3rem;
  background: url("img/interview-illust-06.png") no-repeat center/contain;
  position: absolute;
  top: 10rem;
  right: calc(var(--s3) * -1);
  z-index: 1;
  transform: rotate(16deg);
}
.voice-card-01__data {
  width: 16.8rem;
  height: 16.8rem;
  background: var(--color07);
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.voice-card-01__name {
  margin-bottom: var(--s-5);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.voice-card-01__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.voice-card-01__more {
  margin-top: var(--s2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
}
.voice-card-01__more::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("img/arrow-01-yellow-right.svg") no-repeat left center/contain;
}
.voice-card-01__more__img {
  max-width: inherit;
  height: 1.5rem;
}
.voice-card-01__content {
  padding: var(--s3);
  border-radius: var(--s3);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: relative;
  z-index: 1;
}
.voice-card-01__content::after {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: var(--color01);
  border-radius: var(--s2-5);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.voice-card-01__content--orange {
  background-image: linear-gradient(45deg, #FFA16E 0%, #FCEE79 100%);
}
.voice-card-01__content--green {
  background-image: linear-gradient(45deg, #9CFFB2 0%, #97F8FF 100%);
}
.voice-card-01__content--pink {
  background-image: linear-gradient(45deg, #FF76AD 0%, #FFE880 100%);
}

@media (hover: hover) {
  .voice-card-01__link:hover {
    transform: translate(0, calc(var(--s3) * -1));
  }
}
.support-block-01__inner {
  padding-top: 15.2rem;
  padding-bottom: var(--s10);
  position: relative;
  z-index: 1;
}
.support-block-01__illust-01 {
  width: 23.1rem;
  position: absolute;
  top: calc(var(--s5) * -1);
  right: var(--s3);
}

.support-card-01 {
  padding: 22.4rem var(--s4) var(--s4);
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.support-card-01::after {
  content: "";
  width: 100%;
  height: calc(100% - 22.4rem);
  background: var(--color01);
  border: 0.5rem solid var(--color09);
  border-radius: var(--s2-5);
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.support-card-01__number {
  width: 11.9rem;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
}
.support-card-01__photo {
  width: 87%;
  border-radius: 99.9rem 99.9rem 0 0;
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  overflow: hidden;
  position: absolute;
  top: var(--s3);
  left: 50%;
  z-index: -2;
  transform: translate(-50%, 0);
}
.support-card-01__title {
  margin: var(--s3) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s2);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.support-card-01__title::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("img/arrow-01-yellow-right.svg") no-repeat left center/contain;
  flex-shrink: 0;
}

@media (hover: hover) {
  .support-card-01:hover {
    transform: translate(0, calc(var(--s3) * -1));
  }
}
.support-card-01-wrapper {
  margin-top: var(--s8);
}

.list-block-01 {
  padding-top: 11.2rem;
  padding-bottom: 27rem;
  background: linear-gradient(to bottom, transparent 0%, var(--color02) 50%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-block-01::after {
  content: "";
  width: 100%;
  min-width: 165rem;
  height: 11.2rem;
  background: url("img/bg-frame-01.svg") no-repeat center top/100% 100%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: -1;
  transform: scaleY(-1) translate(-50%, 0);
}
.list-block-01__inner {
  position: relative;
  z-index: 1;
}
.list-block-01__illust-01 {
  width: 16rem;
  position: absolute;
  top: 0;
  left: var(--s12);
}
.list-block-01__illust-02 {
  width: 13rem;
  position: absolute;
  top: var(--s2-5);
  right: var(--s12);
}
.list-block-01__illust-03 {
  width: 20.1rem;
  position: absolute;
  left: 17%;
    bottom: -23rem;
  transform: rotate(2deg);
}

.list-box-01 {
  margin-top: var(--s8);
  padding: var(--s5) var(--s6);
  background: var(--color01);
  border-radius: 20rem;
}
.list-box-01__note {
  margin-bottom: var(--s3);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.list-btn-01 {
  min-width: 15.2rem;
  padding: var(--s1-5) var(--s6) var(--s1-5) var(--s2-5);
  background: var(--color06);
  border-radius: 10rem;
  color: var(--color01);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: relative;
  transition: opacity 0.6s;
}
.list-btn-01 .toggle-circle-icon {
  position: absolute;
  top: 50%;
  right: var(--s2-5);
  transform: translate(0, -50%);
}

@media (hover: hover) {
  .list-btn-01:hover {
    opacity: 0.6;
  }
}
.list-modal-01 {
  padding: var(--s6);
}
.list-modal-01__title {
  margin-bottom: var(--s5);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.list-modal-01__title .marker-gradient-01 {
  margin: 0 var(--s1);
  display: inline-block;
	font-size: 2.8rem;
	padding: 0rem 1rem 0.3rem 1rem;
}

@media screen and (max-width: 767px) {
.list-modal-01__title .marker-gradient-01 {
    font-size: 2.4rem;
    margin: 0.5rem 0.5rem 1rem 1rem;
	padding: 0rem 0.8rem 0.2rem 0.8rem;
}
}


.list-card-01 {
  padding: var(--s2-5);
  background: var(--color02);
  border-radius: var(--s2);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
}
.list-card-01__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.list-card-01__text {
  line-height: 1.5;
}

.knowledge-block-01 {
  padding-top: 11.2rem;
  padding-bottom: var(--s10);
}

.knowledge-box-01 {
  width: calc((100% - var(--s6)) / 2);
  padding: var(--s5) var(--s5) 0;
  background: var(--color01);
  border: 0.3rem solid var(--color03);
  border-radius: var(--s3);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: relative;
}
.knowledge-box-01__title {
  margin-bottom: var(--s3);
  padding-left: var(--s2-5);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.knowledge-box-01__title::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: var(--color09);
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}
.knowledge-box-01 .btn-link:last-child {
  margin-bottom: 0;
}
.knowledge-box-01 .l-scroll-x-sp {
  margin: var(--s3) 0;
}

.knowledge-box-01-wrapper {
  margin-top: var(--s8);
  margin-bottom: var(--s12);
  display: flex;
  align-items: flex-start;
  gap: var(--s6);
}

.knowledge-table-wrapper {
  padding-top: var(--s8);
  position: relative;
}
.knowledge-table-wrapper table {
  margin: 0;
  table-layout: fixed;
}
.knowledge-table-wrapper table th {
  width: 11.6rem;
}
.knowledge-table-wrapper table td {
  width: calc((100% - 11.6rem) / 2);
}

.knowledge-table-label-01,
.knowledge-table-label-02 {
  width: 13.2rem;
  padding: var(--s1-5);
  border-radius: var(--s1-5);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 0;
}
.knowledge-table-label-01::after,
.knowledge-table-label-02::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}

.knowledge-table-label-01 {
  background: linear-gradient(135deg, rgba(156, 255, 178, 0.52) 0%, rgba(151, 248, 255, 0.52) 100%);
  left: 13rem;
}
.knowledge-table-label-01::after {
  border-top: 1.2rem solid rgba(151, 248, 255, 0.52);
}

.knowledge-table-label-02 {
  background: linear-gradient(135deg, rgba(255, 161, 110, 0.52) 0%, rgba(252, 238, 121, 0.52) 100%);
  left: 29rem;
}
.knowledge-table-label-02::after {
  border-top: 1.2rem solid rgba(252, 238, 121, 0.52);
}

.knowledge-box-02 {
  padding: var(--s6);
  background: var(--color02);
  border-radius: var(--s2-5);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
}
.knowledge-box-02__title {
  width: fit-content;
  padding-bottom: var(--s1);
  background: url("img/line-dot-01.svg") repeat-x left bottom/auto 0.6rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.knowledge-box-02 .btn-link:last-child {
  margin-bottom: 0;
}

.column-block-01 {
  padding-top: var(--s10);
  padding-bottom: 0rem 0rem 8rem;
}
.column-block-01__side {
  position: relative;
}
.column-block-01__illust-01 {
  width: 18.7rem;
  position: absolute;
  top: 31rem;
  right: var(--s3);
}
.column-block-01__illust-02 {
  width: 17.6rem;
  position: absolute;
  top: 39rem;
  left: var(--s4);
}

.column-card-01 {
  border: 0.4rem solid var(--color12);
  border-radius: var(--s3);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  overflow: hidden;
}
.column-card-01__link {
  padding-top: 16rem;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.column-card-01__thumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.column-card-01__title {
  width: fit-content;
  margin-bottom: -1px;
  padding: var(--s1) var(--s10) var(--s1) var(--s4);
  background: var(--color01) url("img/arrow-01-yellow-right.svg") no-repeat right var(--s4) center/3rem 3rem;
  border-radius: 0 var(--s3) 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.column-card-01__title__em-01 {
  color: #f68133;
  font-size: 2.8rem;
}
.column-card-01__text {
  padding: var(--s3) var(--s4);
  background: var(--color01);
}
.column-card-01 + .column-card-01 {
  margin-top: var(--s5);
}

@media (hover: hover) {
  .column-card-01:hover {
    transform: translate(0, calc(var(--s3) * -1));
  }
}
/*
---------------------------------------------

    lower

*/
.main-area--lower h1 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-area--lower h2 {
  margin: 2.5em 0 1em;
  padding: var(--s2-5) var(--s2-5) var(--s2-5) var(--s7);
  background: #f2a068 url("img/icon-flower-white.svg") no-repeat left var(--s3) center/1.7rem 1.7rem;
  border-radius: var(--s1);
  overflow: hidden;
  color: var(--color01);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-area--lower h2 a {
  padding-right: var(--s5);
  background: url("img/arrow-01-brown-right.svg") no-repeat right center/var(--s4) var(--s4);
  display: block;
  color: var(--color01);
  text-decoration: none;
}
.main-area--lower h3 {
  margin: 2em 0 1em;
  padding: var(--s2) 0 var(--s2) var(--s5);
  background-image: url("img/circle-01-yellow.svg"), url("img/line-dot-01.svg");
  background-repeat: no-repeat, repeat-x;
  background-position: center left, bottom left;
  background-size: var(--s3) var(--s3), auto 0.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-area--lower h3 a {
  padding-right: var(--s4);
  background: url("img/arrow-01-brown-right.svg") no-repeat right center/var(--s3) var(--s3);
  display: block;
  text-decoration: none;
}
.main-area--lower h4 {
  margin: 2em 0 1em;
  padding: 0 0 0 var(--s2-5);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.main-area--lower h4::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #9CFFB2;
  border-radius: 10rem;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
}
.main-area--lower h4 a {
  padding-right: var(--s4);
  background: url("img/arrow-01-brown-right.svg") no-repeat right center/var(--s3) var(--s3);
  display: block;
  text-decoration: none;
}
.main-area--lower h5 {
  margin: 2em 0 1em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-area--lower h5 a {
  padding-right: var(--s4);
  background: url("img/arrow-01-brown-right.svg") no-repeat right center/var(--s3) var(--s3);
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover {
    opacity: 0.5;
  }
}
.lower-content {
  min-height: 46rem;
  margin-bottom: var(--s10);
  padding: var(--s10) 0;
  position: relative;
  z-index: 1;
}
.lower-content::before {
  content: "";
  width: 17.4rem;
  height: 18.6rem;
  background: url("img/flower-01-pink.svg") no-repeat center/contain;
  position: absolute;
  top: 19.6rem;
  left: 110%;
  z-index: -2;
  transform: translate(-50%, 0);
}
.lower-content::after {
  content: "";
  width: 120%;
  height: 100%;
  background: var(--color01);
  border-radius: var(--s5);
  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
.lower-content > *:last-child {
  margin-bottom: 0 !important;
}

.lower-title-01 {
  margin-bottom: var(--s10);
  padding-right: var(--s5);
  position: relative;
  z-index: 2;
}
.lower-title-01__label {
  height: 2.2rem;
  transform-origin: left bottom;
  transform: rotate(-10deg);
  position: absolute;
  top: calc(var(--s4) * -1);
  left: calc(var(--s8) * -1);
  z-index: 1;
}
.lower-title-01__deco-01 {
  width: 16.5rem;
  position: absolute;
  top: 0;
  left: calc(var(--s3) * -1);
  transform: translate(-100%, -35%);
}
.lower-title-01__deco-02 {
  width: 13.5rem;
  position: absolute;
  top: var(--s6);
  right: var(--s2-5);
  transform: translate(100%, 0);
}

@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp base settings

  */
  :root {
    font-size: 2.6666666667vw;
  }
  body::after {
    height: 36rem;
  }
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp layout center

  */
  .l-center-01 {
    padding-right: var(--s2);
    padding-left: var(--s2);
    box-sizing: border-box;
  }
  .l-center-02 {
    box-sizing: border-box;
  }
  /*
  ---------------------------------------------

      sp layout stack

  */
  .l-stack {
    gap: var(--s2);
  }
  /*
  ---------------------------------------------

      sp layout cluster

  */
  .l-cluster-01 {
    gap: var(--s1-5) var(--s1);
  }
  /*
  ---------------------------------------------

      sp layout grid

  */
  .l-grid {
    grid-gap: var(--s2);
    grid-template-columns: 100%;
  }
  .l-grid--wide {
    grid-gap: var(--s3);
  }
  .l-grid-three {
    grid-gap: 2rem;
    grid-template-columns: 100%;
  }
  /*
  ---------------------------------------------

      sp layout column

  */
  .l-column-01 {
    gap: var(--s3);
  }
  .l-column-01__side {
    width: 100%;
  }
  .l-column-01__main {
    width: 100%;
  }
  .l-column-01--column-reverse-sp {
    flex-direction: column-reverse;
  }
  .l-column-02 {
    gap: var(--s1-5);
  }
  .l-column-02__side {
    width: 100%;
  }
  .l-column-02__main {
    width: 100%;
  }
  .l-column-03 {
    gap: var(--s2);
  }
  .l-column-03__side {
	  width: 89%;
       margin: 0 auto;
  }
  .l-column-03__main {
    width: 100%;
  }
  .l-column-04 {
    gap: var(--s3);
  }
  .l-column-04__side {
    width: 83%;
       margin: auto;
  }
  .l-column-04__main {
    width: 100%;
  }
  .l-column-05 {
    gap: var(--s2);
  }
  .l-column-05__side {
    width: 100%;
  }
  .l-column-05__main {
    width: 100%;
  }
  /*
  ---------------------------------------------

      sp layout grid areas

  */
  .l-grid-areas-01 {
    grid-template-areas: "label" "logo" "text";
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    grid-gap: var(--s2);
  }
  .l-grid-areas-02 {
    grid-template-areas: "label label" "logo name";
    grid-template-columns: 8.8rem 1fr;
    grid-gap: var(--s1) var(--s2);
  }
  .l-grid-areas-03 {
    grid-template-areas: "title" "main" "photo";
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    grid-gap: var(--s3);
  }
  .l-grid-areas-04 {
    grid-template-areas: "title" "photo" "main";
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
  }
  /*
  ---------------------------------------------

      layout btn

  */
  .l-btn-01 {
    margin: var(--s4) 0;
    flex-direction: column;
    gap: var(--s2);
  }
  /*
  ---------------------------------------------

      sp layout scroll

  */
  .l-scroll-x-sp {
    width: 100%;
    margin: var(--s3) 0;
    padding-bottom: var(--s1-5);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .l-scroll-x-sp::-webkit-scrollbar {
    height: 0.6rem;
  }
  .l-scroll-x-sp::-webkit-scrollbar-track {
    border-radius: 0.3rem;
    background: #eee;
  }
  .l-scroll-x-sp::-webkit-scrollbar-thumb {
    border-radius: 0.3rem;
    background: #ddd;
  }
  /*
  ---------------------------------------------

      layout header

  */
  .l-header-01 {
    flex-direction: column-reverse;
    gap: var(--s2);
  }
  .l-header-01--lower {
    justify-content: flex-end;
  }
  .l-header-01__cell-01 {
    width: 100%;
    flex-direction: column;
  }
  .l-header-01__cell-02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp frame

  */
  .frame-03 {
    border-radius: var(--s2);
	  width: 80%;
       margin: auto;
	  height: 120px;
        overflow: hidden;

  }
	
	.frame-03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* ← 比率を保って枠いっぱいに */
    object-position: center;/* ← 切り抜き位置（調整可） */
  }
  /*
  ---------------------------------------------

      sp btn

  */
  .btn-internal {
    margin: var(--s3) auto var(--s5);
  }
  .btn-internal a {
    width: 96%;
    min-height: var(--s9);
    padding: var(--s1) 3rem;
    background-size: var(--s2-5) var(--s2-5);
    background-position: center right var(--s1);
  }
  .btn-internal a::before {
    width: 3.2rem;
    height: 5.4rem;
    left: calc(var(--s-5) * -1);
  }
  .l-btn-01 .btn-internal a {
    width: 100%;
  }
  .btn-web {
    margin: var(--s3) auto;
  }
  .btn-web a {
    width: 96%;
    min-height: var(--s9);
    padding: var(--s1) 3rem;
    background-size: var(--s2-5) var(--s2-5);
    background-position: center right var(--s1);
  }
  .btn-web a::before {
    width: 3.3rem;
    height: 6.6rem;
    left: 0;
  }
  .l-btn-01 .btn-web a {
    width: 100%;
  }
  .btn-link {
    margin: var(--s1) auto;
  }
  .btn-tel {
    margin: var(--s3) auto;
    display: block;
    position: relative;
  }
  .btn-tel a {
    width: 100%;
    min-height: var(--s9);
    margin: 0 auto;
    padding: var(--s1) var(--s5);
    background: var(--color09) url("img/icon-tel.png") no-repeat center left var(--s2)/2rem auto;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
	  box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
  }
  .l-btn-01 .btn-tel a {
    width: 100%;
  }
  /*
  ---------------------------------------------

      sp table

  */
  table {
    margin: var(--s3) 0;
  }
  thead, tbody, tr {
    display: block;
  }
  th, td {
    width: 100%;
    display: block;
  }
  .l-scroll-x-sp table {
    width: inherit;
    margin: 0;
  }
  .l-scroll-x-sp table thead {
    display: table-header-group;
  }
  .l-scroll-x-sp table tbody {
    display: table-row-group;
  }
  .l-scroll-x-sp table tr {
    display: table-row;
  }
  .l-scroll-x-sp table th, .l-scroll-x-sp table td {
    width: inherit;
    min-width: 15rem;
    display: table-cell;
  }
  /*
  ---------------------------------------------

      sp caption

  */
  .caption {
    font-size: 0.9rem;
  }
  /*
  ---------------------------------------------

      sp catch

  */
  .catch-01 {
    font-size: 1.8rem;
  }
  /*
  ---------------------------------------------

      sp float wrap

  */
  .float-wrap {
    margin: var(--s5) 0;
  }
  .float-wrap .float-img.fr {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .float-wrap .float-img.fl {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .float-wrap .float-img.ct {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .float-wrap table {
    width: 100%;
  }
  /*
  ---------------------------------------------

      sp pankuzu

  */
	
	#pankuzu {
    margin: var(--s2) auto var(--s2);
		padding: 0rem 0rem 1rem;
  }
	
  /*
  ---------------------------------------------

      sp header

  */
  .header-main {
    padding: var(--s1);
  }
  .header-btn-wrapper {
    width: calc(100% - var(--s8));
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .header-btn-wrapper .btn-web {
    width: 100%;
  }
  .header-btn-wrapper .btn-web a {
    width: 100%;
    padding: var(--s-5) var(--s6);
    border-radius: var(--s2) var(--s2) 0 0;
  }
  .header-note {
    text-align: center;
  }
  .header-logo {
    margin: 0 auto;
  }
  /*
  ---------------------------------------------

      sp gnavi

  */
  .gnavi-btn {
    width: var(--s6);
    height: var(--s6);
    top: var(--s1);
    right: var(--s1);
  }
  .gnavi-btn span {
    width: var(--s3);
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 1.5rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.1rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 2.7rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translate(-50%, 0.6rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translate(-50%, -0.6rem) rotate(45deg);
  }
  .gnavi-area {
    max-width: 100%;
    padding: var(--s5) 0 var(--s10);
    border-radius: 0;
  }
  /*
  ---------------------------------------------

      sp footer

  */
  .footer-area {
    background-size: auto 2.1rem;
	  margin: 3rem 0rem 0rem;
  }
  .footer-main {
    padding-top: var(--s10);
    padding-right: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  .footer-bottom {
    padding: var(--s1) var(--s1) var(--s9);
  }
  .footer-bottom__inner {
    justify-content: center;
  }
  .footer-illust-01 {
    width: 6rem;
    top: var(--s1-5);
    left: var(--s1-5);
    transform: translate(0, 0);
  }
  .footer-illust-02 {
    width: 5.5rem;
    right: 50%;
  }
  .footer-illust-03 {
    width: 5.7rem;
    top: 0;
    right: var(--s2);
    transform: translate(0, 0);
  }
  .footer-about {
    width: calc(100% - var(--s4));
    margin: 0 auto var(--s4);
    padding: var(--s3) var(--s2) var(--s3);
    border-radius: var(--s2);
  }
  .footer-about__label {
    font-size: 1.8rem;
    text-align: center;
  }
  .footer-about__title {
    font-size: 2rem;
    text-align: center;
  }
  .footer-logo {
    width: 13.8rem;
    margin: 0 auto;
  }
  .footer-box + .footer-box {
    margin-top: var(--s1-5);
  }
  .footer-menu-title {
    margin-bottom: 0;
    padding-bottom: var(--s1-5);
  }
  .footer-menu-title__link {
    padding: 0 var(--s5) 0 var(--s2);
    background-position: right var(--s2) center;
    display: block;
    position: relative;
  }
  .footer-menu-title__link:not(.footer-menu-title__link--not-toggle) {
    background: none;
  }
  .footer-menu-title__link .toggle-icon {
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%);
  }
  .footer-menu {
    padding: var(--s1) 0;
    background: rgba(255, 255, 255, 0.8);
    gap: 0;
  }
  .footer-menu__item {
    width: 100%;
  }
  .footer-menu__link {
    padding: var(--s1) var(--s2);
  }
  .footer-menu-sub {
    margin: 0 var(--s2);
  }
  .footer-disclaimer {
    width: calc(100% - var(--s4));
    margin: var(--s4) auto;
  }
  .footer-nocopy {
    margin: var(--s2) 0;
  }
  /*
  ---------------------------------------------

      sp page

  */
  .page-top {
    width: var(--s8);
    height: var(--s8);
    border-radius: var(--s2) var(--s2) 0 0;
    bottom: 0;
  }
  .page-top__link {
    background-size: 3rem auto;
  }
  /*
  ---------------------------------------------

      sp section

  */
  .section-title-01 {
    font-size: 2.5rem;
  }
  .section-title-01__small {
    font-size: 2.2rem;
  }
  .section-title-01--with-dot-line {
    background-size: auto 0.3rem;
  }
  .section-title-02 {
    font-size: 2.5rem;
  }
  .section-title-02__small {
    font-size: 1.8rem;
  }
  .section-title-02__link {
    padding-right: var(--s4);
    background-position: right center;
    background-size: var(--s3) var(--s3);
  }
  .section-label-01 {
    height: 1.4rem;
    margin-bottom: var(--s2);
    padding-top: var(--s2);
    background-size: auto var(--s1);
  }
  .section-label-02 {
    height: 1.4rem;
    margin-bottom: var(--s1);
  }
  .section-text-01 {
    margin-top: var(--s2);
	  margin-bottom: 1rem;
  }
  /*
  ---------------------------------------------

      sp index

  */
  .index-box-01 {
    margin: var(--s5) auto;
    padding: var(--s2-5) var(--s2) 0;
    border-radius: var(--s2);
  }
  .index-box-01__label {
    font-size: 1.8rem;
  }
  /*
  ---------------------------------------------

      sp relations

  */
  .relations-box-01 {
    margin: var(--s5) auto;
    padding: var(--s2-5) var(--s2);
    border-radius: var(--s2);
  }
  .relations-box-01__label {
    font-size: 1.8rem;
  }
  .relations-box-01 ul:not([class]) li {
    font-size: 1.5rem;
  }
  .relations-box-01 ul:not([class]) a {
    background-size: var(--s2-5) var(--s2-5);
  }
  .related-article01-frame {
    margin: var(--s7) auto;
    padding: var(--s2-5) var(--s2);
    border-radius: var(--s2);
  }
  .related-article01-title {
    font-size: 1.8rem;
  }
  .related-article01-list a {
    background-size: var(--s2-5) var(--s2-5);
	  padding: 0rem 0rem 0.5rem var(--s4);
  }
  .relations-box .catch-01 {
    font-size: 1.5rem;
  }
  /*
  ---------------------------------------------

      sp interview

  */
  .interview-box-01 {
    margin: var(--s5) 0;
    padding: var(--s10) var(--s2) var(--s2) var(--s2);
  }
  .interview-box-01::after {
    border-width: 0.3rem;
    border-radius: var(--s2);
  }
  .interview-box-01__main {
    padding-top: 0;
  }
  .interview-box-01__thumb {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .interview-box-01__thumb::before {
    width: 3.6rem;
    height: 3.7rem;
    top: 0;
  }
  .interview-box-01__thumb::after {
    width: 4.1rem;
    height: 3.3rem;
    right: calc(var(--s1) * -1);
  }
  .interview-box-01__data {
    width: 12rem;
    height: 12rem;
    font-size: 1.2rem;
    left: auto;
    right: 0;
    transform: translate(50%, 0);
  }
  .interview-box-01__name {
    font-size: 1.5rem;
  }
  .interview-box-01__label {
    margin-bottom: var(--s2);
  }
  .interview-box-02 {
    margin: var(--s5) 0;
  }
  .interview-box-02__main {
    padding: var(--s3);
  }
  .interview-profile-01 {
    width: 12rem;
    height: 12rem;
  }
  .interview-profile-01--type-a::before {
    width: 3.6rem;
    height: 3.7rem;
  }
  .interview-profile-01--type-a::after {
    width: 3.6rem;
    height: 3.7rem;
  }
  .interview-profile-01--type-b::before {
    width: 3.7rem;
    height: 3.9rem;
  }
  .interview-profile-01--type-b::after {
    width: 3.8rem;
    height: 3.8rem;
  }
  .interview-profile-01--type-c::before {
    width: 4.6rem;
    height: 3.2rem;
  }
  .interview-profile-01--type-c::after {
    width: 3.2rem;
    height: 5.1rem;
  }
  /*
  ---------------------------------------------

      sp　qa

  */
  .qa-box-01 {
    margin: var(--s5) 0;
  }
  .qa-box-01__q {
    margin-bottom: var(--s2);
    padding: 0 var(--s2);
    gap: var(--s2);
    font-size: 2rem;
  }
  .qa-box-01__q::before {
    font-size: 3.2rem;
  }
  .qa-box-01__a {
    margin-bottom: var(--s2);
    padding: var(--s2) var(--s2);
    gap: var(--s2);
    font-size: 1.8rem;
  }
  .qa-box-01__a::before {
    font-size: 3.2rem;
  }
  /*
  ---------------------------------------------

      sp sponsored

  */
  .sponsored-box-01 {
    padding: var(--s10) var(--s2) var(--s5);
  }
  .sponsored-box-01--lower {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
    margin-right: calc(var(--s2) * -1);
    padding-left: var(--s1-5);
    padding-right: var(--s1-5);
  }
  .sponsored-box-01__header {
    padding: var(--s1-5);
    border-width: 0.3rem;
    border-radius: var(--s2);
  }
  .sponsored-box-01__content {
    padding: var(--s10) var(--s2) var(--s3);
    border-width: 0.3rem;
    border-radius: var(--s2);
  }
  .sponsored-box-01__label {
    justify-content: center;
    gap: var(--s1-5);
  }
  .sponsored-box-01__label-en {
    height: 1.5rem;
	  margin: 0.4rem 0rem 0rem 0rem;
  }
  .sponsored-box-01__name {
    font-size: 1.8rem;
  }
  .sponsored-box-01__title {
    font-size: 1.8rem;
	  text-align: center;
  }
  .sponsored-box-01__bg::before {
    background-size: auto 2.1rem, cover;
  }
  .sponsored-box-01__deco-01 {
    width: var(--s11);
    top: var(--s6);
    left: var(--s-5);
    right: auto;
  }
  .sponsored-box-01__deco-02 {
    width: 8.2rem;
    top: 32rem;
    left: auto;
    right: 0;
  }
  .sponsored-box-01__deco-03 {
    width: 12rem;
    right: auto;
    left: 0;
    bottom: 28rem;
    transform: translate(-40%, 0);
  }
  .sponsored-box-01__deco-04 {
    width: 8.6rem;
    left: auto;
    right: var(--s-5);
    bottom: var(--s1);
    transform: rotate(-45deg);
  }
  .sponsored-box-01__deco-05 {
    width: var(--s11);
    top: var(--s6);
    left: var(--s-5);
    transform: rotate(45deg);
  }
  .sponsored-box-01__deco-06 {
    width: 8.2rem;
    top: 32rem;
  }
  .sponsored-box-01__deco-07 {
    width: 12rem;
    bottom: 28rem;
  }
  .sponsored-box-01__deco-08 {
    width: 8.6rem;
    bottom: var(--s1);
    transform: translate(0, 0) rotate(-45deg);
  }
  /*
  ---------------------------------------------

      sp summary

  */
  .summary-box-01 {
    padding: var(--s5) 0;
  }
  .summary-box-01::after {
    width: 100vw;
    border-radius: 0 var(--s2) var(--s2) 0;
    right: calc(var(--s1) * -1);
  }
  .summary-box-01__inner {
    padding: var(--s4) var(--s4) var(--s4) 0;
  }
  .summary-box-01__inner::after {
    border-radius: 0 var(--s2) var(--s2) 0;
    right: var(--s2);
  }
  .summary-box-01__label {
    width: 12rem;
  }
  .summary-box-01__photo {
    border-radius: var(--s2);
	  width: 80%;
       margin: auto;
  }
  .summary-box-01__title {
    font-size: 1.8rem;
  }
  .summary-box-02 {
    margin: var(--s5) 0 var(--s5) calc(var(--s2) * -1);
    padding: var(--s6) var(--s4) var(--s6) 0;
    border-radius: 0;
    overflow: visible;
  }
  .summary-box-02__inner {
    padding: var(--s3) var(--s2) var(--s4);
    border-radius: 0 var(--s2) var(--s2) 0;
  }
  .summary-box-02__inner::after {
    width: 11.9rem;
    height: 7.6rem;
    right: calc(var(--s5) * -0.4);
    bottom: calc(var(--s5) * -0.8);
  }
  .summary-box-02__label {
    width: 12rem;
    left: var(--s2);
  }
  .summary-box-02__title {
    font-size: 1.8rem;
	  margin-bottom: var(--s1);
  }
  /*
  ---------------------------------------------

       sp toggle sp

  */
  .toggle-sp-content {
    display: none;
  }
  /*
  ---------------------------------------------

      sp more sp

  */
  .more-sp-btn {
    width: 18rem;
    margin: var(--s3) auto;
    padding: var(--s1-5) var(--s5);
    background: var(--color01);
    border: 0.2rem solid var(--color03);
    border-radius: 10rem;
    box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.6s;
  }
  .more-sp-btn::before {
    content: "";
    width: var(--s2);
    height: 0.2rem;
    background: var(--color05);
    border-radius: 0.2rem;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%);
  }
  .more-sp-btn::after {
    content: "";
    width: 0.2rem;
    height: var(--s2);
    background: var(--color05);
    border-radius: 0.2rem;
    position: absolute;
    top: 50%;
    right: var(--s3);
    transform: translate(50%, -50%);
    transition: transform 0.6s;
  }
  .more-sp-btn.is-open::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .more-sp-content {
    display: none;
  }
  /*
  ---------------------------------------------

      sp more gradient

  */
  .more-gradient-btn {
    width: 18rem;
    padding: var(--s1-5) var(--s5);
    font-size: 1.4rem;
  }
  .more-gradient-btn::before {
    right: var(--s2);
  }
  .more-gradient-btn::after {
    right: var(--s3);
  }
  /*
  ---------------------------------------------

      sp more gradient sp

  */
  .more-gradient-sp-btn {
    width: 18rem;
    padding: var(--s1-5) var(--s5);
    background: #fdf8f4;
    /* border: 0.2rem solid var(--color03); */
    border-radius: 10rem;
    box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, 50%);
    transition: background-color 0.6s;
  }
  .more-gradient-sp-btn::before {
    content: "";
    width: var(--s2);
    height: 0.2rem;
    background: var(--color05);
    border-radius: 0.2rem;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%);
  }
  .more-gradient-sp-btn::after {
    content: "";
    width: 0.2rem;
    height: var(--s2);
    background: var(--color05);
    border-radius: 0.2rem;
    position: absolute;
    top: 50%;
    right: var(--s3);
    transform: translate(50%, -50%);
    transition: transform 0.6s;
  }
  .more-gradient-sp-btn.is-open::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .more-gradient-sp-content {
    height: 16rem;
    padding-bottom: var(--s6);
    overflow: hidden;
    position: relative;
    transition: height 0.6s ease;
  }
  .more-gradient-sp-content::after {
    content: "";
    width: 100%;
    height: 12rem;
    background: linear-gradient(to bottom, transparent, #fdf8f4);
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .more-gradient-sp-content.is-open::after {
    opacity: 0;
    visibility: hidden;
  }
  /*
  ---------------------------------------------

      sp modal

  */
  .modal__content {
    width: calc(100% - var(--s6));
    height: calc(100vh - 15rem);
  }
  .modal__close {
    width: var(--s3);
    height: var(--s3);
    top: calc(var(--s5) * -0.9);
  }
  .modal .splide__track {
    border-width: 0.3rem;
    border-radius: var(--s2);
  }
  .modal .splide__arrow {
    width: var(--s5);
    height: var(--s5);
  }
  .modal .splide__arrow--prev {
    left: calc(var(--s2) * -1);
  }
  .modal .splide__arrow--next {
    right: calc(var(--s2) * -1);
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp top

  */
  .mv-block {
    padding: 0 0 var(--s3);
  }
  .mv-block__inner {
    padding: 0 var(--s2);
  }
  .mv-label {
    height: 2.8rem;
    transform: rotate(-10deg) translate(0, 0);
  }
  .mv-catch {
    margin-bottom: var(--s1-5);
    font-size: 2.2rem;
  }
  .mv-title {
    margin-bottom: var(--s3);
    font-size: 2.7rem;
  }
  .mv-slide {
    width: 100%;
    height: 22rem;
    margin-bottom: var(--s2);
    border-radius: 0 0 0 22rem;
    position: static;
  }
  .mv-deco-01 {
    width: 10rem;
    transform: translate(-34%, -50%);
  }
  .mv-deco-02 {
    width: 8rem;
    top: auto;
    left: 86%;
    bottom: calc(var(--s2) * -1);
    transform: rotate(-45deg);
  }
  .mv-deco-03 {
    width: 7.3rem;
    top: 21rem;
    left: auto;
    right: var(--s2);
  }
  .problem-block-01__inner {
    padding-top: var(--s12);
    padding-bottom: var(--s5);
  }
  .problem-block-01__illust-01 {
    width: 12rem;
    top: 0;
    left: var(--s1-5);
  }
  .problem-block-01__illust-02 {
    display: none;
  }
  .problem-box-01 {
    margin: var(--s3) auto;
    gap: 0;
  }
  .problem-box-01__voice {
    width: 22rem;
    margin-left: 0;
    margin-right: auto;
    padding: var(--s1-5);
    border-width: 0.26rem;
    font-size: 1.5rem;
  }
  .problem-box-01__voice::after {
    width: 3.3rem;
    height: 3.2rem;
    top: calc(100% + var(--s1));
	  left: var(--s5);
  }
  .problem-box-01__voice:nth-child(even) {
    margin-top: calc(var(--s1-5) * -1);
    margin-left: auto;
    margin-right: 0;
  }
  .problem-box-01__illust-01 {
    width: 80%;
  }
  .problem-message-01 {
    font-size: 1.8rem;
  }
  .problem-message-01__small {
    font-size: 1.5rem;
  }
  .problem-message-01__em-01 {
    font-size: 2rem;
  }
  .problem-message-02 {
    font-size: 1.5rem;
  }
  .problem-message-01 + .problem-message-02 {
    margin-top: var(--s2);
  }
  .interview-block-01 {
    margin-top: calc(var(--s5) * -0.5);
    padding: var(--s6) 0;
  }
  .interview-block-01__main {
    padding-bottom: var(--s5);
  }
  .interview-title-01 {
    padding: 0 var(--s5);
    font-size: 1.8rem;
  }
  .interview-photo-01,
  .interview-photo-02 {
    border-radius: var(--s2);
  }
  .interview-photo-01 {
    width: 55%;
	  position: relative;
       bottom: -1rem;
  }
  .interview-photo-02 {
    width: 40%;
    top: auto;
    right: 0;
    bottom: -2rem;
  }
  .interview-card-01 {
    padding: 0 var(--s2) var(--s2);
  }
  .interview-card-01::after {
    height: calc(100% - var(--s10));
    border-radius: var(--s2);
  }
  .interview-card-01__name {
    margin: var(--s2) 0 0.5rem;
       font-size: 1.8rem;
  }
  .interview-card-01__title {
    margin-bottom: var(--s1);
    font-size: 1.8rem;
  }
  .interview-card-01__comment {
    margin-top: var(--s2-5);
    padding: var(--s2-5);
  }
  .interview-card-01__comment::before {
    width: 6rem;
    height: 3.1rem;
  }
  .voice-block-01 {
    padding-top: var(--s8);
    padding-bottom: var(--s6);
  }
  .voice-block-01::before {
    min-width: 100%;
    height: var(--s5);
  }
  .voice-block-01__illust-01 {
    width: 8.5rem;
    top: 0;
    right: auto;
    left: var(--s3);
  }
  .voice-slide {
    width: calc(100% + var(--s4));
    margin-top: var(--s3);
    margin-left: calc(var(--s2) * -1);
    margin-right: calc(var(--s2) * -1);
    padding-bottom: var(--s3);
  }
  .voice-slide .splide__arrow {
    width: var(--s4);
    height: var(--s4);
  }
  .voice-slide .splide__arrow--prev {
    left: calc(50% - 13rem);
  }
  .voice-slide .splide__arrow--next {
    right: calc(50% - 13rem);
  }
  .voice-slide .splide__pagination__page {
    width: var(--s1);
    height: var(--s1);
  }
  .voice-card-01 {
    padding-top: 0;
  }
  .voice-card-01__photo--type-a::before {
    width: 3.6rem;
    height: 3.7rem;
    right: var(--s1);
  }
  .voice-card-01__photo--type-a::after {
    width: 3.6rem;
    height: 3.7rem;
    top: 8rem;
  }
  .voice-card-01__photo--type-b::before {
    width: 3.7rem;
    height: 3.9rem;
    right: var(--s1);
  }
  .voice-card-01__photo--type-b::after {
    width: 3.8rem;
    height: 3.8rem;
    top: 8rem;
  }
  .voice-card-01__photo--type-c::before {
    width: 4.6rem;
    height: 3.2rem;
    right: var(--s1);
  }
  .voice-card-01__photo--type-c::after {
    width: 3.2rem;
    height: 5.1rem;
    top: 8rem;
  }
  .voice-card-01__data {
    width: 12rem;
    height: 12rem;
    font-size: 1.2rem;
    top: 11.2rem;
    left: calc(var(--s-5) * -1);
  }
  .voice-card-01__name {
    font-size: 1.5rem;
  }
  .voice-card-01__title {
    font-size: 1.8rem;
  }
  .voice-card-01__more {
    gap: var(--s1);
  }
  .voice-card-01__more::after {
    width: 2rem;
    height: 2rem;
  }
  .voice-card-01__more__img {
    max-width: inherit;
    height: 1.2rem;
  }
  .voice-card-01__content {
    padding: var(--s2);
    border-radius: var(--s2);
  }
  .voice-card-01__content::after {
    border-radius: var(--s1-5);
  }
  .support-block-01__inner {
    padding-top: calc(var(--s5) * 1);
    padding-bottom: var(--s7);
  }
  .support-block-01__illust-01 {
    width: 10rem;
    top: calc(var(--s4) * -1);
    right: var(--s2);
  }
  .support-block-01 .more-sp-btn {
    margin-bottom: 0;
  }
  .support-card-01 {
    padding: 16rem var(--s2) var(--s2);
  }
  .support-card-01::after {
    height: calc(100% - 16rem);
    border-width: 0.3rem;
  }
  .support-card-01__number {
    width: 7.2rem;
	  position: absolute;
        top: 3rem;
        left: 0;

  }
  .support-card-01__photo {
    top: 4rem;
        width: 80%;
  }
  .support-card-01__title {
    margin: var(--s2) 0;
    font-size: 1.8rem;
  }
  .support-card-01__title::after {
    width: var(--s2-5);
    height: var(--s2-5);
  }
  .support-card-01-wrapper {
    margin-top: var(--s3);
  }
  .list-block-01 {
    padding-top: var(--s8);
    padding-bottom: 12rem;
  }
  .list-block-01::after {
    min-width: 100%;
    height: var(--s5);
  }
  .list-block-01__illust-01 {
    width: 8rem;
    top: calc(var(--s6) * -1);
    left: var(--s2);
  }
  .list-block-01__illust-02 {
    width: 6.5rem;
    top: calc(var(--s5) * -1);
    right: var(--s2);
  }
  .list-block-01__illust-03 {
    width: 10rem;
    bottom: calc(var(--s9) * -1.5);
	  left: 8rem;
  }
  .list-box-01 {
    margin-top: var(--s3);
    padding: var(--s2);
    border-radius: var(--s2);
  }
  .list-box-01__note {
    margin-bottom: var(--s2);
  }
  .list-btn-01 {
    min-width: inherit;
    padding: var(--s1) var(--s5) var(--s1) var(--s1-5);
    font-size: 1.5rem;
  }
  .list-btn-01 .toggle-circle-icon {
    right: var(--s1);
  }
  .list-modal-01 {
    padding: var(--s2);
  }
  .list-modal-01__title {
    margin-bottom: var(--s2);
    font-size: 1.8rem;
  }
  .list-card-01 {
    padding: var(--s2);
  }
  .list-card-01__title {
    font-size: 1.8rem;
  }
  .knowledge-block-01 {
    padding-top: var(--s5);
    padding-bottom: var(--s7);
  }
	
	.knowledge-block-01 .l-column-05__side {
    display: none;
}

	
  .knowledge-box-01 {
    width: 100%;
    padding: var(--s3) var(--s2) 0;
    border-radius: var(--s2);
  }
  .knowledge-box-01__title {
    margin-bottom: var(--s2);
    font-size: 2rem;
  }
  .knowledge-box-01-wrapper {
    margin-top: var(--s3);
    margin-bottom: var(--s5);
    flex-wrap: wrap;
    gap: var(--s5);
  }
  .knowledge-table-wrapper {
    padding-top: 5rem;
  }
  .knowledge-table-wrapper table {
    width: 44rem;
  }
  .knowledge-table-wrapper table th {
    width: 11.6rem;
  }
  .knowledge-table-wrapper table td {
    width: calc((100% - 11.6rem) / 2);
  }
  .knowledge-table-label-01,
  .knowledge-table-label-02 {
    padding: var(--s1);
    font-size: 1.5rem;
  }
  .knowledge-box-02 {
    padding: var(--s3) var(--s2) 0;
    border-radius: var(--s2);
    position: relative;
  }
  .knowledge-box-02__title {
    background-size: auto 0.3rem;
    font-size: 2rem;
  }
  .column-block-01 {
    padding-top: var(--s5);
    padding-bottom: 0rem;
        margin: 0rem 0rem 5rem;
  }
  .column-block-01__illust-01 {
    width: 7rem;
    top: calc(var(--s4) * -1);
    right: calc(var(--s1) * -1);
  }
  .column-block-01__illust-02 {
    width: 6.5rem;
    top: calc(var(--s1) * -1);
    left: auto;
    right: var(--s5);
  }
  .column-card-01 {
    border-width: 0.3rem;
    border-radius: var(--s2);
  }
  .column-card-01__link {
    padding-top: 10rem;
  }
  .column-card-01__title {
    padding: var(--s1) var(--s6) var(--s1) var(--s2);
    border-radius: 0 var(--s2) 0 0;
    background-position: right var(--s2) center;
    background-size: var(--s2-5) var(--s2-5);
    font-size: 1.8rem;
  }
  .column-card-01__title__em-01 {
    font-size: 2.2rem;
  }
  .column-card-01__text {
    padding: var(--s-5) var(--s2) var(--s2);
  }
  .column-card-01 + .column-card-01 {
    margin-top: var(--s3);
  }
}
@media screen and (max-width: 767px) {
  /*
  ---------------------------------------------

      sp lower

  */
  .main-area--lower h1 {
    font-size: 2.7rem;
  }
  .main-area--lower h2 {
    padding: var(--s1-5) var(--s1-5) var(--s1-5) var(--s4);
	  background: #f2a068 url(img/icon-flower-white.svg) no-repeat left var(--s3) center / 1.4rem 1.3rem;
        background-position: center left var(--s1);

    font-size: 2.4rem;
	  margin: 6rem 0 1em;
  }
  .main-area--lower h2 a {
    padding-right: var(--s3);
    background-size: var(--s2-5) var(--s2-5);
  }
  .main-area--lower h3 {
    padding: var(--s1-5) 0 1.5rem var(--s3);
    background-size: var(--s2) var(--s2), auto 0.3rem;
    font-size: 2.2rem;
	  margin: 3rem 0 1em;
  }
  .main-area--lower h3 a {
    padding-right: var(--s3);
    background-size: var(--s2-5) var(--s2-5);
  }
  .main-area--lower h4 {
    font-size: 1.8rem;
  }
  .main-area--lower h4 a {
    padding-right: var(--s3);
    background-size: var(--s2-5) var(--s2-5);
  }
  .main-area--lower h5 {
    font-size: 1.8rem;
  }
  .main-area--lower h5 a {
    padding-right: var(--s3);
    background-size: var(--s2-5) var(--s2-5);
  }
  .lower-content {
    min-height: 21rem;
    margin-bottom: var(--s5);
	  padding: 4rem 0 0 0;
  }
  .lower-content::before {
    display: none;
  }
  .lower-content::after {
    /* width: calc(100% + var(--s4)); */
    border-radius: var(--s3);
	  box-shadow: none;
  }
  .lower-title-01 {
    margin-bottom: var(--s5);
    padding-right: 0;
  }
  .lower-title-01__label {
    height: 1.4rem;
    top: calc(var(--s2) * -1);
    left: 0;
  }
  .lower-title-01__deco-01 {
    width: 8rem;
    left: 0;
    z-index: -1;
    transform: translate(-60%, -75%);
  }
  .lower-title-01__deco-02 {
    width: 7rem;
    top: auto;
    right: calc(var(--s1-5) * -1);
    bottom: 0;
    transform: translate(0, 100%);
	  display: none;
  }
}


@media screen and (max-width: 767px) {
	.l-grid-areas-04__cell-01 {
    margin: auto;
}
	}


#pankuzu::-webkit-scrollbar {
  height: 4px; /* ←ここで細さ調整（デフォルトは太い） */
}

#pankuzu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

#pankuzu::-webkit-scrollbar-track {
  background: transparent;
}



.support-card-01::before {
    content: "";
	display: inline-block;
    width: 12rem;
    height: 12rem;
    position:absolute;
    top:-0.5rem;
    left:1.8rem;
    background:var(--color02);
 border-radius:20rem;
 z-index:-2;
}

@media screen and (max-width: 767px) {
 .support-card-01::before {
  width: 8rem;
    height: 8rem;
  top:2.9rem;
    left:0.8rem;
 }
	}
	
@media screen and (max-width: 767px) {
    .l-btn-01.add .btn-internal a {
        width: 92%;
    }
}

@media screen and (max-width: 767px) {
    .l-btn-01.add .btn-web a {
        width: 92%;
    }
}

@media screen and (max-width: 767px) {
    .l-btn-01.add .btn-tel a {
        width: 92%;
    }
}



.btn-web.mini {
    margin: 1rem 0rem 0rem 0rem;
    padding: 0rem;
    width: 100%;
    min-height: 0rem;
    /* border: 0.2rem solid var(--color06); */
    border-radius: 4rem;
    text-align: end;
}

@media screen and (max-width: 767px) {
    .btn-web.mini {
        padding: var(--s1) 0rem;
        background-size: var(--s2-5) var(--s2-5);
        margin: 0rem 0rem 0rem 0rem;
    }
}

.btn-web.mini .check {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem; /* テキストとアイコンの間 */
}

.btn-web.mini .check::after {
    content: "";
    display: inline-block;
    width: var(--s3);
    height: var(--s3);
    background: url(img/icon-window-brown.svg) no-repeat center / contain;
}

.list-card-01 {
  text-decoration: none;
    color: inherit;
  
}


.l-btn-01.add .display-tel {
    width: 37.5rem;
    min-height: var(--s11);
    margin: 0px auto;
    padding: var(--s2) 0rem;
    background: var(--color09) url(img/icon-tel.png) no-repeat center left var(--s2) / 2rem auto;
    border-radius: 1rem;
    align-items: center;
    display: grid;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 2.5rem;
}

.l-btn-01.add .btn-tel {
    display: none;
}

.contact{
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	
.l-btn-01.add .btn-tel a {
        width: 92%;
        min-height: var(--s9);
        margin: 0 auto;
        padding: var(--s1) var(--s5);
        background: var(--color09) url(img/icon-tel.png) no-repeat center left var(--s2) / 2rem auto;
        border-radius: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 0 10px rgba(123, 108, 96, 0.3);
}
	
	.l-btn-01.add .btn-tel {
        display: block;
        position: relative;
}

    .l-btn-01.add .display-tel {
        display: none;
    }

}

.interview-card-01 h4 {
margin:1rem 0 2rem
}