@charset "UTF-8";
#submit-loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#submit-loading-overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#submit-loading-overlay .submit-loading-overlay__spinner {
  width: 5rem;
  height: 5rem;
  border: 0.5rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: submit-spinner 0.8s linear infinite;
          animation: submit-spinner 0.8s linear infinite;
}

@-webkit-keyframes submit-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes submit-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/******************************************************************
** GENERAL STYLES
******************************************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: initial;
}

html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.666667vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #333;
  margin: 0;
}
body * {
  -ms-hyphens: none;
      hyphens: none;
}

[id] {
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  [id] {
    scroll-margin-top: 16rem;
  }
}

#container {
  overflow-x: clip;
}

/******************************************************************
** Stylesheet: Main Stylesheet
******************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/******************************************************************
** Links
******************************************************************/
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}

.link-btn01 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.75;
  border-radius: 9999px;
  background: #eb6550;
  display: table;
  margin-top: 2.1em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.7em 2.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .link-btn01:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1680px) {
  .link-btn01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .link-btn01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .link-btn01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .link-btn01 {
    font-size: 1.3rem;
  }
}

.link-btn02 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.75;
  border-radius: 9999px;
  background: #50aa6a;
  display: table;
  margin-top: 2.7em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.8em 3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn02.arrow--none01 {
  margin-top: 3rem;
  padding: 0.8em 1.4em;
}
.link-btn02.arrow--none01:before {
  display: none;
}
.link-btn02:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 1.6em;
  content: "";
  display: block;
  background: #fff;
  width: 0.48em;
  height: 0.56em;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (min-width: 1025px) {
  .link-btn02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1680px) {
  .link-btn02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .link-btn02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .link-btn02 {
    font-size: 1.4rem;
  }
}

.link-btn--back01 {
  position: relative;
  font-weight: 600;
  color: #e15445;
  text-align: center;
  text-decoration: none;
  line-height: 1.75;
  display: table;
  margin-top: 2.2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-btn--back01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  background: #e15445;
  width: 0.75em;
  height: 0.875em;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (min-width: 1025px) {
  .link-btn--back01:hover {
    opacity: 0.7;
  }
}

.link-btn--back02 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #e15445;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  border: 0.2rem solid #e15445;
  border-radius: 0.5em;
  background: #fff;
  display: table;
  padding: 0.8em 2em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .link-btn--back02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1680px) {
  .link-btn--back02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .link-btn--back02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .link-btn--back02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .link-btn--back02 {
    font-size: 1.3rem;
  }
}

.link-btn--back02__button-text {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.link-btn--back02__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  background: #e15445;
  width: 0.6em;
  height: 0.7em;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

/******************************************************************
** Typography
******************************************************************/
b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/******************************************************************
** text
******************************************************************/
.fw--500 {
  font-weight: 500;
}

.fw--600 {
  font-weight: 600;
}

.fw--700 {
  font-weight: 700;
}

.ta--l {
  text-align: left;
}

.ta--c {
  text-align: center;
}

.ta--r {
  text-align: right;
}

.c--wh {
  color: #fff;
}

.c--bl01 {
  color: #499de2;
}

.c--red01 {
  color: #e15445;
}

.c--ppl01 {
  color: #ab62f0;
}

.c--grn01 {
  color: #50aa6a;
}

/******************************************************************
** H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.5em;
}

/******************************************************************
** heading
******************************************************************/
.heading--lrg01 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1680px) {
  .heading--lrg01 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1470px) {
  .heading--lrg01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .heading--lrg01 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .heading--lrg01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--lrg01 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 568px) {
  .heading--lrg01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--lrg01 {
    font-size: 1.5rem;
  }
}

.heading--line01,
.heading--line02,
.heading--line03 {
  position: relative;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  display: table;
}
.heading--line01:after,
.heading--line02:after,
.heading--line03:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  display: block;
  height: 0.5rem;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  .heading--line01:after,
  .heading--line02:after,
  .heading--line03:after {
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--line01:after,
  .heading--line02:after,
  .heading--line03:after {
    height: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--line01:after,
  .heading--line02:after,
  .heading--line03:after {
    height: 0.2rem;
  }
}
.heading--line01.line--ylw01:after,
.heading--line02.line--ylw01:after,
.heading--line03.line--ylw01:after {
  background: #f7ce46;
}
.heading--line01.line--ylw01 .heading--line02__inner-en,
.heading--line02.line--ylw01 .heading--line02__inner-en,
.heading--line03.line--ylw01 .heading--line02__inner-en {
  color: #f7ce46;
}
.heading--line01.line--grn01:after,
.heading--line02.line--grn01:after,
.heading--line03.line--grn01:after {
  background: #50aa6a;
}
.heading--line01.line--red01:after,
.heading--line02.line--red01:after,
.heading--line03.line--red01:after {
  background: #e15445;
}
.heading--line01.line--bl01:after,
.heading--line02.line--bl01:after,
.heading--line03.line--bl01:after {
  background: #499de2;
}
.heading--line01.line--ppl02:after,
.heading--line02.line--ppl02:after,
.heading--line03.line--ppl02:after {
  background: #9497e6;
}

.heading--line01 {
  font-size: 5rem;
}
@media screen and (max-width: 1680px) {
  .heading--line01 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .heading--line01 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .heading--line01 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .heading--line01 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--line01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 568px) {
  .heading--line01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--line01 {
    font-size: 1.8rem;
  }
}
.heading--line01:after {
  width: 3.1em;
}

.heading--line01__inner-text {
  position: relative;
  display: block;
}

.heading--line01__bg-text {
  position: absolute;
  font-family: "WindSong", cursive;
  font-size: 0.98em !important;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .heading--line01__bg-text {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.66666667em;
  }
}

.heading--line02 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1680px) {
  .heading--line02 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1470px) {
  .heading--line02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .heading--line02 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .heading--line02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--line02 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--line02 {
    font-size: 1.8rem;
  }
}
.heading--line02:after {
  width: 4.4em;
}

