@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

em {
  color: black;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}

@font-face {
  font-family: 'poppin';
  src: url("../font/Poppins-Bold.woff") format("woff"), url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.commonBtn {
  position: relative;
  width: 20rem;
}

@media (max-width: 768px) {
  .commonBtn {
    width: 27rem;
  }
}

.commonBtn::after {
  content: '';
  position: absolute;
  display: block;
  background: #FFFFFF;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 0.1rem;
  width: 4rem;
}

@media (max-width: 768px) {
  .commonBtn::after {
    width: 5rem;
  }
}

.commonBtn .link {
  display: block;
  background: #000000;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 1.6rem 0;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .commonBtn .link {
    padding: 2.5rem 0;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .commonBtn .link:hover {
    opacity: 0.7;
  }
}

.commonSection {
  background: #F7F7F7;
  padding-top: 9.7rem;
}

@media (max-width: 768px) {
  .commonSection {
    padding-top: 5.7rem;
  }
}

.commonSection__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper {
    max-width: 100%;
  }
}

.commonSection__wrapper .mainTitle {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .mainTitle {
    font-size: 3rem;
  }
}

.commonSection__wrapper .container {
  background: #FFFFFF;
  margin-top: 5.8rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container {
    margin-top: 4.8rem;
  }
}

.commonSection__wrapper .container .wrapper {
  margin: 0 auto;
  max-width: 80rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .commonSection__wrapper .container .wrapper {
    max-width: 44rem;
  }
}

.commonSection__wrapper .container .wrapper .wpmem_msg {
  color: #FB4645;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .wpmem_msg {
    font-size: 2.4rem;
  }
}

.commonSection__wrapper .container .wrapper form legend {
  display: none;
}