.heading--line02__inner-en {
  font-family: "WindSong", cursive;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.heading--line02__inner-en01 {
  margin-bottom: 0.4em;
}

.heading--line03 {
  font-size: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .heading--line03 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .heading--line03 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--line03 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 568px) {
  .heading--line03 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--line03 {
    font-size: 1.8rem;
  }
}
.heading--line03:after {
  width: 2.82em;
}

.heading--line03__inner-text01 {
  font-size: 0.4em;
  font-weight: 500;
  color: #777;
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .heading--line03__inner-text01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--line03__inner-text01 {
    font-size: 1.2rem;
  }
}

.heading--case01 .heading--line01__bg-text {
  top: -0.2em;
  color: #ffe9e6;
}
@media screen and (min-width: 1025px) {
  .heading--case01 .heading--line01__bg-text {
    right: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .heading--case01 .heading--line01__bg-text {
    top: -0.1em;
  }
}

.heading--company01 .heading--line01__bg-text {
  top: -0.4em;
  color: #d0d2fa;
}
@media screen and (min-width: 1025px) {
  .heading--company01 .heading--line01__bg-text {
    left: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .heading--company01 .heading--line01__bg-text {
    top: -0.6em;
  }
}

.heading--privacy01 {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .heading--privacy01 {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 568px) {
  .heading--privacy01 {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--privacy01 {
    margin-top: 18rem;
  }
}
.heading--privacy01 .heading--line01__bg-text {
  top: -0.4em;
  color: #d0d2fa;
}
@media screen and (min-width: 1025px) {
  .heading--privacy01 .heading--line01__bg-text {
    left: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .heading--privacy01 .heading--line01__bg-text {
    top: -0.6em;
  }
}

.heading--contact01 .heading--line01__bg-text {
  top: -0.3em;
  color: #f7ce46;
}
@media screen and (min-width: 1025px) {
  .heading--contact01 .heading--line01__bg-text {
    left: -2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .heading--contact01 .heading--line01__bg-text {
    top: -0.5em;
  }
}

.heading--login01__illust-wrap,
.heading--registration01__illust-wrap {
  display: block;
  margin: 0 auto;
}
.heading--login01__illust-wrap img,
.heading--registration01__illust-wrap img {
  height: auto;
}

.heading--login01__illust-wrap {
  margin-bottom: 0.4em;
  max-width: 2.9em;
}

.heading--registration01__illust-wrap {
  margin-bottom: 0.4em;
  max-width: 7.8em;
}

.heading--sub01 {
  position: relative;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: table;
}
@media screen and (min-width: 769px) {
  .heading--sub01 {
    margin-top: 3em;
    margin-bottom: 1.4em;
  }
  .heading--sub01 > span:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1680px) {
  .heading--sub01 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1470px) {
  .heading--sub01 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .heading--sub01 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .heading--sub01 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .heading--sub01 {
    font-size: 3rem;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
  }
}
@media screen and (max-width: 568px) {
  .heading--sub01 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 480px) {
  .heading--sub01 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .heading--sub01__inner--main,
  .heading--sub01__inner--sub {
    display: inline-block;
    vertical-align: middle;
    margin: 0.2em 0;
  }
}
@media screen and (max-width: 768px) {
  .heading--sub01__inner--main,
  .heading--sub01__inner--sub {
    display: block;
  }
}

.heading--sub01__inner--main {
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .heading--sub01__inner--main {
    margin-right: 0.8em;
  }
}

.heading--sub01__inner--sub {
  font-size: 0.66666667em;
  color: #50aa6a;
}
@media screen and (max-width: 768px) {
  .heading--sub01__inner--sub {
    margin-top: 0.4em;
  }
}

/******************************************************************
** list
******************************************************************/
ol,
ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol li,
ul li {
  margin-bottom: 0.3em;
}
ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul.list--caution,
ul.list--caution > li {
  position: relative;
  margin: 0;
  display: block;
}

ul.list--caution {
  list-style: none;
  padding: 0;
}
ul.list--caution > li {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
}
ul.list--caution > li:last-child {
  margin-bottom: 0;
}
ul.list--caution > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

ul.list--col2,
ul.list--col3,
ul.list--col4 {
  position: relative;
  list-style: none;
  display: grid;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.list--col2 > li,
ul.list--col3 > li,
ul.list--col4 > li {
  margin: 0;
  display: block;
}

@media screen and (min-width: 569px) {
  ul.list--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  ul.list--col2 {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (min-width: 769px) {
  ul.list--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.list--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  ul.list--col3 {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (min-width: 1025px) {
  ul.list--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  ul.list--col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  ul.list--col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  ul.list--col4 {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

/******************************************************************
** embedded content
******************************************************************/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.img-wrap {
  position: relative;
  line-height: 0;
  display: block;
}
.img-wrap picture,
.img-wrap img {
  position: relative;
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}

/******************************************************************
** forms
******************************************************************/
button,
input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.contact-form-section {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .contact-form-section table.table--tr th {
    vertical-align: middle;
  }
  .contact-form-section table.table--tr .va--t th {
    vertical-align: top;
  }
}
@media screen and (max-width: 1680px) {
  .contact-form-section {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .contact-form-section {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section {
    font-size: 1.4rem;
  }
}
.contact-form-section table.table--tr td {
  font-weight: 500;
}
.contact-form-section table.table--tr td input[type=text], .contact-form-section table.table--tr td input[type=password], .contact-form-section table.table--tr td input[type=datetime], .contact-form-section table.table--tr td input[type=datetime-local], .contact-form-section table.table--tr td input[type=date], .contact-form-section table.table--tr td input[type=month], .contact-form-section table.table--tr td input[type=time], .contact-form-section table.table--tr td input[type=week], .contact-form-section table.table--tr td input[type=number], .contact-form-section table.table--tr td input[type=email], .contact-form-section table.table--tr td input[type=url], .contact-form-section table.table--tr td input[type=search], .contact-form-section table.table--tr td input[type=tel], .contact-form-section table.table--tr td input[type=color] {
  margin-bottom: 0.6rem;
}
.contact-form-section table.table--tr td input[type=text]:last-child, .contact-form-section table.table--tr td input[type=password]:last-child, .contact-form-section table.table--tr td input[type=datetime]:last-child, .contact-form-section table.table--tr td input[type=datetime-local]:last-child, .contact-form-section table.table--tr td input[type=date]:last-child, .contact-form-section table.table--tr td input[type=month]:last-child, .contact-form-section table.table--tr td input[type=time]:last-child, .contact-form-section table.table--tr td input[type=week]:last-child, .contact-form-section table.table--tr td input[type=number]:last-child, .contact-form-section table.table--tr td input[type=email]:last-child, .contact-form-section table.table--tr td input[type=url]:last-child, .contact-form-section table.table--tr td input[type=search]:last-child, .contact-form-section table.table--tr td input[type=tel]:last-child, .contact-form-section table.table--tr td input[type=color]:last-child {
  margin-bottom: 0;
}
.contact-form-section table.table--tr td select,
.contact-form-section table.table--tr td textarea {
  margin-bottom: 0.6rem;
}
.contact-form-section table.table--tr td select:last-child,
.contact-form-section table.table--tr td textarea:last-child {
  margin-bottom: 0;
}
.contact-form-section table.table--tr td .contact-form-section__uploader {
  margin-bottom: 1.2rem;
}
.contact-form-section table.table--tr td .contact-form-section__uploader:last-child {
  margin-bottom: 0;
}
.contact-form-section .contact-form-control--radio,
.contact-form-section .contact-form-control--list-item,
.contact-form-section .wpcf7-radio,
.contact-form-section .wpcf7-list-item {
  display: block;
}
.contact-form-section .contact-form-control--list-item,
.contact-form-section .wpcf7-list-item {
  margin: 0;
  margin-bottom: 0.6em;
}
.contact-form-section .contact-form-control--list-item:last-child,
.contact-form-section .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .contact-form-section .contact-form-control--list-item.list-item--flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 41rem;
  }
  .contact-form-section .contact-form-control--list-item.list-item--flex01 label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    margin-right: 1em;
  }
}
.contact-form-section .list-item--flex01__inner {
  display: block;
}
@media screen and (min-width: 769px) {
  .contact-form-section .list-item--flex01__inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-section .list-item--flex01__inner {
    margin-top: 0.2em;
    margin-bottom: 1em;
  }
}
.contact-form-section .contact-form-control--list-item-label,
.contact-form-section .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact-form-section .contact-form-control--list-item-label::before,
.contact-form-section .wpcf7-list-item-label::before {
  background: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 100%;
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5em;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.contact-form-section input[type=radio] {
  opacity: 0;
  position: absolute;
}
.contact-form-section input[type=radio]:checked + .contact-form-control--list-item-label::before,
.contact-form-section input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 0.3rem #fff;
          box-shadow: inset 0 0 0 0.3rem #fff;
}
.contact-form-section input[type=checkbox] + span::before {
  border-radius: 0 !important;
}
.contact-form-section input[type=submit] {
  position: relative;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 26rem;
  border: none;
  border-radius: 9999px;
  background: #f7ce46;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  padding: 0.94em 1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section input[type=submit]:hover {
    opacity: 0.7;
  }
}
.contact-form-section .contact-form-section01__caution-text {
  font-size: 0.75em;
  font-weight: 500;
  color: #e15445;
  text-align: center;
  line-height: 1.66666667;
  margin-top: 2em;
}
.contact-form-section .link-btn--back01 {
  font-size: 0.8em;
}

@media screen and (min-width: 769px) {
  .contact-form-section01 table.table--tr th,
  .contact-form-section02 table.table--tr th {
    width: 25.5%;
  }
}

@media screen and (min-width: 769px) {
  .contact-form-section03 table.table--tr th {
    width: 33%;
  }
}

.contact-form-section__bg-illust-wrap {
  position: absolute;
}

.contact-form-section__bg-illust-wrap01 {
  bottom: 2rem;
  left: 0;
  width: 19.4%;
}
@media screen and (max-width: 768px) {
  .contact-form-section__bg-illust-wrap01 {
    bottom: -5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__bg-illust-wrap01 {
    bottom: -5.5rem;
    width: 22.5%;
  }
}

.contact-form-section__bg-illust img {
  height: auto;
}

.contact-form-section__table-list01,
.contact-form-section__table-list-item01 {
  position: relative;
  display: block;
  margin: 0;
}

.contact-form-section__table-list01 {
  list-style: none;
  margin-top: 3em;
  padding: 0;
}

.contact-form-section__table-list-item01 {
  padding-top: 2.7em;
  padding-bottom: 3em;
  border-bottom: 0.1rem solid #333;
}
.contact-form-section__table-list-item01:first-child {
  padding-top: 0;
}
.contact-form-section__table-list-item01:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-form-section__table-list-item01 .contact-form-section__heading01 {
  margin-top: 0;
}

.contact-form-section__tag-list-wrap01 {
  position: relative;
  font-size: 0.8em;
  line-height: 1.5;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  padding: 1.75em 2.25em;
  background: #fff;
}

.contact-form-section__tag-list-heading01 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.contact-form-section__tag-list01 {
  list-style: none;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.contact-form-section__tag-list-item01 {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em 0.3em;
}
.contact-form-section__tag-list-item01 input[type=checkbox] {
  display: none;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01 {
  color: #fff;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag01 {
  background: #499de2;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag02 {
  background: #e15445;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag03 {
  background: #ab62f0;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag04 {
  background: #50aa6a;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag05 {
  background: #333;
}
.contact-form-section__tag-list-item01 input[type=checkbox]:checked + .contact-form-section__tag-button01.tag06 {
  background: #f7ce46;
}

.contact-form-section__tag-button01 {
  text-align: center;
  background: #fff;
  padding: 0.1em 1.14em;
  display: block;
  border: 0.1rem solid #333;
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__tag-button01:hover {
    opacity: 0.7;
  }
}
.contact-form-section__tag-button01.tag01 {
  color: #499de2;
  border-color: #499de2;
}
.contact-form-section__tag-button01.tag02 {
  color: #e15445;
  border-color: #e15445;
}
.contact-form-section__tag-button01.tag03 {
  color: #ab62f0;
  border-color: #ab62f0;
}
.contact-form-section__tag-button01.tag04 {
  color: #50aa6a;
  border-color: #50aa6a;
}
.contact-form-section__tag-button01.tag05 {
  color: #333;
  border-color: #333;
}
.contact-form-section__tag-button01.tag06 {
  color: #f7ce46;
  border-color: #f7ce46;
}

.contact-form-section__required {
  font-size: 0.75em;
  font-weight: 700;
  color: #de1111;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: top;
}

.contact-form-section__heading {
  position: relative;
}

.contact-form-section__heading01 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 1em;
}

.contact-form-section__heading02 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 2.8em;
  margin-bottom: 2em;
}

.contact-form-section__text {
  position: relative;
}
.contact-form-section__text.mt--type01 {
  margin-top: 2.6em;
}
.contact-form-section__text a {
  color: #499de2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__text a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.contact-form-section__text01 {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
}

.contact-form-section__text02 {
  position: relative;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .contact-form-section__text02 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__text02 {
    font-size: 0.75em;
  }
}

.contact-form-section__item-wrap01.w--max,
.contact-form-section__item-wrap02.w--max {
  max-width: 100%;
}
.contact-form-section__item-wrap01 .row,
.contact-form-section__item-wrap02 .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-form-section__item-wrap01 .row > div,
.contact-form-section__item-wrap02 .row > div {
  margin: 0 0.3rem;
}
.contact-form-section__item-wrap01 .row > div:first-child,
.contact-form-section__item-wrap02 .row > div:first-child {
  margin-left: 0 !important;
}
.contact-form-section__item-wrap01 .row > div:last-child,
.contact-form-section__item-wrap02 .row > div:last-child {
  margin-right: 0 !important;
}

.contact-form-section__item-wrap01 {
  max-width: 42rem;
}

.contact-form-section__item-wrap02 {
  max-width: 63rem;
}

.contact-form-section__uploader {
  position: relative;
  border: 0.1rem dashed #d9d9d9;
  border-radius: 2rem;
  height: 5.9em;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact-form-section__uploader {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-section__uploader {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__uploader {
    border-radius: 0.5rem;
  }
}
.contact-form-section__uploader input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.contact-form-section__uploader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: 500;
  color: #aaa;
  display: inline-block;
  padding-right: 0.9em;
  white-space: nowrap;
}
.contact-form-section__uploader-text:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  content: "";
  display: block;
  width: 0.45em;
  height: 0.35em;
  background: #aaa;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.contact-form-section__supplement01 {
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
  margin-top: 0.2em;
}

.contact-form-section__privacy-wrap {
  margin-top: 3.85em;
}
@media screen and (max-width: 480px) {
  .contact-form-section__privacy-wrap {
    font-size: 0.8em;
  }
}
.contact-form-section__privacy-wrap.mt--type01 {
  margin-top: 0.75em;
}
.contact-form-section__privacy-wrap label:has(input[type=checkbox]) {
  margin-bottom: 0;
}
.contact-form-section__privacy-wrap label:has(input[type=checkbox]) input[type=checkbox] + span {
  margin-right: 0.6em;
}
.contact-form-section__privacy-wrap label:has(input[type=checkbox]) input[type=checkbox] + span::before {
  vertical-align: text-top;
}
.contact-form-section__privacy-wrap a {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__privacy-wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.contact-form-section__login-btn01 {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1.3em;
  padding: 0.7em 1em;
  width: 100%;
  max-width: 10.6em;
  border-radius: 9999px;
  background: #e15445;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__login-btn01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.contact-form-section__login-btn-text {
  position: relative;
  display: inline-block;
  padding-left: 1.16666667em;
}
.contact-form-section__login-btn-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.72222222em;
  height: 0.84333333em;
  background: transparent url(../images/common/icon_login01_wh.webp) no-repeat center center/contain;
}

.contact-form-section__registration-btn01 {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.6em 1em;
  width: 100%;
  max-width: 13.8em;
  border-radius: 9999px;
  background: #499de2;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__registration-btn01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.contact-form-section__registration-btn-text {
  position: relative;
  display: inline-block;
  padding-left: 1.35em;
}
.contact-form-section__registration-btn-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.8135em;
  height: 1em;
  background: transparent url(../images/common/icon_document01_wh.webp) no-repeat center center/contain;
}

.contact-form-section__registration-btn-wrap01 {
  position: relative;
  font-size: 1.35em;
  margin: 0 auto;
  margin-top: 2.1em;
  display: table;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__registration-btn-wrap01:hover input[type=submit] {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__registration-btn-wrap01 {
    font-size: 1.2em;
  }
}
.contact-form-section__registration-btn-wrap01:after {
  position: absolute;
  top: 0.9em;
  left: 2.2em;
  content: "";
  display: block;
  width: 0.77777778em;
  height: 0.95592593em;
  background: transparent url(../images/common/icon_document01_wh.webp) no-repeat center center/contain;
  pointer-events: none;
}
.contact-form-section__registration-btn-wrap01 input[type=submit] {
  position: relative;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.6em 3.5em;
  background: #499de2;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.contact-form-section__password-link {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #499de2;
  display: table;
  margin: 0 auto;
  margin-top: 3.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__password-link:hover {
    opacity: 0.7;
  }
}

.contact-form-section__registration-section {
  position: relative;
  overflow-x: clip;
  margin-top: 2em;
}

.contact-form-section__registration-section-text {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
  text-align: center;
}

.contact-form-section__registration-section-text01 {
  display: table;
  margin: 0 auto;
  margin-bottom: 2em;
}
.contact-form-section__registration-section-text01:before, .contact-form-section__registration-section-text01:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #aaa;
}
.contact-form-section__registration-section-text01:before {
  right: calc(100% + 0.8em);
}
.contact-form-section__registration-section-text01:after {
  left: calc(100% + 0.8em);
}

.contact-form-section__registration-section-text02 {
  margin-bottom: 1.4em;
}

.contact-form-section__privacy-box {
  font-size: 0.9em;
  height: 14.7em;
  padding: 2rem;
  background: #f4f4f4;
  border: 0.1rem solid #d9d9d9;
  overflow-y: auto;
}

.contact-form-section__btn-list-wrap01 {
  position: relative;
  font-size: 2.2rem;
  margin-top: 4.2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
}
@media screen and (max-width: 1680px) {
  .contact-form-section__btn-list-wrap01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .contact-form-section__btn-list-wrap01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__btn-list-wrap01 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .contact-form-section__btn-list-wrap01 .row > div {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-section__btn-list-wrap01 .row > div {
    margin-bottom: 1.5rem;
  }
  .contact-form-section__btn-list-wrap01 .row > div:last-child {
    margin-bottom: 0;
  }
}

.contact-form-section__button01 {
  font-weight: 500;
  color: #eb6550;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  background: #fff;
  border: 0.2rem solid #e15445;
  border-radius: 1rem;
  width: 100%;
  display: block;
  padding: 0.7em 1em;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .contact-form-section__button01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-section__button01 {
    border-radius: 0.5rem;
  }
}
.contact-form-section__button01.btn--red01 {
  color: #fff;
  background: #e15445;
}

.contact-form-list01,
.contact-form-list01__item {
  position: relative;
  display: block;
  margin: 0;
}

.contact-form-list01 {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 1680px) {
  .contact-form-list01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .contact-form-list01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-list01 {
    font-size: 1.4rem;
  }
}

.contact-form-list01__item {
  margin-bottom: 1.6em;
}
.contact-form-list01__item:last-child {
  margin-bottom: 0;
}
.contact-form-list01__item input[type=text], .contact-form-list01__item input[type=password], .contact-form-list01__item input[type=datetime], .contact-form-list01__item input[type=datetime-local], .contact-form-list01__item input[type=date], .contact-form-list01__item input[type=month], .contact-form-list01__item input[type=time], .contact-form-list01__item input[type=week], .contact-form-list01__item input[type=number], .contact-form-list01__item input[type=email], .contact-form-list01__item input[type=url], .contact-form-list01__item input[type=search], .contact-form-list01__item input[type=tel], .contact-form-list01__item input[type=color] {
  font-size: 1em;
}
.contact-form-list01__item select,
.contact-form-list01__item textarea {
  font-size: 1em;
}

.contact-form-list01__heading {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.create-deal-section {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .create-deal-section table.table--tr th {
    vertical-align: middle;
  }
  .create-deal-section table.table--tr .va--t th {
    vertical-align: top;
  }
}
@media screen and (max-width: 1680px) {
  .create-deal-section {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .create-deal-section {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section {
    font-size: 1.4rem;
  }
}
.create-deal-section table.table--tr td {
  font-weight: 500;
}
.create-deal-section table.table--tr td input[type=text], .create-deal-section table.table--tr td input[type=password], .create-deal-section table.table--tr td input[type=datetime], .create-deal-section table.table--tr td input[type=datetime-local], .create-deal-section table.table--tr td input[type=date], .create-deal-section table.table--tr td input[type=month], .create-deal-section table.table--tr td input[type=time], .create-deal-section table.table--tr td input[type=week], .create-deal-section table.table--tr td input[type=number], .create-deal-section table.table--tr td input[type=email], .create-deal-section table.table--tr td input[type=url], .create-deal-section table.table--tr td input[type=search], .create-deal-section table.table--tr td input[type=tel], .create-deal-section table.table--tr td input[type=color] {
  margin-bottom: 0.6rem;
}
.create-deal-section table.table--tr td input[type=text]:last-child, .create-deal-section table.table--tr td input[type=password]:last-child, .create-deal-section table.table--tr td input[type=datetime]:last-child, .create-deal-section table.table--tr td input[type=datetime-local]:last-child, .create-deal-section table.table--tr td input[type=date]:last-child, .create-deal-section table.table--tr td input[type=month]:last-child, .create-deal-section table.table--tr td input[type=time]:last-child, .create-deal-section table.table--tr td input[type=week]:last-child, .create-deal-section table.table--tr td input[type=number]:last-child, .create-deal-section table.table--tr td input[type=email]:last-child, .create-deal-section table.table--tr td input[type=url]:last-child, .create-deal-section table.table--tr td input[type=search]:last-child, .create-deal-section table.table--tr td input[type=tel]:last-child, .create-deal-section table.table--tr td input[type=color]:last-child {
  margin-bottom: 0;
}
.create-deal-section table.table--tr td select,
.create-deal-section table.table--tr td textarea {
  margin-bottom: 0.6rem;
}
.create-deal-section table.table--tr td select:last-child,
.create-deal-section table.table--tr td textarea:last-child {
  margin-bottom: 0;
}
.create-deal-section table.table--tr td .create-deal-section__uploader {
  margin-bottom: 1.2rem;
}
.create-deal-section table.table--tr td .create-deal-section__uploader:last-child {
  margin-bottom: 0;
}
.create-deal-section .create-deal-control--radio,
.create-deal-section .create-deal-control--list-item,
.create-deal-section .wpcf7-radio,
.create-deal-section .wpcf7-list-item {
  display: block;
}
.create-deal-section .create-deal-control--list-item,
.create-deal-section .wpcf7-list-item {
  margin: 0;
  margin-bottom: 0.6em;
}
.create-deal-section .create-deal-control--list-item:last-child,
.create-deal-section .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .create-deal-section .create-deal-control--list-item.list-item--flex01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 41rem;
  }
  .create-deal-section .create-deal-control--list-item.list-item--flex01 label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    margin-right: 1em;
  }
}
.create-deal-section .list-item--flex01__inner {
  display: block;
}
@media screen and (min-width: 769px) {
  .create-deal-section .list-item--flex01__inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .create-deal-section .list-item--flex01__inner {
    margin-top: 0.2em;
    margin-bottom: 1em;
  }
}
.create-deal-section .create-deal-control--list-item-label,
.create-deal-section .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.create-deal-section .create-deal-control--list-item-label::before,
.create-deal-section .wpcf7-list-item-label::before {
  background: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 100%;
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5em;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.create-deal-section input[type=radio] {
  opacity: 0;
  position: absolute;
}
.create-deal-section input[type=radio]:checked + .create-deal-control--list-item-label::before,
.create-deal-section input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 0.3rem #fff;
          box-shadow: inset 0 0 0 0.3rem #fff;
}
.create-deal-section input[type=checkbox] + span::before {
  border-radius: 0 !important;
}
.create-deal-section input[type=submit] {
  position: relative;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  max-width: 26rem;
  border: none;
  border-radius: 9999px;
  background: #f7ce46;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
  padding: 0.94em 1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section input[type=submit]:hover {
    opacity: 0.7;
  }
}
.create-deal-section .create-deal-section01__caution-text {
  font-size: 0.75em;
  font-weight: 500;
  color: #e15445;
  text-align: center;
  line-height: 1.66666667;
  margin-top: 2em;
}
.create-deal-section .link-btn--back01 {
  font-size: 0.8em;
}

@media screen and (min-width: 769px) {
  .create-deal-section01 table.table--tr th,
  .create-deal-section02 table.table--tr th {
    width: 25.5%;
  }
}

@media screen and (min-width: 769px) {
  .create-deal-section03 table.table--tr th {
    width: 33%;
  }
}

.create-deal-section__bg-illust-wrap {
  position: absolute;
}

.create-deal-section__bg-illust-wrap01 {
  bottom: 2rem;
  left: 0;
  width: 19.4%;
}
@media screen and (max-width: 768px) {
  .create-deal-section__bg-illust-wrap01 {
    bottom: -5rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__bg-illust-wrap01 {
    bottom: -5.5rem;
    width: 22.5%;
  }
}

.create-deal-section__bg-illust img {
  height: auto;
}

.create-deal-section__table-list01,
.create-deal-section__table-list-item01 {
  position: relative;
  display: block;
  margin: 0;
}

.create-deal-section__table-list01 {
  list-style: none;
  margin-top: 3em;
  padding: 0;
}

.create-deal-section__table-list-item01 {
  padding-top: 2.7em;
  padding-bottom: 3em;
  border-bottom: 0.1rem solid #333;
}
.create-deal-section__table-list-item01:first-child {
  padding-top: 0;
}
.create-deal-section__table-list-item01:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.create-deal-section__table-list-item01 .create-deal-section__heading01 {
  margin-top: 0;
}

.create-deal-section__tag-list-wrap01 {
  position: relative;
  font-size: 0.8em;
  line-height: 1.5;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  padding: 1.75em 2.25em;
  background: #fff;
}

.create-deal-section__tag-list-heading01 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.create-deal-section__tag-list01 {
  list-style: none;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.create-deal-section__tag-list-item01 {
  display: inline-block;
  vertical-align: top;
  margin: 0.4em 0.3em;
}
.create-deal-section__tag-list-item01 input[type=checkbox] {
  display: none;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01 {
  color: #fff;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag01 {
  background: #499de2;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag02 {
  background: #e15445;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag03 {
  background: #ab62f0;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag04 {
  background: #50aa6a;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag05 {
  background: #333;
}
.create-deal-section__tag-list-item01 input[type=checkbox]:checked + .create-deal-section__tag-button01.tag06 {
  background: #f7ce46;
}

.create-deal-section__tag-button01 {
  text-align: center;
  background: #fff;
  padding: 0.1em 1.14em;
  display: block;
  border: 0.1rem solid #333;
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__tag-button01:hover {
    opacity: 0.7;
  }
}
.create-deal-section__tag-button01.tag01 {
  color: #499de2;
  border-color: #499de2;
}
.create-deal-section__tag-button01.tag02 {
  color: #e15445;
  border-color: #e15445;
}
.create-deal-section__tag-button01.tag03 {
  color: #ab62f0;
  border-color: #ab62f0;
}
.create-deal-section__tag-button01.tag04 {
  color: #50aa6a;
  border-color: #50aa6a;
}
.create-deal-section__tag-button01.tag05 {
  color: #333;
  border-color: #333;
}
.create-deal-section__tag-button01.tag06 {
  color: #f7ce46;
  border-color: #f7ce46;
}

.create-deal-section__required {
  font-size: 0.75em;
  font-weight: 700;
  color: #de1111;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: top;
}

.create-deal-section__heading {
  position: relative;
}

.create-deal-section__heading01 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 1em;
}

.create-deal-section__heading02 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 2.8em;
  margin-bottom: 2em;
}

.create-deal-section__text {
  position: relative;
}
.create-deal-section__text.mt--type01 {
  margin-top: 2.6em;
}
.create-deal-section__text a {
  color: #499de2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__text a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.create-deal-section__text01 {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
}

.create-deal-section__text02 {
  position: relative;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .create-deal-section__text02 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__text02 {
    font-size: 0.75em;
  }
}

.create-deal-section__item-wrap01.w--max,
.create-deal-section__item-wrap02.w--max {
  max-width: 100%;
}
.create-deal-section__item-wrap01 .row,
.create-deal-section__item-wrap02 .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.create-deal-section__item-wrap01 .row > div,
.create-deal-section__item-wrap02 .row > div {
  margin: 0 0.3rem;
}
.create-deal-section__item-wrap01 .row > div:first-child,
.create-deal-section__item-wrap02 .row > div:first-child {
  margin-left: 0 !important;
}
.create-deal-section__item-wrap01 .row > div:last-child,
.create-deal-section__item-wrap02 .row > div:last-child {
  margin-right: 0 !important;
}

.create-deal-section__item-wrap01 {
  max-width: 42rem;
}

.create-deal-section__item-wrap02 {
  max-width: 63rem;
}

.create-deal-section__checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.6rem;
}

.create-deal-section__uploader {
  position: relative;
  border: 0.1rem dashed #d9d9d9;
  border-radius: 2rem;
  min-height: 5.9em;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .create-deal-section__uploader {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .create-deal-section__uploader {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__uploader {
    border-radius: 0.5rem;
  }
}
.create-deal-section__uploader input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.9em;
  opacity: 0;
  display: block;
  cursor: pointer;
}

.create-deal-section__uploader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  font-weight: 500;
  color: #aaa;
  display: inline-block;
  padding-right: 0.9em;
  white-space: nowrap;
}
.create-deal-section__uploader-text:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  content: "";
  display: block;
  width: 0.45em;
  height: 0.35em;
  background: #aaa;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.create-deal-section__supplement01 {
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
  margin-top: 0.2em;
}

.create-deal-section__privacy-wrap {
  margin-top: 3.85em;
}
@media screen and (max-width: 480px) {
  .create-deal-section__privacy-wrap {
    font-size: 0.8em;
  }
}
.create-deal-section__privacy-wrap.mt--type01 {
  margin-top: 0.75em;
}
.create-deal-section__privacy-wrap label:has(input[type=checkbox]) {
  margin-bottom: 0;
}
.create-deal-section__privacy-wrap label:has(input[type=checkbox]) input[type=checkbox] + span {
  margin-right: 0.6em;
}
.create-deal-section__privacy-wrap label:has(input[type=checkbox]) input[type=checkbox] + span::before {
  vertical-align: text-top;
}
.create-deal-section__privacy-wrap a {
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__privacy-wrap a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.create-deal-section__login-btn01 {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1.3em;
  padding: 0.7em 1em;
  width: 100%;
  max-width: 10.6em;
  border-radius: 9999px;
  background: #e15445;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__login-btn01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.create-deal-section__login-btn-text {
  position: relative;
  display: inline-block;
  padding-left: 1.16666667em;
}
.create-deal-section__login-btn-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.72222222em;
  height: 0.84333333em;
  background: transparent url(../images/common/icon_login01_wh.webp) no-repeat center center/contain;
}

.create-deal-section__registration-btn01 {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0.6em 1em;
  width: 100%;
  max-width: 13.8em;
  border-radius: 9999px;
  background: #499de2;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__registration-btn01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.create-deal-section__registration-btn-text {
  position: relative;
  display: inline-block;
  padding-left: 1.35em;
}
.create-deal-section__registration-btn-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.8135em;
  height: 1em;
  background: transparent url(../images/common/icon_document01_wh.webp) no-repeat center center/contain;
}

.create-deal-section__registration-btn-wrap01 {
  position: relative;
  font-size: 1.35em;
  margin: 0 auto;
  margin-top: 2.1em;
  display: table;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__registration-btn-wrap01:hover input[type=submit] {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__registration-btn-wrap01 {
    font-size: 1.2em;
  }
}
.create-deal-section__registration-btn-wrap01:after {
  position: absolute;
  top: 0.9em;
  left: 2.2em;
  content: "";
  display: block;
  width: 0.77777778em;
  height: 0.95592593em;
  background: transparent url(../images/common/icon_document01_wh.webp) no-repeat center center/contain;
  pointer-events: none;
}
.create-deal-section__registration-btn-wrap01 input[type=submit] {
  position: relative;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.6em 3.5em;
  background: #499de2;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.create-deal-section__password-link {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #499de2;
  display: table;
  margin: 0 auto;
  margin-top: 3.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__password-link:hover {
    opacity: 0.7;
  }
}

.create-deal-section__registration-section {
  position: relative;
  overflow-x: clip;
  margin-top: 2em;
}

.create-deal-section__registration-section-text {
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
  text-align: center;
}

.create-deal-section__registration-section-text01 {
  display: table;
  margin: 0 auto;
  margin-bottom: 2em;
}
.create-deal-section__registration-section-text01:before, .create-deal-section__registration-section-text01:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 100vw;
  height: 0.1rem;
  background: #aaa;
}
.create-deal-section__registration-section-text01:before {
  right: calc(100% + 0.8em);
}
.create-deal-section__registration-section-text01:after {
  left: calc(100% + 0.8em);
}

.create-deal-section__registration-section-text02 {
  margin-bottom: 1.4em;
}

.create-deal-section__privacy-box {
  font-size: 0.9em;
  height: 14.7em;
  padding: 2rem;
  background: #f4f4f4;
  border: 0.1rem solid #d9d9d9;
  overflow-y: auto;
}

.create-deal-section__field-error {
  margin-top: 0.5rem;
  padding: 0.4em 0.8em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c62828;
  background: #fff3f3;
  border-left: 3px solid #c62828;
  border-radius: 0 3px 3px 0;
}
.create-deal-section__field-error::before {
  content: "⚠ ";
}

.create-deal-section__comment-label {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1680px) {
  .create-deal-section__comment-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .create-deal-section__comment-label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__comment-label {
    font-size: 1.4rem;
  }
}

#member_comment {
  height: auto;
  min-height: 0;
}

.create-deal-section__btn-list-wrap01 {
  position: relative;
  font-size: 2.2rem;
  margin-top: 4.2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
}
@media screen and (max-width: 1680px) {
  .create-deal-section__btn-list-wrap01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .create-deal-section__btn-list-wrap01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__btn-list-wrap01 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .create-deal-section__btn-list-wrap01 .row > div {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .create-deal-section__btn-list-wrap01 .row > div {
    margin-bottom: 1.5rem;
  }
  .create-deal-section__btn-list-wrap01 .row > div:last-child {
    margin-bottom: 0;
  }
}

.create-deal-section__button01 {
  font-weight: 500;
  color: #eb6550;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  background: #fff;
  border: 0.2rem solid #e15445;
  border-radius: 1rem;
  width: 100%;
  display: block;
  padding: 0.7em 1em;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .create-deal-section__button01:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-section__button01 {
    border-radius: 0.5rem;
  }
}
.create-deal-section__button01.btn--red01 {
  color: #fff;
  background: #e15445;
}

.create-deal-list01,
.create-deal-list01__item {
  position: relative;
  display: block;
  margin: 0;
}

.create-deal-list01 {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 1680px) {
  .create-deal-list01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .create-deal-list01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .create-deal-list01 {
    font-size: 1.4rem;
  }
}

.create-deal-list01__item {
  margin-bottom: 1.6em;
}
.create-deal-list01__item:last-child {
  margin-bottom: 0;
}
.create-deal-list01__item input[type=text], .create-deal-list01__item input[type=password], .create-deal-list01__item input[type=datetime], .create-deal-list01__item input[type=datetime-local], .create-deal-list01__item input[type=date], .create-deal-list01__item input[type=month], .create-deal-list01__item input[type=time], .create-deal-list01__item input[type=week], .create-deal-list01__item input[type=number], .create-deal-list01__item input[type=email], .create-deal-list01__item input[type=url], .create-deal-list01__item input[type=search], .create-deal-list01__item input[type=tel], .create-deal-list01__item input[type=color] {
  font-size: 1em;
}
.create-deal-list01__item select,
.create-deal-list01__item textarea {
  font-size: 1em;
}

.create-deal-list01__heading {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.4em;
}

/******************************************************************
** inputs
******************************************************************/
input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
  position: relative;
  font-size: 2rem;
  color: #333;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 2.8em;
  padding: 0.5em 1em;
  background: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1680px) {
  input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    font-size: 1.4rem;
  }
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=date]:focus, input[type=date]:active, input[type=month]:focus, input[type=month]:active, input[type=time]:focus, input[type=time]:active, input[type=week]:focus, input[type=week]:active, input[type=number]:focus, input[type=number]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=color]:focus, input[type=color]:active {
  background-color: #f7f8fa;
}
input[type=text][disabled], input[type=password][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=date][disabled], input[type=month][disabled], input[type=time][disabled], input[type=week][disabled], input[type=number][disabled], input[type=email][disabled], input[type=url][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=color][disabled] {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=password][disabled]:focus, input[type=password][disabled]:active, input[type=datetime][disabled]:focus, input[type=datetime][disabled]:active, input[type=datetime-local][disabled]:focus, input[type=datetime-local][disabled]:active, input[type=date][disabled]:focus, input[type=date][disabled]:active, input[type=month][disabled]:focus, input[type=month][disabled]:active, input[type=time][disabled]:focus, input[type=time][disabled]:active, input[type=week][disabled]:focus, input[type=week][disabled]:active, input[type=number][disabled]:focus, input[type=number][disabled]:active, input[type=email][disabled]:focus, input[type=email][disabled]:active, input[type=url][disabled]:focus, input[type=url][disabled]:active, input[type=search][disabled]:focus, input[type=search][disabled]:active, input[type=tel][disabled]:focus, input[type=tel][disabled]:active, input[type=color][disabled]:focus, input[type=color][disabled]:active {
  background-color: #d5edf8;
}

label:has(input[type=checkbox]) {
  position: relative;
  display: table;
  margin-bottom: 0.3em;
}
label:has(input[type=checkbox]) input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
label:has(input[type=checkbox]) input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
}
label:has(input[type=checkbox]) input[type=checkbox] + span::before {
  display: inline-block;
  vertical-align: initial;
  content: "";
  width: 1.59em;
  height: 1.59em;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.5rem;
  background: #fff;
}
label:has(input[type=checkbox]) input[type=checkbox]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23333' stroke-width='2' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-color: #333;
  background-color: #f7f8fa;
}

select,
textarea {
  position: relative;
  font-size: 2rem;
  color: #333;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 2.8em;
  padding: 0.5em 1em;
  background: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1680px) {
  select,
  textarea {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  select,
  textarea {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  select,
  textarea {
    font-size: 1.4rem;
  }
}
select:focus, select:active,
textarea:focus,
textarea:active {
  background-color: #f7f8fa;
}
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
select[disabled]:focus, select[disabled]:active,
textarea[disabled]:focus,
textarea[disabled]:active {
  background-color: #d5edf8;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 86.6'%3E%3Cpolygon points='0,0 100,0 50,86.6' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size: 0.5em 0.433em;
}

textarea {
  max-width: 100%;
  min-height: 11.35em;
  line-height: 1.5em;
}

/******************************************************************
** table
******************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.table--brd01 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1470px) {
  table.table--brd01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  table.table--brd01 {
    font-size: 1.2rem;
  }
}
table.table--brd01 tr {
  border-top: 0.1rem solid #d0d2fa;
}
table.table--brd01 tr:last-child {
  border-bottom: 0.1rem solid #d0d2fa;
}
table.table--brd01 th,
table.table--brd01 td {
  text-align: left;
  background: transparent;
  border: none;
  vertical-align: middle;
  padding: 0.6em 0;
}
@media screen and (max-width: 768px) {
  table.table--brd01 th,
  table.table--brd01 td {
    vertical-align: top;
  }
}
table.table--brd01 th {
  font-size: 1.11111111em;
  font-weight: 700;
  padding-right: 1.2em;
  width: 17%;
}
@media screen and (max-width: 768px) {
  table.table--brd01 th {
    font-size: 1em;
    width: 21%;
  }
}

table.table--tr {
  position: relative;
  width: 100%;
  background: none;
  border: none;
}
table.table--tr tr,
table.table--tr th,
table.table--tr td {
  position: relative;
  background: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  table.table--tr tr:first-child th {
    padding-top: 0;
  }
  table.table--tr tr:last-child td {
    padding-bottom: 0;
  }
}
table.table--tr th,
table.table--tr td {
  text-align: left;
  padding: 0.5rem 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.table--tr th,
  table.table--tr td {
    width: 100%;
    display: block;
    padding: 1rem 0;
  }
}
table.table--tr th {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  table.table--tr th {
    width: 30%;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  table.table--tr th {
    padding-right: 0;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  table.table--tr td {
    padding-top: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  table.table--tr.p--type01 th,
  table.table--tr.p--type01 td {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
table.table--tr .text--sml01 {
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  table.table--tr .text--sml01 {
    font-size: 1.2rem;
  }
}

/******************************************************************
** common
******************************************************************/
.logo {
  width: 100%;
  margin: 0;
  line-height: 0;
}
.logo a,
.logo img {
  display: block;
  width: 100%;
}
.logo a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .logo a:hover {
    opacity: 0.7;
  }
}
.logo img {
  height: auto;
}

/******************************************************************
** header styles
******************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 9999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header.header-scroll {
    background: rgba(255, 255, 255, 0.9);
  }
  .header.header-scroll .header__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header .tel-wrap01 {
  font-size: 1.6rem;
  margin-left: 0.875em;
}
@media screen and (min-width: 1025px) {
  .header .tel-wrap01 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .tel-wrap01 {
    font-size: 1.4rem;
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 375px) {
  .header .tel-wrap01 {
    font-size: 1.3rem;
  }
}
.header .tel-wrap01__info {
  font-size: 0.5em;
}
@media screen and (max-width: 480px) {
  .header .btn-list01__button {
    padding: 0.2em 0.8em;
  }
}

.header__inner {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.header-item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .header-item-wrap02 {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .header-item-wrap02 {
    margin-top: 1.2rem;
  }
}

.header__logo {
  max-width: 40rem;
}
@media screen and (max-width: 1470px) {
  .header__logo {
    max-width: 36rem;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 33rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 30rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 27rem;
  }
}
@media screen and (max-width: 480px) {
  .header__logo {
    max-width: 23rem;
  }
}

/******************************************************************
** footer styles
******************************************************************/
.footer {
  position: relative;
  clear: both;
  padding-top: 8rem;
  padding-bottom: 2.5rem;
  background: #f7ce46;
}
.footer.footer--admin {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer.footer--admin {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer.footer--admin .copyright-section {
  margin-top: 0;
  padding: 1.5rem 0;
  border-top: none;
}
.footer.footer--admin .copyright {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 9rem;
    padding-bottom: 0;
  }
}

.footer__illust-wrap {
  position: absolute;
  top: -25rem;
  right: 0;
  width: 20.5%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .footer__illust-wrap {
    top: -21rem;
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .footer__illust-wrap {
    top: -18rem;
    width: 28%;
  }
}
@media screen and (max-width: 568px) {
  .footer__illust-wrap {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .footer__illust-wrap {
    top: -17.2rem;
    width: 36.7%;
  }
}

.footer__illust img {
  height: auto;
}

.footer__logo {
  max-width: 50rem;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    display: none;
  }
}

.footer__inner {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .footer__inner02 {
    margin-top: 6.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner02 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .footer__inner02 .row > div {
    margin: 0;
  }
  .footer__inner02 .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__inner02 .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .footer-tel-section {
    display: table;
    margin: 0 0 0 auto;
  }
}

.footer-tel-section__heading {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .footer-tel-section__heading {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .footer-tel-section__heading {
    font-size: 1.7rem;
  }
}

.footer-tel-section__inner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .copyright-section {
    margin-top: 5.5rem;
    padding: 2rem 0;
    border-top: 0.1rem solid #333;
  }
}

.copyright {
  position: relative;
  font-weight: 700;
  color: #707070;
  text-align: right;
  line-height: 1.6;
  margin-top: 8.6em;
}
@media screen and (max-width: 1024px) {
  .copyright {
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (min-width: 1681px) {
  body.home .footer__illust-wrap,
  body.contact .footer__illust-wrap {
    right: -13.6%;
    width: 27.5%;
  }
}

/******************************************************************
** navigation styles
******************************************************************/
nav ul,
nav ol {
  list-style: none;
}

.header__nav {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header-nav {
  position: relative;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 4.4em;
  padding: 0;
}
@media screen and (max-width: 1680px) {
  .header-nav {
    font-size: 1.8rem;
    margin-right: 3.6em;
  }
}
@media screen and (max-width: 1470px) {
  .header-nav {
    font-size: 1.5rem;
    margin-right: 3em;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav {
    font-size: 1.2rem;
    margin-right: 2.4em;
  }
}
.header-nav li:hover > ul.sub-menu, .header-nav li:hover > ul.children {
  top: auto;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .header-nav li ul.sub-menu, .header-nav li ul.children {
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-left: 0.1rem solid #d9d9d9;
    border-right: 0.1rem solid #d9d9d9;
    z-index: 8999;
  }
  .header-nav li ul.sub-menu > li, .header-nav li ul.children > li {
    margin: 0;
    border-top: 0.1rem solid #d9d9d9;
  }
  .header-nav li ul.sub-menu > li a, .header-nav li ul.children > li a {
    text-align: left;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
  .header-nav li ul.sub-menu > li a:hover, .header-nav li ul.children > li a:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.7;
  }
  .header-nav li ul.sub-menu > li > a, .header-nav li ul.children > li > a {
    padding: 0.8em 1em;
    max-width: 20rem;
  }
  .header-nav li ul.sub-menu > li ul, .header-nav li ul.children > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: 100%;
  }
  .header-nav li ul.sub-menu > li:last-child, .header-nav li ul.children > li:last-child {
    border-bottom: 0.1rem solid #d9d9d9;
  }
}
.header-nav > li,
.header-nav > li a {
  position: relative;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
.header-nav > li {
  margin: 0 2.2em;
}
@media screen and (max-width: 1680px) {
  .header-nav > li {
    margin: 0 1.8em;
  }
}
@media screen and (max-width: 1470px) {
  .header-nav > li {
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav > li {
    margin: 0 1.2em;
  }
}
.header-nav > li:first-child {
  margin-left: 0;
}
.header-nav > li:last-child {
  margin-right: 0;
}
.header-nav > li a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .header-nav > li a:hover {
    opacity: 0.7;
  }
}

.footer-nav {
  position: relative;
  list-style: none;
  display: grid;
  gap: 3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 58rem;
}
@media screen and (min-width: 569px) {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .footer-nav {
    margin: 0 auto;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 568px) {
  .footer-nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    text-align: center;
    max-width: 26.5rem;
  }
}

.footer-nav__item {
  margin: 0;
  display: block;
}
@media screen and (max-width: 568px) {
  .footer-nav__item {
    padding: 4rem 0;
    border-bottom: 0.1rem solid #333;
  }
  .footer-nav__item:first-child {
    padding-top: 0;
  }
  .footer-nav__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.footer-nav__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .footer-nav__heading {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 568px) {
  .footer-nav__heading {
    font-size: 1.8rem;
  }
}

.footer-nav__child-list,
.footer-nav__child-item {
  position: relative;
  display: block;
  margin: 0;
}

.footer-nav__child-list {
  list-style: none;
  font-weight: 500;
  padding: 0;
}

.footer-nav__child-item {
  margin-bottom: 0.3em;
}
.footer-nav__child-item:last-child {
  margin-bottom: 0;
}

.footer-nav__child-link {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .footer-nav__child-link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

.nav-drawer {
  position: relative;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-drawer {
    display: block;
  }
}

.nav-unshown {
  display: none;
}

.nav-open {
  position: relative;
  cursor: pointer;
  width: 1.8rem;
  height: 1.5rem;
  margin: 0 0 0 auto;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .nav-open {
    display: block;
  }
}
.nav-open.active .nav-open__line-wrap span:nth-of-type(1) {
  -webkit-transform: translateY(0.65rem) rotate(-45deg);
          transform: translateY(0.65rem) rotate(-45deg);
}
.nav-open.active .nav-open__line-wrap span:nth-of-type(2) {
  opacity: 0;
}
.nav-open.active .nav-open__line-wrap span:nth-of-type(3) {
  -webkit-transform: translateY(-0.65rem) rotate(45deg);
          transform: translateY(-0.65rem) rotate(45deg);
}

.nav-open__line-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.nav-open__line-wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  display: block;
  border-radius: 9999px;
  background: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-open__line-wrap span:nth-of-type(1) {
  top: 0;
}
.nav-open__line-wrap span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-open__line-wrap span:nth-of-type(3) {
  bottom: 0;
}

.nav-content {
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  width: 90%;
  max-width: 30rem;
  height: 100%;
  background: #fffcea;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 15rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  opacity: 0;
  z-index: 100;
}

.nav-content__inner {
  padding-top: 3rem;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.9;
}

.sp-nav,
.sp-nav__item {
  position: relative;
  margin: 0;
  display: block;
}

.sp-nav {
  list-style: none;
  padding: 0;
}

.sp-nav__item {
  margin-bottom: 3em;
}
.sp-nav__item:last-child {
  margin-bottom: 0;
}

.sp-nav__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .sp-nav__heading {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 568px) {
  .sp-nav__heading {
    font-size: 1.8rem;
  }
}

.sp-nav__child-list,
.sp-nav__child-item {
  position: relative;
  display: block;
  margin: 0;
}

.sp-nav__child-list {
  list-style: none;
  font-weight: 500;
  padding: 0;
}

.sp-nav__child-item {
  margin-bottom: 0.3em;
}
.sp-nav__child-item:last-child {
  margin-bottom: 0;
}

.sp-nav__child-link {
  display: inline-block;
}

/******************************************************************
** button
******************************************************************/
.btn-list01 {
  position: relative;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1470px) {
  .btn-list01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .btn-list01 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-list01 {
    -webkit-column-gap: 0.9rem;
       -moz-column-gap: 0.9rem;
            column-gap: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-list01 {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
  }
}

.btn-list01__item {
  display: block;
  margin: 0;
}

.btn-list01__button {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 1.16666667em;
  min-height: 2.83333333em;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .btn-list01__button:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.btn-list01__button-text {
  position: relative;
  display: inline-block;
}

.btn-list01__button--consultation .btn-list01__button-text:before,
.btn-list01__button--login .btn-list01__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.btn-list01__button--consultation {
  background: #499de2;
}
.btn-list01__button--consultation .btn-list01__button-text {
  padding-left: 1.5em;
}
.btn-list01__button--consultation .btn-list01__button-text:before {
  width: 1.05555556em;
  height: 0.79388889em;
  background: transparent url(../images/common/icon_mail01_wh.webp) no-repeat center center/contain;
}

.btn-list01__button--login {
  background: #e15445;
}
.btn-list01__button--login .btn-list01__button-text {
  padding-left: 1.16666667em;
}
.btn-list01__button--login .btn-list01__button-text:before {
  width: 0.72222222em;
  height: 0.84333333em;
  background: transparent url(../images/common/icon_login01_wh.webp) no-repeat center center/contain;
}

.btn-list01__user-info {
  line-height: 1.5;
}
@media screen and (min-width: 481px) {
  .btn-list01__user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1471px) {
  .btn-list01__user-info {
    margin-left: 0.66666667em;
  }
}

.btn-list01__user-name,
.btn-list01__logout {
  position: relative;
  font-weight: 700;
  color: #eb6550;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .btn-list01__user-name,
  .btn-list01__logout {
    display: block;
  }
}
.btn-list01__user-name:before,
.btn-list01__logout:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.btn-list01__user-name {
  padding-left: 1em;
}
.btn-list01__user-name:before {
  width: 0.74444444em;
  height: 0.86888889em;
  background: transparent url(../images/common/icon_user01_red.webp) no-repeat center center/contain;
}

.btn-list01__logout {
  font-size: 0.66666667em;
  margin-left: 2em;
  padding-left: 1.33333333em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .btn-list01__logout:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 480px) {
  .btn-list01__logout {
    margin-top: 0.4em;
    margin-left: 0;
  }
}
.btn-list01__logout:before {
  width: 1.13333333em;
  height: 0.9575em;
  background: transparent url(../images/common/icon_logout01_red.webp) no-repeat center center/contain;
}

.btn-list02 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.77em;
     -moz-column-gap: 0.77em;
          column-gap: 0.77em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (max-width: 1470px) {
  .btn-list02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .btn-list02 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .btn-list02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-list02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-list02 {
    font-size: 1.2rem;
  }
}
.btn-list02.mt--type01 {
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .btn-list02.mt--type01 {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .btn-list02.mt--type01 {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .btn-list02.mt--type01 {
    margin-top: 1.4em;
  }
}
.btn-list02.btn-list--cta {
  margin-top: 1.6em;
}
@media screen and (max-width: 480px) {
  .btn-list02.btn-list--cta {
    font-size: 1.4rem;
    display: block;
    margin-left: 0;
  }
  .btn-list02.btn-list--cta .btn-list02__item {
    margin-bottom: 1em;
  }
  .btn-list02.btn-list--cta .btn-list02__item:last-child {
    margin-bottom: 0;
  }
}

.btn-list02__item {
  display: block;
  margin: 0;
}

.btn-list02__button {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 1em;
  width: 11.5em;
  min-height: 2.73em;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .btn-list02__button:hover {
    opacity: 0.9;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.btn-list02__button-text {
  display: inline-block;
}

.btn-list02__button--list {
  background: #f7ce46;
}

.btn-list02__button--sell {
  background: #499de2;
}

.btn-list03 {
  position: relative;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .btn-list03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
  }
}
@media screen and (max-width: 1470px) {
  .btn-list03 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn-list03 {
    font-size: 1.4rem;
    display: block;
    max-width: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .btn-list03 {
    font-size: 1.3rem;
  }
}

.btn-list03__item {
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .btn-list03__item {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.6em;
  }
  .btn-list03__item:last-child {
    margin-bottom: 0;
  }
}

.btn-list03__button {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .btn-list03__button:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.btn-list03__button-text {
  position: relative;
  display: inline-block;
}

.btn-list03__button--registration .btn-list03__button-text:before,
.btn-list03__button--login .btn-list03__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.btn-list03__button--registration {
  font-size: 1.25em;
  background: #499de2;
  padding: 0.2em 2.8em;
  min-height: 3em;
}
.btn-list03__button--registration .btn-list03__button-text {
  padding-left: 1.35em;
}
.btn-list03__button--registration .btn-list03__button-text:before {
  width: 0.8135em;
  height: 1em;
  background: transparent url(../images/common/icon_document01_wh.webp) no-repeat center center/contain;
}

.btn-list03__button--login {
  background: #e15445;
  padding: 0.2em 3.8em;
  min-height: 2.5em;
}
.btn-list03__button--login .btn-list03__button-text {
  padding-left: 1.16666667em;
}
.btn-list03__button--login .btn-list03__button-text:before {
  width: 0.72222222em;
  height: 0.84333333em;
  background: transparent url(../images/common/icon_login01_wh.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .btn-list03__button--login {
    margin-top: 1.4em;
  }
}

.btn-list03__supplement {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: calc(100% + 0.3em);
  font-size: 0.875em;
  font-weight: 500;
  color: #e15445;
  text-align: center;
  width: 100%;
  display: block;
  white-space: nowrap;
}

.button--consultation01 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: table;
  margin-top: 2.4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9em 2em;
  background: #499de2;
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .button--consultation01:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .button--consultation01 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .button--consultation01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .button--consultation01 {
    font-size: 1.6rem;
  }
}

.button--consultation01__text {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
@media screen and (max-width: 480px) {
  .button--consultation01__text {
    padding-left: 0;
  }
}
.button--consultation01__text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 1.05555556em;
  height: 0.79388889em;
  background: transparent url(../images/common/icon_mail01_wh.webp) no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  .button--consultation01__text:before {
    display: none;
  }
}

.button--consultation01__illust-wrap {
  position: absolute;
  top: 0;
  left: calc(100% - 0.72em);
  display: block;
  width: 3.2em;
}

.button--consultation01__illust {
  display: block;
}
.button--consultation01__illust img {
  height: auto;
}

/******************************************************************
** tel
******************************************************************/
.tel-wrap01 {
  position: relative;
  font-size: 3.8rem;
  padding-left: 1.26em;
  display: table;
}
@media screen and (max-width: 1470px) {
  .tel-wrap01 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .tel-wrap01 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 480px) {
  .tel-wrap01 {
    font-size: 2.9rem;
  }
}

.tel-wrap01__number {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1;
  display: table;
  margin: 0 auto;
}
.tel-wrap01__number:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: calc(100% + 0.4em);
  content: "";
  display: block;
  width: 0.86em;
  height: 0.86em;
  background: transparent url(../images/common/icon_tel01.webp) no-repeat center center/contain;
}

a.tel-wrap01__number {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  a.tel-wrap01__number:hover {
    opacity: 0.7;
  }
}

.tel-wrap01__info {
  font-size: 0.34210526em;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.4em;
}

/******************************************************************
** carousel
******************************************************************/
.case-carousel-section {
  position: relative;
  padding: 0 1.8rem;
}
@media screen and (max-width: 1680px) {
  .case-carousel-section {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 1470px) {
  .case-carousel-section {
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .case-carousel-section {
    padding: 0;
  }
}

.case-carousel-section__illust-wrap {
  position: absolute;
  bottom: -7rem;
  right: 103.3%;
  width: 11.4%;
  pointer-events: none;
}
@media screen and (max-width: 1680px) {
  .case-carousel-section__illust-wrap {
    bottom: -8rem;
    right: calc(100% - 2rem);
    width: 10%;
  }
}
@media screen and (max-width: 1470px) {
  .case-carousel-section__illust-wrap {
    bottom: -9rem;
    left: 0;
    right: initial;
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .case-carousel-section__illust-wrap {
    bottom: calc(100% - 1rem);
    left: 0.9rem;
    width: 14.5%;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel-section__illust-wrap {
    bottom: calc(100% - 1rem);
    width: 16.1%;
  }
}

.case-carousel-section__illust img {
  height: auto;
}

.carousel-section01 {
  position: relative;
}
.carousel-section01 .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .carousel-section01 .img-wrap {
    border-radius: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .carousel-section01 .img-wrap {
    border-radius: 0.6rem;
  }
}
.carousel-section01 .img-wrap:before {
  content: "";
  display: block;
}
.carousel-section01 .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-section01__main .img-wrap:before {
  padding-top: 53.22%;
}

.carousel-section01__thumbnail {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .carousel-section01__thumbnail {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .carousel-section01__thumbnail {
    margin-top: 0.6rem;
  }
}
.carousel-section01__thumbnail .splide__list > .splide__slide {
  border: 0.3rem solid transparent !important;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .carousel-section01__thumbnail .splide__list > .splide__slide {
    border: 0.2rem solid transparent !important;
    border-radius: 0.9rem;
  }
}
@media screen and (max-width: 480px) {
  .carousel-section01__thumbnail .splide__list > .splide__slide {
    border: 0.1rem solid transparent !important;
    border-radius: 0.6rem;
  }
}
.carousel-section01__thumbnail .splide__list > .splide__slide.is-active {
  border: 0.3rem solid #50aa6a !important;
}
@media screen and (max-width: 768px) {
  .carousel-section01__thumbnail .splide__list > .splide__slide.is-active {
    border: 0.2rem solid #50aa6a !important;
  }
}
@media screen and (max-width: 480px) {
  .carousel-section01__thumbnail .splide__list > .splide__slide.is-active {
    border: 0.1rem solid #50aa6a !important;
  }
}
.carousel-section01__thumbnail .img-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .carousel-section01__thumbnail .img-wrap:hover {
    opacity: 0.7;
  }
}
.carousel-section01__thumbnail .img-wrap:before {
  padding-top: 65.27%;
}

/******************************************************************
** case study
******************************************************************/
.case-carousel-section .splide__track {
  overflow: initial;
}
.case-carousel-section.mt--type01 {
  margin-top: 6.8rem;
}
@media screen and (max-width: 1680px) {
  .case-carousel-section.mt--type01 {
    margin-top: 6.6rem;
  }
}
@media screen and (max-width: 1470px) {
  .case-carousel-section.mt--type01 {
    margin-top: 5.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .case-carousel-section.mt--type01 {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .case-carousel-section.mt--type01 {
    margin-top: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .case-carousel-section.mt--type01 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel-section.mt--type01 {
    margin-top: 2rem;
  }
}
.case-carousel-section .splide__arrow {
  font-size: 6rem;
  background: #eb6550;
  width: 1em;
  height: 1em;
  opacity: 1;
  -webkit-box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.67);
          box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.67);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .case-carousel-section .splide__arrow:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 1680px) {
  .case-carousel-section .splide__arrow {
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 1470px) {
  .case-carousel-section .splide__arrow {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .case-carousel-section .splide__arrow {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .case-carousel-section .splide__arrow {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .case-carousel-section .splide__arrow {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 568px) {
  .case-carousel-section .splide__arrow {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel-section .splide__arrow {
    font-size: 3.4rem;
  }
}
.case-carousel-section .splide__arrow svg {
  display: none;
}
.case-carousel-section .splide__arrow:before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
}
.case-carousel-section .splide__arrow--prev {
  left: -0.5em;
}
@media screen and (max-width: 1024px) {
  .case-carousel-section .splide__arrow--prev {
    left: -0.294em;
  }
}
.case-carousel-section .splide__arrow--prev:before {
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}
.case-carousel-section .splide__arrow--next {
  right: -0.5em;
}
@media screen and (max-width: 1024px) {
  .case-carousel-section .splide__arrow--next {
    right: -0.294em;
  }
}
.case-carousel-section .splide__arrow--next:before {
  right: 55%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
@media screen and (min-width: 1471px) {
  .case-carousel-section.carousel--arrow-type01 .splide__arrow--prev {
    left: -2.15em;
  }
  .case-carousel-section.carousel--arrow-type01 .splide__arrow--next {
    right: -2.15em;
  }
}

.case-carousel01.carouse--red01 .case-carousel01__box-heading {
  background: #e15445;
}
.case-carousel01.carouse--red01 .case-carousel01__sales-wrap {
  background: #ffe9e6;
}

.case-carousel01__box {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 0.1rem solid #eaf7ee;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .case-carousel01__box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .case-carousel01__box {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel01__box {
    font-size: 0.8rem;
  }
}

.case-carousel01__box-heading,
.case-carousel01__desc-wrap,
.case-carousel01__sales-wrap {
  position: relative;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .case-carousel01__box-heading,
  .case-carousel01__desc-wrap,
  .case-carousel01__sales-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel01__box-heading,
  .case-carousel01__desc-wrap,
  .case-carousel01__sales-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.case-carousel01__box-heading {
  font-size: 1.25em;
  color: #fff;
  text-align: center;
  background: #50aa6a;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .case-carousel01__box-heading {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 480px) {
  .case-carousel01__box-heading {
    font-size: 1.5em;
  }
}

.case-carousel01__desc-wrap {
  font-size: 1.125em;
  background: #fff;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 480px) {
  .case-carousel01__desc-wrap {
    font-size: 1.25em;
  }
}

.case-carousel01__sales-wrap {
  font-size: 1em;
  background: #eaf7ee;
  padding-top: 0.95em;
  padding-bottom: 0.95em;
}

.case-carousel01__sales {
  line-height: 1.5625;
}

.case-carousel01__sales-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.case-carousel01__sales-row dt {
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4em;
}
.case-carousel01__sales-row dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/******************************************************************
** display
******************************************************************/
.disp--pc01,
.disp--pc02,
.disp--pc03 {
  display: block !important;
}

.disp--tab01,
.disp--tab02,
.disp--sp01 {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .disp--pc01 {
    display: none !important;
  }
  .disp--tab01 {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .disp--pc02 {
    display: none !important;
  }
  .disp--tab02 {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .disp--pc03 {
    display: none !important;
  }
  .disp--sp01 {
    display: block !important;
  }
}
/******************************************************************
** layout
******************************************************************/
.container500,
.container600,
.container700,
.container800,
.container900,
.container1000,
.container1100,
.container1200 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.container500 {
  max-width: 50rem;
}
@media screen and (max-width: 540px) {
  .container500 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container600 {
  max-width: 60rem;
}
@media screen and (max-width: 640px) {
  .container600 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container700 {
  max-width: 70rem;
}
@media screen and (max-width: 740px) {
  .container700 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container800 {
  max-width: 80rem;
}
@media screen and (max-width: 840px) {
  .container800 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container900 {
  max-width: 90rem;
}
@media screen and (max-width: 940px) {
  .container900 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container1000 {
  max-width: 100rem;
}
@media screen and (max-width: 1040px) {
  .container1000 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container1100 {
  max-width: 110rem;
}
@media screen and (max-width: 1140px) {
  .container1100 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container1200 {
  max-width: 120rem;
}
@media screen and (max-width: 1240px) {
  .container1200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > div {
    margin: 0 3rem;
  }
  .row > div:first-child {
    margin-left: 0 !important;
  }
  .row > div:last-child {
    margin-right: 0 !important;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.col-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.col-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.col-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.col-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.col-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.col-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.col-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

/******************************************************************
** background
******************************************************************/
.bg--grn {
  position: relative;
  background: #eaf7ee;
}
.bg--grn.bg--grn01 {
  padding-top: 4.5rem;
  padding-bottom: 16.5rem;
}
.bg--grn.bg--grn02 {
  padding-top: 3.3rem;
  padding-bottom: 12.7rem;
}
.bg--grn.bg--grn03 {
  padding-top: 3.3rem;
  padding-bottom: 23.4rem;
}
@media screen and (max-width: 1200px) {
  .bg--grn.bg--grn03 {
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 1024px) {
  .bg--grn.bg--grn01 {
    padding-bottom: 15rem;
  }
  .bg--grn.bg--grn03 {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .bg--grn.bg--grn01 {
    padding-top: 3rem;
    padding-bottom: 13.5rem;
  }
  .bg--grn.bg--grn02 {
    padding-top: 3rem;
    padding-bottom: 10.5rem;
  }
  .bg--grn.bg--grn03 {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 480px) {
  .bg--grn.bg--grn01 {
    padding-bottom: 12rem;
  }
  .bg--grn.bg--grn03 {
    padding-bottom: 12rem;
  }
}

.bg--ylw {
  position: relative;
  background: #fffcea;
}
.bg--ylw.bg--ylw01 {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .bg--ylw.bg--ylw01 {
    padding-top: 4.5rem;
  }
}

.bg--red {
  position: relative;
  background: #e15445;
}
.bg--red.bg--red01 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(100vh - 30rem);
  padding-top: 8rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 1024px) {
  .bg--red.bg--red01 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bg--red.bg--red01 {
    padding-top: 4.5rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .bg--red.bg--red01 {
    padding-top: 3rem;
    padding-bottom: 9rem;
  }
}

.bg--bl {
  position: relative;
  background: #d1eaff;
}
.bg--bl.bg--bl01 {
  padding-top: 10.5rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 1024px) {
  .bg--bl.bg--bl01 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bg--bl.bg--bl01 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .bg--bl.bg--bl01 {
    padding-top: 3rem;
  }
}

.bg--pk {
  position: relative;
  background: #ffe1dd;
}
.bg--pk.bg--pk01 {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .bg--pk.bg--pk01 {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .bg--pk.bg--pk01 {
    padding-top: 3rem;
  }
}

/******************************************************************
** margin
******************************************************************/
.m--0 {
  margin: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mt--1em {
  margin-top: 1em !important;
}

.mt--2em {
  margin-top: 2em !important;
}

.mt--3em {
  margin-top: 3em !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--1em {
  margin-bottom: 1em !important;
}

.mb--2em {
  margin-bottom: 2em !important;
}

.mb--3em {
  margin-bottom: 3em !important;
}

/******************************************************************
** pages
******************************************************************/
.mv {
  position: relative;
  width: 100%;
}

.page-mv01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 31rem;
  background: #fff url(../images/top/mv-bg01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .page-mv01 {
    min-height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01 {
    min-height: 27rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01 {
    min-height: 24rem;
  }
}
.page-mv01:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.85;
}

.page-mv01__illust-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.page-mv01__illust-section-inner {
  position: relative;
}

.page-mv01__illust-wrap {
  position: absolute;
  bottom: -1.2rem;
  z-index: 5;
}

.page-mv01__illust-wrap01 {
  left: -1%;
  width: 15.75%;
}
@media screen and (max-width: 1200px) {
  .page-mv01__illust-wrap01 {
    left: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap01 {
    width: 17.5%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap01 {
    width: 18.5%;
  }
}

.page-mv01__illust-wrap02 {
  right: 2.25%;
  width: 14.3%;
}
@media screen and (max-width: 1200px) {
  .page-mv01__illust-wrap02 {
    right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap02 {
    width: 15.9%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap02 {
    width: 16.8%;
  }
}

.page-mv01__illust-wrap03 {
  bottom: -1.7rem;
  right: 0.6rem;
  width: 15.75%;
}
@media screen and (max-width: 1024px) {
  .page-mv01__illust-wrap03 {
    bottom: -1.5rem;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap03 {
    bottom: -1.2rem;
    width: 17.5%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap03 {
    bottom: -0.9rem;
    width: 20%;
  }
}

.page-mv01__illust-wrap04 {
  bottom: -1.2rem;
  right: 12.5%;
  width: 8.5%;
}
@media screen and (max-width: 1024px) {
  .page-mv01__illust-wrap04 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap04 {
    width: 12%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap04 {
    bottom: -3.5rem;
    width: 15%;
  }
}

.page-mv01__illust-wrap05 {
  left: -0.4%;
  width: 17%;
}
@media screen and (max-width: 1200px) {
  .page-mv01__illust-wrap05 {
    left: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap05 {
    width: 18.5%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap05 {
    width: 20%;
  }
}

.page-mv01__illust-wrap06 {
  right: -0.4%;
  width: 18.3%;
}
@media screen and (max-width: 1200px) {
  .page-mv01__illust-wrap06 {
    right: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__illust-wrap06 {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__illust-wrap06 {
    width: 21.5%;
  }
}

.page-mv01__illust img {
  height: auto;
}

.page-mv01__inner {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  z-index: 10;
}

.page-mv01__title {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .page-mv01__title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-mv01__title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-mv01__title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-mv01__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 568px) {
  .page-mv01__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__title {
    font-size: 1.8rem;
  }
}

.page-mv01__supplement {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.6em;
}
@media screen and (max-width: 1680px) {
  .page-mv01__supplement {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-mv01__supplement {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-mv01__supplement {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__supplement {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__supplement {
    font-size: 1.2rem;
  }
}

.page-mv01__single-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .page-mv01__single-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-mv01__single-title {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-mv01__single-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-mv01__single-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01__single-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 568px) {
  .page-mv01__single-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01__single-title {
    font-size: 1.8rem;
  }
}

.page-mv01__breadcrumb-wrap {
  position: relative;
}

.page-mv01__breadcrumb {
  position: relative;
  list-style: none;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.page-mv01__breadcrumb-item,
.page-mv01__breadcrumb-link {
  position: relative;
  font-size: 1em;
  color: #333;
}

.page-mv01__breadcrumb-item {
  margin: 0;
  margin-right: 1.3em;
  display: inline-block;
}
.page-mv01__breadcrumb-item:after {
  position: absolute;
  top: 50%;
  right: -0.9em;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15rem solid #333;
  border-right: 0.15rem solid #333;
}
.page-mv01__breadcrumb-item:last-child {
  margin-right: 0;
}
.page-mv01__breadcrumb-item:last-child:after {
  display: none;
}

.page-mv01__breadcrumb-link {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .page-mv01__breadcrumb-link:hover {
    opacity: 0.7;
  }
}

.page-text {
  position: relative;
  line-height: 2;
}

.page-text01 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .page-text01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .page-text01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-text01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .page-text01 {
    font-size: 1rem;
  }
}

/******************************************************************
** frontpage
******************************************************************/
.mv--top {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .mv--top {
    padding-bottom: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .mv--top {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .mv--top {
    padding-bottom: 2.2rem;
  }
}

.mv--top__inner {
  position: relative;
}
.mv--top__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: none;
}

.mv--top__inner01 {
  padding-top: 10.5rem;
  padding-bottom: 9rem;
}
@media screen and (min-width: 1025px) {
  .mv--top__inner01 {
    background: #fff url(../images/top/mv-bg01.webp) no-repeat center center/cover;
  }
  .mv--top__inner01:before {
    display: block;
  }
}
@media screen and (max-width: 1470px) {
  .mv--top__inner01 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv--top__inner01 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .mv--top__inner02 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background: #fff url(../images/top/mv-bg01.webp) no-repeat center center/cover;
  }
  .mv--top__inner02:before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mv--top__inner02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__inner02 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.mv--top__catch01 {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .mv--top__catch01 {
    width: 55%;
  }
}
@media screen and (max-width: 1470px) {
  .mv--top__catch01 {
    width: 58%;
  }
}
@media screen and (max-width: 1200px) {
  .mv--top__catch01 {
    width: 61%;
  }
}
@media screen and (max-width: 1024px) {
  .mv--top__catch01 {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .mv--top__catch01 {
    width: 67%;
  }
}
@media screen and (max-width: 568px) {
  .mv--top__catch01 {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__catch01 {
    width: 73%;
  }
}
.mv--top__catch01 img {
  height: auto;
}

.mv--top__catch02 {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.7em;
}
@media screen and (max-width: 1680px) {
  .mv--top__catch02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1470px) {
  .mv--top__catch02 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv--top__catch02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv--top__catch02 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .mv--top__catch02 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 568px) {
  .mv--top__catch02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__catch02 {
    font-size: 1.2rem;
  }
}

.mv--top__illust-section {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  .mv--top__illust-section {
    width: calc(100% - 4rem);
  }
}

.mv--top__illust-wrap {
  position: absolute;
  bottom: 7.5%;
}
@media screen and (max-width: 1024px) {
  .mv--top__illust-wrap {
    bottom: -18%;
  }
}
@media screen and (max-width: 768px) {
  .mv--top__illust-wrap {
    bottom: -21%;
  }
}
@media screen and (max-width: 568px) {
  .mv--top__illust-wrap {
    bottom: -24%;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__illust-wrap {
    bottom: -28.5%;
  }
}
.mv--top__illust-wrap img {
  height: auto;
}

.mv--top__illust-wrap01 {
  left: -11.5%;
  width: 21%;
}
@media screen and (max-width: 1470px) {
  .mv--top__illust-wrap01 {
    left: 0;
    width: 17%;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__illust-wrap01 {
    width: 18%;
  }
}

.mv--top__illust-wrap02 {
  right: -13.75%;
  width: 23.3%;
}
@media screen and (max-width: 1470px) {
  .mv--top__illust-wrap02 {
    right: 0;
    width: 18%;
  }
}
@media screen and (max-width: 480px) {
  .mv--top__illust-wrap02 {
    width: 19.4%;
  }
}

.top-section {
  position: relative;
}

.top-section01 {
  padding-top: 9rem;
  padding-bottom: 10.5rem;
  background: #fffcea;
}
@media screen and (max-width: 1024px) {
  .top-section01 {
    padding-top: 7.5rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section01 {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section01 {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section01 .row {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-section01 .row > div {
  margin: 0 8rem;
}
@media screen and (max-width: 1200px) {
  .top-section01 .row > div {
    margin: 0 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section01 .row > div {
    margin: 0;
    margin-bottom: 5rem;
  }
  .top-section01 .row > div:last-child {
    margin-bottom: 0;
  }
}

.top-section01__triangle {
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 7.5rem;
  background: #fffcea;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .top-section01__triangle {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section01__triangle {
    width: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section01__triangle {
    width: 3rem;
  }
}
.top-section01__triangle:before {
  content: "";
  display: block;
  padding-top: 46.4%;
}

.top-section01__inner {
  position: relative;
}

.top-section01__bg-illust-wrap {
  position: absolute;
  top: -12rem;
  right: -6.7%;
  width: 21.7%;
}
@media screen and (max-width: 1470px) {
  .top-section01__bg-illust-wrap {
    right: -3%;
  }
}
@media screen and (max-width: 1024px) {
  .top-section01__bg-illust-wrap {
    display: none;
  }
}
.top-section01__bg-illust-wrap img {
  height: auto;
}

.worry-section01__heading-wrap {
  position: relative;
  font-size: 3rem;
  margin-top: 2.3em;
  margin-bottom: 2em;
  padding-bottom: 4.5em;
}
@media screen and (max-width: 1024px) {
  .worry-section01__heading-wrap {
    font-size: 2.7rem;
    display: table;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8em;
    padding-right: 5.8em;
  }
}
@media screen and (max-width: 768px) {
  .worry-section01__heading-wrap {
    font-size: 2.4rem;
    margin-top: 1.8em;
    margin-bottom: 1.5em;
    padding-bottom: 2.7em;
  }
}
@media screen and (max-width: 568px) {
  .worry-section01__heading-wrap {
    font-size: 2.1rem;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .worry-section01__heading-wrap {
    font-size: 1.7rem;
    margin-top: 1.6em;
    margin-bottom: 1em;
  }
}

.worry-section01__bg-text {
  position: absolute;
  top: 0.5em;
  right: 1.9em;
  font-family: "WindSong", cursive;
  font-size: 2.33333333em;
  font-weight: 500;
  line-height: 1;
  color: #f7ce46;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .worry-section01__bg-text {
    top: initial;
    bottom: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  .worry-section01__bg-text {
    right: 2.6em;
    font-size: 1.76em;
  }
}

.worry-section01__heading {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  z-index: 5;
}

.worry-section01__heading-inner--lrg01 {
  font-size: 1.33333333em;
}

.worry-section01__illust-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.1em;
}
@media screen and (max-width: 768px) {
  .worry-section01__illust-wrap {
    width: 4.9em;
  }
}
.worry-section01__illust-wrap img {
  height: auto;
}

.worry-list01,
.worry-list01__item {
  position: relative;
  display: block;
  margin: 0;
}

.worry-list01 {
  list-style: none;
  font-size: 2rem;
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .worry-list01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .worry-list01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .worry-list01 {
    font-size: 1.4rem;
  }
}

.worry-list01__item {
  padding: 0.6em 0;
  border-bottom: 0.1rem solid #d0d2fa;
}
.worry-list01__item:first-child {
  padding-top: 0;
}
.worry-list01__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .worry-list01__item {
    margin-bottom: 1em;
    padding: 0;
    border-bottom: none;
  }
  .worry-list01__item:last-child {
    margin-bottom: 0;
  }
}

.worry-list01__item-inner {
  position: relative;
  font-size: 1em;
  padding-left: 2em;
  display: block;
}
.worry-list01__item-inner:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: transparent url(../images/common/icon_check01.webp) no-repeat center center/contain;
}

.top-section02 {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background: #fff url(../images/top/section-bg01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .top-section02 {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section02 {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section02 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.top-section02:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #777;
  mix-blend-mode: multiply;
}

.top-section02__inner {
  position: relative;
  z-index: 5;
}

.top-section03 {
  background: #eaf7ee;
  padding-top: 12rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1680px) {
  .top-section03 {
    padding-top: 10.5rem;
    padding-bottom: 14rem;
  }
}
@media screen and (max-width: 1470px) {
  .top-section03 {
    padding-top: 9rem;
    padding-bottom: 13rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-section03 {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section03 {
    padding-top: 7.5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section03 {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 568px) {
  .top-section03 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section03 {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.top-section03__inner {
  position: relative;
}

.top-section03__illust-wrap {
  position: absolute;
  bottom: -1.8rem;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1470px) {
  .top-section03__illust-wrap {
    bottom: -14rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-section03__illust-wrap {
    bottom: -13rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section03__illust-wrap {
    bottom: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section03__illust-wrap {
    bottom: -7.5rem;
  }
}
@media screen and (max-width: 568px) {
  .top-section03__illust-wrap {
    bottom: -6rem;
  }
}
@media screen and (max-width: 375px) {
  .top-section03__illust-wrap {
    bottom: -5.1rem;
  }
}

.top-section03__illust-wrap01 {
  right: calc(100% - 1.5rem);
  width: 10.4%;
}
@media screen and (max-width: 1470px) {
  .top-section03__illust-wrap01 {
    left: 0.8rem;
    right: initial;
  }
}
@media screen and (max-width: 1024px) {
  .top-section03__illust-wrap01 {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .top-section03__illust-wrap01 {
    width: 13.5%;
  }
}
@media screen and (max-width: 480px) {
  .top-section03__illust-wrap01 {
    width: 14.9%;
  }
}

.top-section03__illust-wrap02 {
  left: calc(100% - 3rem);
  width: 14.2%;
}
@media screen and (max-width: 1470px) {
  .top-section03__illust-wrap02 {
    left: initial;
    right: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section03__illust-wrap02 {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  .top-section03__illust-wrap02 {
    width: 18%;
  }
}
@media screen and (max-width: 480px) {
  .top-section03__illust-wrap02 {
    width: 20%;
  }
}

.top-section03__illust img {
  height: auto;
}

.content-list--num01 {
  position: relative;
  list-style: none;
  display: grid;
  gap: 2.7rem;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .content-list--num01 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1680px) {
  .content-list--num01 {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1470px) {
  .content-list--num01 {
    gap: 2.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .content-list--num01 {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-list--num01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .content-list--num01 {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .content-list--num01 {
    gap: 1rem;
  }
}

.content-list--num01.mt--type01 {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .content-list--num01.mt--type01 {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .content-list--num01.mt--type01 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .content-list--num01.mt--type01 {
    margin-top: 3rem;
  }
}

.content-list--num01__item {
  margin: 0;
  display: block;
}

.content-list--num01__box {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  height: 100%;
  background: #fff;
  padding: 2.4em 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .content-list--num01__box {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .content-list--num01__box {
    font-size: 0.9rem;
  }
}

.content-list--num01__heading {
  font-size: 1.33333333em;
  margin-bottom: 0.3em;
}

.content-list--num01__data {
  line-height: 1;
  margin-bottom: 1.2em;
}

.content-list--num01__emphasis {
  font-size: 2.86666667em;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-right: 0.1em;
}

.content-list--num01__icon {
  max-width: 7em;
  margin: 0 auto;
}
.content-list--num01__icon img {
  height: auto;
}

.content-list--num01__desc {
  font-size: 1.13333333em;
  margin-top: 0.9em;
}

.top-section04 {
  padding-top: 15rem;
  padding-bottom: 13rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .top-section04 {
    padding-top: 13.5rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section04 {
    padding-top: 10.5rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section04 {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section04 {
    padding-top: 4.5rem;
    padding-bottom: 3.3rem;
  }
}

.top-section--company01__inner01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-section--company01__inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .top-section--company01__text-section01 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-section--company01__img-section01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1.5rem;
  }
}

.top-section--company01__img-section {
  position: relative;
}

.top-section--company01__img-wrap img {
  height: auto;
}

.top-section--company01__table-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 77rem;
}

.top-section--company01__illust-wrap01 {
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  font-size: 8.7rem;
  width: 1em;
}
@media screen and (max-width: 1470px) {
  .top-section--company01__illust-wrap01 {
    right: -0.2em;
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section--company01__illust-wrap01 {
    font-size: 6.3rem;
  }
}

.top-section--company01__illust-wrap02 {
  position: absolute;
  bottom: -0.1em;
  left: -0.6em;
  font-size: 4rem;
  width: 1em;
}

.top-section--company01__illust-wrap03 {
  position: absolute;
  bottom: -0.24em;
  right: -0.76em;
  font-size: 8.7rem;
  width: 1em;
  z-index: 5;
}
@media screen and (max-width: 1470px) {
  .top-section--company01__illust-wrap03 {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-section--company01__illust-wrap03 {
    right: -0.2em;
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section--company01__illust-wrap03 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section--company01__illust-wrap03 {
    bottom: -1em;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 375px) {
  .top-section--company01__illust-wrap03 {
    bottom: -1.2em;
    font-size: 3.6rem;
  }
}

.top-section--company01__illust img {
  height: auto;
}

.top-section--company01__img-label01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.6em;
}

.top-section--company01__img-label01 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.6em;
}
@media screen and (max-width: 1680px) {
  .top-section--company01__img-label01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .top-section--company01__img-label01 {
    font-size: 1.5rem;
  }
}

.top-section--company01__img-label02 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.top-section--contact {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #fffcea;
}
@media screen and (max-width: 768px) {
  .top-section--contact {
    padding-top: 9rem;
    padding-bottom: 10.5rem;
  }
}
@media screen and (max-width: 480px) {
  .top-section--contact {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
  }
}

/******************************************************************
** pages column
******************************************************************/
.column-section {
  position: relative;
  background: #fffcea;
}

.column-section01 {
  padding-top: 11rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 1470px) {
  .column-section01 {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 1024px) {
  .column-section01 {
    padding-top: 7.5rem;
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .column-section01 {
    padding-top: 6rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 480px) {
  .column-section01 {
    padding-top: 4.5rem;
    padding-bottom: 12rem;
  }
}

.column-section01__inner {
  position: relative;
}

.column-section01__illust-wrap {
  position: absolute;
  bottom: calc(100% - 3.5rem);
  right: -0.6rem;
  width: 10.7%;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .column-section01__illust-wrap {
    width: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .column-section01__illust-wrap {
    width: 14%;
  }
}
@media screen and (max-width: 768px) {
  .column-section01__illust-wrap {
    width: 16%;
  }
}
@media screen and (max-width: 568px) {
  .column-section01__illust-wrap {
    width: 18%;
  }
}
@media screen and (max-width: 480px) {
  .column-section01__illust-wrap {
    width: 20%;
  }
}

.column-section01__illust img {
  height: auto;
}

.column-section02 {
  padding-top: 13rem;
  padding-bottom: 34rem;
}
@media screen and (max-width: 1680px) {
  .column-section02 {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 1470px) {
  .column-section02 {
    padding-bottom: 27rem;
  }
}
@media screen and (max-width: 1200px) {
  .column-section02 {
    padding-bottom: 24rem;
  }
}
@media screen and (max-width: 1024px) {
  .column-section02 {
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .column-section02 {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 568px) {
  .column-section02 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 480px) {
  .column-section02 {
    padding-bottom: 12rem;
  }
}

/******************************************************************
** pages project list
******************************************************************/
@media screen and (max-width: 1024px) {
  .project-search-section01 {
    margin-top: 4.5rem;
  }
}

.project-search-section01__heading {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.2em;
  padding-bottom: 0.4em;
  border-bottom: 0.16em solid #50aa6a;
}
@media screen and (max-width: 1024px) {
  .project-search-section01__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project-search-section01__heading {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .project-search-section01__heading {
    font-size: 1.8rem;
  }
}

.project-search-section01__heading-inner {
  position: relative;
  display: block;
  padding-left: 1.28em;
}
.project-search-section01__heading-inner:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.92em;
  height: 0.92em;
  background: transparent url(../images/common/icon_search01.webp) no-repeat center center/contain;
}

.project-search-list01,
.project-search-list01__item {
  position: relative;
  display: block;
}

.project-search-list01 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1470px) {
  .project-search-list01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project-search-list01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .project-search-list01 {
    font-size: 1.3rem;
  }
}
.project-search-list01 input[type=text], .project-search-list01 input[type=password], .project-search-list01 input[type=datetime], .project-search-list01 input[type=datetime-local], .project-search-list01 input[type=date], .project-search-list01 input[type=month], .project-search-list01 input[type=time], .project-search-list01 input[type=week], .project-search-list01 input[type=number], .project-search-list01 input[type=email], .project-search-list01 input[type=url], .project-search-list01 input[type=search], .project-search-list01 input[type=tel], .project-search-list01 input[type=color] {
  font-size: 1em;
  border-radius: 0.5rem;
  border-color: #50aa6a;
  width: 77%;
}
.project-search-list01 select,
.project-search-list01 textarea {
  font-size: 1em;
  border-radius: 0.5rem;
  border-color: #50aa6a;
  width: 77%;
}
.project-search-list01 label:has(input[type=checkbox]) input[type=checkbox]:not(:checked) + span::before {
  border-color: #50aa6a;
}
.project-search-list01 select + label,
.project-search-list01 select + input {
  display: block;
  margin-top: 0.8em;
}

.project-search-list01__item {
  margin-bottom: 1em;
}
.project-search-list01__item:last-child {
  margin-bottom: 0;
}

.project-search-list01__item-heading {
  margin-bottom: 0.4em;
}

.project-search-list01__item-heading-limited,
.project-search-list01__favorite,
.project-search-list01__registered {
  position: relative;
}
.project-search-list01__item-heading-limited:before,
.project-search-list01__favorite:before,
.project-search-list01__registered:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.project-search-list01__item-heading-limited {
  font-size: 1.29411765em;
  margin-top: 2em;
  margin-bottom: 0.7em;
  padding-left: 1.5em;
}
.project-search-list01__item-heading-limited:before {
  width: 1em;
  height: 1em;
  background: transparent url(../images/common/icon_star01.webp) no-repeat center center/contain;
}

.project-search-list01__favorite,
.project-search-list01__registered {
  display: inline-block;
  padding-left: 1.53em;
}

.project-search-list01__favorite:before {
  width: 1.24em;
  height: 1.24em;
  background: transparent url(../images/common/icon_heart01_red.webp) no-repeat center center/contain;
}

.project-search-list01__registered:before {
  width: 1.29em;
  height: 1.29em;
  background: transparent url(../images/common/icon_bag01_red.webp) no-repeat center center/contain;
}

.project-search-list01__range-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-search-list01__lower,
.project-search-list01__upper {
  width: 100%;
}
.project-search-list01__lower input[type=text], .project-search-list01__lower input[type=password], .project-search-list01__lower input[type=datetime], .project-search-list01__lower input[type=datetime-local], .project-search-list01__lower input[type=date], .project-search-list01__lower input[type=month], .project-search-list01__lower input[type=time], .project-search-list01__lower input[type=week], .project-search-list01__lower input[type=number], .project-search-list01__lower input[type=email], .project-search-list01__lower input[type=url], .project-search-list01__lower input[type=search], .project-search-list01__lower input[type=tel], .project-search-list01__lower input[type=color],
.project-search-list01__upper input[type=text],
.project-search-list01__upper input[type=password],
.project-search-list01__upper input[type=datetime],
.project-search-list01__upper input[type=datetime-local],
.project-search-list01__upper input[type=date],
.project-search-list01__upper input[type=month],
.project-search-list01__upper input[type=time],
.project-search-list01__upper input[type=week],
.project-search-list01__upper input[type=number],
.project-search-list01__upper input[type=email],
.project-search-list01__upper input[type=url],
.project-search-list01__upper input[type=search],
.project-search-list01__upper input[type=tel],
.project-search-list01__upper input[type=color] {
  width: 100%;
}
.project-search-list01__lower select,
.project-search-list01__lower textarea,
.project-search-list01__upper select,
.project-search-list01__upper textarea {
  width: 100%;
}

.project-search-list01__range-mark {
  min-width: 1em;
  display: block;
  margin: 0 0.2em;
}

.project-search-list01__search-btn,
.project-search-list01__clear-btn {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 77%;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .project-search-list01__search-btn:hover,
  .project-search-list01__clear-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1470px) {
  .project-search-list01__search-btn,
  .project-search-list01__clear-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project-search-list01__search-btn,
  .project-search-list01__clear-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .project-search-list01__search-btn,
  .project-search-list01__clear-btn {
    font-size: 1.3rem;
  }
}

.project-search-list01__search-btn-text,
.project-search-list01__clear-btn-text {
  position: relative;
  display: inline-block;
  padding-left: 1.41em;
}
.project-search-list01__search-btn-text:before,
.project-search-list01__clear-btn-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.project-search-list01__search-btn {
  color: #fff;
  border: none;
  background: #50aa6a;
  margin-top: 2.1em;
  padding: 0.7em 1em;
}

.project-search-list01__search-btn-text:before {
  width: 1.15em;
  height: 1.15em;
  background: transparent url(../images/common/icon_search01_wh.webp) no-repeat center center/contain;
}

.project-search-list01__clear-btn {
  color: #50aa6a;
  background: #fff;
  border: 0.1rem solid #50aa6a;
  margin-top: 0.6rem;
  padding: 0.24em 1em;
}

.project-search-list01__clear-btn-text:before {
  width: 0.96em;
  height: 0.96em;
  background: transparent url(../images/common/icon_reload01_grn.webp) no-repeat center center/contain;
}

.project-info-section01 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 569px) {
  .project-info-section01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1470px) {
  .project-info-section01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project-info-section01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .project-info-section01 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 569px) {
  .project-info-section01__result-wrap,
  .project-info-section01__sort-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 569px) {
  .project-info-section01__result-wrap {
    margin-right: 1em;
  }
}

.project-info-section01__result-num {
  font-size: 1.38888889em;
  color: #50aa6a;
}

.project-info-section01__sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 569px) {
  .project-info-section01__sort-wrap {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (max-width: 568px) {
  .project-info-section01__sort-wrap {
    margin-top: 1rem;
  }
}
.project-info-section01__sort-wrap select {
  font-size: 1em;
  width: 10.2em;
  border: 0.1rem solid #50aa6a;
  border-radius: 0.5rem;
}

.project-info-section01__sort-label {
  font-weight: 500;
  margin-right: 0.8em;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .project-section01 .project-section01__row > div {
    margin: 0 2.3rem;
  }
  .project-section01 .project-section01__row .col-1 {
    -webkit-box-flex: 0.85;
        -ms-flex: 0.85;
            flex: 0.85;
  }
  .project-section01 .project-section01__row .col-2 {
    -webkit-box-flex: 2.15;
        -ms-flex: 2.15;
            flex: 2.15;
  }
}
@media screen and (max-width: 1024px) {
  .project-section01 .project-section01__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .project-section01 .project-section01__row > div {
    margin: 0;
  }
  .project-section01 .project-section01__row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .project-section01 .project-section01__row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.project-list01,
.project-list01__item {
  position: relative;
  display: block;
  margin: 0;
}

.project-list01 {
  list-style: none;
  padding: 0;
}

.project-list01__item {
  margin-bottom: 2.2rem;
}
.project-list01__item:last-child {
  margin-bottom: 0;
}

.project-list01__box,
.project-list01__data {
  font-size: 1.6rem;
}
@media screen and (max-width: 1470px) {
  .project-list01__box,
  .project-list01__data {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-list01__box,
  .project-list01__data {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project-list01__box,
  .project-list01__data {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .project-list01__box,
  .project-list01__data {
    font-size: 1.2rem;
  }
}

.project-list01__box,
.project-list01__icon {
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
}

.project-list01__box {
  position: relative;
  text-decoration: none;
  line-height: 1.5;
  background: #fff;
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
  padding-top: 1.25em;
  padding-right: 1.5em;
  padding-bottom: 2.5em;
  padding-left: calc(16.8% + 2.5em);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .project-list01__box:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 568px) {
  .project-list01__box {
    padding-right: 2rem;
    padding-bottom: 1.5em;
    padding-left: calc(16.8% + 2rem);
  }
}

.project-list01__icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 16.8%;
}

.project-list01__icon {
  overflow: hidden;
  border-radius: 0 0 0.5rem 0;
}
.project-list01__icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.project-list01__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-list01__id {
  font-weight: 500;
  color: #777;
  margin-bottom: 0.4em;
}

.project-list01__title {
  font-size: 1.5625em;
  font-weight: 500;
}
@media screen and (max-width: 568px) {
  .project-list01__title {
    font-size: 1.375em;
  }
}

.project-list01__cat-list {
  color: #fff;
  margin: 0;
  margin-top: 1.2em;
  padding: 0;
  display: table;
}
.project-list01__cat-list > li {
  display: inline-block;
  margin: 0.2em 0;
  margin-right: 0.3em;
}
.project-list01__cat-list > li:last-child {
  margin-right: 0;
}

.project-list01__cat {
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 0.2em 1.2em;
  background: #333;
  border-radius: 9999px;
}

.project-list01__data-list {
  font-size: 0;
  margin: 0;
  margin-top: 3.3rem;
  padding: 0;
  display: table;
}
@media screen and (max-width: 568px) {
  .project-list01__data-list {
    margin-top: 2rem;
    display: block;
  }
}

.project-list01__data {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em;
  width: calc(50% - 0.5em);
}
@media screen and (max-width: 568px) {
  .project-list01__data {
    margin: 0;
    margin-bottom: 0.8em;
    width: 100%;
  }
  .project-list01__data:last-child {
    margin-bottom: 0;
  }
}
.project-list01__data:nth-child(odd) {
  margin-left: 0;
}
.project-list01__data:nth-child(even), .project-list01__data:last-child {
  margin-right: 0;
}

.project-list01__data--full {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  grid-column: 1/-1;
}
.project-list01__data--full ~ .project-list01__data {
  margin-left: 0;
  margin-right: 0;
}

.project-list01__data-heading,
.project-list01__data-content {
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
}

.project-list01__data-heading {
  font-size: 1em;
  color: #707070;
  min-width: 5em;
  margin-right: 0.6em;
}
@media screen and (max-width: 568px) {
  .project-list01__data-heading {
    min-width: 7em;
  }
}

@media screen and (min-width: 569px) {
  .project-list01__data-content {
    font-size: 1.25em;
  }
}

/******************************************************************
** pages contact
******************************************************************/
.contact-section01 {
  position: relative;
  background: #fff;
  padding: 5rem 2rem 10rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .contact-section01 {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-section01 {
    padding: 4.5rem 2rem 9rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-section01 {
    padding: 4rem 2rem 6rem;
    border-radius: 0.5rem;
  }
}
.contact-section01.p--type01 {
  padding-top: 6.6rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .contact-section01.p--type01 {
    padding-top: 4.5rem;
  }
}
.contact-section01 .heading--line02 {
  margin-bottom: 1.7em;
}
.contact-section01 .contact-section01__tel-wrap {
  font-size: 2.2em;
}
.contact-section01 .contact-section01__tel-wrap .tel-wrap01__info {
  font-size: 0.47727273em;
}
.contact-section01 .contact-form-section__message {
  margin-bottom: 1.6rem;
  padding: 1.2rem 1.6rem;
  border-radius: 4px;
  font-size: 1.4rem;
}
.contact-section01 .contact-form-section__message--success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.contact-section01 .contact-form-section__message--error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.contact-section01 .contact-form-section__field-error {
  margin-top: 0.5rem;
  padding: 0.4em 0.8em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c62828;
  background: #fff3f3;
  border-left: 3px solid #c62828;
  border-radius: 0 3px 3px 0;
}
.contact-section01 .contact-form-section__field-error::before {
  content: "⚠ ";
}

.contact-section01__inner {
  margin: 0 auto;
  max-width: 99.7rem;
}

.contact-section01__caution-section {
  position: relative;
}

.contact-section01__caution-section01 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  border: 0.3rem solid #499de2;
  border-radius: 1rem;
  margin: 0 auto;
  margin-top: 3.7em;
  padding: 2em 2.8em;
  max-width: 88.8rem;
  background: #d1eaff;
}
@media screen and (max-width: 1680px) {
  .contact-section01__caution-section01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1470px) {
  .contact-section01__caution-section01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-section01__caution-section01 {
    border: 0.2rem solid #499de2;
    padding: 1.8em 2rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-section01__caution-section01 {
    font-size: 1.3rem;
    padding: 1.6em 2rem;
  }
}

.contact-section01__caution-heading01 {
  font-size: 1.22222222em;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.contact-section01__caution-section02,
.contact-section01__caution-section03 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.67;
  border-radius: 1rem;
}
@media screen and (max-width: 1680px) {
  .contact-section01__caution-section02,
  .contact-section01__caution-section03 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1470px) {
  .contact-section01__caution-section02,
  .contact-section01__caution-section03 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-section01__caution-section02,
  .contact-section01__caution-section03 {
    font-size: 1.3rem;
    border-radius: 0.5rem;
  }
}

.contact-section01__caution-section02 {
  border: 0.2rem solid #f7ce46;
  background: #fffcea;
  padding: 1.8em 3.33em;
}
@media screen and (max-width: 768px) {
  .contact-section01__caution-section02 {
    padding: 1.5em 2rem;
  }
}
.contact-section01__caution-section02:has(.contact-section01__caution-heading02) {
  padding: 1.5em 3.33em 1.8em;
}
@media screen and (max-width: 768px) {
  .contact-section01__caution-section02:has(.contact-section01__caution-heading02) {
    padding: 1.2em 2rem 1.5em;
  }
}

.contact-section01__caution-heading02 {
  font-size: 1.66666667em;
  font-weight: 600;
  color: #f7ce46;
  margin-bottom: 0.3em;
}

.contact-section01__caution-section03 {
  border: 0.2rem solid #499de2;
  background: #d1eaff;
  padding: 0.8em 2em;
}
@media screen and (max-width: 768px) {
  .contact-section01__caution-section03 {
    padding: 0.8em 2rem;
  }
}

.contact-section01__tel-wrap {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

/******************************************************************
** pages login
******************************************************************/
.login-section01 {
  position: relative;
  background: #fff;
  padding: 5.5rem 2rem 6rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .login-section01 {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .login-section01 {
    padding: 4.5rem 2rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .login-section01 {
    padding: 3rem 2rem;
    border-radius: 0.5rem;
  }
}

.login-section01__inner {
  margin: 0 auto;
  max-width: 52rem;
}

/******************************************************************
** pages password-reset
******************************************************************/
.password-reset-section01 {
  position: relative;
  background: #fff;
  padding: 5.5rem 2rem 6rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .password-reset-section01 {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .password-reset-section01 {
    padding: 4.5rem 2rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .password-reset-section01 {
    padding: 3rem 2rem;
    border-radius: 0.5rem;
  }
}

.password-reset-section01__inner {
  margin: 0 auto;
  max-width: 52rem;
}

.heading--password-reset01 .heading--line01__inner-text {
  font-size: 1em;
}

.password-reset-section01__form {
  position: relative;
}

.password-reset-section01__input-group {
  position: relative;
  list-style: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1470px) {
  .password-reset-section01__input-group {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .password-reset-section01__input-group {
    font-size: 1.4rem;
  }
}

.password-reset-section01__input-item {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 1.6em;
}
.password-reset-section01__input-item:last-child {
  margin-bottom: 0;
}
.password-reset-section01__input-item input[type=text], .password-reset-section01__input-item input[type=email] {
  font-size: 1em;
}

.password-reset-section01__label {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.15em;
}

.password-reset-section01__note {
  font-size: 0.9em;
  font-weight: 500;
  color: #aaa;
  margin-top: 0.2em;
  margin-bottom: 1.2em;
  text-align: center;
  white-space: nowrap;
}

.password-reset-section01__submit-btn {
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1.3em;
  padding: 0.7em 1.5em;
  white-space: nowrap;
  border-radius: 9999px;
  background: #e15445;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .password-reset-section01__submit-btn:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.password-reset-section01__footer {
  position: relative;
  overflow-x: clip;
  margin-top: 2em;
}

/******************************************************************
** pages admin
******************************************************************/
.admin-page-section01 {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .admin-page-section01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.admin-page-section01__sidebar {
  position: relative;
  background: #e15445;
  padding: 4.5rem 1rem;
}
@media screen and (min-width: 1201px) {
  .admin-page-section01__sidebar {
    width: 27.6rem;
    min-width: 27.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .admin-page-section01__sidebar {
    padding: 2.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__sidebar {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__sidebar {
    padding: 1.5rem 1rem;
  }
}

.admin-page-section01__menu {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  .admin-page-section01__menu {
    position: sticky;
    top: 10rem;
  }
}
@media screen and (max-width: 1470px) {
  .admin-page-section01__menu {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__menu {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 568px) {
  .admin-page-section01__menu {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__menu {
    font-size: 1.2rem;
  }
}

.admin-page-section01__menu-heading {
  font-size: 1.39em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0 1.2em 1em;
  border-bottom: 0.1rem solid #fff;
}

.admin-page-section01__menu-title {
  margin-bottom: 0.5em;
}

.admin-page-section01__link-list,
.admin-page-section01__list-item {
  position: relative;
  display: block;
  margin: 0;
}

.admin-page-section01__link-list {
  list-style: none;
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}

.admin-page-section01__deal-id-search {
  font-size: 1.7rem;
  font-weight: 500;
}
.admin-page-section01__deal-id-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.admin-page-section01__deal-id-search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0.5em 1em;
  font-size: 1em;
  border: 0.1rem solid #e15445;
  border-radius: 0.5rem;
}
.admin-page-section01__deal-id-search input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.admin-page-section01__deal-id-search input[type=text]::-moz-placeholder {
  color: #999;
}
.admin-page-section01__deal-id-search input[type=text]:-ms-input-placeholder {
  color: #999;
}
.admin-page-section01__deal-id-search input[type=text]::-ms-input-placeholder {
  color: #999;
}
.admin-page-section01__deal-id-search input[type=text]::placeholder {
  color: #999;
}

.admin-page-section01__deal-id-button {
  padding: 0.2em 0.5em;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  background: #e15445;
  border: 1px solid;
  border-color: #FFF;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .admin-page-section01__deal-id-button:hover {
    opacity: 0.7;
  }
}

.admin-page-section01__list-item {
  margin-bottom: 0.9rem;
}
.admin-page-section01__list-item:last-child {
  margin-bottom: 0;
}

.admin-page-section01__link-button {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.64em 1em;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .admin-page-section01__link-button:hover {
    opacity: 0.7;
  }
}
.admin-page-section01__link-button.active {
  color: #e15445;
  background: #fff;
}

.admin-page-section01__button-text {
  position: relative;
  display: inline-block;
}
.admin-page-section01__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.admin-page-section01__link-button--unapproved .admin-page-section01__button-text {
  padding-left: 1.33em;
}
.admin-page-section01__link-button--unapproved .admin-page-section01__button-text:before {
  width: 0.93em;
  height: 0.93em;
  background: transparent url(../images/common/icon_clock01_red.webp) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(0) invert(1);
          filter: brightness(0) saturate(0) invert(1);
}
.admin-page-section01__link-button--unapproved.active .admin-page-section01__button-text:before {
  -webkit-filter: none;
          filter: none;
}

.admin-page-section01__link-button--approved .admin-page-section01__button-text {
  padding-left: 1.33em;
}
.admin-page-section01__link-button--approved .admin-page-section01__button-text:before {
  width: 0.93em;
  height: 0.93em;
  background: transparent url(../images/common/icon_check01.webp) no-repeat center center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.admin-page-section01__link-button--approved.active .admin-page-section01__button-text:before {
  -webkit-filter: none;
          filter: none;
}

.admin-page-section01__link-button--private .admin-page-section01__button-text {
  padding-left: 1.33em;
}
.admin-page-section01__link-button--private .admin-page-section01__button-text:before {
  width: 0.93em;
  height: 0.93em;
  background: transparent url(../images/common/icon_lock01_ylw.webp) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(0) invert(1);
          filter: brightness(0) saturate(0) invert(1);
}
.admin-page-section01__link-button--private.active .admin-page-section01__button-text:before {
  -webkit-filter: none;
          filter: none;
}

.admin-page-section01__link-button--trash .admin-page-section01__button-text {
  padding-left: 1.33em;
}
.admin-page-section01__link-button--trash .admin-page-section01__button-text:before {
  width: 0.93em;
  height: 0.93em;
  background: transparent url(../images/common/icon_bag01_red.webp) no-repeat center center/contain;
  -webkit-filter: brightness(0) saturate(0) invert(1);
          filter: brightness(0) saturate(0) invert(1);
}
.admin-page-section01__link-button--trash.active .admin-page-section01__button-text:before {
  -webkit-filter: none;
          filter: none;
}

.admin-page-section01__link-button--back .admin-page-section01__button-text {
  padding-left: 1.33em;
}
.admin-page-section01__link-button--back .admin-page-section01__button-text:before {
  width: 1.05555556em;
  height: 1.05555556em;
  background: transparent url(../images/common/icon_home01_wh.webp) no-repeat center center/contain;
}

.admin-page-section01__link-button--logout .admin-page-section01__button-text {
  padding-left: 1.22em;
}
.admin-page-section01__link-button--logout .admin-page-section01__button-text:before {
  width: 1em;
  height: 0.84444444em;
  background: transparent url(../images/common/icon_logout01_wh.webp) no-repeat center center/contain;
}

.admin-page-section01__main {
  position: relative;
  background: #ffe1dd;
  padding: 3.5rem 4.5rem 22rem;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .admin-page-section01__main {
    min-height: 100vh;
    min-height: 100svh;
  }
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__main {
    padding: 3rem 3rem 18rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__main {
    padding: 3rem 2.5rem 15rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__main {
    padding: 3rem 2rem 12rem;
  }
}

.admin-page-section01__content-wrap {
  position: relative;
  line-height: 1.5;
  background: #fff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__content-wrap {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__content-wrap {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__content-wrap {
    border-radius: 0.5rem;
  }
}

.admin-page-section01__heading-wrap {
  padding: 3rem 6rem 4rem;
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__heading-wrap {
    padding: 2.5rem 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__heading-wrap {
    padding: 2rem 2.5rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__heading-wrap {
    padding: 1.5rem 2rem 2rem;
  }
}
.admin-page-section01__heading-wrap:not(.admin-page-section01__heading-wrap--single) {
  padding-right: 20%;
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__heading-wrap:not(.admin-page-section01__heading-wrap--single) {
    padding-right: calc(15% + 3.5rem) !important;
  }
}

.admin-page-section01__heading-wrap--single {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .admin-page-section01__heading-wrap--single .link-btn--back02 {
    font-size: 1.2rem;
    padding: 0.8em 1em;
  }
}

.admin-page-section01__heading-wrap-inner01 {
  margin-right: 1em;
}

.admin-page-section01__heading-illust-wrap {
  position: absolute;
  bottom: 2rem;
  right: 5.6%;
  width: 11.4%;
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__heading-illust-wrap {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 15%;
  }
}

.admin-page-section01__heading-illust img {
  height: auto;
}

.admin-page-section01__heading {
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 1680px) {
  .admin-page-section01__heading {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .admin-page-section01__heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .admin-page-section01__heading {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 568px) {
  .admin-page-section01__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__heading {
    font-size: 1.8rem;
  }
}
.admin-page-section01__heading:has(.admin-page-section01__status) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-page-section01__heading:has(.admin-page-section01__status) .admin-page-section01__status {
  font-size: 1.8rem;
  margin-left: 1.6em;
}
@media screen and (max-width: 1470px) {
  .admin-page-section01__heading:has(.admin-page-section01__status) .admin-page-section01__status {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__heading:has(.admin-page-section01__status) .admin-page-section01__status {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 568px) {
  .admin-page-section01__heading:has(.admin-page-section01__status) .admin-page-section01__status {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__heading:has(.admin-page-section01__status) .admin-page-section01__status {
    font-size: 1.2rem;
  }
}

.admin-page-section01__heading-inner {
  display: inline-block;
}

.admin-page-section01__sub-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 1470px) {
  .admin-page-section01__sub-heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__sub-heading {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 568px) {
  .admin-page-section01__sub-heading {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__sub-heading {
    font-size: 1.2rem;
  }
}

.admin-page-section01__project-id {
  color: #aaa;
}

.admin-page-section01__list-wrap {
  margin-top: 2rem;
  overflow: hidden;
}

.admin-page-section01__list-heading-wrap {
  font-size: 3rem;
  padding: 0.8em 6rem;
}
@media screen and (max-width: 1470px) {
  .admin-page-section01__list-heading-wrap {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .admin-page-section01__list-heading-wrap {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__list-heading-wrap {
    font-size: 2.1rem;
    padding: 0.8em 3rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__list-heading-wrap {
    font-size: 1.8rem;
    padding: 0.8em 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__list-heading-wrap {
    font-size: 1.6rem;
    padding: 0.8em 2rem;
  }
}

.admin-page-section01__list-heading {
  font-size: 1em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .admin-page-section01__table-wrap {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

table.admin-page-section01__table {
  position: relative;
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 1470px) {
  table.admin-page-section01__table {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  table.admin-page-section01__table {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  table.admin-page-section01__table {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  table.admin-page-section01__table {
    font-size: 1.2rem;
  }
}
table.admin-page-section01__table tr[data-href] {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  table.admin-page-section01__table tr[data-href]:hover {
    opacity: 0.7;
  }
}
table.admin-page-section01__table th,
table.admin-page-section01__table td {
  text-align: left;
  padding-left: 3.3em;
  padding-right: 3.3em;
  border: none;
}
@media screen and (max-width: 1680px) {
  table.admin-page-section01__table th,
  table.admin-page-section01__table td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
table.admin-page-section01__table th {
  font-weight: 700;
  background: #f0f0f0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
table.admin-page-section01__table td {
  font-weight: 500;
  background: #fff;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
table.admin-page-section01__table tbody tr {
  border-top: 0.1rem solid #aaa;
}

.admin-page-section01__status {
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 0.16em 0.72em;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  white-space: nowrap;
}
.admin-page-section01__status.unapproved {
  color: #c69800;
  background: #fffcea;
}
.admin-page-section01__status.published {
  color: #1a7a3c;
  background: #eaf7ee;
}
.admin-page-section01__status.private {
  color: #5c5c8a;
  background: #e8e8f4;
}
.admin-page-section01__status.trashed {
  color: #888;
  background: #efefef;
}

.admin-page-section01__restore-toggle {
  display: inline;
  padding: 0;
  font-size: 1.2rem;
  white-space: nowrap;
  color: inherit;
  background: none;
  border: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}
.admin-page-section01__restore-toggle:hover {
  opacity: 0.7;
}

.admin-page-section01__restore-toggle-icon {
  font-size: 0.8em;
}

.admin-page-section01__restore-panel {
  margin-top: 0.6em;
}
.admin-page-section01__restore-panel form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.admin-page-section01__restore-comment {
  display: block;
  width: 100%;
  margin-bottom: 0.4em;
  padding: 0.3em 0.5em;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  resize: vertical;
}

.admin-page-section01__restore-btn {
  display: inline-block;
  padding: 0.2em 0.8em;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #fff;
  background-color: #3a7bd5;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
}
.admin-page-section01__restore-btn:hover:not(:disabled) {
  background-color: #2a5bb5;
}
.admin-page-section01__restore-btn:disabled {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
}

.admin-page-section01__project-wrap {
  margin-top: 2rem;
  padding: 4.5rem 6rem 9rem;
}
@media screen and (max-width: 1024px) {
  .admin-page-section01__project-wrap {
    padding: 4rem 3rem 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .admin-page-section01__project-wrap {
    padding: 3.5rem 2.5rem 6rem;
  }
}
@media screen and (max-width: 480px) {
  .admin-page-section01__project-wrap {
    padding: 3rem 2rem 4.5rem;
  }
}
.admin-page-section01__project-wrap > .project-content--single01 {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  max-width: 130rem;
}
.admin-page-section01__project-wrap .project-content--single01__date-section,
.admin-page-section01__project-wrap .carousel-section01__thumbnail .splide__list > .splide__slide.is-active {
  border-color: #e15445 !important;
}

.approval-section {
  position: relative;
}
.approval-section textarea {
  min-height: 0;
  height: auto;
  margin-bottom: 0.8rem;
}
.approval-section .contact-form-section__field-error {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  padding: 0.4em 0.8em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c62828;
  background: #fff3f3;
  border-left: 3px solid #c62828;
  border-radius: 0 3px 3px 0;
}
.approval-section .contact-form-section__field-error::before {
  content: "⚠ ";
}
.approval-section .approval-section__comment-label {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1680px) {
  .approval-section .approval-section__comment-label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .approval-section .approval-section__comment-label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .approval-section .approval-section__comment-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .approval-section .row > div {
    margin: 0 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .approval-section .row > div {
    margin-bottom: 1.5rem;
  }
  .approval-section .row > div:last-child {
    margin-bottom: 0;
  }
}

.approval-section01 {
  margin-top: 7rem;
  padding-top: 8.5rem;
  border-top: 0.1rem solid #707070;
}
@media screen and (max-width: 1024px) {
  .approval-section01 {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .approval-section01 {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .approval-section01 {
    margin-top: 4.5rem;
    padding-top: 4.5rem;
  }
}

.approval-section__box {
  font-size: 1.8rem;
  text-align: center;
  padding: 2.5em 2rem;
  border-radius: 2rem;
  border: 0.5rem solid #50aa6a;
  background: #eaf7ee;
}
@media screen and (min-width: 769px) {
  .approval-section__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 1470px) {
  .approval-section__box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .approval-section__box {
    border-radius: 1.5rem;
    border: 0.4rem solid #50aa6a;
  }
}
@media screen and (max-width: 768px) {
  .approval-section__box {
    font-size: 1.4rem;
    border-radius: 1rem;
    border: 0.3rem solid #50aa6a;
  }
}
@media screen and (max-width: 480px) {
  .approval-section__box {
    font-size: 1.3rem;
    border-radius: 0.5rem;
    border: 0.2rem solid #50aa6a;
  }
}
.approval-section__box.approval-section__box--reject {
  border-color: #e15445;
  background: #ffe9e6;
}
.approval-section__box.approval-section__box--reject .approval-section__box-heading {
  color: #e15445;
}
.approval-section__box.approval-section__box--reject .approval-section__button {
  color: #fff;
  background: #e15445;
  border-color: #e15445;
}

.approval-section__box-inner {
  width: 100%;
}

.approval-section__box-heading {
  font-size: 2.22222222em;
  font-weight: 700;
  color: #50aa6a;
  line-height: 1.5;
  margin-bottom: 0.4em;
}

.approval-section__box-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.89;
}

.approval-section__button {
  font-size: 1.22222222em;
  font-weight: 500;
  color: #fff;
  display: block;
  background: #50aa6a;
  border: 0.1rem solid #50aa6a;
  border-radius: 1rem;
  margin: 0 auto;
  margin-top: 1em;
  padding: 0.8em 1em;
  width: 100%;
  max-width: 13.5em;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .approval-section__button:hover {
    opacity: 0.7;
  }
}

/******************************************************************
** article
******************************************************************/
.article-list01 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-list01__item {
  margin-bottom: 2rem;
}
.article-list01__item:last-child {
  margin-bottom: 0;
}

.article-list01__link {
  background: #fff;
  border-radius: 1rem;
  display: block;
  padding: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .article-list01__link {
    padding: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list01__link {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .article-list01__link:hover .article-list01__eyecatch img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .article-list01__link:hover .article-list01__text-wrap {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .article-list01__link .row > div {
    margin: 0 2rem;
  }
  .article-list01__link .row > div:first-child {
    margin-left: 0 !important;
  }
  .article-list01__link .row > div:last-child {
    margin-right: 0 !important;
  }
}

.article-list01__eyecatch {
  overflow: hidden;
  border-radius: 1rem;
}
.article-list01__eyecatch:before {
  content: "";
  display: block;
  padding-top: 58.33%;
}
.article-list01__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.article-list01__text-wrap {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .article-list01__text-wrap {
    margin-top: 1.8rem;
  }
}

.article-list01__date-wrap {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .article-list01__date-wrap {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .article-list01__date-wrap {
    font-size: 1.2rem;
  }
}

.article-list01__date-label,
.article-list01__date {
  display: inline-block;
}

.article-list01__date-label {
  font-size: 1em;
  color: #fff;
  text-align: center;
  background: #499de2;
  margin-right: 0.6em;
  padding: 0.15em 0.5em;
  border-radius: 0.5rem;
}

.article-list01__date {
  font-size: 1.28571429em;
}

.article-list01__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 1470px) {
  .article-list01__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list01__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .article-list01__title {
    font-size: 1.8rem;
  }
}

.article-list01__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  margin-top: 1em;
}
@media screen and (max-width: 1470px) {
  .article-list01__desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list01__desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .article-list01__desc {
    font-size: 1.3rem;
  }
}

.article-list02 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-list02.list--col3 {
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 568px) {
  .article-list02.list--col3 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 3rem;
  }
}

.article-list02__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .article-list02__link:hover .article-list02__eyecatch img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.article-list02__eyecatch {
  overflow: hidden;
  border-radius: 1rem;
}
.article-list02__eyecatch:before {
  content: "";
  display: block;
  padding-top: 58.33%;
}
.article-list02__eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.article-list02__date-wrap {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .article-list02__date-wrap {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .article-list02__date-wrap {
    font-size: 1.2rem;
  }
}

.article-list02__date-label,
.article-list02__date {
  display: inline-block;
}

.article-list02__date-label {
  font-size: 1em;
  color: #fff;
  text-align: center;
  background: #499de2;
  margin-right: 0.6em;
  padding: 0.15em 0.5em;
  border-radius: 0.5rem;
}

.article-list02__date {
  font-size: 1.28571429em;
}

.article-list02__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-top: 0.4em;
}
@media screen and (max-width: 1470px) {
  .article-list02__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .article-list02__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .article-list02__title {
    font-size: 1.8rem;
  }
}

/******************************************************************
** member info
******************************************************************/
.member-info-section01 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 4rem);
  max-width: 152rem;
}
@media screen and (min-width: 1471px) {
  .member-info-section01 {
    padding-right: 16rem;
  }
}
@media screen and (max-width: 1024px) {
  .member-info-section01 > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
}
@media screen and (min-width: 1025px) {
  .member-info-section01 > .row > div {
    margin: 0 2.3rem;
  }
  .member-info-section01 > .row > div:first-child {
    margin-left: 0 !important;
  }
  .member-info-section01 > .row > div:last-child {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .member-info-section01 > .row > div {
    margin: 0;
    margin-bottom: 3rem;
  }
  .member-info-section01 > .row > div:last-child {
    margin-bottom: 0;
  }
}

.member-info-section01__inner01 {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .member-info-section01__inner01 {
    height: 100%;
  }
}

.member-info-section01__content-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .member-info-section01__content-wrap {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .member-info-section01__content-wrap {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .member-info-section01__content-wrap {
    border-radius: 0.5rem;
  }
}

.member-info-section01__sidebar {
  font-size: 1.7rem;
  padding: 3.5rem 3rem 6rem;
}
@media screen and (min-width: 1025px) {
  .member-info-section01__sidebar {
    position: sticky;
    top: 10rem;
  }
}
@media screen and (max-width: 1470px) {
  .member-info-section01__sidebar {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .member-info-section01__sidebar {
    font-size: 1.4rem;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .member-info-section01__sidebar {
    font-size: 1.3rem;
    padding: 2.5rem 2rem;
  }
}

.member-info-section01__link-list,
.member-info-section01__list-item {
  position: relative;
  line-height: 1.5;
  display: block;
}

.member-info-section01__link-list {
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.member-info-section01__list-item {
  margin-bottom: 1.2rem;
}
.member-info-section01__list-item:last-child {
  margin-bottom: 0;
}

.member-info-section01__link-button {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 0.8em 1.65em;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .member-info-section01__link-button:hover {
    opacity: 0.7;
  }
}
.member-info-section01__link-button.active {
  color: #fff;
  background: #e15445;
}

.member-info-section01__button-text {
  position: relative;
  display: inline-block;
}
.member-info-section01__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.member-info-section01__link-button--member .member-info-section01__button-text {
  padding-left: 1.18em;
}
.member-info-section01__link-button--member .member-info-section01__button-text:before {
  width: 0.80588235em;
  height: 0.94117647em;
  background: transparent url(../images/common/icon_user01.webp) no-repeat center center/contain;
}
.member-info-section01__link-button--member.active .member-info-section01__button-text:before {
  background: transparent url(../images/common/icon_user01_wh.webp) no-repeat center center/contain;
}

.member-info-section01__link-button--password .member-info-section01__button-text {
  padding-left: 1em;
}
.member-info-section01__link-button--password .member-info-section01__button-text:before {
  width: 0.58823529em;
  height: 1.07588235em;
  background: transparent url(../images/common/icon_key01.webp) no-repeat center center/contain;
}
.member-info-section01__link-button--password.active .member-info-section01__button-text:before {
  background: transparent url(../images/common/icon_key01_wh.webp) no-repeat center center/contain;
}

.member-info-section01__main {
  padding: 7rem 6.5rem;
}
@media screen and (max-width: 1024px) {
  .member-info-section01__main {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .member-info-section01__main {
    padding: 3.5rem 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .member-info-section01__main {
    padding: 3.5rem 2rem;
  }
}
.member-info-section01__main .contact-form-section__heading01 {
  font-size: 1em;
  margin-top: 3em;
}

.member-info-section01__heading01 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1680px) {
  .member-info-section01__heading01 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1470px) {
  .member-info-section01__heading01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .member-info-section01__heading01 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .member-info-section01__heading01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .member-info-section01__heading01 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .member-info-section01__heading01 {
    font-size: 1.8rem;
  }
}

.member-info-section01__heading-brd01 {
  font-size: 1.17647059em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 0.4rem solid #e15445;
}

.member-info-section01__button {
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  display: table;
  margin-top: 2.3em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.84em 2.4em;
  background: #e15445;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .member-info-section01__button:hover {
    opacity: 0.7;
  }
}

.member-info-section01__button-text {
  position: relative;
  display: inline-block;
}
.member-info-section01__button-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
}

.member-info-section01__save-button .member-info-section01__button-text {
  padding-left: 1.59em;
}
.member-info-section01__save-button .member-info-section01__button-text:before {
  width: 1em;
  height: 0.84454545em;
  background: transparent url(../images/common/icon_save01_wh.webp) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .member-info-section01__password-button {
    margin-top: 1.77em;
  }
}
.member-info-section01__password-button .member-info-section01__button-text {
  padding-left: 1em;
}
.member-info-section01__password-button .member-info-section01__button-text:before {
  width: 0.45454545em;
  height: 0.83136364em;
  background: transparent url(../images/common/icon_key01_wh.webp) no-repeat center center/contain;
}

table.member-info-section01__password-table {
  margin-top: 2em;
}
table.member-info-section01__password-table .um-field-label {
  display: none;
}
table.member-info-section01__password-table .um-field-area {
  padding: 0;
  margin: 0;
}
table.member-info-section01__password-table .um-field {
  margin: 0;
  padding: 0;
}
table.member-info-section01__password-table input[type=password] {
  border: 1px solid #ccc;
  padding: 8px 12px;
  width: 100%;
  border-radius: 4px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  table.member-info-section01__password-table.table--tr th,
  table.member-info-section01__password-table.table--tr td {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }
}

/******************************************************************
** page navi styles
******************************************************************/
.member-info-section01__message {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.member-info-section01__message--success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.member-info-section01__message--error {
  padding: 0.4em 0.8em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c62828;
  background: #fff3f3;
  border: none;
  border-left: 3px solid #c62828;
  border-radius: 0 3px 3px 0;
}
.member-info-section01__message--error::before {
  content: "⚠ ";
}

.contact-form-section__privacy-wrap .um-field {
  margin: 0;
  padding: 0;
}
.contact-form-section__privacy-wrap .um-field-area {
  padding: 0;
  margin: 0;
}
.contact-form-section__privacy-wrap .um-field-label {
  display: none;
}
.contact-form-section__privacy-wrap .um-field-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
  cursor: pointer;
}
.contact-form-section__privacy-wrap .um-field-checkbox label input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2em;
}
.contact-form-section__privacy-wrap .um-field-checkbox label span.um-field-checkbox-option {
  all: unset;
}

.contact-form-section__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6em;
  cursor: pointer;
  font-size: 1.4rem;
}
.contact-form-section__checkbox-label input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2em;
  width: auto;
}
.contact-form-section__checkbox-label span {
  all: unset;
}

.contact-form-section__radio-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-section__radio-inline .contact-form-control--list-item {
  margin-bottom: 0;
}

.privacy-section01 {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 840px) {
  .privacy-section01 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.privacy-section01 p {
  margin-bottom: 2em;
  line-height: 1.8;
  font-size: 1.4rem;
}
.privacy-section01 dl {
  margin-bottom: 2em;
}
.privacy-section01 dt {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
.privacy-section01 dd {
  padding-left: 1em;
  line-height: 1.8;
  font-size: 1.4rem;
}
.privacy-section01 ul {
  padding-left: 1.5em;
  list-style: disc;
  margin-bottom: 1em;
}
.privacy-section01 ul li {
  margin-bottom: 0.4em;
  line-height: 1.7;
  font-size: 1.4rem;
}

.pagination {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  margin: 0 auto;
  margin-top: 1.8em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1470px) {
  .pagination {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination ul.page-numbers {
  font-size: 1em;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.pagination ul.page-numbers > li,
.pagination ul.page-numbers > li a {
  color: #707070;
}
.pagination ul.page-numbers > li {
  margin: 0.8em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.pagination ul.page-numbers > li:has(.prev) {
  margin-right: 2.6em;
}
.pagination ul.page-numbers > li:has(.next) {
  margin-left: 2.6em;
}
.pagination ul.page-numbers > li .current,
.pagination ul.page-numbers > li a {
  display: block;
}
.pagination ul.page-numbers > li .current {
  font-weight: 700;
  color: #333;
}
.pagination ul.page-numbers > li a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .pagination ul.page-numbers > li a:hover {
    opacity: 0.7;
  }
}
.pagination ul.page-numbers > li .prev,
.pagination ul.page-numbers > li .next {
  position: relative;
}
.pagination ul.page-numbers > li .prev:before,
.pagination ul.page-numbers > li .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
}
.pagination ul.page-numbers > li .prev:before {
  background: transparent url(../images/common/icon_arrow-l01.webp) no-repeat center center/contain;
}
.pagination ul.page-numbers > li .next:before {
  background: transparent url(../images/common/icon_arrow-r01.webp) no-repeat center center/contain;
}

.pagination-wrap01 .pagination {
  margin-top: 3.5em;
}

/******************************************************************
** single
******************************************************************/
.eyecatch-wrap--single01 {
  margin-bottom: 4rem;
}
.eyecatch-wrap--single01 img {
  height: auto;
}

.date-wrap--single01 {
  font-size: 1.4rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .date-wrap--single01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .date-wrap--single01 {
    font-size: 1.2rem;
  }
}

.date-wrap--single01__label,
.date-wrap--single01__date {
  display: inline-block;
}

.date-wrap--single01__label {
  font-size: 1em;
  color: #fff;
  text-align: center;
  background: #499de2;
  margin-right: 0.6em;
  padding: 0.15em 0.5em;
  border-radius: 0.5rem;
}

.date-wrap--single01__date {
  font-size: 1.28571429em;
}

.ttl-wrap--single01 {
  position: relative;
  padding-right: calc(1em + 16%);
}
@media screen and (max-width: 768px) {
  .ttl-wrap--single01 {
    padding-right: calc(1em + 25%);
  }
}

.ttl-illust-wrap--single01 {
  position: absolute;
  bottom: 0;
  right: -3.75%;
  width: 19.7%;
}
@media screen and (max-width: 768px) {
  .ttl-illust-wrap--single01 {
    right: -4%;
    width: 27.5%;
  }
}

.single-title {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 3.4em;
}
@media screen and (max-width: 1680px) {
  .single-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1470px) {
  .single-title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .single-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .single-title {
    font-size: 1.8rem;
  }
}

#toc_container {
  position: relative;
  font-size: 2rem;
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 2.5em 3.5em !important;
  padding-right: 10em !important;
  border-radius: 1rem;
}
@media screen and (max-width: 1680px) {
  #toc_container {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  #toc_container {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #toc_container {
    font-size: 1.4rem;
    padding: 1.2em 1.8em 1.4em !important;
    padding-right: 7.6em !important;
  }
}
@media screen and (max-width: 480px) {
  #toc_container {
    padding-right: 5.4em !important;
  }
}

@media screen and (max-width: 768px) {
  #toc_container:before {
    right: 1em;
    width: 5.4em;
    height: 6.2748em;
  }
}
@media screen and (max-width: 480px) {
  #toc_container:before {
    right: 0.5em;
    width: 4em;
    height: 4.648em;
  }
}
#toc_container p.toc_title {
  font-size: 1.75em;
  text-align: left !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  #toc_container p.toc_title {
    font-size: 1.4em;
  }
}
#toc_container span.toc_toggle {
  font-size: 0.5em !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  #toc_container span.toc_toggle {
    font-size: 0.6em !important;
  }
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 0.8em !important;
}
#toc_container ul.toc_list > li {
  margin-bottom: 0.6em;
}
#toc_container ul.toc_list > li:last-child {
  margin-bottom: 0;
}

body.single .entry-content {
  font-size: 1.8rem;
}
@media screen and (max-width: 1470px) {
  body.single .entry-content {
    font-size: 1.5rem;
  }
}
body.single .entry-content > *:first-child {
  margin-top: 0;
}
body.single .entry-content > *:last-child {
  margin-bottom: 0;
}
body.single .entry-content p {
  font-size: 1em;
  line-height: 1.94;
  margin: 2em 0;
}
body.single .entry-content img,
body.single .entry-content iframe {
  margin-top: 4.8em;
  display: block;
}
body.single .entry-content img {
  height: auto;
}
body.single .entry-content iframe {
  max-width: 100%;
}
body.single .entry-content table {
  width: 100%;
  margin-bottom: 7.3em;
}
body.single .entry-content table th,
body.single .entry-content table td {
  text-align: left;
  border: 0.1rem solid #ddd;
  padding: 0.8em 1em;
  background: #fff;
  vertical-align: top;
}
body.single .entry-content table th {
  font-weight: 700;
  width: 25%;
  background: #f2f2f2;
}
body.single .entry-content table thead th {
  text-align: center;
}
@media screen and (max-width: 480px) {
  body.single .entry-content table tbody th {
    width: 30%;
  }
}
body.single .entry-content h2,
body.single .entry-content h3,
body.single .entry-content h4 {
  position: relative;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 5em;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
}
body.single .entry-content h2:after,
body.single .entry-content h3:after,
body.single .entry-content h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 6.6rem;
  height: 0.2rem;
  background: #f7ce46;
}
body.single .entry-content h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 1680px) {
  body.single .entry-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1470px) {
  body.single .entry-content h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  body.single .entry-content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  body.single .entry-content h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  body.single .entry-content h2 {
    font-size: 1.8rem;
  }
}
body.single .entry-content h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1680px) {
  body.single .entry-content h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1470px) {
  body.single .entry-content h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  body.single .entry-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.single .entry-content h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  body.single .entry-content h3 {
    font-size: 1.7rem;
  }
}
body.single .entry-content h4 {
  font-size: 2rem;
}
@media screen and (max-width: 1470px) {
  body.single .entry-content h4 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  body.single .entry-content h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.single .entry-content h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  body.single .entry-content h4 {
    font-size: 1.6rem;
  }
}

.related-post-section01 {
  position: relative;
  border-top: 0.2rem solid #f7ce46;
  margin-top: 31rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 1680px) {
  .related-post-section01 {
    margin-top: 27rem;
  }
}
@media screen and (max-width: 1470px) {
  .related-post-section01 {
    margin-top: 24rem;
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .related-post-section01 {
    margin-top: 21rem;
    padding-top: 9rem;
  }
}
@media screen and (max-width: 1024px) {
  .related-post-section01 {
    margin-top: 18rem;
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .related-post-section01 {
    margin-top: 15rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 568px) {
  .related-post-section01 {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .related-post-section01 {
    margin-top: 9rem;
    padding-top: 4.5rem;
  }
}

.related-post-section01__inner {
  position: relative;
}

.related-post-section01__illust-wrap {
  position: absolute;
  bottom: calc(100% + 5rem);
  right: 0.7rem;
  width: 18.2%;
}
@media screen and (max-width: 768px) {
  .related-post-section01__illust-wrap {
    right: 0;
    width: 22.5%;
  }
}
@media screen and (max-width: 568px) {
  .related-post-section01__illust-wrap {
    bottom: calc(100% + 2rem);
    width: 25%;
  }
}

.related-post-section01__illust img {
  height: auto;
}

/******************************************************************
** single project
******************************************************************/
.project-info-section--single01 {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 569px) {
  .project-info-section--single01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-info-section--single01 .page-mv01__breadcrumb-wrap {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1680px) {
  .project-info-section--single01 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1470px) {
  .project-info-section--single01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project-info-section--single01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .project-info-section--single01 {
    font-size: 1.3rem;
  }
}

.project-info-section--single01__id {
  font-size: 1em;
  font-weight: 500;
  color: #707070;
}
@media screen and (max-width: 568px) {
  .project-info-section--single01__id {
    margin-top: 0.4em;
  }
}

.project-content--single01 {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 1470px) {
  .project-content--single01 {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-content--single01 {
    padding-top: 3.5rem;
    padding-bottom: 12rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .project-content--single01 {
    padding-top: 3rem;
    padding-bottom: 9rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .project-content--single01 {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
    border-radius: 0.5rem;
  }
}
.project-content--single01.project-content--limited {
  padding-bottom: 3rem;
}
.project-content--single01 .limited-section01 {
  margin-top: 4.5rem;
}

.project-content--single01__date-section {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  max-width: 107.2rem;
  margin: 0 auto;
  margin-bottom: 1.875em;
  padding-bottom: 1em;
  border-bottom: 0.1rem solid #50aa6a;
}
@media screen and (max-width: 1470px) {
  .project-content--single01__date-section {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-content--single01__date-section {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .project-content--single01__date-section {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .project-content--single01__date-section {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .project-content--single01__date-section.date-section--limited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .project-content--single01__date-section.date-section--limited .project-content--single01__date-section-inner {
    margin-right: 4.875em;
  }
  .project-content--single01__date-section.date-section--limited .project-content--single01__date-section-inner:first-child {
    -webkit-box-flex: 2.2;
        -ms-flex: 2.2;
            flex: 2.2;
  }
  .project-content--single01__date-section.date-section--limited .project-content--single01__date-section-inner:last-child {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-content--single01__date-section .project-content--single01__date-section-inner {
    margin-bottom: 1em;
  }
  .project-content--single01__date-section .project-content--single01__date-section-inner:last-child {
    margin-bottom: 0;
  }
}

.project-content--single01__date-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-content--single01__date-section-inner > span {
  display: inline-block;
  margin-right: 4.875em;
}
@media screen and (max-width: 1024px) {
  .project-content--single01__date-section-inner > span {
    margin-right: 4em;
  }
}
@media screen and (max-width: 768px) {
  .project-content--single01__date-section-inner > span {
    margin-right: 3em;
  }
}
@media screen and (max-width: 480px) {
  .project-content--single01__date-section-inner > span {
    margin-right: 2em;
  }
}
.project-content--single01__date-section-inner > span:last-child {
  margin-right: 0;
}

.project-content--single01__registered,
.project-content--single01__favorite-inner {
  position: relative;
  font-size: 1.0625em;
  padding-left: 1.53em;
}
.project-content--single01__registered:after,
.project-content--single01__favorite-inner:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.project-content--single01__registered {
  display: inline-block;
}
.project-content--single01__registered:after {
  width: 1.29em;
  height: 1.29em;
  background: transparent url(../images/common/icon_bag01_red.webp) no-repeat center center/contain;
}

.project-content--single01__favorite {
  display: table;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .project-content--single01__favorite:hover {
    opacity: 0.7;
  }
}
.project-content--single01__favorite input {
  display: none;
}
.project-content--single01__favorite input:checked + .project-content--single01__favorite-inner:after {
  background: transparent url(../images/common/icon_heart01_red.webp) no-repeat center center/contain;
}

.project-content--single01__favorite-inner {
  margin-right: 0 !important;
}
.project-content--single01__favorite-inner:before {
  display: none !important;
}
.project-content--single01__favorite-inner:after {
  width: 1.24em;
  height: 1.24em;
  background: transparent url(../images/common/icon_heart02_red.webp) no-repeat center center/contain;
}

.project-content--single01__favorite {
  display: table;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .project-content--single01__favorite:hover {
    opacity: 0.7;
  }
}
.project-content--single01__favorite .simplefavorite-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.project-content--single01__favorite .simplefavorite-button::before {
  display: none !important;
}
.project-content--single01__favorite .simplefavorite-button::after {
  content: "";
  display: inline-block;
  width: 1.24em;
  height: 1.24em;
  background: transparent url(../images/common/icon_heart02_red.webp) no-repeat center center/contain;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.project-content--single01__favorite .simplefavorite-button.active::after {
  background: transparent url(../images/common/icon_heart01_red.webp) no-repeat center center/contain;
}

.project-content--single01__inner,
.project-content--single01__inner01 {
  margin: 0 auto;
}

.project-content--single01__inner {
  max-width: 99.4rem;
}

.project-content--single01__inner01 {
  max-width: 109.5rem;
}

.project-content-list01,
.project-content-list01__item {
  position: relative;
  display: block;
  margin: 0;
}

.project-content-list01 {
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 4.4em;
  padding: 0;
}
@media screen and (max-width: 1470px) {
  .project-content-list01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .project-content-list01 {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .project-content-list01 {
    margin-top: 3.6em;
  }
}
@media screen and (max-width: 568px) {
  .project-content-list01 {
    margin-top: 3.2em;
  }
}
@media screen and (max-width: 480px) {
  .project-content-list01 {
    font-size: 1.4rem;
    margin-top: 2.8em;
  }
}
.project-content-list01.project-content-list01--limited {
  margin-top: 3.6em;
}
@media screen and (max-width: 1024px) {
  .project-content-list01.project-content-list01--limited {
    margin-top: 3.3em;
  }
}
@media screen and (max-width: 768px) {
  .project-content-list01.project-content-list01--limited {
    margin-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  .project-content-list01.project-content-list01--limited {
    margin-top: 2.7em;
  }
}
.project-content-list01.project-content-list01--limited .project-content-list01__heading {
  position: relative;
  padding-left: 1.4em;
}
.project-content-list01.project-content-list01--limited .project-content-list01__heading:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.953em;
  background: transparent url(../images/common/icon_lock01_ylw.webp) no-repeat center center/contain;
}

.project-content-list01__item {
  margin-bottom: 4.4em;
}
@media screen and (max-width: 1024px) {
  .project-content-list01__item {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 768px) {
  .project-content-list01__item {
    margin-bottom: 3.6em;
  }
}
@media screen and (max-width: 568px) {
  .project-content-list01__item {
    margin-bottom: 3.2em;
  }
}
@media screen and (max-width: 480px) {
  .project-content-list01__item {
    margin-bottom: 2.8em;
  }
}
.project-content-list01__item:last-child {
  margin-bottom: 0;
}

.project-content-list01__heading {
  font-size: 1.66666667em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .project-content-list01__heading {
    font-size: 1.28571429em;
  }
}

.project-content-list01__content {
  margin-top: 1em;
}
.project-content-list01__content > *:first-child {
  margin-top: 0;
}
.project-content-list01__content > *:last-child {
  margin-bottom: 0;
}
.project-content-list01__content p,
.project-content-list01__content ul,
.project-content-list01__content ol {
  font-size: 1em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1em;
}
.project-content-list01__content .project-list01__data-list,
.project-content-list01__content .project-list01__cat-list {
  font-size: 0.88888889em;
}
.project-content-list01__content .project-list01__data-list {
  margin-top: 0;
  display: inline-grid;
  gap: 1em 5.8em;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 1024px) {
  .project-content-list01__content .project-list01__data-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 768px) {
  .project-content-list01__content .project-list01__data-list {
    gap: 0.8em 0;
    grid-template-columns: repeat(1, auto);
  }
}
.project-content-list01__content .project-list01__data {
  display: block;
  margin: 0;
  width: 100%;
}

.limited-section01 {
  position: relative;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 85.7rem;
  padding: 4.5rem 2rem 6rem;
  background: #fffcea;
  border: 0.5rem solid #f7ce46;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .limited-section01 {
    padding: 3rem 2rem 4.5rem;
    border: 0.4rem solid #f7ce46;
  }
}
@media screen and (max-width: 480px) {
  .limited-section01 {
    border: 0.3rem solid #f7ce46;
  }
}
.limited-section01 .page-text {
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 480px) {
  .limited-section01 .page-text {
    font-size: 1.4rem;
  }
}
.limited-section01 .btn-list03 {
  margin-top: 2em;
}

.limited-section01__heading {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1470px) {
  .limited-section01__heading {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .limited-section01__heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .limited-section01__heading {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 568px) {
  .limited-section01__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .limited-section01__heading {
    font-size: 2.1rem;
  }
}

.limited-section01__icon-wrap {
  max-width: 1.71em;
  margin: 0 auto;
  margin-bottom: 0.4em;
  display: block;
}
.limited-section01__icon-wrap img {
  height: auto;
}

.limited-section02 {
  position: relative;
  line-height: 1.5;
  margin-top: 7.5rem;
  padding: 5rem 5rem 7rem;
  background: #fffcea;
  border: 0.1rem solid #f7ce46;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .limited-section02 {
    margin-top: 6rem;
    padding: 4.5rem 2rem 6rem;
  }
}
@media screen and (max-width: 480px) {
  .limited-section02 {
    margin-top: 4.5rem;
    padding: 3rem 2rem 4.5rem;
    border-radius: 0.5rem;
  }
}
.limited-section02 .project-content-list01 {
  margin-top: 2.4em;
}
@media screen and (max-width: 768px) {
  .limited-section02 .project-content-list01 {
    margin-top: 2.1em;
  }
}
@media screen and (max-width: 480px) {
  .limited-section02 .project-content-list01 {
    margin-top: 1.8em;
  }
}
.limited-section02 .project-list01__data-list,
.limited-section02 .project-list01__data {
  display: block;
  margin: 0;
  width: 100%;
}
.limited-section02 .project-list01__data-list {
  font-size: 1em;
  margin-top: 0;
}
.limited-section02 .project-list01__data {
  margin-bottom: 1em;
  width: 100%;
}
.limited-section02 .project-list01__data:last-child {
  margin-bottom: 0;
}
.limited-section02 .project-list01__data-heading {
  min-width: 9em;
}

.limited-section02__heading {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  color: #f7ce46;
  padding-left: 1.4em;
}
@media screen and (max-width: 1024px) {
  .limited-section02__heading {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .limited-section02__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 568px) {
  .limited-section02__heading {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 480px) {
  .limited-section02__heading {
    font-size: 1.8rem;
  }
}
.limited-section02__heading:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.953em;
  background: transparent url(../images/common/icon_lock01_ylw.webp) no-repeat center center/contain;
}

.limited-section02__financial-table {
  position: relative;
  font-size: 1em;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .limited-section02__financial-table {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .limited-section02__financial-table {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  .limited-section02__financial-table {
    font-size: 0.7em;
  }
}
.limited-section02__financial-table th,
.limited-section02__financial-table td {
  text-align: left;
  padding: 1.14em 2.2em;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .limited-section02__financial-table th,
  .limited-section02__financial-table td {
    padding: 1.14em 1em;
  }
}
@media screen and (max-width: 480px) {
  .limited-section02__financial-table th,
  .limited-section02__financial-table td {
    padding: 1.14em 0.75em;
  }
}
.limited-section02__financial-table thead th {
  width: 25%;
  background: #f7ce46;
}
.limited-section02__financial-table tbody tr {
  border-bottom: 0.1rem solid #f7ce46;
}
.limited-section02__financial-table tbody td {
  background: transparent;
}

.page-mv01--limited.page-mv01 {
  min-height: 43rem;
}
@media screen and (max-width: 1024px) {
  .page-mv01--limited.page-mv01 {
    min-height: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01--limited.page-mv01 {
    min-height: 36rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01--limited.page-mv01 {
    min-height: 33rem;
  }
}

.page-mv01--limited__box01 {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  border: 0.1rem solid #f7ce46;
  border-radius: 0.5rem;
  background: #fffcea;
  margin-bottom: 1.2em;
  padding: 0.9em 2.1em;
  display: table;
}
@media screen and (max-width: 1470px) {
  .page-mv01--limited__box01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-mv01--limited__box01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv01--limited__box01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .page-mv01--limited__box01 {
    font-size: 1.2rem;
  }
}

.page-mv01--limited__box-text01 {
  position: relative;
  font-size: 1em;
  padding-left: 1.41em;
}
.page-mv01--limited__box-text01:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  content: "";
  display: block;
  width: 0.94411765em;
  height: 1em;
  background: transparent url(../images/common/icon_lock01_ylw.webp) no-repeat center center/contain;
}

.inquiry-thanks {
  padding: 6rem 2rem 8rem;
  text-align: center;
}
.inquiry-thanks__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.inquiry-thanks__body {
  font-size: 1.5rem;
  color: #555;
  line-height: 2;
  margin-bottom: 4rem;
}
.inquiry-thanks__body strong {
  color: #c9a84c;
}
.inquiry-thanks__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 1.8em;
  min-height: 2.83333333em;
  background: #499de2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .inquiry-thanks__btn:hover {
    opacity: 0.7;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .inquiry-thanks {
    padding: 4rem 1.5rem 6rem;
  }
  .inquiry-thanks__title {
    font-size: 2.2rem;
  }
  .inquiry-thanks__body {
    font-size: 1.4rem;
  }
}

.deal-action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.deal-action-btns .link-btn02 {
  margin: 0;
}

.error404-section {
  padding-top: 13rem;
  padding-bottom: 10rem;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .error404-section {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}

.error404-section__inner {
  text-align: center;
}

.error404-section__code {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  color: #d9d9d9;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .error404-section__code {
    font-size: 8rem;
  }
}

.error404-section__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .error404-section__title {
    font-size: 2.2rem;
  }
}

.error404-section__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #707070;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .error404-section__text {
    font-size: 1.4rem;
  }
}

.error404-section__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.error404-section__btn {
  display: inline-block;
  padding: 1.2em 2.5em;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .error404-section__btn {
    font-size: 1.4rem;
    padding: 1em 2em;
  }
}

.error404-section__btn--sub {
  background: #fff;
  color: #333;
  border: 2px solid #d9d9d9;
}
.error404-section__btn--sub:hover {
  background: #d9d9d9;
}/*# sourceMappingURL=style.css.map */