.commonSection__wrapper .container .wrapper .radioArea {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.commonSection__wrapper .container .wrapper .radioArea input {
  display: none;
}

.commonSection__wrapper .container .wrapper .radioArea input:checked + label .check::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000000;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .radioArea input:checked + label .check::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.commonSection__wrapper .container .wrapper .radioArea label {
  position: relative;
  padding-left: 2.5rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .radioArea label {
    padding-left: 4rem;
    font-size: 2.4rem;
  }
}

.commonSection__wrapper .container .wrapper .radioArea label .check {
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.2rem solid #000000;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .radioArea label .check {
    width: 3rem;
    height: 3rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea .text,
.commonSection__wrapper .container .wrapper .inputArea .select,
.commonSection__wrapper .container .wrapper .inputAreafile .text,
.commonSection__wrapper .container .wrapper .inputAreafile .select {
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea .text,
  .commonSection__wrapper .container .wrapper .inputArea .select,
  .commonSection__wrapper .container .wrapper .inputAreafile .text,
  .commonSection__wrapper .container .wrapper .inputAreafile .select {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.kinyukikanfirst,
  .commonSection__wrapper .container .wrapper .inputAreafile.kinyukikanfirst {
    margin-top: 6rem !important;
  }
}

.commonSection__wrapper .container .wrapper .inputArea input[type="text"],
.commonSection__wrapper .container .wrapper .inputArea input[type="email"],
.commonSection__wrapper .container .wrapper .inputArea input[type="password"],
.commonSection__wrapper .container .wrapper .inputArea select,
.commonSection__wrapper .container .wrapper .inputAreafile input[type="text"],
.commonSection__wrapper .container .wrapper .inputAreafile input[type="email"],
.commonSection__wrapper .container .wrapper .inputAreafile input[type="password"],
.commonSection__wrapper .container .wrapper .inputAreafile select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 0.1rem solid #707070;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea input[type="text"],
  .commonSection__wrapper .container .wrapper .inputArea input[type="email"],
  .commonSection__wrapper .container .wrapper .inputArea input[type="password"],
  .commonSection__wrapper .container .wrapper .inputArea select,
  .commonSection__wrapper .container .wrapper .inputAreafile input[type="text"],
  .commonSection__wrapper .container .wrapper .inputAreafile input[type="email"],
  .commonSection__wrapper .container .wrapper .inputAreafile input[type="password"],
  .commonSection__wrapper .container .wrapper .inputAreafile select {
    padding: 1.5rem;
    font-size: 2rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_text,
.commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_select,
.commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_text,
.commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_select,
.commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_text,
.commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_select,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_text,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_select,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_text,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_select,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_text,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_select {
  position: relative;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_select,
  .commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_select,
  .commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_select,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_select,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_select,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_text,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_select {
    width: 95%;
  }
}

.commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_select::after {
  position: absolute;
  font-size: 1.6rem;
  bottom: 0;
  right: -2rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_select::after,
  .commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_select::after,
  .commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_select::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_select::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_select::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_text::after,
  .commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_select::after {
    font-size: 2rem;
    right: -4rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea label[for="yaer"] + .div_text::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="yaer"] + .div_text::after {
  content: '年';
}

.commonSection__wrapper .container .wrapper .inputArea label[for="month"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="month"] + .div_select::after {
  content: '月';
}

.commonSection__wrapper .container .wrapper .inputArea label[for="sinceday"] + .div_select::after,
.commonSection__wrapper .container .wrapper .inputAreafile label[for="sinceday"] + .div_select::after {
  content: '日';
}

.commonSection__wrapper .container .wrapper .inputArea + .inputArea,
.commonSection__wrapper .container .wrapper .inputArea + .inputAreafile,
.commonSection__wrapper .container .wrapper .inputAreafile + .inputArea,
.commonSection__wrapper .container .wrapper .inputAreafile + .inputAreafile {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea + .inputArea,
  .commonSection__wrapper .container .wrapper .inputArea + .inputAreafile,
  .commonSection__wrapper .container .wrapper .inputAreafile + .inputArea,
  .commonSection__wrapper .container .wrapper .inputAreafile + .inputAreafile {
    margin-top: 2.5rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio,
.commonSection__wrapper .container .wrapper .inputAreafile.radio {
  margin-top: 4rem;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio {
  margin-top: 3rem;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea br,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio br,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea br,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio br {
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span,
.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label {
  position: relative;
  padding-left: 3rem;
  margin-right: 2rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span,
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label {
    font-size: 2.4rem;
    padding-left: 4rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span::before,
.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label::before,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span::before,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.2rem solid #000000;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span::before,
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label::before,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span::before,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label::before {
    width: 3rem;
    height: 3rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .span::after,
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea label::after,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .span::after,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio label::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .span::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea label::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .span::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio label::after {
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field label::before,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field label::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field label::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field label::before {
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field label::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field label::after {
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field .mwform-radio-field-text::before,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field .mwform-radio-field-text::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field .mwform-radio-field-text::before,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field .mwform-radio-field-text::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.2rem solid #000000;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field .mwform-radio-field-text::before,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field .mwform-radio-field-text::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field .mwform-radio-field-text::before,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field .mwform-radio-field-text::before {
    width: 3rem;
    height: 3rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field .mwform-radio-field-text::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.radio .radioArea .mwform-radio-field .mwform-radio-field-text::after,
  .commonSection__wrapper .container .wrapper .inputArea.radio .div_radio .mwform-radio-field .mwform-radio-field-text::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea .mwform-radio-field .mwform-radio-field-text::after,
  .commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio .mwform-radio-field .mwform-radio-field-text::after {
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea input[type="radio"],
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio input[type="radio"],
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea input[type="radio"],
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio input[type="radio"] {
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea input[type="radio"]:checked + .span::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea input[type="radio"]:checked + label::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .radioArea input[type="radio"]:checked + .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio input[type="radio"]:checked + .span::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio input[type="radio"]:checked + label::after,
.commonSection__wrapper .container .wrapper .inputArea.radio .div_radio input[type="radio"]:checked + .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea input[type="radio"]:checked + .span::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea input[type="radio"]:checked + label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .radioArea input[type="radio"]:checked + .mwform-radio-field-text::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio input[type="radio"]:checked + .span::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio input[type="radio"]:checked + label::after,
.commonSection__wrapper .container .wrapper .inputAreafile.radio .div_radio input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.commonSection__wrapper .container .wrapper .inputArea.file,
.commonSection__wrapper .container .wrapper .inputAreafile.file {
  margin-top: 2.5rem;
}

.commonSection__wrapper .container .wrapper .inputArea.file.menkyo .text::before,
.commonSection__wrapper .container .wrapper .inputAreafile.file.menkyo .text::before {
  content: '';
  background: url("http://xb051189.xbiz.jp/eastword/wp-content/themes/mnettheme/img/common/menkyoomote.webp");
  display: block;
  width: 20rem;
  height: 12.5rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.commonSection__wrapper .container .wrapper .inputArea.file.menkyoura .text::before,
.commonSection__wrapper .container .wrapper .inputAreafile.file.menkyoura .text::before {
  content: '';
  background: url("http://xb051189.xbiz.jp/eastword/wp-content/themes/mnettheme/img/common/menkyoura.webp");
  display: block;
  width: 20rem;
  height: 12.5rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.file,
  .commonSection__wrapper .container .wrapper .inputAreafile.file {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.file input[type="file"],
.commonSection__wrapper .container .wrapper .inputAreafile.file input[type="file"] {
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.file .div_image,
.commonSection__wrapper .container .wrapper .inputAreafile.file .div_image {
  margin-top: 20px;
  width: 40%;
}

.commonSection__wrapper .container .wrapper .inputArea.file .div_image img,
.commonSection__wrapper .container .wrapper .inputAreafile.file .div_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: none;
}

.commonSection__wrapper .container .wrapper .inputArea.file .div_image img.active,
.commonSection__wrapper .container .wrapper .inputAreafile.file .div_image img.active {
  display: block;
}

.commonSection__wrapper .container .wrapper .inputArea.file .fileLabel,
.commonSection__wrapper .container .wrapper .inputArea.file label,
.commonSection__wrapper .container .wrapper .inputAreafile.file .fileLabel,
.commonSection__wrapper .container .wrapper .inputAreafile.file label {
  background: #E3E3E3;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.7rem;
  padding: 1.2rem 0;
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputArea.file .fileLabel,
  .commonSection__wrapper .container .wrapper .inputArea.file label,
  .commonSection__wrapper .container .wrapper .inputAreafile.file .fileLabel,
  .commonSection__wrapper .container .wrapper .inputAreafile.file label {
    padding: 1.8rem 0;
    font-size: 1.8rem;
  }
}

.commonSection__wrapper .container .wrapper .inputArea.file .fileText,
.commonSection__wrapper .container .wrapper .inputAreafile.file .fileText {
  margin-top: 1rem;
}

.commonSection__wrapper .container .wrapper .inputArea .hissu,
.commonSection__wrapper .container .wrapper .inputAreafile .hissu {
  color: red;
  font-size: 1.2rem;
}

.commonSection__wrapper .container .wrapper .inputFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  gap: 4rem;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputFlex {
    display: block;
  }
}

.commonSection__wrapper .container .wrapper .inputFlex + .inputArea,
.commonSection__wrapper .container .wrapper .inputFlex + .inputAreafile {
  margin-top: 4rem;
}

.commonSection__wrapper .container .wrapper .inputFlex .inputArea,
.commonSection__wrapper .container .wrapper .inputFlex .inputAreafile {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .commonSection__wrapper .container .wrapper .inputFlex .inputArea + .inputArea,
  .commonSection__wrapper .container .wrapper .inputFlex .inputArea + .inputAreafile,
  .commonSection__wrapper .container .wrapper .inputFlex .inputAreafile + .inputArea,
  .commonSection__wrapper .container .wrapper .inputFlex .inputAreafile + .inputAreafile {
    margin-top: 4rem;
  }
}

.commonBtnBig {
  margin: 0 auto;
  width: 40rem;
}

@media (max-width: 768px) {
  .commonBtnBig {
    width: 37rem;
  }
}

.commonBtnBig .link,
.commonBtnBig input[type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2rem;
  padding: 2.6rem 0;
}

@media (max-width: 768px) {
  .commonBtnBig .link,
  .commonBtnBig input[type="submit"] {
    font-size: 2.2rem;
    padding: 3.6rem 0;
  }
}

@media (min-width: 768px) {
  .commonBtnBig .link:hover,
  .commonBtnBig input[type="submit"]:hover {
    opacity: 0.7;
  }
}

.commonBtnBig .link.black,
.commonBtnBig input[type="submit"].black {
  background: #000000;
}

.commonBtnBig .link.yellow,
.commonBtnBig input[type="submit"].yellow {
  background: #D8EA67;
  color: #000000;
}

.commonInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.8rem;
}

.commonInfo .btn {
  width: calc((100% - 1rem) / 3);
}

.commonInfo .btn .link {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  background: #989898;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3rem 3rem 0 0;
  font-size: 2.2rem;
  padding: 1.6rem 0;
}

@media (max-width: 768px) {
  .commonInfo .btn .link {
    padding: 3.4rem 0;
    border-radius: 2rem 2rem 0 0;
  }
}

@media (min-width: 768px) {
  .commonInfo .btn .link:hover {
    opacity: 0.7;
  }
}

.commonInfo .btn.active .link {
  background: #D8EA67;
  color: #000000;
}

.commonInfo .btn.active .link:hover {
  opacity: 1;
}

html.active,
body.active {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: scroll;
  z-index: 500;
  background: #000000;
}

.overlay.active {
  pointer-events: all;
  opacity: 1;
}

.overlay .humbergerclose {
  position: absolute;
  top: 5rem;
  right: 5.3rem;
  width: 4.4rem;
  height: 2.1rem;
}

.overlay .humbergerclose div {
  position: absolute;
  top: 50%;
  background: #FFFFFF;
  width: 100%;
  height: 0.2rem;
}

.overlay .humbergerclose div:first-of-type {
  -webkit-transform: translateY(-50%) rotate(33deg);
          transform: translateY(-50%) rotate(33deg);
}

.overlay .humbergerclose div:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-33deg);
          transform: translateY(-50%) rotate(-33deg);
}

.overlay .overlayWrapper__top {
  position: relative;
}

.overlay .overlayWrapper__top .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 0.1rem solid #FFFFFF;
  padding: 3.2rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 3.2rem;
}

.overlay .overlayWrapper__top .title .span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

.overlay .overlayWrapper__top .humbergerclose {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}

.overlay .overlayWrapper .textArea {
  margin: 0 auto;
  max-width: 80rem;
  padding-top: 20rem;
}

@media (max-width: 500px) {
  .overlay .overlayWrapper .textArea {
    max-width: 37rem;
  }
}

.overlay .overlayWrapper .textArea .listArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.overlay .overlayWrapper .textArea .listArea .ul__li .link {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1.8rem;
}

.overlay .overlayWrapper .textArea .listArea .ul__li + .ul__li {
  margin-top: 1.8rem;
}

.overlay .overlayWrapper .textArea .btn {
  margin-top: 5.3rem;
}

.overlay .overlayWrapper .textArea .btn .link {
  display: block;
  width: 100%;
  height: 100%;
  background: #D8EA67;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
  font-size: 2rem;
  padding: 2.9rem 0;
}

.overlay .overlayWrapper .textArea .btn .link .span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  right: 4.2rem;
  width: 2rem;
  height: 2rem;
}

.overlay .overlayWrapper .textArea .btn .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.overlay .overlayWrapper .textArea .bottomArea {
  margin-top: 4.2rem;
}

.overlay .overlayWrapper .textArea .bottomArea .text,
.overlay .overlayWrapper .textArea .bottomArea .link,
.overlay .overlayWrapper .textArea .bottomArea .small {
  color: #FFFFFF;
  opacity: 0.8;
  text-align: center;
  font-size: 1.6rem;
}

.overlay .overlayWrapper .textArea .bottomArea .text {
  font-weight: 300;
}

.overlay .overlayWrapper .textArea .bottomArea .link {
  display: block;
  width: 100%;
  margin-top: 0.8rem;
  font-weight: 300;
}

.overlay .overlayWrapper .textArea .bottomArea .small {
  display: block;
  width: 100%;
  opacity: 1;
  margin-top: 2.6rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.headerNav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 768px) {
  .headerNav.pconly {
    display: none;
  }
}

.headerNav.sponly {
  display: none;
}

@media (max-width: 768px) {
  .headerNav.sponly {
    display: block;
  }
}

.headerNav.noneSticky {
  position: static;
}

.headerNav.noneSticky .headerNav__title {
  font-family: "Poppins", sans-serif;
  background: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 3.8rem 0;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .headerNav.noneSticky .headerNav__title {
    padding: 2.8rem 0;
  }
}

.headerNav.noneSticky .headerNav__title .span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

.headerNav__top {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
}

.headerNav__top--wrapper {
  margin: 0 auto;
  max-width: 140rem;
}

@media (max-width: 768px) {
  .headerNav__top--wrapper {
    max-width: 100%;
    padding: 3rem 2.5rem;
  }
}

.headerNav__top--wrapper .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .headerNav__top--wrapper .logoArea {
    padding: 0;
  }
}

.headerNav__top--wrapper .logoArea .link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  padding-top: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 3.2rem;
}

@media (min-width: 768px) {
  .headerNav__top--wrapper .logoArea .link:hover {
    opacity: 0.7;
  }
}

.headerNav__top--wrapper .logoArea .link .span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

.headerNav__top--wrapper .rightArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 768px) {
  .headerNav__top--wrapper .rightArea {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.7rem;
  }
}

.headerNav__top--wrapper .rightArea .searchArea {
  width: 50rem;
  position: relative;
}

.headerNav__top--wrapper .rightArea .searchArea form {
  display: block;
  position: relative;
}

.headerNav__top--wrapper .rightArea .searchArea form input[type="text"] {
  width: 100%;
  display: block;
  border: 0.1rem solid #000000;
  font-size: 1.8rem;
  padding: 1.8rem 2rem;
}

.headerNav__top--wrapper .rightArea .searchArea form input[type="image"] {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
}

.headerNav__top--wrapper .rightArea .searchArea .search-result {
  position: absolute;
  background: #FFFFFF;
  top: 100%;
  width: 100%;
  display: none;
}

.headerNav__top--wrapper .rightArea .searchArea .search-result.active {
  display: block;
}

.headerNav__top--wrapper .rightArea .searchArea .search-result__hit-num {
  padding: 10px;
}

.headerNav__top--wrapper .rightArea .searchArea .search-result__hit-num span {
  font-weight: bold;
}

.headerNav__top--wrapper .rightArea .searchArea #search-result__list span {
  display: inline-block;
  margin-right: 15px;
  padding: 10px;
}

.headerNav__top--wrapper .rightArea .searchArea .target-area {
  display: none;
  margin-top: 50px;
}

.headerNav__top--wrapper .rightArea .btn {
  height: 100%;
  width: 20rem;
}

.headerNav__top--wrapper .rightArea .btn .link {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 500;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.8rem;
  padding-top: 0;
}

@media (min-width: 768px) {
  .headerNav__top--wrapper .rightArea .btn .link:hover {
    opacity: 0.7;
  }
}

.headerNav__top--wrapper .rightArea .btn.login .link {
  background: #000000;
}

.headerNav__top--wrapper .rightArea .btn.member .link {
  background: #D8EA67;
  color: #000000;
}

@media (max-width: 768px) {
  .headerNav__top--wrapper .rightArea .svg {
    width: 2.8rem;
    height: 2.8rem;
  }
  .headerNav__top--wrapper .rightArea .svg svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
}

.headerNav__top--wrapper .rightArea .humberger {
  position: relative;
  width: 3.5rem;
  height: 2rem;
}

.headerNav__top--wrapper .rightArea .humberger div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #000000;
  height: 0.2rem;
  width: 100%;
}

.headerNav__top--wrapper .rightArea .humberger div:first-of-type {
  top: 0;
}

.headerNav__top--wrapper .rightArea .humberger div:last-of-type {
  top: 100%;
}

@media (max-width: 768px) {
  .headerNav__top .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerNav__top .btnArea .btn {
    height: 100%;
    width: 50%;
  }
  .headerNav__top .btnArea .btn .link {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: 500;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .headerNav__top .btnArea .btn .link:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .headerNav__top .btnArea .btn.login .link {
    background: #000000;
  }
  .headerNav__top .btnArea .btn.member .link {
    background: #D8EA67;
    color: #000000;
  }
}

.headerNav__global {
  background: #000000;
}

@media (max-width: 768px) {
  .headerNav__global.pconly {
    display: none;
  }
}

.headerNav__global--wrapper {
  margin: 0 auto;
  max-width: 140rem;
}

.headerNav__global--wrapper .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.8rem 0;
}

.headerNav__global--wrapper .ul__li {
  border-left: 0.1rem solid #FFFFFF;
  padding: 0 4rem;
}

.headerNav__global--wrapper .ul__li .link {
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

.headerNav__global--wrapper .ul__li:first-of-type {
  border-left: 0;
}

.loginName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding-bottom: 0;
  padding: 2rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  .loginName {
    display: block;
  }
}

.loginName .logouttext {
  color: #000000;
}

.loginName .logouttext a {
  color: #999;
}

.m-header {
  position: relative;
  z-index: 2;
}

.m-header .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.m-header .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.m-header__wrapper {
  margin: 0 auto;
  max-width: 120rem;
  padding-top: 16.4rem;
  padding-bottom: 17.5rem;
}

@media (max-width: 768px) {
  .m-header__wrapper {
    max-width: 80rem;
    padding-top: 7.4rem;
    padding-bottom: 7.5rem;
  }
}

@media (max-width: 500px) {
  .m-header__wrapper {
    max-width: 44rem;
  }
}

.m-header__wrapper .title {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  line-height: 1.95;
  font-weight: 700;
  text-align: center;
  font-size: 4.2rem;
}

@media (max-width: 768px) {
  .m-header__wrapper .title {
    font-size: 2.2rem;
  }
}

.m-header__wrapper .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3rem;
  margin-top: 4.3rem;
}

@media (max-width: 768px) {
  .m-header__wrapper .btnWrapper.pconly {
    display: none;
  }
}

.m-header__wrapper .btnWrapper .btn {
  width: 24.5rem;
}

.m-header__wrapper .btnWrapper .btn .link {
  display: block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 2.8rem;
}

.m-header__wrapper .btnWrapper .btn.line .link {
  background: #42A166;
}

.m-header__wrapper .btnWrapper .btn.sell .link {
  background: #FB4645;
}

.btnWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

@media (max-width: 768px) {
  .btnWrapper.sponly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btnWrapper .btn {
  width: 24.5rem;
}

@media (max-width: 768px) {
  .btnWrapper .btn {
    width: 50%;
  }
}

.btnWrapper .btn .link {
  display: block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .btnWrapper .btn .link {
    padding: 3.5rem 0;
    font-size: 2.8rem;
  }
}

.btnWrapper .btn.line .link {
  background: #42A166;
}

.btnWrapper .btn.sell .link {
  background: #FB4645;
}

.front .section1 {
  background: #F7F7F7;
  padding-top: 12.4rem;
  padding-bottom: 12rem;
}

@media (max-width: 768px) {
  .front .section1 {
    padding-top: 5.4rem;
    padding-bottom: 8rem;
  }
}

.front .section1__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9rem;
  max-width: 140rem;
}

@media (max-width: 768px) {
  .front .section1__wrapper {
    padding-right: 0;
    display: block;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section1__wrapper {
    max-width: 44rem;
  }
}

.front .section1__wrapper .leftArea {
  width: 36%;
}

@media (max-width: 768px) {
  .front .section1__wrapper .leftArea {
    width: 100%;
  }
}

.front .section1__wrapper .leftArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .front .section1__wrapper .leftArea .title {
    text-align: center;
  }
}

.front .section1__wrapper .leftArea .text {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .front .section1__wrapper .leftArea .text {
    text-align: center;
  }
}

.front .section1__wrapper .rightArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .front .section1__wrapper .rightArea {
    margin-top: 7.9rem;
  }
}

.front .section1__wrapper .rightArea .container .content .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.81;
  font-size: 2.2rem;
}

.front .section1__wrapper .rightArea .container .content .text {
  font-weight: 500;
  line-height: 1.71;
  border-top: 0.2rem solid #000000;
  margin-top: 2.3rem;
  padding-top: 2.3rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .front .section1__wrapper .rightArea .container .content .text {
    padding-top: 3.5rem;
    font-size: 1.8rem;
  }
}

.front .section1__wrapper .rightArea .container .content + .content {
  margin-top: 5.8rem;
}

@media (max-width: 768px) {
  .front .section1__wrapper .rightArea .container .content + .content {
    margin-top: 6.2rem;
  }
}

.front .section2 {
  background: #1281A8;
  height: 49rem;
}

@media (max-width: 768px) {
  .front .section2 {
    height: 100%;
    padding-bottom: 15rem;
  }
}

.front .section2__wrapper {
  height: 100%;
  width: 100%;
}

.front .section2__wrapper .swiperWrapper {
  position: relative;
  height: 100%;
}

.front .section2__wrapper .swiperWrapper .swiper {
  height: 100%;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide {
  height: 100%;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.2rem;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article {
    display: block;
  }
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .imgArea {
  display: block;
  height: 100%;
  width: 42%;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .imgArea {
    height: 31rem;
    width: 100%;
  }
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea {
  padding-top: 7.3rem;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea {
    margin: 0 auto;
    padding-top: 8.3rem;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea {
    max-width: 44rem;
  }
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .title,
.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .subTitle,
.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .text {
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .subTitle,
.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .text {
  font-weight: 500;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .title {
    font-size: 4.2rem;
  }
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .subTitle {
  margin-top: 0.8rem;
  font-size: 2.4rem;
}

.front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .text {
  line-height: 1.71;
  font-size: 1.4rem;
  margin-top: 3.3rem;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper .swiper-slide .article .textArea .text {
    font-size: 1.8rem;
    margin-top: 4.3rem;
  }
}

.front .section2__wrapper .swiperWrapper .swiper-pagination {
  bottom: 6.5rem;
  left: -3.1rem;
}

@media (max-width: 1000px) {
  .front .section2__wrapper .swiperWrapper .swiper-pagination {
    left: -16.1rem;
  }
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper-pagination {
    bottom: -8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.front .section2__wrapper .swiperWrapper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  margin: 0 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}

@media (max-width: 768px) {
  .front .section2__wrapper .swiperWrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.front .section2__wrapper .swiperWrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D8EA67;
}

.front .section3 {
  background: #F7F7F7;
  padding-top: 10rem;
  padding-bottom: 14.5rem;
}

@media (max-width: 768px) {
  .front .section3 {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
  }
}

.front .section3__wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11rem;
  max-width: 140rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper {
    display: block;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section3__wrapper {
    max-width: 44rem;
  }
}

.front .section3__wrapper .leftArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front .section3__wrapper .leftArea .topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .topArea .titleArea {
    width: 100%;
  }
}

.front .section3__wrapper .leftArea .topArea .titleArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .topArea .titleArea .title {
    text-align: center;
    font-size: 4.2rem;
  }
}

.front .section3__wrapper .leftArea .topArea .titleArea .subTitle {
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 2.4rem;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .topArea .titleArea .subTitle {
    text-align: center;
    font-size: 3.4rem;
  }
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .topArea .btn.pconly {
    display: none;
  }
}

.front .section3__wrapper .leftArea .articleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.3rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper {
    display: block;
    margin-top: 4.5rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper::after {
  content: '';
  display: block;
  height: 0;
  width: calc((100% - 10.5rem) / 3);
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper::after {
    display: none;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article {
  width: calc((100% - 10.5rem) / 3);
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article {
    margin: 0 auto;
    width: 100%;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section3__wrapper .leftArea .articleWrapper .article {
    max-width: 35rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article .imgArea {
  display: block;
  width: 100%;
  height: 26rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article .imgArea {
    height: 70rem;
  }
}

@media (max-width: 500px) {
  .front .section3__wrapper .leftArea .articleWrapper .article .imgArea {
    height: 35rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.front .section3__wrapper .leftArea .articleWrapper .article .textArea {
  margin-top: 2.6rem;
}

.front .section3__wrapper .leftArea .articleWrapper .article .textArea .blandText {
  font-weight: 500;
  line-height: 1.56;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article .textArea .blandText {
    font-size: 2rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article .textArea .title {
  font-weight: 700;
  line-height: 1.55;
  margin-top: 1.3rem;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article .textArea .title {
    margin-top: 2rem;
    font-size: 2.5rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article .textArea .price {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article .textArea .price {
    font-size: 2.1rem;
  }
}

.front .section3__wrapper .leftArea .articleWrapper .article:nth-of-type(n + 4) {
  margin-top: 5.9rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .articleWrapper .article:nth-of-type(n + 2) {
    margin-top: 3.9rem;
  }
}

.front .section3__wrapper .leftArea .btn.sponly {
  display: none;
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .btn.sponly {
    display: block;
  }
}

@media (max-width: 768px) {
  .front .section3__wrapper .leftArea .btn {
    margin: 0 auto;
    margin-top: 7rem;
  }
}

.front .section3__wrapper .rightArea {
  width: 40rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    margin-top: 14rem;
  }
}

.front .section3__wrapper .rightArea .titleArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .titleArea .title {
    text-align: center;
    font-size: 4.2rem;
  }
}

.front .section3__wrapper .rightArea .titleArea .subTitle {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .titleArea .subTitle {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 0.8rem;
  }
}

.front .section3__wrapper .rightArea .articleArea {
  margin-top: 5.3rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea {
    margin-top: 7.3rem;
  }
}

.front .section3__wrapper .rightArea .articleArea .article .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article .link:hover {
    opacity: 0.7;
  }
}

.front .section3__wrapper .rightArea .articleArea .article .link .imgArea {
  display: block;
  width: 12rem;
  height: 12rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article .link .imgArea {
    width: 16rem;
    height: 17rem;
  }
}

.front .section3__wrapper .rightArea .articleArea .article .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.front .section3__wrapper .rightArea .articleArea .article .link .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front .section3__wrapper .rightArea .articleArea .article .link .textArea .time,
.front .section3__wrapper .rightArea .articleArea .article .link .textArea .title {
  color: #000000;
}

.front .section3__wrapper .rightArea .articleArea .article .link .textArea .time {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article .link .textArea .time {
    font-size: 1.8rem;
  }
}

.front .section3__wrapper .rightArea .articleArea .article .link .textArea .title {
  font-weight: 700;
  line-height: 1.56;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article .link .textArea .title {
    font-size: 2rem;
    margin-top: 1.4rem;
  }
}

.front .section3__wrapper .rightArea .articleArea .article + .article {
  border-top: 0.1rem solid #000000;
  margin-top: 2.2rem;
  padding-top: 2.2rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article + .article {
    margin-top: 4.2rem;
    padding-top: 5.2rem;
  }
}

.front .section3__wrapper .rightArea .articleArea .article:last-of-type {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 2.2rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .articleArea .article:last-of-type {
    padding-bottom: 5.2rem;
  }
}

.front .section3__wrapper .rightArea .btn {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .front .section3__wrapper .rightArea .btn {
    margin: 0 auto;
    margin-top: 6.5rem;
  }
}

.front .section4 {
  background: #E5E5E5;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (max-width: 768px) {
  .front .section4 {
    padding-top: 10rem;
    padding-bottom: 11rem;
  }
}

.front .section4__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 10rem;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper {
    display: block;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section4__wrapper {
    max-width: 44rem;
  }
}

.front .section4__wrapper .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front .section4__wrapper .btn .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3rem;
}

@media (min-width: 768px) {
  .front .section4__wrapper .btn .link:hover {
    opacity: 0.7;
  }
}

.front .section4__wrapper .btn.resicle {
  position: relative;
  z-index: 2;
  border-radius: 3rem;
  overflow: hidden;
}

.front .section4__wrapper .btn.resicle .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.front .section4__wrapper .btn.resicle .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.front .section4__wrapper .btn.resicle .imgArea .over {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.front .section4__wrapper .btn.resicle .link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.3rem 0;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.resicle .link {
    padding: 5.3rem 0;
  }
}

.front .section4__wrapper .btn.resicle .link .svgArea {
  display: block;
  width: 6.3rem;
  height: 6.3rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.resicle .link .svgArea {
    width: 5.3rem;
    height: 5.3rem;
  }
}

.front .section4__wrapper .btn.resicle .link .svgArea svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.front .section4__wrapper .btn.resicle .link .text {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.resicle .link .text {
    font-size: 1.8rem;
  }
}

.front .section4__wrapper .btn.line .link {
  position: relative;
  background: #42A166;
  padding: 7rem 0;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.line .link {
    margin-top: 3rem;
    padding: 5rem 0;
    padding-left: 3rem;
  }
}

.front .section4__wrapper .btn.line .link .textArea {
  display: inline-block;
}

.front .section4__wrapper .btn.line .link .textArea .text {
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.line .link .textArea .text {
    font-size: 1.8rem;
  }
}

.front .section4__wrapper .btn.line .link .textArea .text .span {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.8rem;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.line .link .textArea .text .span {
    font-size: 2.3rem;
  }
}

.front .section4__wrapper .btn.line .link .urlArea {
  background: #FFE200;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #42A166;
  letter-spacing: 0.05em;
  margin-top: 3rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  padding: 1.6rem 0;
  width: 24rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.line .link .urlArea {
    font-size: 1.2rem;
    padding: 1.2rem 0;
    width: 20rem;
  }
}

.front .section4__wrapper .btn.line .link .imgArea {
  position: absolute;
  bottom: 0;
  right: 3.7rem;
  width: 18rem;
}

@media (max-width: 768px) {
  .front .section4__wrapper .btn.line .link .imgArea {
    right: 2.7rem;
    width: 15rem;
  }
}

.front .section4__wrapper .btn.line .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.front .section5 {
  background: #CC9035;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 16.3rem;
}

@media (max-width: 768px) {
  .front .section5 {
    padding-top: 7rem;
    padding-bottom: 8.3rem;
  }
}

.front .section5__wrapper .titleArea {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .front .section5__wrapper .titleArea {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .front .section5__wrapper .titleArea {
    max-width: 44rem;
  }
}

.front .section5__wrapper .titleArea .title,
.front .section5__wrapper .titleArea .subTitle {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.05em;
}

.front .section5__wrapper .titleArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .front .section5__wrapper .titleArea .title {
    font-size: 4.2rem;
  }
}

.front .section5__wrapper .titleArea .subTitle {
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .front .section5__wrapper .titleArea .subTitle {
    font-size: 3rem;
    margin-top: 1.8rem;
  }
}

@media (max-width: 768px) {
  .front .section5__wrapper .swiperWrapper {
    margin-top: 3.5rem;
  }
}

.front .section5__wrapper .swiperWrapper .article .imgArea {
  display: block;
  z-index: 2;
  margin: 0 auto;
  position: relative;
  bottom: -2rem;
  width: 20rem;
  height: 20rem;
}

@media (max-width: 768px) {
  .front .section5__wrapper .swiperWrapper .article .imgArea {
    width: 22rem;
    height: 22rem;
  }
}

.front .section5__wrapper .swiperWrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}

.front .section5__wrapper .swiperWrapper .article .imgArea::after {
  content: '';
  z-index: -1;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  bottom: -4rem;
  width: 21rem;
  height: 21rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .front .section5__wrapper .swiperWrapper .article .imgArea::after {
    width: 23rem;
    height: 23rem;
  }
}

.front .section5__wrapper .swiperWrapper .article .textArea {
  background: #FFFFFF;
  font-weight: 500;
  position: relative;
  z-index: 3;
  line-height: 1.87;
  font-size: 1.6rem;
  padding: 4.2rem 5rem;
}

@media (max-width: 768px) {
  .front .section5__wrapper .swiperWrapper .article .textArea {
    font-size: 2rem;
    padding: 4.5rem 5rem;
  }
}

@media (max-width: 768px) {
  .front .section6.pconly {
    display: none;
  }
}

.front .section6.sponly {
  display: none;
}

@media (max-width: 768px) {
  .front .section6.sponly {
    display: block;
  }
}

.front .section6__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 11.8rem;
  padding-bottom: 8.7rem;
}

@media (max-width: 768px) {
  .front .section6__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .front .section6__wrapper .link {
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 6.8rem;
    padding-bottom: 8rem;
  }
}

.front .section6__wrapper .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.front .section6__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.front .section6__wrapper .textArea {
  margin: 0 auto;
  max-width: 120rem;
}

.front .section6__wrapper .textArea .title,
.front .section6__wrapper .textArea .text {
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}

.front .section6__wrapper .textArea .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
}

.front .section6__wrapper .textArea .text {
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .front .section6__wrapper .textArea .text {
    font-size: 3.4rem;
  }
}

.front .section6__wrapper .textArea .btn {
  margin: 0 auto;
  margin-top: 3.6rem;
}

.recycling .section1 {
  background: rgba(120, 153, 161, 0.1);
  padding-top: 14.7rem;
  padding-bottom: 22.6rem;
}

@media (max-width: 768px) {
  .recycling .section1 {
    padding-top: 5.7rem;
    padding-bottom: 12.6rem;
  }
}

.recycling .section1__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .recycling .section1__wrapper {
    max-width: 44rem;
  }
}

.recycling .section1__wrapper .svgArea {
  margin: 0 auto;
  width: 16rem;
  height: 16rem;
}

.recycling .section1__wrapper .svgArea svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .svgArea {
    width: 14rem;
    height: 14rem;
  }
}

.recycling .section1__wrapper .mainTitle {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 6.8rem;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .mainTitle {
    margin-top: 3.8rem;
    font-size: 3rem;
  }
}

.recycling .section1__wrapper .subTitle {
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-size: 2rem;
  margin-top: 6.2rem;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .subTitle {
    text-align: left;
    font-size: 2.4rem;
    margin-top: 4.2rem;
  }
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .subTitle br {
    display: none;
  }
}

.recycling .section1__wrapper .text {
  font-weight: 500;
  text-align: center;
  line-height: 1.71;
  font-size: 1.4rem;
  margin-top: 2.6rem;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .text {
    text-align: left;
    font-size: 1.8rem;
    margin-top: 3.6rem;
  }
}

.recycling .section1__wrapper .title {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 5.1rem;
}

@media (max-width: 768px) {
  .recycling .section1__wrapper .title {
    text-align: left;
    font-size: 2.4rem;
  }
}

.login .section1 {
  padding-bottom: 15rem;
}

@media (max-width: 768px) {
  .login .section1 {
    padding-bottom: 13rem;
  }
}

.login .section1__wrapper legend {
  display: none;
}

.login .section1__wrapper .container {
  padding: 10rem 0;
}

@media (max-width: 768px) {
  .login .section1__wrapper .container {
    padding: 6rem 0;
  }
}

.login .section1__wrapper .container .wrapper + .wrapper {
  margin-top: 4rem;
}

.login .section1__wrapper .container .wrapper input[type="text"],
.login .section1__wrapper .container .wrapper input[type="email"],
.login .section1__wrapper .container .wrapper input[type="password"] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 0.1rem solid #707070;
}

@media (max-width: 768px) {
  .login .section1__wrapper .container .wrapper input[type="text"],
  .login .section1__wrapper .container .wrapper input[type="email"],
  .login .section1__wrapper .container .wrapper input[type="password"] {
    padding: 1.5rem;
    font-size: 2rem;
  }
}

.login .section1__wrapper .btn {
  margin-top: 4.9rem;
}

.login .section1__wrapper .btn label,
.login .section1__wrapper .btn input[type="checkbox"] {
  display: none;
}

.login .section1__wrapper .btn input[type="submit"] {
  background: #000000;
}

.login .section1__wrapper .btn + .btn {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .login .section1__wrapper .btn + .btn {
    margin-top: 2rem;
  }
}

.login .section1__wrapper .link-text {
  margin-top: 3rem;
  text-align: center;
}

.login .section1__wrapper .link-text span {
  font-size: 1.6rem;
}

.login .section1__wrapper .link-text span a {
  margin: 0 auto;
  width: 40rem;
  margin-top: 1.5rem;
  display: block;
  height: 100%;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 2rem;
  padding: 2.6rem 0;
}

@media (max-width: 768px) {
  .login .section1__wrapper .link-text span a {
    width: 37rem;
  }
}

@media (max-width: 768px) {
  .login .section1__wrapper .link-text span a {
    font-size: 2.2rem;
    padding: 3.6rem 0;
  }
}

@media (min-width: 768px) {
  .login .section1__wrapper .link-text span a:hover {
    opacity: 0.7;
  }
}

.login .section1__wrapper .link-text span.link-text-forgot {
  display: none;
}

.login .section1__wrapper .link-text span.link-text-forgot a {
  background: #FB4645;
}

.login .section1__wrapper .link-text span.link-text-register a {
  background: #D8EA67;
  color: #000000;
}

.newMember .section1 {
  padding-bottom: 15rem;
}

@media (max-width: 768px) {
  .newMember .section1 {
    padding-bottom: 1rem;
  }
}

.newMember .section1__wrapper .container {
  padding: 10rem 0;
  padding-bottom: 5.8rem;
}

@media (max-width: 768px) {
  .newMember .section1__wrapper .container {
    padding: 6rem 0;
  }
}

.newMember .section1__wrapper .btn,
.newMember .section1__wrapper .button_div {
  margin-top: 6.1rem;
}

@media (max-width: 500px) {
  .newMember .section1__wrapper .btn.commonBtnBig,
  .newMember .section1__wrapper .button_div.commonBtnBig {
    width: 100%;
  }
}

.newMember .section1__wrapper .btn.commonBtnBig .link,
.newMember .section1__wrapper .btn.commonBtnBig input[type="submit"],
.newMember .section1__wrapper .button_div.commonBtnBig .link,
.newMember .section1__wrapper .button_div.commonBtnBig input[type="submit"] {
  padding: 3.4rem 0;
  font-size: 2.6rem;
  background: #000000;
}

@media (max-width: 500px) {
  .newMember .section1__wrapper .button_div {
    width: 100%;
  }
}

.newMember .section1__wrapper .explanatory {
  font-weight: 300;
  font-size: 11px;
  margin-top: 10px;
}

.newMember .section1 .req-text {
  display: none;
}

.application .section1__wrapper .container {
  padding: 10rem 0;
  padding-bottom: 7.8rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container {
    padding: 6rem 0;
    padding-bottom: 0;
  }
}

.application .section1__wrapper .container .wrapper .title {
  font-weight: 700;
  font-size: 2.2rem;
}

.application .section1__wrapper .container .wrapper .inputArea.radio,
.application .section1__wrapper .container .wrapper .inputAreafile.radio {
  margin-top: 4.6rem;
}

.application .section1__wrapper .container .wrapper .inputArea.radio .span,
.application .section1__wrapper .container .wrapper .inputAreafile.radio .span {
  padding-left: 3.5rem;
  margin-right: 3.6rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .inputArea.radio .span,
  .application .section1__wrapper .container .wrapper .inputAreafile.radio .span {
    display: block;
  }
}

.application .section1__wrapper .container .wrapper .inputArea.radio .span:nth-of-type(2),
.application .section1__wrapper .container .wrapper .inputAreafile.radio .span:nth-of-type(2) {
  margin-top: 3rem;
}

.application .section1__wrapper .container .wrapper .kitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea {
    margin-top: 6rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea.none {
  display: none;
}

.application .section1__wrapper .container .wrapper .kitArea .article {
  width: 31rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article {
    width: 100%;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .imgArea {
  display: block;
  width: 100%;
  height: 14rem;
}

.application .section1__wrapper .container .wrapper .kitArea .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .imgArea {
    height: 38rem;
  }
}

@media (max-width: 500px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .imgArea {
    height: 19rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .radioArea {
    margin-top: 4.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span {
  position: relative;
  padding-left: 3rem;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span {
    padding-left: 4rem;
    font-size: 2.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.2rem solid #000000;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span::before {
    width: 3rem;
    height: 3rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .radioArea .span::after {
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea input[type="radio"] {
  display: none;
}

.application .section1__wrapper .container .wrapper .kitArea .article .radioArea input[type="radio"]:checked + .span::after {
  opacity: 1;
}

.application .section1__wrapper .container .wrapper .kitArea .article .text {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article .text {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article:nth-of-type(2n) {
  margin-left: 6rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article:nth-of-type(2n) {
    margin-left: 0;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .article:nth-of-type(n + 3) {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .article:nth-of-type(n + 2) {
    margin-top: 6.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field {
  display: block;
  width: 31rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field {
    width: 100%;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field::before {
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 14rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field::before {
    height: 38rem;
  }
}

@media (max-width: 500px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field::before {
    height: 19rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field::after {
  margin-top: 2rem;
  display: block;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field::after {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(2n) {
  margin-left: 6rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(2n) {
    margin-left: 0;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(1)::before {
  background-image: url("../img/application/applicationimg1.webp");
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(2)::before {
  background-image: url("../img/application/applicationimg2.webp");
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(3) {
  margin-left: 0;
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(3)::before {
  background-image: url("../img/application/applicationimg3.webp");
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(4)::before {
  background-image: url("../img/application/applicationimg4.webp");
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(n + 3) {
  margin-top: 4.2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field:nth-of-type(n + 2) {
    margin-top: 6.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label {
    margin-top: 4.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text {
  position: relative;
  padding-left: 3rem;
  margin-right: 2rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text {
    padding-left: 4rem;
    font-size: 2.2rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 0.2rem solid #000000;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text::before {
    width: 3rem;
    height: 3rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  left: 0.3rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label .mwform-radio-field-text::after {
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label input[type="radio"] {
  display: none;
}

.application .section1__wrapper .container .wrapper .kitArea .mwform-radio-field label input[type="radio"]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.application .section1__wrapper .container .wrapper .inputArea.calender,
.application .section1__wrapper .container .wrapper .inputAreafile.calender {
  margin-top: 4rem;
}

.application .section1__wrapper .container .wrapper .inputArea.calender.none,
.application .section1__wrapper .container .wrapper .inputAreafile.calender.none {
  display: none;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .inputArea.calender,
  .application .section1__wrapper .container .wrapper .inputAreafile.calender {
    margin-top: 7rem;
  }
}

.application .section1__wrapper .container .wrapper .inputArea.calender input[type="date"],
.application .section1__wrapper .container .wrapper .inputAreafile.calender input[type="date"] {
  display: block;
  width: 48%;
  font-size: 1.6rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 0.1rem solid #707070;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .inputArea.calender input[type="date"],
  .application .section1__wrapper .container .wrapper .inputAreafile.calender input[type="date"] {
    width: 100%;
    font-size: 2.2rem;
  }
}

.application .section1__wrapper .container .wrapper .inputArea.calender input[name="配送希望日"],
.application .section1__wrapper .container .wrapper .inputAreafile.calender input[name="配送希望日"] {
  width: 48%;
}

.application .section1__wrapper .container .wrapper .inputArea.shinamono,
.application .section1__wrapper .container .wrapper .inputAreafile.shinamono {
  margin-top: 4rem;
}

.application .section1__wrapper .container .wrapper .inputArea.shinamono input,
.application .section1__wrapper .container .wrapper .inputAreafile.shinamono input {
  width: 48%;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .inputArea.shinamono input,
  .application .section1__wrapper .container .wrapper .inputAreafile.shinamono input {
    width: 100%;
  }
}

.application .section1__wrapper .container .wrapper .inputArea.hituyoukosu select, .application .section1__wrapper .container .wrapper .inputArea.hitsuyoudenpyou select, .application .section1__wrapper .container .wrapper .inputArea.calender select,
.application .section1__wrapper .container .wrapper .inputAreafile.hituyoukosu select,
.application .section1__wrapper .container .wrapper .inputAreafile.hitsuyoudenpyou select,
.application .section1__wrapper .container .wrapper .inputAreafile.calender select {
  width: 48%;
}

@media (max-width: 768px) {
  .application .section1__wrapper .container .wrapper .inputArea.hituyoukosu select, .application .section1__wrapper .container .wrapper .inputArea.hitsuyoudenpyou select, .application .section1__wrapper .container .wrapper .inputArea.calender select,
  .application .section1__wrapper .container .wrapper .inputAreafile.hituyoukosu select,
  .application .section1__wrapper .container .wrapper .inputAreafile.hitsuyoudenpyou select,
  .application .section1__wrapper .container .wrapper .inputAreafile.calender select {
    width: 100%;
  }
}

.application .section1__wrapper .container .wrapper .inputArea.hituyoukosu.none, .application .section1__wrapper .container .wrapper .inputArea.hitsuyoudenpyou.none, .application .section1__wrapper .container .wrapper .inputArea.calender.none,
.application .section1__wrapper .container .wrapper .inputAreafile.hituyoukosu.none,
.application .section1__wrapper .container .wrapper .inputAreafile.hitsuyoudenpyou.none,
.application .section1__wrapper .container .wrapper .inputAreafile.calender.none {
  display: none;
}

.application .section1__wrapper .container .wrapper .inputArea.hituyoukosu .text2, .application .section1__wrapper .container .wrapper .inputArea.hitsuyoudenpyou .text2, .application .section1__wrapper .container .wrapper .inputArea.calender .text2,
.application .section1__wrapper .container .wrapper .inputAreafile.hituyoukosu .text2,
.application .section1__wrapper .container .wrapper .inputAreafile.hitsuyoudenpyou .text2,
.application .section1__wrapper .container .wrapper .inputAreafile.calender .text2 {
  line-height: 1.7;
  font-size: 1.4rem;
}

.application .section1__wrapper .container .wrapper .inputArea.textArea textarea,
.application .section1__wrapper .container .wrapper .inputAreafile.textArea textarea {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
  margin-top: 2rem;
  border: 0.1rem solid #707070;
}

.application .section1__wrapper .btn {
  margin-top: 6.1rem;
}

.application .mw_wp_form_complete .section1__wrapper {
  margin: 0 auto;
  padding: 13rem 0;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .application .mw_wp_form_complete .section1__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .application .mw_wp_form_complete .section1__wrapper {
    max-width: 44rem;
  }
}

.application .mw_wp_form_complete .section1__wrapper .title {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .application .mw_wp_form_complete .section1__wrapper .title {
    font-size: 3rem;
  }
}

.application .mw_wp_form_complete .section1__wrapper .text {
  text-align: center;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 5.8rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .application .mw_wp_form_complete .section1__wrapper .text {
    margin-top: 3.8rem;
  }
}

.application .mw_wp_form_complete .section1__wrapper .link {
  display: block;
  margin: 0 auto;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  margin-top: 4rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  width: 40rem;
}

@media (max-width: 768px) {
  .application .mw_wp_form_complete .section1__wrapper .link {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 100%;
  }
}

.application .section2 {
  background: #F7F7F7;
  padding-top: 10.5rem;
  padding-bottom: 12rem;
}

@media (max-width: 768px) {
  .application .section2 {
    background: #FFFFFF;
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }
}

.application .section2__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .application .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .application .section2__wrapper {
    max-width: 44rem;
  }
}

.application .section2__wrapper .privacy {
  text-align: center;
}

.application .section2__wrapper .privacy .text {
  margin-bottom: 4rem;
}

.application .section2__wrapper .privacy .text .link {
  color: #000000;
  text-decoration: underline;
}

.application .section2__wrapper .privacy label {
  font-weight: 700;
  position: relative;
  padding-left: 5rem;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .application .section2__wrapper .privacy label {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
}

.application .section2__wrapper .privacy label .mwform-checkbox-field-text {
  cursor: pointer;
}

.application .section2__wrapper .privacy label .mwform-checkbox-field-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  border: 0.1rem solid #000000;
  background: #FFFFFF;
  width: 3.6rem;
  height: 3.6rem;
}

@media (max-width: 768px) {
  .application .section2__wrapper .privacy label .mwform-checkbox-field-text::before {
    left: -2.6rem;
    font-size: 1.8rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}

.application .section2__wrapper .privacy label .mwform-checkbox-field-text::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  background: #000000;
  opacity: 0;
  left: 1rem;
  width: 1.8rem;
  height: 1.8rem;
}

@media (max-width: 768px) {
  .application .section2__wrapper .privacy label .mwform-checkbox-field-text::after {
    left: -1.1rem;
  }
}

.application .section2__wrapper .privacy input[type="checkbox"] {
  display: none;
}

.application .section2__wrapper .privacy input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.application .section2__wrapper .btn {
  margin-top: 5.5rem;
}

.application .section2__wrapper .btn input[type="submit"] {
  background: #000000;
}

.current-deal .section1 {
  padding-bottom: 10.5rem;
}

@media (max-width: 768px) {
  .current-deal .section1 {
    padding-bottom: 0;
  }
}

.current-deal .section1__wrapper .container {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 12.2rem;
  margin: 0;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container {
    padding-top: 4rem;
  }
}

.current-deal .section1__wrapper .container .content {
  border: 0.1rem solid #707070;
  padding-bottom: 6.7rem;
}

.current-deal .section1__wrapper .container .content__title {
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__title {
    padding: 2.8rem 0;
    font-size: 2.2rem;
  }
}

.current-deal .section1__wrapper .container .content__textArea {
  margin: 0 auto;
  max-width: 60rem;
}

.current-deal .section1__wrapper .container .content__textArea .title {
  letter-spacing: 0.025em;
  line-height: 1.66;
  font-weight: 700;
  text-align: center;
  padding-top: 3.2rem;
  font-size: 1.4rem;
}

.current-deal .section1__wrapper .container .content__textArea .title .sponly {
  display: none;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .title .sponly {
    display: block;
  }
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .title {
    padding-top: 4.2rem;
    font-size: 2.2rem;
  }
}

.current-deal .section1__wrapper .container .content__textArea .text {
  font-weight: 500;
  line-height: 2.14;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .text {
    text-align: left;
    margin: 0 auto;
    margin-top: 2.5rem;
    font-size: 1.8rem;
    width: 93%;
  }
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .text br.pconly {
    display: none;
  }
}

.current-deal .section1__wrapper .container .content__textArea .ul {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .ul {
    margin: 0 auto;
    margin-top: 5.5rem;
    width: 93%;
  }
}

.current-deal .section1__wrapper .container .content__textArea .ul__li {
  font-weight: 500;
  border-top: 0.1rem solid #000000;
  padding: 1.4rem 0;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .ul__li {
    padding: 2.2rem 0;
    font-size: 1.8rem;
  }
}

.current-deal .section1__wrapper .container .content__textArea .ul__li:last-of-type {
  border-bottom: 0.1rem solid #000000;
}

.current-deal .section1__wrapper .container .content__textArea .btn {
  margin-top: 3.7rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content__textArea .btn {
    margin-top: 2.7rem;
  }
}

.current-deal .section1__wrapper .container .content__textArea .btn .link {
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.16);
}

.current-deal .section1__wrapper .container .content .articlArea {
  margin: 0 auto;
  max-width: 60rem;
  margin-top: 5.7rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea {
    max-width: 100%;
    width: 93%;
    margin-top: 2.5rem;
  }
}

.current-deal .section1__wrapper .container .content .articlArea .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.7rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea .article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.current-deal .section1__wrapper .container .content .articlArea .article .imgArea {
  display: block;
  border: 0.1rem solid #707070;
  width: 14.2rem;
  height: 14.2rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea .article .imgArea {
    width: 10.2rem;
    height: 10.2rem;
  }
}

.current-deal .section1__wrapper .container .content .articlArea .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.current-deal .section1__wrapper .container .content .articlArea .article .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
}

.current-deal .section1__wrapper .container .content .articlArea .article .textArea .category {
  line-height: 1.56;
}

.current-deal .section1__wrapper .container .content .articlArea .article .textArea .title,
.current-deal .section1__wrapper .container .content .articlArea .article .textArea .price,
.current-deal .section1__wrapper .container .content .articlArea .article .textArea .status {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea .article .textArea .title,
  .current-deal .section1__wrapper .container .content .articlArea .article .textArea .price,
  .current-deal .section1__wrapper .container .content .articlArea .article .textArea .status {
    margin-top: 2rem;
  }
}

.current-deal .section1__wrapper .container .content .articlArea .article .textArea .title {
  line-height: 1.56;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea .article .textArea .title {
    font-size: 2rem;
  }
}

.current-deal .section1__wrapper .container .content .articlArea .article + .article {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content .articlArea .article + .article {
    margin-top: 4.2rem;
  }
}

.current-deal .section1__wrapper .container .content + .content {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .current-deal .section1__wrapper .container .content + .content {
    margin-top: 6rem;
  }
}

.member-info .section1 {
  padding-bottom: 10.5rem;
}

@media (max-width: 768px) {
  .member-info .section1 {
    padding-bottom: 0;
  }
}

.member-info .section1__wrapper .container {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 12.2rem;
  margin: 0;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container {
    padding-top: 5rem;
  }
}

.member-info .section1__wrapper .container .content .inputArea .inputTitle,
.member-info .section1__wrapper .container .content .inputAreafile .inputTitle {
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .content .inputArea .inputTitle,
  .member-info .section1__wrapper .container .content .inputAreafile .inputTitle {
    font-size: 2rem;
  }
}

.member-info .section1__wrapper .container .content .inputArea .inputText,
.member-info .section1__wrapper .container .content .inputAreafile .inputText {
  font-weight: 500;
  border-top: 0.1rem solid #505050;
  padding-top: 2rem;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #505050;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .content .inputArea .inputText,
  .member-info .section1__wrapper .container .content .inputAreafile .inputText {
    padding-top: 3rem;
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.member-info .section1__wrapper .container .content .inputArea + .inputArea,
.member-info .section1__wrapper .container .content .inputArea + .inputAreafile,
.member-info .section1__wrapper .container .content .inputAreafile + .inputArea,
.member-info .section1__wrapper .container .content .inputAreafile + .inputAreafile {
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .content .inputArea + .inputArea,
  .member-info .section1__wrapper .container .content .inputArea + .inputAreafile,
  .member-info .section1__wrapper .container .content .inputAreafile + .inputArea,
  .member-info .section1__wrapper .container .content .inputAreafile + .inputAreafile {
    margin-top: 5.5rem;
  }
}

.member-info .section1__wrapper .container .content .inputArea.next,
.member-info .section1__wrapper .container .content .inputAreafile.next {
  margin-top: 4.5rem;
}

.member-info .section1__wrapper .container .content .inputFlex .inputArea,
.member-info .section1__wrapper .container .content .inputFlex .inputAreafile {
  margin-top: 0;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .content .inputFlex .inputArea + .inputArea,
  .member-info .section1__wrapper .container .content .inputFlex .inputArea + .inputAreafile,
  .member-info .section1__wrapper .container .content .inputFlex .inputAreafile + .inputArea,
  .member-info .section1__wrapper .container .content .inputFlex .inputAreafile + .inputAreafile {
    margin-top: 5.5rem;
  }
}

.member-info .section1__wrapper .container .content .req-text {
  display: none;
}

.member-info .section1__wrapper .container .content .div_image {
  display: none;
}

.member-info .section1__wrapper .container .btn {
  margin-top: 6.8rem;
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .btn {
    margin-top: 5.8rem;
  }
}

@media (max-width: 768px) {
  .member-info .section1__wrapper .container .btn.commonBtnBig {
    width: 37rem;
  }
}

@media (max-width: 500px) {
  .member-info .section1__wrapper .container .btn.commonBtnBig {
    width: 100%;
  }
}

.member-info .section1__wrapper .container .btn input[type="submit"] {
  background: #000000;
  cursor: pointer;
}

.member-info .section1__wrapper .container .btn .link.red {
  background: #FB4645;
}

.member-info .section1__wrapper .container .btn + .btn {
  margin-top: 2.7rem;
}

.member-info.chengemember .file {
  display: none;
}

.member-info.chengemember .inputArea .explanatory,
.member-info.chengemember .inputAreafile .explanatory {
  font-weight: 300;
  font-size: 11px;
  margin-top: 10px;
}

.member-info.chengemember .inputArea.menkyoura + .inputArea,
.member-info.chengemember .inputArea.menkyoura + .inputAreafile,
.member-info.chengemember .inputAreafile.menkyoura + .inputArea,
.member-info.chengemember .inputAreafile.menkyoura + .inputAreafile {
  display: none;
}

.member-info.chengemember .inputArea.menkyoura + .inputArea + .inputArea,
.member-info.chengemember .inputArea.menkyoura + .inputArea + .inputAreafile,
.member-info.chengemember .inputArea.menkyoura + .inputAreafile + .inputArea,
.member-info.chengemember .inputArea.menkyoura + .inputAreafile + .inputAreafile,
.member-info.chengemember .inputAreafile.menkyoura + .inputArea + .inputArea,
.member-info.chengemember .inputAreafile.menkyoura + .inputArea + .inputAreafile,
.member-info.chengemember .inputAreafile.menkyoura + .inputAreafile + .inputArea,
.member-info.chengemember .inputAreafile.menkyoura + .inputAreafile + .inputAreafile {
  display: none;
}

.member-info.addlicense .inputArea,
.member-info.addlicense .inputFlex,
.member-info.addlicense .inputAreafile {
  display: none !important;
}

.member-info.addlicense .inputArea.file,
.member-info.addlicense .inputFlex.file,
.member-info.addlicense .inputAreafile.file {
  display: block !important;
}

.history .section1 {
  padding-bottom: 10.5rem;
}

@media (max-width: 768px) {
  .history .section1 {
    padding-bottom: 0;
  }
}

.history .section1__wrapper .container {
  background: #FFFFFF;
  padding-top: 9rem;
  padding-bottom: 8rem;
  margin: 0;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container {
    padding-top: 5rem;
  }
}

.history .section1__wrapper .container .content .articlArea {
  margin: 0 auto;
  max-width: 72rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea {
    max-width: 100%;
    width: 92%;
  }
}

.history .section1__wrapper .container .content .articlArea .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.7rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea .article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.history .section1__wrapper .container .content .articlArea .article .imgArea {
  display: block;
  border: 0.1rem solid #707070;
  width: 18rem;
  height: 18rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea .article .imgArea {
    width: 10rem;
    height: 10rem;
  }
}

.history .section1__wrapper .container .content .articlArea .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.history .section1__wrapper .container .content .articlArea .article .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.history .section1__wrapper .container .content .articlArea .article .textArea .category {
  line-height: 1.56;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea .article .textArea .category {
    font-size: 1.8rem;
  }
}

.history .section1__wrapper .container .content .articlArea .article .textArea .title {
  margin-top: 1.4rem;
}

.history .section1__wrapper .container .content .articlArea .article .textArea .price,
.history .section1__wrapper .container .content .articlArea .article .textArea .status,
.history .section1__wrapper .container .content .articlArea .article .textArea .time {
  display: block;
  margin-top: 1.7rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea .article .textArea .price,
  .history .section1__wrapper .container .content .articlArea .article .textArea .time {
    font-size: 1.9rem;
    margin-top: 1.2rem;
  }
}

.history .section1__wrapper .container .content .articlArea .article .textArea .title {
  line-height: 1.56;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .articlArea .article .textArea .title {
    font-size: 2.2rem;
  }
}

.history .section1__wrapper .container .content .articlArea .article + .article {
  border-top: 0.1rem solid #000000;
  margin-top: 4rem;
  padding-top: 4rem;
}

.history .section1__wrapper .container .content .articlArea .article:last-of-type {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 4rem;
}

.history .section1__wrapper .container .content + .content {
  margin-top: 5rem;
}

.history .section1__wrapper .container .content .pagenation,
.history .section1__wrapper .container .content .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  margin-top: 6.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .pagenation,
  .history .section1__wrapper .container .content .wp-pagenavi {
    width: 92%;
    max-width: 100%;
  }
}

.history .section1__wrapper .container .content .pagenation .prev,
.history .section1__wrapper .container .content .pagenation .next,
.history .section1__wrapper .container .content .pagenation .nextpostslink,
.history .section1__wrapper .container .content .pagenation .previouspostslink,
.history .section1__wrapper .container .content .wp-pagenavi .prev,
.history .section1__wrapper .container .content .wp-pagenavi .next,
.history .section1__wrapper .container .content .wp-pagenavi .nextpostslink,
.history .section1__wrapper .container .content .wp-pagenavi .previouspostslink {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .pagenation .prev,
  .history .section1__wrapper .container .content .pagenation .next,
  .history .section1__wrapper .container .content .pagenation .nextpostslink,
  .history .section1__wrapper .container .content .pagenation .previouspostslink,
  .history .section1__wrapper .container .content .wp-pagenavi .prev,
  .history .section1__wrapper .container .content .wp-pagenavi .next,
  .history .section1__wrapper .container .content .wp-pagenavi .nextpostslink,
  .history .section1__wrapper .container .content .wp-pagenavi .previouspostslink {
    width: 4rem;
    height: 4rem;
  }
}

.history .section1__wrapper .container .content .pagenation .prev svg,
.history .section1__wrapper .container .content .pagenation .next svg,
.history .section1__wrapper .container .content .pagenation .nextpostslink svg,
.history .section1__wrapper .container .content .pagenation .previouspostslink svg,
.history .section1__wrapper .container .content .wp-pagenavi .prev svg,
.history .section1__wrapper .container .content .wp-pagenavi .next svg,
.history .section1__wrapper .container .content .wp-pagenavi .nextpostslink svg,
.history .section1__wrapper .container .content .wp-pagenavi .previouspostslink svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.history .section1__wrapper .container .content .pagenation .prev img,
.history .section1__wrapper .container .content .pagenation .next img,
.history .section1__wrapper .container .content .pagenation .nextpostslink img,
.history .section1__wrapper .container .content .pagenation .previouspostslink img,
.history .section1__wrapper .container .content .wp-pagenavi .prev img,
.history .section1__wrapper .container .content .wp-pagenavi .next img,
.history .section1__wrapper .container .content .wp-pagenavi .nextpostslink img,
.history .section1__wrapper .container .content .wp-pagenavi .previouspostslink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}

.history .section1__wrapper .container .content .pagenation .prev,
.history .section1__wrapper .container .content .pagenation .previouspostslink,
.history .section1__wrapper .container .content .wp-pagenavi .prev,
.history .section1__wrapper .container .content .wp-pagenavi .previouspostslink {
  left: 0;
}

.history .section1__wrapper .container .content .pagenation .next,
.history .section1__wrapper .container .content .pagenation .nextpostslink,
.history .section1__wrapper .container .content .wp-pagenavi .next,
.history .section1__wrapper .container .content .wp-pagenavi .nextpostslink {
  right: 0;
}

.history .section1__wrapper .container .content .pagenation .number,
.history .section1__wrapper .container .content .wp-pagenavi .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}

@media (max-width: 768px) {
  .history .section1__wrapper .container .content .pagenation .number,
  .history .section1__wrapper .container .content .wp-pagenavi .number {
    gap: 2.5rem;
  }
}

.history .section1__wrapper .container .content .pagenation .number .link,
.history .section1__wrapper .container .content .pagenation .number .span,
.history .section1__wrapper .container .content .pagenation .number .page,
.history .section1__wrapper .container .content .pagenation .number .current,
.history .section1__wrapper .container .content .wp-pagenavi .number .link,
.history .section1__wrapper .container .content .wp-pagenavi .number .span,
.history .section1__wrapper .container .content .wp-pagenavi .number .page,
.history .section1__wrapper .container .content .wp-pagenavi .number .current {
  font-weight: 600;
  font-size: 2rem;
}

.history .section1__wrapper .container .content .pagenation .number .link,
.history .section1__wrapper .container .content .pagenation .number .page,
.history .section1__wrapper .container .content .wp-pagenavi .number .link,
.history .section1__wrapper .container .content .wp-pagenavi .number .page {
  color: #000000;
}

.history .section1__wrapper .container .content .pagenation .number .span,
.history .section1__wrapper .container .content .pagenation .number .current,
.history .section1__wrapper .container .content .wp-pagenavi .number .span,
.history .section1__wrapper .container .content .wp-pagenavi .number .current {
  display: block;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .result {
    position: relative;
  }
}

.result .priceArea {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .result .priceArea.pclayout {
    display: none;
  }
}

.result .priceArea.splayout {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@media (max-width: 768px) {
  .result .priceArea.splayout {
    display: block;
  }
}

.result .priceArea.splayout .price {
  background: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0;
}

.result .priceArea.splayout .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result .priceArea.splayout .btnArea input[type="submit"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FB4645;
  color: #FFFFFF;
}

.result .priceArea.splayout .btnArea input[type="submit"].disable {
  opacity: 0.7;
  cursor: pointer;
}

.result .priceArea.splayout .btnArea .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result .priceArea.splayout .btnArea .link .span {
  position: relative;
  display: block;
  top: -0.3rem;
  width: 4rem;
  height: 4rem;
}

.result .priceArea.splayout .btnArea .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.result .priceArea.splayout .btnArea .link.red {
  color: #FFFFFF;
  background: #FB4645;
}

.result .priceArea.splayout .btnArea .link.yellow {
  color: #000000;
  background: #D8EA67;
}

.result .section1 {
  padding-bottom: 10.5rem;
}

@media (max-width: 768px) {
  .result .section1 {
    padding-bottom: 0;
  }
}

.result .section1__wrapper {
  max-width: 146rem;
}

.result .section1__wrapper .contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 5.5rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .contentWrapper {
    display: block;
    margin-top: 3.5rem;
  }
}

.result .section1__wrapper .rightArea {
  position: -webkit-sticky;
  position: sticky;
  margin-left: auto;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20rem;
  height: 50rem;
  top: 33.5rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .rightArea.pclayout {
    display: none;
  }
}

.result .section1__wrapper .rightArea .priceArea .text {
  font-weight: 700;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  padding: 1.2rem 0;
  font-size: 1.8rem;
}

.result .section1__wrapper .rightArea .priceArea .price {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #FFFFFF;
  text-align: center;
  font-size: 3.2rem;
  padding: 1.6rem 0;
}

.result .section1__wrapper .rightArea .priceArea .btn {
  margin-top: 1.3rem;
}

.result .section1__wrapper .rightArea .priceArea .btn.disable {
  opacity: 0.7;
  pointer-events: none;
}

.result .section1__wrapper .rightArea .priceArea .btn .link,
.result .section1__wrapper .rightArea .priceArea .btn input[type="submit"] {
  display: block;
  background: #FB4645;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  padding: 2.3rem 0;
  cursor: pointer;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn {
  width: 20rem;
  height: 20rem;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn .link {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #D8EA67;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn .link .span1 {
  width: 6rem;
  height: 6.5rem;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn .link .span1 svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn .link .span2 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  font-size: 2.4rem;
}

.result .section1__wrapper .rightArea .bottomArea .contactBtn .tel {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  margin-top: 1.8rem;
}

.result .section1__wrapper .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 100rem;
  padding-top: 9rem;
  padding-bottom: 8rem;
  margin-left: 22.8rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container {
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 11rem;
  }
}

.result .section1__wrapper .container .content {
  border: 0.1rem solid #707070;
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content {
    padding-top: 0;
  }
}

.result .section1__wrapper .container .content__title {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  margin: 0 auto;
  max-width: 72rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content__title {
    font-size: 2rem;
    padding: 3rem 0;
    max-width: 100%;
  }
}

.result .section1__wrapper .container .content__text {
  margin: 0 auto;
  line-height: 2.14;
  max-width: 60rem;
  margin-top: 3.7rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content__text {
    max-width: 100%;
    width: 92%;
    margin-top: 3.7rem;
    font-size: 1.6rem;
  }
}

.result .section1__wrapper .container .content .avatarArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 60rem;
  margin-top: 3rem;
  gap: 2rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .avatarArea {
    width: 93%;
    max-width: 100%;
    margin-top: 4rem;
    gap: 3rem;
  }
}

.result .section1__wrapper .container .content .avatarArea .imgArea {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 6.4rem;
  height: 6.4rem;
}

.result .section1__wrapper .container .content .avatarArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .avatarArea .imgArea {
    width: 8.4rem;
    height: 8.4rem;
  }
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .avatarArea .text {
    font-size: 2rem;
  }
}

.result .section1__wrapper .container .content .articlArea {
  border-top: 0.1rem solid #000000;
  margin: 0 auto;
  max-width: 72rem;
  margin-top: 4.2rem;
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea {
    max-width: 100%;
    width: 92%;
    margin-top: 5.2rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.7rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.result .section1__wrapper .container .content .articlArea .article .imgArea {
  display: block;
  border: 0.1rem solid #707070;
  width: 18rem;
  height: 18rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .imgArea {
    width: 10rem;
    height: 10rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.result .section1__wrapper .container .content .articlArea .article .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.result .section1__wrapper .container .content .articlArea .article .textArea .category {
  line-height: 1.56;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .category {
    font-size: 1.9rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea .title {
  margin-top: 1.4rem;
}

.result .section1__wrapper .container .content .articlArea .article .textArea .price,
.result .section1__wrapper .container .content .articlArea .article .textArea .status,
.result .section1__wrapper .container .content .articlArea .article .textArea .time {
  display: block;
  margin-top: 1.7rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .price,
  .result .section1__wrapper .container .content .articlArea .article .textArea .status {
    font-size: 1.9rem;
    margin-top: 1.4rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea .title {
  line-height: 1.56;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .title {
    font-size: 2.2rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea input[type="checkbox"] {
  display: none;
}

.result .section1__wrapper .container .content .articlArea .article .textArea .checkArea,
.result .section1__wrapper .container .content .articlArea .article .textArea label {
  font-weight: 500;
  position: relative;
  display: block;
  margin-top: 2.3rem;
  font-size: 1.4rem;
  padding-left: 3.8rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .checkArea,
  .result .section1__wrapper .container .content .articlArea .article .textArea label {
    font-size: 1.8rem;
    padding-left: 4.7rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea .checkArea .mwform-checkbox-field-text::before,
.result .section1__wrapper .container .content .articlArea .article .textArea label .mwform-checkbox-field-text::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.1rem solid #707070;
  width: 2.3rem;
  height: 2.3rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .checkArea .mwform-checkbox-field-text::before,
  .result .section1__wrapper .container .content .articlArea .article .textArea label .mwform-checkbox-field-text::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea .checkArea .mwform-checkbox-field-text::after,
.result .section1__wrapper .container .content .articlArea .article .textArea label .mwform-checkbox-field-text::after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000000;
  opacity: 0;
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article .textArea .checkArea .mwform-checkbox-field-text::after,
  .result .section1__wrapper .container .content .articlArea .article .textArea label .mwform-checkbox-field-text::after {
    left: 0.8rem;
  }
}

.result .section1__wrapper .container .content .articlArea .article .textArea input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.result .section1__wrapper .container .content .articlArea .article + .article {
  border-top: 0.1rem solid #000000;
  margin-top: 4rem;
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .result .section1__wrapper .container .content .articlArea .article + .article {
    padding-top: 3rem;
  }
}

.result .section1__wrapper .container .content + .content {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .result + .m-footer {
    padding-bottom: 20.5rem;
  }
}

.result .mw_wp_form_complete .section1__wrapper {
  margin: 0 auto;
  padding: 13rem 0;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .result .mw_wp_form_complete .section1__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .result .mw_wp_form_complete .section1__wrapper {
    max-width: 44rem;
  }
}

.result .mw_wp_form_complete .section1__wrapper .title {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .result .mw_wp_form_complete .section1__wrapper .title {
    font-size: 3rem;
  }
}

.result .mw_wp_form_complete .section1__wrapper .text {
  text-align: center;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 5.8rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .result .mw_wp_form_complete .section1__wrapper .text {
    margin-top: 3.8rem;
  }
}

.result-archive .section2 {
  background: #F7F7F7;
  padding-top: 6.8rem;
  padding-bottom: 15.2rem;
}

@media (max-width: 768px) {
  .result-archive .section2 {
    padding-top: 5.8rem;
    padding-bottom: 13.2rem;
  }
}

.result-archive .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .result-archive .section2__wrapper {
    max-width: 44rem;
  }
}

.result-archive .section2__wrapper .articleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .articleWrapper {
    display: block;
  }
}

.result-archive .section2__wrapper .articleWrapper .article {
  width: calc((100% - 15.4rem) / 4);
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .articleWrapper .article {
    gap: 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.result-archive .section2__wrapper .articleWrapper .article .imgArea {
  display: block;
  width: 100%;
  height: 26rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .articleWrapper .article .imgArea {
    width: 16rem;
    height: 16rem;
  }
}

.result-archive .section2__wrapper .articleWrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.result-archive .section2__wrapper .articleWrapper .article .textArea {
  margin-top: 2.3rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .articleWrapper .article .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}

.result-archive .section2__wrapper .articleWrapper .article .textArea .category {
  font-weight: 500;
  font-size: 1.6rem;
}

.result-archive .section2__wrapper .articleWrapper .article .textArea .title {
  font-weight: 700;
  line-height: 1.55;
  margin-top: 1.4rem;
  font-size: 1.8rem;
}

.result-archive .section2__wrapper .articleWrapper .article .textArea .price {
  line-height: 1.56;
  font-weight: 700;
  margin-top: 2rem;
}

.result-archive .section2__wrapper .articleWrapper .article:nth-of-type(n + 5) {
  margin-top: 5.2rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .articleWrapper .article:nth-of-type(n + 2) {
    margin-top: 3.2rem;
  }
}

.result-archive .section2__wrapper .articleWrapper::before {
  content: '';
  display: block;
  height: 0;
  width: calc((100% - 15.4rem) / 4);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.result-archive .section2__wrapper .articleWrapper::after {
  content: '';
  display: block;
  height: 0;
  width: calc((100% - 15.4rem) / 4);
}

.result-archive .section2__wrapper .pagenation,
.result-archive .section2__wrapper .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  margin-top: 6.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .pagenation,
  .result-archive .section2__wrapper .wp-pagenavi {
    width: 92%;
    max-width: 100%;
  }
}

.result-archive .section2__wrapper .pagenation .prev,
.result-archive .section2__wrapper .pagenation .next,
.result-archive .section2__wrapper .pagenation .nextpostslink,
.result-archive .section2__wrapper .pagenation .previouspostslink,
.result-archive .section2__wrapper .wp-pagenavi .prev,
.result-archive .section2__wrapper .wp-pagenavi .next,
.result-archive .section2__wrapper .wp-pagenavi .nextpostslink,
.result-archive .section2__wrapper .wp-pagenavi .previouspostslink {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .pagenation .prev,
  .result-archive .section2__wrapper .pagenation .next,
  .result-archive .section2__wrapper .pagenation .nextpostslink,
  .result-archive .section2__wrapper .pagenation .previouspostslink,
  .result-archive .section2__wrapper .wp-pagenavi .prev,
  .result-archive .section2__wrapper .wp-pagenavi .next,
  .result-archive .section2__wrapper .wp-pagenavi .nextpostslink,
  .result-archive .section2__wrapper .wp-pagenavi .previouspostslink {
    width: 4rem;
    height: 4rem;
  }
}

.result-archive .section2__wrapper .pagenation .prev svg,
.result-archive .section2__wrapper .pagenation .next svg,
.result-archive .section2__wrapper .pagenation .nextpostslink svg,
.result-archive .section2__wrapper .pagenation .previouspostslink svg,
.result-archive .section2__wrapper .wp-pagenavi .prev svg,
.result-archive .section2__wrapper .wp-pagenavi .next svg,
.result-archive .section2__wrapper .wp-pagenavi .nextpostslink svg,
.result-archive .section2__wrapper .wp-pagenavi .previouspostslink svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.result-archive .section2__wrapper .pagenation .prev img,
.result-archive .section2__wrapper .pagenation .next img,
.result-archive .section2__wrapper .pagenation .nextpostslink img,
.result-archive .section2__wrapper .pagenation .previouspostslink img,
.result-archive .section2__wrapper .wp-pagenavi .prev img,
.result-archive .section2__wrapper .wp-pagenavi .next img,
.result-archive .section2__wrapper .wp-pagenavi .nextpostslink img,
.result-archive .section2__wrapper .wp-pagenavi .previouspostslink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}

.result-archive .section2__wrapper .pagenation .prev,
.result-archive .section2__wrapper .pagenation .previouspostslink,
.result-archive .section2__wrapper .wp-pagenavi .prev,
.result-archive .section2__wrapper .wp-pagenavi .previouspostslink {
  left: 0;
}

.result-archive .section2__wrapper .pagenation .next,
.result-archive .section2__wrapper .pagenation .nextpostslink,
.result-archive .section2__wrapper .wp-pagenavi .next,
.result-archive .section2__wrapper .wp-pagenavi .nextpostslink {
  right: 0;
}

.result-archive .section2__wrapper .pagenation .number,
.result-archive .section2__wrapper .wp-pagenavi .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}

@media (max-width: 768px) {
  .result-archive .section2__wrapper .pagenation .number,
  .result-archive .section2__wrapper .wp-pagenavi .number {
    gap: 2.5rem;
  }
}

.result-archive .section2__wrapper .pagenation .number .link,
.result-archive .section2__wrapper .pagenation .number .span,
.result-archive .section2__wrapper .pagenation .number .page,
.result-archive .section2__wrapper .pagenation .number .current,
.result-archive .section2__wrapper .wp-pagenavi .number .link,
.result-archive .section2__wrapper .wp-pagenavi .number .span,
.result-archive .section2__wrapper .wp-pagenavi .number .page,
.result-archive .section2__wrapper .wp-pagenavi .number .current {
  font-weight: 600;
  font-size: 2rem;
}

.result-archive .section2__wrapper .pagenation .number .link,
.result-archive .section2__wrapper .pagenation .number .page,
.result-archive .section2__wrapper .wp-pagenavi .number .link,
.result-archive .section2__wrapper .wp-pagenavi .number .page {
  color: #000000;
}

.result-archive .section2__wrapper .pagenation .number .span,
.result-archive .section2__wrapper .pagenation .number .current,
.result-archive .section2__wrapper .wp-pagenavi .number .span,
.result-archive .section2__wrapper .wp-pagenavi .number .current {
  display: block;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #FFFFFF;
}

.post-archive .section2 {
  background: #F7F7F7;
  padding-top: 6.8rem;
  padding-bottom: 15.2rem;
}

@media (max-width: 768px) {
  .post-archive .section2 {
    padding-top: 5.8rem;
    padding-bottom: 12.2rem;
  }
}

.post-archive .section2__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .post-archive .section2__wrapper {
    max-width: 44rem;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .link {
    gap: 2rem;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .imgArea {
  display: block;
  width: 19.6rem;
  height: 19.6rem;
}

.post-archive .section2__wrapper .articleWrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .imgArea {
    width: 15.6rem;
    height: 15.6rem;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-archive .section2__wrapper .articleWrapper .article .textArea .title {
  color: #000000;
  font-weight: 700;
  line-height: 1.55;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .textArea .title {
    margin-top: 1.4rem;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .textArea .time {
  color: #000000;
  line-height: 1.56;
  font-weight: 500;
  display: block;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .textArea .time {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .textArea .time.pclayout {
    display: none;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .textArea .time.splayout {
  display: none;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .textArea .time.splayout {
    display: block;
  }
}

.post-archive .section2__wrapper .articleWrapper .article .textArea .text {
  color: #000000;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 1.8rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .articleWrapper .article .textArea .text.pclayout {
    display: none;
  }
}

.post-archive .section2__wrapper .articleWrapper .article + .article {
  border-top: 0.1rem solid #000000;
  padding-top: 6.2rem;
  margin-top: 6.2rem;
}

.post-archive .section2__wrapper .articleWrapper .article:last-of-type {
  border-bottom: 0.1rem solid #000000;
  padding-bottom: 6.2rem;
}

.post-archive .section2__wrapper .articleWrapper::before {
  content: '';
  display: block;
  height: 0;
  width: calc((100% - 15.4rem) / 4);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.post-archive .section2__wrapper .articleWrapper::after {
  content: '';
  display: block;
  height: 0;
  width: calc((100% - 15.4rem) / 4);
}

.post-archive .section2__wrapper .pagenation,
.post-archive .section2__wrapper .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 72rem;
  margin-top: 6.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .pagenation,
  .post-archive .section2__wrapper .wp-pagenavi {
    width: 92%;
    max-width: 100%;
  }
}

.post-archive .section2__wrapper .pagenation .prev,
.post-archive .section2__wrapper .pagenation .next,
.post-archive .section2__wrapper .pagenation .nextpostslink,
.post-archive .section2__wrapper .pagenation .previouspostslink,
.post-archive .section2__wrapper .wp-pagenavi .prev,
.post-archive .section2__wrapper .wp-pagenavi .next,
.post-archive .section2__wrapper .wp-pagenavi .nextpostslink,
.post-archive .section2__wrapper .wp-pagenavi .previouspostslink {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .pagenation .prev,
  .post-archive .section2__wrapper .pagenation .next,
  .post-archive .section2__wrapper .pagenation .nextpostslink,
  .post-archive .section2__wrapper .pagenation .previouspostslink,
  .post-archive .section2__wrapper .wp-pagenavi .prev,
  .post-archive .section2__wrapper .wp-pagenavi .next,
  .post-archive .section2__wrapper .wp-pagenavi .nextpostslink,
  .post-archive .section2__wrapper .wp-pagenavi .previouspostslink {
    width: 4rem;
    height: 4rem;
  }
}

.post-archive .section2__wrapper .pagenation .prev svg,
.post-archive .section2__wrapper .pagenation .next svg,
.post-archive .section2__wrapper .pagenation .nextpostslink svg,
.post-archive .section2__wrapper .pagenation .previouspostslink svg,
.post-archive .section2__wrapper .wp-pagenavi .prev svg,
.post-archive .section2__wrapper .wp-pagenavi .next svg,
.post-archive .section2__wrapper .wp-pagenavi .nextpostslink svg,
.post-archive .section2__wrapper .wp-pagenavi .previouspostslink svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.post-archive .section2__wrapper .pagenation .prev img,
.post-archive .section2__wrapper .pagenation .next img,
.post-archive .section2__wrapper .pagenation .nextpostslink img,
.post-archive .section2__wrapper .pagenation .previouspostslink img,
.post-archive .section2__wrapper .wp-pagenavi .prev img,
.post-archive .section2__wrapper .wp-pagenavi .next img,
.post-archive .section2__wrapper .wp-pagenavi .nextpostslink img,
.post-archive .section2__wrapper .wp-pagenavi .previouspostslink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-archive .section2__wrapper .pagenation .prev,
.post-archive .section2__wrapper .pagenation .previouspostslink,
.post-archive .section2__wrapper .wp-pagenavi .prev,
.post-archive .section2__wrapper .wp-pagenavi .previouspostslink {
  left: 0;
}

.post-archive .section2__wrapper .pagenation .next,
.post-archive .section2__wrapper .pagenation .nextpostslink,
.post-archive .section2__wrapper .wp-pagenavi .next,
.post-archive .section2__wrapper .wp-pagenavi .nextpostslink {
  right: 0;
}

.post-archive .section2__wrapper .pagenation .number,
.post-archive .section2__wrapper .wp-pagenavi .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
}

@media (max-width: 768px) {
  .post-archive .section2__wrapper .pagenation .number,
  .post-archive .section2__wrapper .wp-pagenavi .number {
    gap: 2.5rem;
  }
}

.post-archive .section2__wrapper .pagenation .number .link,
.post-archive .section2__wrapper .pagenation .number .span,
.post-archive .section2__wrapper .pagenation .number .page,
.post-archive .section2__wrapper .pagenation .number .current,
.post-archive .section2__wrapper .wp-pagenavi .number .link,
.post-archive .section2__wrapper .wp-pagenavi .number .span,
.post-archive .section2__wrapper .wp-pagenavi .number .page,
.post-archive .section2__wrapper .wp-pagenavi .number .current {
  font-weight: 600;
  font-size: 2rem;
}

.post-archive .section2__wrapper .pagenation .number .link,
.post-archive .section2__wrapper .pagenation .number .page,
.post-archive .section2__wrapper .wp-pagenavi .number .link,
.post-archive .section2__wrapper .wp-pagenavi .number .page {
  color: #000000;
}

.post-archive .section2__wrapper .pagenation .number .span,
.post-archive .section2__wrapper .pagenation .number .current,
.post-archive .section2__wrapper .wp-pagenavi .number .span,
.post-archive .section2__wrapper .wp-pagenavi .number .current {
  display: block;
  border-radius: 50%;
  background: #000000;
  text-align: center;
  width: 3.2rem;
  height: 3.2rem;
  color: #FFFFFF;
}

.question {
  background: #F7F7F7;
}

.question .section1__wrapper {
  position: relative;
  z-index: 2;
}

.question .section1__wrapper .imgArea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.question .section1__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.question .section1__wrapper .title {
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-top: 16rem;
  padding-bottom: 16.5rem;
  font-size: 4rem;
}

@media (max-width: 768px) {
  .question .section1__wrapper .title {
    font-size: 3rem;
    padding-top: 7rem;
    padding-bottom: 8.5rem;
  }
}

.question .section2 {
  padding-top: 11.6rem;
  padding-bottom: 14.8rem;
}

@media (max-width: 768px) {
  .question .section2 {
    padding-top: 7.2rem;
  }
}

.question .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .question .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 768px) {
  .question .section2__wrapper {
    max-width: 44rem;
  }
}

.question .section2__wrapper .article .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question .section2__wrapper .article .title .textArea .span {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.075em;
  font-size: 2.4rem;
}

.question .section2__wrapper .article .title .textArea .span2 {
  letter-spacing: 0.075em;
  font-size: 2.4rem;
  margin-left: 0.7rem;
}

@media (max-width: 768px) {
  .question .section2__wrapper .article .title .textArea .span2 {
    font-size: 2rem;
    margin-left: 0rem;
  }
}

.question .section2__wrapper .article .title .svg {
  display: none;
  width: 3rem;
  height: 3rem;
}

.question .section2__wrapper .article .title .svg svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.question .section2__wrapper .article .title .svg.done {
  display: block;
}

.question .section2__wrapper .article .title .svg2 {
  display: none;
  width: 3rem;
  height: 3rem;
}

.question .section2__wrapper .article .title .svg2 svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.question .section2__wrapper .article .title .svg2.done {
  display: block;
}

.question .section2__wrapper .article .box {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.7rem;
}

.question .section2__wrapper .article .box .span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  font-size: 2.4rem;
}

.question .section2__wrapper .article .box .span1 {
  font-weight: 500;
  line-height: 1.94;
  margin-left: 0.8rem;
  font-size: 1.8rem;
}

.question .section2__wrapper .article + .article {
  border-top: 0.2rem solid #838689;
  margin-top: 5.3rem;
  padding-top: 5.3rem;
}

.question .section2__wrapper .article:last-of-type {
  border-bottom: 0.2rem solid #838689;
  padding-bottom: 5.3rem;
}

.company .section2 {
  background: #F7F7F7;
  padding-top: 6.8rem;
  padding-bottom: 8rem;
}

@media (max-width: 768px) {
  .company .section2 {
    padding-top: 4.8rem;
  }
}

.company .section2__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .company .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .company .section2__wrapper {
    max-width: 44rem;
  }
}

.company .section2__wrapper .dl {
  border-top: 0.1rem solid #000000;
  border-bottom: 0.1rem solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .company .section2__wrapper .dl {
    display: block;
  }
}

.company .section2__wrapper .dl__dt {
  width: 15%;
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid #CBCBCB;
}

@media (max-width: 768px) {
  .company .section2__wrapper .dl__dt {
    font-weight: 700;
    width: 100%;
    padding-top: 4.2rem;
    font-size: 1.8rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.company .section2__wrapper .dl__dd {
  width: 85%;
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid #CBCBCB;
}

@media (max-width: 768px) {
  .company .section2__wrapper .dl__dd {
    width: 100%;
    font-size: 1.8rem;
    padding: 1.2rem 0;
    padding-bottom: 2.2rem;
  }
}

.singlePage {
  background: #F7F7F7;
}

.singlePage .section1 {
  padding-top: 11.2rem;
}

@media (max-width: 768px) {
  .singlePage .section1 {
    padding-top: 7.5rem;
  }
}

.singlePage .section1__wrapper {
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 140rem;
  padding-top: 11rem;
  padding-bottom: 10rem;
}

@media (max-width: 1600px) {
  .singlePage .section1__wrapper {
    max-width: 120rem;
  }
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper {
    max-width: 100%;
    padding-top: 6rem;
    border-radius: 0;
  }
}

.singlePage .section1__wrapper--titleArea {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper--titleArea {
    max-width: 44rem;
  }
}

.singlePage .section1__wrapper--titleArea .time {
  font-size: 1.8rem;
}

.singlePage .section1__wrapper--titleArea .mainTitle {
  margin-top: 2.5rem;
  font-size: 2.2rem;
}

.singlePage .section1__wrapper--imgArea {
  margin: 0 auto;
  margin-top: 7rem;
  width: 60rem;
}

.singlePage .section1__wrapper--imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper--imgArea {
    max-width: 44rem;
    width: 100%;
  }
}

.singlePage .section1__wrapper--contentArea {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper--contentArea {
    max-width: 44rem;
  }
}

.singlePage .section1__wrapper--contentArea h2 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
  margin-top: 8rem;
  padding-left: 2.5rem;
  font-size: 2.2rem;
}

.singlePage .section1__wrapper--contentArea h2::before {
  content: '';
  border-radius: 50%;
  background: #000000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.singlePage .section1__wrapper--contentArea h2 span {
  color: #000000;
  font-weight: 700;
  font-size: 2.2rem;
}

.singlePage .section1__wrapper--contentArea h3 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 1.4rem;
  font-size: 1.9rem;
}

.singlePage .section1__wrapper--contentArea h3::after {
  content: '';
  display: block;
  width: 100%;
  background: #000000;
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}

.singlePage .section1__wrapper--contentArea h4 {
  color: #000000;
  background: #D9D9D9;
  padding: 1.1rem 0;
  padding-left: 3rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.singlePage .section1__wrapper--contentArea h5 {
  position: relative;
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}

.singlePage .section1__wrapper--contentArea h5::before {
  content: '';
  border-radius: 50%;
  background: #000000;
  display: block;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.singlePage .section1__wrapper--contentArea h6 {
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.singlePage .section1__wrapper--contentArea p {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 2rem 0;
}

.singlePage .section1__wrapper--contentArea p span {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
}

.singlePage .section1__wrapper--contentArea p sup {
  vertical-align: top;
}

.singlePage .section1__wrapper--contentArea p sub {
  vertical-align: bottom;
}

.singlePage .section1__wrapper--contentArea p sup,
.singlePage .section1__wrapper--contentArea p sub {
  color: #484848;
}

.singlePage .section1__wrapper--contentArea a {
  font-weight: 400;
  color: #484848;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #000000;
}

.singlePage .section1__wrapper--contentArea a:hover {
  opacity: .7;
}

.singlePage .section1__wrapper--contentArea strong {
  color: #484848;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
}

.singlePage .section1__wrapper--contentArea ul,
.singlePage .section1__wrapper--contentArea ol {
  color: #484848;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.singlePage .section1__wrapper--contentArea ul li,
.singlePage .section1__wrapper--contentArea ol li {
  color: #484848;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.singlePage .section1__wrapper--contentArea ul {
  list-style-type: none;
  padding-left: 2rem;
}

.singlePage .section1__wrapper--contentArea ul li {
  position: relative;
}

.singlePage .section1__wrapper--contentArea ul li::before {
  content: '';
  position: absolute;
  background: #000000;
  border-radius: 50%;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.singlePage .section1__wrapper--contentArea ul ul {
  padding-left: 4rem;
}

.singlePage .section1__wrapper--contentArea ul ul li {
  position: relative;
}

.singlePage .section1__wrapper--contentArea ul ul li::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  top: 0.4rem;
  left: -2rem;
  border: 0.1rem solid #000000;
  width: 0.9rem;
  height: 0.9rem;
}

.singlePage .section1__wrapper--contentArea ul ul ul li {
  position: relative;
}

.singlePage .section1__wrapper--contentArea ul ul ul li::before {
  content: '';
  position: absolute;
  background: #000000;
  border-radius: 0;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.singlePage .section1__wrapper--contentArea ul ol {
  padding-left: 4rem;
}

.singlePage .section1__wrapper--contentArea ol {
  padding-left: 2rem;
  list-style-type: decimal;
}

.singlePage .section1__wrapper--contentArea ol ol,
.singlePage .section1__wrapper--contentArea ol ul {
  padding-left: 4rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-image,
.singlePage .section1__wrapper--contentArea .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.singlePage .section1__wrapper--contentArea figcaption {
  color: #484848;
  font-size: 1.4rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-embed {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}

.singlePage .section1__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 80rem;
  height: 45rem;
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
    height: 24rem;
  }
}

.singlePage .section1__wrapper--contentArea .wp-block-embed figcaption {
  color: #484848;
  text-align: center;
}

.singlePage .section1__wrapper--contentArea .wp-block-table {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-table th {
  color: #484848;
  text-align: center;
  font-size: 1.6rem;
  border: 0.2rem solid #000000;
  padding: 1.7rem 1.8rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-table td {
  color: #484848;
  text-align: center;
  font-weight: 400;
  border: 0.1rem solid #000000;
  font-size: 1.6rem;
  padding: 1.7rem 1.8rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-table figcaption {
  color: #484848;
  margin-top: 1rem;
}

.singlePage .section1__wrapper--contentArea #toc_container {
  padding: 0;
  border: none;
  border-radius: 3rem;
  padding: 3rem 6rem 2rem 4rem;
}

.singlePage .section1__wrapper--contentArea #toc_container.no_bullets li::before {
  display: none;
}

.singlePage .section1__wrapper--contentArea #toc_container.no_bullets li + li {
  margin-top: 1.3rem;
}

.singlePage .section1__wrapper--contentArea #toc_container p.toc_title + ul.toc_list {
  margin-top: 1.3rem;
}

.singlePage .section1__wrapper--contentArea div#toc_container p.toc_title {
  font-weight: 500;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #FFFFFF;
  font-size: 1.9rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-file__embed + a {
  display: inline-block;
  padding-top: 4rem;
}

.singlePage .section1__wrapper--contentArea .wp-block-file {
  position: relative;
}

@media (max-width: 768px) {
  .singlePage .section1__wrapper--contentArea .wp-block-file::after {
    content: 'ファイルをダウンロードする';
    display: block;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}

.singlePage .section1__wrapper--contentArea .wp-element-button {
  display: block;
  width: 25rem;
  background: #356CB6;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}

.singlePage .section1__wrapper .wp-block-media-text__content {
  padding: 0;
}

.singlePage .section1__wrapper .wp-block-media-text__content p {
  margin-top: 0;
}

.singlePage .section2 {
  margin-top: 9rem;
  padding-bottom: 11rem;
}

.singlePage .section2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .singlePage .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .singlePage .section2__wrapper {
    max-width: 44rem;
  }
}

.singlePage .section2__wrapper .span1 {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

.singlePage .section2__wrapper .span1 svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.singlePage .section2__wrapper--back .link {
  font-weight: 300;
  letter-spacing: 0.04enm;
  color: #000000;
  font-size: 2rem;
}

.privacy .section2 {
  background: #F7F7F7;
  padding-top: 7.2rem;
  padding-bottom: 15rem;
}

@media (max-width: 768px) {
  .privacy .section2 {
    padding-top: 7.5rem;
  }
}

.privacy .section2__wrapper {
  margin: 0 auto;
  max-width: 140rem;
}

@media (max-width: 1600px) {
  .privacy .section2__wrapper {
    max-width: 120rem;
  }
}

@media (max-width: 768px) {
  .privacy .section2__wrapper {
    max-width: 100%;
    border-radius: 0;
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .privacy .section2__wrapper {
    max-width: 44rem;
  }
}

.privacy .section2__wrapper--contentArea {
  border-top: 1px solid #000000;
  margin-top: 2rem;
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea {
    max-width: 44rem;
  }
}

.privacy .section2__wrapper--contentArea h2 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
  margin-top: 8rem;
  font-size: 2.2rem;
}

.privacy .section2__wrapper--contentArea h2 span {
  color: #000000;
  font-weight: 700;
  font-size: 2.2rem;
}

.privacy .section2__wrapper--contentArea h3 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 1.4rem;
  font-size: 1.9rem;
}

.privacy .section2__wrapper--contentArea h3::after {
  content: '';
  display: block;
  width: 100%;
  background: #5AC5C6;
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}

.privacy .section2__wrapper--contentArea h4 {
  color: #000000;
  background: #F0FBFF;
  padding: 1.1rem 0;
  padding-left: 3rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.privacy .section2__wrapper--contentArea h5 {
  position: relative;
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}

.privacy .section2__wrapper--contentArea h5::before {
  content: '';
  border-radius: 50%;
  background: #000000;
  display: block;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

.privacy .section2__wrapper--contentArea h6 {
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.privacy .section2__wrapper--contentArea p {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 2rem 0;
}

.privacy .section2__wrapper--contentArea p span {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
}

.privacy .section2__wrapper--contentArea p sup {
  vertical-align: top;
}

.privacy .section2__wrapper--contentArea p sub {
  vertical-align: bottom;
}

.privacy .section2__wrapper--contentArea p sup,
.privacy .section2__wrapper--contentArea p sub {
  color: #484848;
}

.privacy .section2__wrapper--contentArea a {
  font-weight: 400;
  color: #484848;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #000000;
}

.privacy .section2__wrapper--contentArea a:hover {
  opacity: .7;
}

.privacy .section2__wrapper--contentArea strong {
  color: #484848;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
}

.privacy .section2__wrapper--contentArea ul,
.privacy .section2__wrapper--contentArea ol {
  color: #484848;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.privacy .section2__wrapper--contentArea ul li,
.privacy .section2__wrapper--contentArea ol li {
  color: #484848;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.privacy .section2__wrapper--contentArea ul {
  list-style-type: none;
  padding-left: 2rem;
}

.privacy .section2__wrapper--contentArea ul li {
  position: relative;
}

.privacy .section2__wrapper--contentArea ul li::before {
  content: '';
  position: absolute;
  background: #356CB6;
  border-radius: 50%;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.privacy .section2__wrapper--contentArea ul ul {
  padding-left: 4rem;
}

.privacy .section2__wrapper--contentArea ul ul li {
  position: relative;
}

.privacy .section2__wrapper--contentArea ul ul li::before {
  content: '';
  position: absolute;
  background: #FFFFFF;
  top: 0.4rem;
  left: -2rem;
  border: 0.1rem solid #356CB6;
  width: 0.9rem;
  height: 0.9rem;
}

.privacy .section2__wrapper--contentArea ul ul ul li {
  position: relative;
}

.privacy .section2__wrapper--contentArea ul ul ul li::before {
  content: '';
  position: absolute;
  background: #356CB6;
  border-radius: 0;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}

.privacy .section2__wrapper--contentArea ul ol {
  padding-left: 4rem;
}

.privacy .section2__wrapper--contentArea ol {
  padding-left: 2rem;
  list-style-type: decimal;
}

.privacy .section2__wrapper--contentArea ol ol,
.privacy .section2__wrapper--contentArea ol ul {
  padding-left: 4rem;
}

.privacy .section2__wrapper--contentArea .wp-block-image,
.privacy .section2__wrapper--contentArea .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.privacy .section2__wrapper--contentArea figcaption {
  color: #484848;
  font-size: 1.4rem;
}

.privacy .section2__wrapper--contentArea .wp-block-embed {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}

.privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 80rem;
  height: 45rem;
}

@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
    height: 24rem;
  }
}

.privacy .section2__wrapper--contentArea .wp-block-embed figcaption {
  color: #484848;
  text-align: center;
}

.privacy .section2__wrapper--contentArea .wp-block-table {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.privacy .section2__wrapper--contentArea .wp-block-table th {
  color: #484848;
  background: #F0FBFF;
  text-align: center;
  font-size: 1.6rem;
  border: 0.2rem solid #000000;
  padding: 1.7rem 1.8rem;
}

.privacy .section2__wrapper--contentArea .wp-block-table td {
  color: #484848;
  background: #F0FBFF;
  text-align: center;
  font-weight: 400;
  border: 0.1rem solid #000000;
  font-size: 1.6rem;
  padding: 1.7rem 1.8rem;
}

.privacy .section2__wrapper--contentArea .wp-block-table figcaption {
  color: #484848;
  margin-top: 1rem;
}

.privacy .section2__wrapper--contentArea #toc_container {
  padding: 0;
  border: none;
  border-radius: 3rem;
  padding: 3rem 6rem 2rem 4rem;
}

.privacy .section2__wrapper--contentArea #toc_container.no_bullets li::before {
  display: none;
}

.privacy .section2__wrapper--contentArea #toc_container.no_bullets li + li {
  margin-top: 1.3rem;
}

.privacy .section2__wrapper--contentArea #toc_container p.toc_title + ul.toc_list {
  margin-top: 1.3rem;
}

.privacy .section2__wrapper--contentArea div#toc_container p.toc_title {
  font-weight: 500;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #FFFFFF;
  font-size: 1.9rem;
}

.privacy .section2__wrapper--contentArea .wp-block-file__embed + a {
  display: inline-block;
  padding-top: 4rem;
}

.privacy .section2__wrapper--contentArea .wp-block-file {
  position: relative;
}

@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea .wp-block-file::after {
    content: 'ファイルをダウンロードする';
    display: block;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}

.privacy .section2__wrapper--contentArea .wp-element-button {
  display: block;
  width: 25rem;
  background: #356CB6;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}

.privacy .section2__wrapper .wp-block-media-text__content {
  padding: 0;
}

.privacy .section2__wrapper .wp-block-media-text__content p {
  margin-top: 0;
}

.notfound {
  margin: 0 auto;
  padding: 20rem 0;
  padding-top: 22.2rem;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .notfound {
    padding-top: 15.5rem;
  }
}

.notfound .title {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
}

@media (max-width: 500px) {
  .notfound .title {
    font-size: 3rem;
  }
}

.notfound .text {
  text-align: center;
  color: #000000;
  font-weight: 700;
  margin-top: 2rem;
  font-size: 2.4rem;
}

@media (max-width: 500px) {
  .notfound .text {
    font-size: 1.8rem;
  }
}

.line {
  background: rgba(120, 153, 161, 0.1);
}

.line .section1 {
  background: #42A166;
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .line .section1 {
    padding-top: 2rem;
  }
}

.line .section1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 5.7rem;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper {
    max-width: 80rem;
    gap: 3.7rem;
  }
}

@media (max-width: 500px) {
  .line .section1__wrapper {
    max-width: 44rem;
  }
}

.line .section1__wrapper .textArea {
  width: 29rem;
  padding-top: 4.2rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .textArea {
    padding-left: 2rem;
  }
}

@media (max-width: 500px) {
  .line .section1__wrapper .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}

.line .section1__wrapper .textArea .text {
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .textArea .text {
    font-size: 1.9rem;
  }
}

.line .section1__wrapper .textArea .title {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-top: 1rem;
  font-size: 3.3rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .textArea .title {
    font-size: 2.3rem;
  }
}

.line .section1__wrapper .textArea .btn {
  width: 100%;
  margin-top: 3.6rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .textArea .btn {
    margin-top: 3rem;
  }
}

.line .section1__wrapper .textArea .btn .link {
  font-family: "Poppins", sans-serif;
  color: #42A166;
  text-align: center;
  font-weight: 600;
  background: #FFE200;
  border-radius: 3rem;
  display: block;
  width: 100%;
  padding: 2rem 0;
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .textArea .btn .link {
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}

.line .section1__wrapper .imgArea {
  display: block;
  width: 22rem;
}

@media (max-width: 768px) {
  .line .section1__wrapper .imgArea {
    width: 17rem;
  }
}

.line .section1__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.line .section2 {
  padding-top: 14rem;
}

@media (max-width: 768px) {
  .line .section2 {
    padding-top: 4rem;
  }
}

.line .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .line .section2__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .line .section2__wrapper {
    max-width: 44rem;
  }
}

.line .section2__wrapper .imgArea {
  display: block;
  height: 60rem;
}

.line .section2__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 768px) {
  .line .section2__wrapper .imgArea {
    height: 50rem;
  }
}

@media (max-width: 500px) {
  .line .section2__wrapper .imgArea {
    height: 25rem;
  }
}

.line .section2__wrapper .text {
  margin: 0 auto;
  line-height: 1.71;
  font-weight: 500;
  text-align: center;
  margin-top: 5.2rem;
  max-width: 100rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .line .section2__wrapper .text {
    margin-top: 2.2rem;
    font-size: 1.8rem;
  }
}

.line .section3 {
  padding-top: 12rem;
}

@media (max-width: 768px) {
  .line .section3 {
    padding-top: 10rem;
  }
}

.line .section3__wrapper {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .line .section3__wrapper {
    max-width: 100%;
  }
}

.line .section3__wrapper .container {
  margin: 0 auto;
  padding: 9.8rem 0;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .line .section3__wrapper .container {
    max-width: 80rem;
    padding: 10.8rem 0;
  }
}

@media (max-width: 500px) {
  .line .section3__wrapper .container {
    max-width: 44rem;
  }
}

.line .section3__wrapper .container .title {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
}

.line .section3__wrapper .container .imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .line .section3__wrapper .container .imgWrapper {
    display: block;
    margin-top: 5rem;
  }
}

.line .section3__wrapper .container .imgWrapper .imgArea {
  display: block;
  width: 21rem;
  height: 21rem;
}

@media (max-width: 768px) {
  .line .section3__wrapper .container .imgWrapper .imgArea {
    margin: 0 auto;
    width: 28rem;
    height: 28rem;
  }
}

.line .section3__wrapper .container .imgWrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .line .section3__wrapper .container .imgWrapper .imgArea + .imgArea {
    margin-top: 3.4rem;
  }
}

.line .section3__wrapper .container .text {
  text-align: center;
  font-weight: 500;
  line-height: 1.71;
  font-size: 1.4rem;
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .line .section3__wrapper .container .text {
    font-size: 1.7rem;
    margin-top: 5.5rem;
  }
}

.line .section4 {
  padding-top: 14rem;
  padding-bottom: 17rem;
}

@media (max-width: 768px) {
  .line .section4 {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

.line .section4__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}

@media (max-width: 768px) {
  .line .section4__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .line .section4__wrapper {
    max-width: 44rem;
  }
}

.line .section4__wrapper .title {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .line .section4__wrapper .title {
    font-size: 2.2rem;
  }
}

.line .section4__wrapper .btn {
  margin: 0 auto;
  margin-top: 3.6rem;
  width: 47rem;
}

@media (max-width: 768px) {
  .line .section4__wrapper .btn {
    margin-top: 2.6rem;
    width: 34rem;
  }
}

.line .section4__wrapper .btn .link {
  display: block;
  width: 100%;
  background: #FFE200;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: #42A166;
  border-radius: 5rem;
  padding: 3.2rem 0;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .line .section4__wrapper .btn .link {
    padding: 2.4rem 0;
    font-size: 2rem;
  }
}

.m-footer {
  background: #000000;
  padding-top: 13rem;
  padding-bottom: 10.5rem;
}

@media (max-width: 768px) {
  .m-footer {
    padding-top: 8rem;
    padding-bottom: 9.5rem;
  }
}

.m-footer__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 500px) {
  .m-footer__wrapper {
    max-width: 44rem;
  }
}

.m-footer__wrapper .title {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper .title {
    text-align: center;
    font-size: 3.2rem;
  }
}

.m-footer__wrapper .title .span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

.m-footer__wrapper--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #FFFFFF;
  margin-top: 2.2rem;
  padding-top: 3.3rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom {
    margin: 0 auto;
    margin-top: 3rem;
    display: block;
    max-width: 80rem;
    padding-top: 4.3rem;
  }
}

@media (max-width: 500px) {
  .m-footer__wrapper--bottom {
    max-width: 37rem;
  }
}

.m-footer__wrapper--bottom .leftArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  gap: 6.8rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .leftArea {
    width: 100%;
  }
}

.m-footer__wrapper--bottom .leftArea .ul__li .link {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .m-footer__wrapper--bottom .leftArea .ul__li .link:hover {
    opacity: 0.7;
  }
}

.m-footer__wrapper--bottom .leftArea .ul__li + .ul__li {
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .leftArea .ul__li + .ul__li {
    margin-top: 2rem;
  }
}

.m-footer__wrapper--bottom .rightArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea {
    display: block;
    margin-top: 3.7rem;
  }
}

.m-footer__wrapper--bottom .rightArea .btn {
  margin-left: auto;
  width: 29rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btn {
    width: 100%;
  }
}

.m-footer__wrapper--bottom .rightArea .btn .link {
  position: relative;
  text-align: center;
  display: block;
  background: #D8EA67;
  width: 100%;
  color: #000000;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  padding: 3.1rem 0;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btn .link {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btn .link:hover {
    opacity: 0.7;
  }
}

.m-footer__wrapper--bottom .rightArea .btn .link .span {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.9rem;
  width: 1.3rem;
  height: 1.3rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btn .link .span {
    font-weight: 300;
    right: 3.9rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}

.m-footer__wrapper--bottom .rightArea .btn .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.m-footer__wrapper--bottom .rightArea .btmArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.4rem;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea {
    display: block;
    margin-top: 4rem;
  }
}

.m-footer__wrapper--bottom .rightArea .btmArea .span,
.m-footer__wrapper--bottom .rightArea .btmArea .link {
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea .span,
  .m-footer__wrapper--bottom .rightArea .btmArea .link {
    text-align: center;
    display: block;
    font-size: 1.4rem;
  }
}

.m-footer__wrapper--bottom .rightArea .btmArea .link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea .link:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea .link {
    margin-top: 1.4rem;
  }
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea .link + .span {
    display: block;
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .m-footer__wrapper--bottom .rightArea .btmArea .small {
    margin-top: 2rem;
  }
}

html,
body {
  background: #F0F0EE;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */