@charset "UTF-8";
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tc {
  display: block !important;
}

.tb {
  display: none !important;
}

@media print, screen and (max-width: 991px) {
  .tc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

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

@media print, screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

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

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

main#main {
  overflow: hidden;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  position: relative;
  background-color: #FBFBFB;
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 0.8rem;
  width: 100%;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  letter-spacing: 0.08em;
  color: #303030;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  height: 4.0rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #888888;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AEAEAE;
  font-size: 1.6rem;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #AEAEAE;
  font-size: 1.6rem;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #AEAEAE;
  font-size: 1.6rem;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #AEAEAE;
  font-size: 1.6rem;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #AEAEAE;
  font-size: 1.6rem;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.png);
  background-position: calc(100% - 0.8rem) 50%;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  z-index: 0;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.0rem;
  text-align: left;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media only screen and (max-width: 768px) {
  .checkbox {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-left: 3.0rem;
  }
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0.3rem;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  border: 2px solid #1B1B1F;
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark {
    top: 0.4rem;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 0.4rem;
  }
}

.checkbox input:focus ~ .checkmark {
  outline: 0.3rem solid #7EBF41;
}

.checkbox input:checked ~ .checkmark {
  background-color: #3B8E65;
  border-color: #3B8E65;
  outline: none;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 0.5rem;
  top: 0;
  width: 0.9rem;
  height: 1.5rem;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .checkbox .checkmark:after {
    left: 0.4rem;
    top: 0;
    width: 0.8rem;
    height: 1.2rem;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.scroll {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .scroll {
    padding-bottom: 1.2rem;
  }
  .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 0.6rem;
  }
  .scroll::-webkit-scrollbar {
    height: 0.6rem;
    background-color: #f5f5f5;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0.6rem;
    background-color: #FFF100;
  }
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0.8rem 1.2rem;
  background-color: #3B8E65;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 2.5rem;
  cursor: pointer;
  z-index: 0;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: inherit;
  border: 2px solid #3B8E65;
  z-index: 2;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  z-index: 1;
}

.btn:hover {
  color: #3B8E65;
}

.btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn span {
  position: relative;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  z-index: 3;
}

.btn.btn-green {
  background: #249E54;
  color: #FFF;
  border-radius: 5px;
}

.btn.btn-green::after {
  border: unset;
}

.btn.btn-green::before {
  background: #ffc520;
}

@media only screen and (max-width: 768px) {
  .btn {
    padding: 1.3rem 6.0rem 1.3rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    border-radius: 2.5rem;
  }
  .btn::after {
    border-width: 2px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.8rem;
  background: transparent;
  padding: 0 4.0rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 996;
  background: #D81718;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 0.8rem 1.6rem;
    height: 8.6rem;
  }
}

.header .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .header .header-wrapper .contact-nav {
    display: none;
  }
}

.header .header-wrapper .contact-nav .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  margin-bottom: 1.2rem;
}

.header .header-wrapper .contact-nav .contact-wrapper .btn {
  height: 4.8rem;
}

.header .header-logo {
  position: relative;
  width: 20rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .header .header-logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header .header-logo a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header .header-logo a img {
  display: block;
  width: 20rem;
}

@media only screen and (max-width: 768px) {
  .header .header-logo a img {
    width: 16rem;
  }
}

.header .header-nav {
  position: relative;
  padding: 0;
}

@media print, screen and (max-width: 991px) {
  .header .header-nav {
    display: none;
  }
}

.header .header-nav .nav-menu {
  display: block;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.header .header-nav .nav-menu > .menu-item {
  position: relative;
  padding: 0;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.header .header-nav .nav-menu > .menu-item .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.08em;
  color: #FFF;
  margin: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}

.header .header-nav .nav-menu > .menu-item .menu-link img {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.1rem;
  margin-left: 0.6rem;
}

.header .header-nav .nav-menu > .menu-item .menu-link svg {
  display: inline-block;
  width: initial;
  height: auto;
  margin-left: 0.6rem;
}

.header .header-nav .nav-menu > .menu-item .menu-link span {
  color: inherit;
  text-decoration: none;
}

.header .header-nav .nav-menu > .menu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.header .header-nav .nav-menu > .menu-item .menu-link:hover::before, .header .header-nav .nav-menu > .menu-item .menu-link.active::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header .header-nav .nav-menu .menu-item.has-submenu {
  position: relative;
}

.header .header-nav .nav-menu .menu-item.has-submenu:hover i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .header-nav .nav-menu .menu-item.has-submenu:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.header .header-nav .nav-menu .menu-item.has-submenu:hover .sub-menu .sub-menu-item a::before {
  background: transparent;
}

.header .header-nav .nav-menu .menu-item.has-submenu i {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .header-nav .nav-menu .menu-item.has-submenu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2rem;
  position: absolute;
  top: 2.4rem;
  left: -1.6rem;
  background: #D81718;
  padding: 2.6rem 1.6rem 1.6rem 1.6rem;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .header-nav .nav-menu .menu-item.has-submenu .sub-menu .sub-menu-item a::before {
  background: #FFF;
}

.mobile-nav-toggle {
  position: fixed;
  right: 2.0rem;
  top: 62px;
  width: 28px;
  height: 22px;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block;
    top: 2.75rem;
  }
}

.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #FFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@media only screen and (max-width: 768px) {
  .mobile-nav-toggle .toggle-icon span {
    background: #FFF;
  }
}

.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}

.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 10px;
}

.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}

.mobile-nav-toggle.toggle-active .toggle-icon span {
  background-color: #fff;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  visibility: hidden;
}

.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  right: -100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #249E54;
}

#mobile-nav .mobile-toggle {
  position: absolute;
  top: 2.0rem;
  right: 1.8rem;
  display: none;
  width: 2.4rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-toggle {
    display: block;
  }
}

#mobile-nav .mobile-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#mobile-nav .mobile-toggle span:nth-child(1) {
  top: 0;
}

#mobile-nav .mobile-toggle span:nth-child(2) {
  top: 0.8rem;
}

#mobile-nav .mobile-toggle span:nth-child(3) {
  bottom: 0;
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(-45deg);
          transform: translateY(0.8rem) rotate(-45deg);
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  visibility: hidden;
}

#mobile-nav .mobile-toggle.toggle-active span:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(45deg);
          transform: translateY(-0.8rem) rotate(45deg);
}

#mobile-nav .mobile-nav-container {
  position: relative;
  padding: 6.4rem 2.0rem 4.0rem;
}

#mobile-nav .mobile-nav-container .mobile-nav-menu {
  position: relative;
  list-style: none;
  max-width: 30.0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8.4rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu {
    margin-top: 4.8rem;
    margin: 3.6rem auto 2.4rem auto;
  }
}

#mobile-nav .mobile-nav-container .mobile-nav-menu > li {
  position: relative;
  display: block;
}

#mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
  margin-bottom: 2.2rem;
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #mobile-nav .mobile-nav-container .mobile-nav-menu > li .sub-menu {
    padding-left: 1.0rem;
  }
}

#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  outline: none;
}

#mobile-nav .mobile-nav-container .mobile-nav-menu .menu-link span {
  color: inherit;
  text-decoration: none;
}

#mobile-nav .mobile-nav-container .contact-link span {
  color: #FFF;
  font-size: 1.6rem;
  text-decoration: underline;
  margin-bottom: 1.2rem;
  text-align: center;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 768px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

#first-page .mainview {
  position: relative;
  display: block;
  background: #D81718;
  width: 100%;
  height: calc(100vh - 11.5rem);
}

@media only screen and (max-width: 768px) {
  #first-page .mainview {
    height: calc(100vh - 11.5rem);
  }
}

#first-page .mainview .big-smareno {
  position: absolute;
  left: 5.6rem;
  top: 3.2rem;
  aspect-ratio: 136 / 256;
  width: auto;
  height: 40%;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .big-smareno {
    left: 1.6rem;
    top: 1.2rem;
    height: 26%;
  }
}

#first-page .mainview .firstview-logo {
  position: absolute;
  left: 7rem;
  bottom: 5rem;
  aspect-ratio: 104 / 41;
  width: 16.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .firstview-logo {
    left: 4rem;
    bottom: 4rem;
    width: 11.4rem;
  }
}

#first-page .mainview .mainview-bg {
  position: absolute;
  right: 8.6rem;
  bottom: 1.8rem;
  aspect-ratio: 133 / 572;
  height: 80vh;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .mainview-bg {
    right: 0.2rem;
    bottom: 12.8rem;
    height: 48vh;
  }
}

#first-page .mainview .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .text-wrapper {
    width: 26.2rem;
    -webkit-transform: translate(-64%, -54%);
            transform: translate(-64%, -54%);
  }
}

#first-page .mainview .text-wrapper .main-text {
  font-family: 'Noto Sans JP';
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #FFF;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .text-wrapper .main-text {
    font-size: 3.8rem;
    white-space: nowrap;
  }
}

#first-page .mainview .text-wrapper .main-text span {
  position: relative;
  font-size: 7.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .text-wrapper .main-text span {
    font-size: 4.8rem;
  }
}

#first-page .mainview .text-wrapper .main-text span::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 90px;
  background: #FFF100;
  position: absolute;
  top: -0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#first-page .mainview .text-wrapper .description {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .mainview .text-wrapper .description {
    line-height: 2.6rem;
    text-align: center;
  }
}

#first-page .mainview .background-img {
  position: absolute;
  width: 28%;
  bottom: 4.2rem;
  right: 4.8rem;
  opacity: 0.5;
}

#first-page .section1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#first-page .section1 .half-left {
  background: #D81718;
}

#first-page .section1 .left-container {
  padding: 6.4rem 4.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container {
    padding: 2.4rem 1.6rem 5.6rem 1.6rem;
  }
}

#first-page .section1 .left-container .head-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container .head-texts {
    margin-bottom: -4.4rem;
  }
}

#first-page .section1 .left-container .head-texts .text-jp {
  margin-bottom: 1.2rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container .head-texts .text-jp {
    white-space: nowrap;
  }
}

#first-page .section1 .left-container .head-texts .text-en {
  font-family: 'Montserrat';
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container .head-texts .text-en {
    font-size: 1.6rem;
  }
}

#first-page .section1 .left-container.bottom-container {
  padding-top: 3.6rem;
}

#first-page .section1 .left-container.bottom-container .bottom-wrapper .top-text {
  margin-bottom: 2.0rem;
  background: #FFF;
  color: #D81718;
  line-height: 100%;
  border-radius: 3px;
  padding: 0.3rem 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container.bottom-container .bottom-wrapper .top-text {
    font-size: 2.2rem;
    padding: 0.3rem 0 0.7rem 0.9rem;
    width: 100%;
    text-align: center;
    margin-bottom: 1.0rem;
  }
}

#first-page .section1 .left-container.bottom-container .bottom-wrapper .bottom-text {
  line-height: 3.8rem;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .left-container.bottom-container .bottom-wrapper .bottom-text {
    line-height: 3.0rem;
  }
}

#first-page .section1 .home-mans-wrapper {
  background: #FFF;
  padding: 2.0rem 3.6rem 0 3.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .home-mans-wrapper {
    padding: 2rem 2.4rem 0 2.4rem;
  }
}

#first-page .section1 .home-mans-wrapper img {
  width: 100%;
}

#first-page .section1 .half-right {
  background: #249E54;
  position: relative;
}

#first-page .section1 .half-right .smareno-text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12.4rem;
  font-weight: 400;
  color: #51B374;
  white-space: nowrap;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: -1.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .half-right .smareno-text {
    font-size: 7.2rem;
  }
}

#first-page .section1 .half-right .smareno-text span {
  font-weight: 700;
}

#first-page .section1 .half-right .bottom-img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#first-page .section1 .right-container {
  padding: 0 4.0rem 0.4rem 4.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container {
    padding: 6.2rem 1.6rem 10.4rem 1.6rem;
  }
}

#first-page .section1 .right-container .content-item {
  position: relative;
  padding: 1.6rem 0;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item {
    padding: 1.2rem 0;
  }
}

#first-page .section1 .right-container .content-item::after {
  display: block;
  position: relative;
  content: '';
  bottom: -1.6rem;
  background-image: url(../img/dot-line2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  width: 100%;
  height: 5px;
}

#first-page .section1 .right-container .content-item:first-child::before {
  display: block;
  position: relative;
  content: '';
  top: -1.6rem;
  background-image: url(../img/dot-line1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 64% auto;
  width: 100%;
  height: 5px;
}

#first-page .section1 .right-container .content-item:first-child .image001 {
  display: block;
  position: absolute;
  right: 0;
  top: -7.6rem;
  width: 35%;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item:first-child .image001 {
    width: 33%;
    top: -5.6rem;
    right: -0.6rem;
  }
}

#first-page .section1 .right-container .content-item:first-child .content {
  color: #FFF;
}

#first-page .section1 .right-container .content-item:first-child .content .top-text {
  margin-bottom: 1.0rem;
  color: #FFF;
}

#first-page .section1 .right-container .content-item:first-child .content .bottom-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item:first-child .content .bottom-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#first-page .section1 .right-container .content-item:first-child .content .bottom-text .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#first-page .section1 .right-container .content-item:first-child .content .bottom-text .rect-text {
  text-align: center;
  padding: 0.8rem;
  background: #FFF100;
  color: #249E54;
  line-height: 2.8rem;
  border-radius: 5px;
}

#first-page .section1 .right-container .content-item:first-child .content .bottom-text .yellow-color {
  color: #FFF100 !important;
}

#first-page .section1 .right-container .content-item:first-child .content .bottom-text.font-22-500 {
  color: #FFF;
}

#first-page .section1 .right-container .content-item .image002 {
  position: absolute;
  top: -1.2rem;
  right: -0.9rem;
  width: 21%;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item .image002 {
    bottom: 0;
    top: unset;
    width: 27.1%;
  }
}

#first-page .section1 .right-container .content-item .image003 {
  position: absolute;
  top: 1.4rem;
  right: 3.2rem;
  width: 32%;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item .image003 {
    top: 3.9rem;
    right: 0;
  }
}

#first-page .section1 .right-container .content-item .image004 {
  position: absolute;
  top: -1.9rem;
  right: -0.8rem;
  width: 28%;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .content-item .image004 {
    right: 0.5rem;
    top: -1.6rem;
  }
}

#first-page .section1 .right-container .content-item .content.font-22-500 {
  color: #FFF;
  line-height: 3.2rem;
}

#first-page .section1 .right-container .card-list {
  margin: 1.6rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

#first-page .section1 .right-container .card-list .item {
  padding: 2rem 0.8rem;
  background: #FFF;
  border-radius: 5px;
  color: #249E54;
  text-align: center;
  line-height: 2.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .card-list .item {
    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;
  }
}

#first-page .section1 .right-container .card-list .item .underline-wrapper {
  margin-top: 0.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .card-list .item .underline-wrapper .underline-text {
    font-size: 1.8rem;
  }
}

#first-page .section1 .right-container .card-list .item .underline-wrapper .underline-text::after {
  height: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .card-list .item .underline-wrapper .underline-text::after {
    height: 0.8rem;
    bottom: 0.2rem;
  }
}

#first-page .section1 .right-container .bottom-text {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .section1 .right-container .bottom-text {
    line-height: 2.6rem;
  }
}

#first-page .no1 {
  margin-top: -2px;
  display: block;
  position: relative;
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
  background-color: #D81718;
  background-image: url(../img/no1-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%;
}

@media only screen and (max-width: 768px) {
  #first-page .no1 {
    padding: 4.8rem 0;
  }
}

#first-page .no1 .section-title {
  color: #249E54;
  text-shadow: 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 4px 4px 5px #363636;
  font-weight: 1000;
  margin-bottom: 4.8rem;
  margin-left: 2.4rem;
}

#first-page .review-pannel-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4rem;
}

#first-page .review-pannel-list::before {
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-96%);
          transform: translateY(-96%);
  background-image: url(../img/pannel-list-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70% auto;
  content: '';
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list::before {
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
    background-size: 107% auto;
  }
}

#first-page .review-pannel-list .pannel-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item {
    border-radius: 8px;
    overflow: hidden;
  }
}

#first-page .review-pannel-list .pannel-item:first-child .head {
  border-radius: 8px 0 0 0;
}

#first-page .review-pannel-list .pannel-item:first-child .content-wrapper {
  border-radius: 0 8px 0 0;
}

#first-page .review-pannel-list .pannel-item:last-child .head {
  border-radius: 0 0 0 8px;
}

#first-page .review-pannel-list .pannel-item:last-child .content-wrapper {
  border-radius: 0 0 8px 0;
}

#first-page .review-pannel-list .pannel-item .head {
  background: #249E54;
  color: #27456A;
  text-shadow: 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 4px 4px 5px #363636;
  font-weight: 1000;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .head {
    width: 10%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#first-page .review-pannel-list .pannel-item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#first-page .review-pannel-list .pannel-item .item1 {
  position: relative;
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background: #B5DBBA;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item1 {
    width: 100%;
  }
}

#first-page .review-pannel-list .pannel-item .item1 img {
  width: 100%;
}

#first-page .review-pannel-list .pannel-item .item2 {
  padding: 2.4rem;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 {
    padding: 1.2rem;
  }
}

#first-page .review-pannel-list .pannel-item .item2 .title {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 .title {
    background: #B5DBBA;
    padding: 0.4rem 0.1rem 0.1rem 0.1rem;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 .title {
    background: #B5DBBA;
    padding: 0.4rem 0.3rem 0.1rem 0.2rem;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 .title .bg-text-wrapper {
    margin-bottom: 0.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 .title .bg-text {
    line-height: 2.3rem;
  }
}

#first-page .review-pannel-list .pannel-item .item2 .content {
  line-height: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .review-pannel-list .pannel-item .item2 .content {
    line-height: 2.0rem;
  }
}

#first-page .review-pannel-list .pannel-item .ranking {
  padding: 2.4rem 3.2rem !important;
}

#first-page .review-pannel-list .pannel-item .ranking .no1-image {
  width: 100%;
}

#first-page .review-section {
  background: #249E54;
  margin-top: -3px;
}

#first-page .review-section .half-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#first-page .review-section .half-container {
  max-width: 80rem;
}

#first-page .review-section .right-container {
  margin-left: 0;
}

#first-page .review-section .left-container {
  margin-right: 0;
}

#first-page .review-section .left-container .head-text {
  color: #FFF;
  margin-bottom: 4.8rem;
  text-shadow: 4px 4px 5px #363636;
  font-weight: 1000;
}

#first-page .review-section .left-container .smareno-text {
  margin-bottom: 10rem;
  margin-top: -14rem;
  z-index: 0;
  text-shadow: 3px 2px 24px #21723e;
}

#first-page .review-section .left-container .review-content {
  padding: 4.8rem 2.4rem 3.2rem 2.4rem;
  background-color: #FFF;
  border-radius: 10px;
  margin-bottom: 4.8rem;
}

#first-page .review-section .review-pannel {
  border-radius: 10px;
  background: #FFF;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

#first-page .review-section .review-pannel:not(:last-child) {
  margin-bottom: 0.8rem;
}

#first-page .review-section .review-pannel img {
  width: 13%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin-left: -1.6rem;
}

#first-page .review-section .review-pannel .title {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0.8rem;
}

#first-page .review-section .review-pannel .content {
  line-height: 2.0rem;
}

#first-page .concept-section {
  margin-top: -2px;
  position: relative;
}

#first-page .concept-section .section-title {
  color: #249E54;
  text-shadow: 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 4px 4px 5px #363636;
  font-weight: 1000;
  margin-bottom: 2.4rem;
  z-index: 3;
  display: block;
  position: relative;
}

#first-page .concept-section .smareno-text {
  color: #E84855;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .smareno-text {
    top: -6.8rem;
  }
}

#first-page .concept-section .red-wrapper {
  background: #D81718;
  padding-top: 7.2rem;
  padding-bottom: 4.8rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .red-wrapper {
    padding-top: 4.8rem;
    padding-bottom: 3.6rem;
  }
}

#first-page .concept-section .item-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    row-gap: 2.2rem;
  }
}

#first-page .concept-section .item-list .item {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .item-list .item {
    width: calc(50% - 0.4rem);
  }
}

#first-page .concept-section .item-list .item img {
  position: relative;
  width: 100%;
}

#first-page .concept-section .bg-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .bg-image {
    height: 12rem;
  }
}

#first-page .concept-section .white-wrapper {
  padding-top: 2.4rem;
}

#first-page .concept-section .white-wrapper .title {
  border-radius: 0 90px 90px 0;
  background: #249E54;
  padding: 1.2rem 6.4rem;
  color: #FFF;
  margin-bottom: 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .title {
    padding: 1.2rem 1.6rem;
    line-height: 2.2rem;
  }
}

#first-page .concept-section .white-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.0rem;
}

#first-page .concept-section .white-wrapper .content .item:nth-child(2) {
  margin-bottom: -1.2rem;
}

#first-page .concept-section .white-wrapper .content .item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .content .item:nth-child(3) {
    margin-left: 2.2rem;
    line-height: 2.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#first-page .concept-section .white-wrapper .content .underline-text {
  color: #303030;
}

#first-page .concept-section .white-wrapper .spot-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

#first-page .concept-section .white-wrapper .spot-text.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .spot-text.pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .spot-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    padding-left: 2.2rem;
    white-space: nowrap;
    line-height: 2.3rem;
  }
}

#first-page .concept-section .white-wrapper .spot-text.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .spot-text.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#first-page .concept-section .white-wrapper .spot-text.sp .underline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: no-wrap;
}

#first-page .concept-section .white-wrapper .spot-text::before {
  content: '';
  width: 2.0rem;
  height: 2.0rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #249E54;
  border-radius: 90px;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .spot-text::before {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}

#first-page .concept-section .white-wrapper .bg-image1 {
  display: block;
  margin-top: -8.4rem;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .concept-section .white-wrapper .bg-image1 {
    margin-top: -2.2rem;
  }
}

#first-page .trouble-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #249E54;
  margin-top: -2px;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#first-page .trouble-section .half-container {
  max-width: 80rem;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .half-container {
    max-width: 100%;
    padding: 5.6rem 1.6rem;
  }
}

#first-page .trouble-section .right-container {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .right-container {
    padding-bottom: 0 !important;
  }
}

#first-page .trouble-section .left-container {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .left-container {
    padding-top: 0 !important;
  }
}

#first-page .trouble-section .head-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  margin-bottom: 4.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .head-text {
    font-size: 3.2rem;
    margin-bottom: 2.6rem;
  }
}

#first-page .trouble-section .head-text::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 5px;
  bottom: -2.6rem;
  left: 0;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .head-text::after {
    bottom: -1.6rem;
    height: 4px;
  }
}

#first-page .trouble-section .sub-head {
  color: #FFF;
  margin-bottom: 2.4rem;
}

#first-page .trouble-section .head-desc {
  color: #FFF;
  line-height: 3.0rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .head-desc {
    line-height: 2.8rem;
  }
}

#first-page .trouble-section .cards-list .card-item {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .cards-list .card-item {
    margin-bottom: 3.2rem;
  }
}

#first-page .trouble-section .cards-list .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

#first-page .trouble-section .cards-list .card.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#first-page .trouble-section .cards-list .card.reverse img {
  margin-right: -2.4rem;
  margin-left: 0;
}

#first-page .trouble-section .cards-list .card img {
  width: 14%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin-left: -2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .cards-list .card img {
    position: absolute;
    top: -4.2rem;
    right: 1.2rem;
    width: 7rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 1 / 1.2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-right: 0 !important;
  }
}

#first-page .trouble-section .cards-list .card .image008 {
  width: 12.5%;
}

@media only screen and (max-width: 768px) {
  #first-page .trouble-section .cards-list .card .image008 {
    width: 7rem;
  }
}

#first-page .feature {
  position: relative;
  background-color: #D81718;
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  #first-page .feature {
    padding: 4.8rem 0;
  }
}

#first-page .feature .container {
  position: relative;
  z-index: 2;
}

#first-page .feature .head-text {
  position: relative;
  color: #FFF;
  margin-bottom: 4.8rem;
  z-index: 3;
}

#first-page .feature .en-head-text {
  position: absolute;
  font-size: 14rem;
  color: #E84855;
  text-shadow: 3px 2px 24px #9e1a1a;
  top: 1rem;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .en-head-text {
    top: 36rem;
    font-size: 6.6rem;
  }
}

#first-page .feature .desc-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .desc-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 2.4rem;
  }
}

#first-page .feature .desc-image img {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .desc-image img {
    width: 100%;
    width: 70%;
    margin: 0 auto;
  }
}

#first-page .feature .head-desc {
  line-height: 3.2rem;
  margin-bottom: 4.8rem;
  z-index: 1;
  position: relative;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .head-desc {
    line-height: 2.6rem;
    margin-bottom: 3.6rem;
  }
}

#first-page .feature .plan-life {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life {
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 2.4rem;
  }
}

#first-page .feature .plan-life .item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#first-page .feature .plan-life .item:first-child .content-wrapper img {
  margin-top: 2.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life .item:first-child .content-wrapper img {
    margin-top: 0;
  }
}

#first-page .feature .plan-life .item .title {
  text-align: center;
  position: relative;
  color: #FFF;
  background: #249E54;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1.6rem 3.2rem;
  border-radius: 15px 15px 0 0;
  border: 2px solid #249E54;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life .item .title {
    padding: 1.2rem 2.4rem;
  }
}

#first-page .feature .plan-life .item .content-wrapper {
  position: relative;
  width: 100%;
  height: 32rem;
  padding: 3.2rem;
  border-radius: 0 0 15px 15px;
  border: 2px solid #249E54;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life .item .content-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.4rem 1.6rem;
  }
}

#first-page .feature .plan-life .item .content-wrapper .content {
  line-height: 2.8rem;
  margin-bottom: 0.8rem;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life .item .content-wrapper .content {
    line-height: 2.4rem;
  }
}

#first-page .feature .plan-life .item .content-wrapper .content .bg-text {
  background-color: #FFF100;
}

#first-page .feature .plan-life .item .content-wrapper img {
  display: block;
  margin: 0 auto;
  width: 64%;
}

@media only screen and (max-width: 768px) {
  #first-page .feature .plan-life .item .content-wrapper img {
    width: 100%;
  }
}

#first-page .feature .image072 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#first-page .flow {
  margin-top: -2px;
  position: relative;
  background-color: #D81718;
  background-image: url(../img/flow-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  #first-page .flow {
    padding: 5.6rem 0;
    background-image: url(../img/flow-bg-sp.png);
  }
}

#first-page .flow .smareno-text {
  position: absolute;
  top: 0;
  right: 0;
  color: #E84855;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .smareno-text {
    top: -16.1rem;
    font-size: 6.4rem;
  }
}

#first-page .flow .container {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .container {
    padding: 0 1.6rem;
  }
}

#first-page .flow .head-text {
  position: relative;
  color: #FFF;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .head-text {
    margin-bottom: 3.6rem;
  }
}

#first-page .flow .en-head-text {
  position: absolute;
  font-size: 14rem;
  color: #fdfdfd;
  text-shadow: 3px 2px 42px #d6d8dbc9;
  top: 3.2rem;
  right: 8.4rem;
}

#first-page .flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list {
    row-gap: 3.2rem;
  }
}

#first-page .flow .flow-list .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step:last-child::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#first-page .flow .flow-list .step::before {
  content: '';
  position: absolute;
  background-image: url(../img/item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step::before {
    display: none;
  }
}

#first-page .flow .flow-list .step::after {
  content: '';
  position: absolute;
  background-image: url(../img/down-mark.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(81%);
          transform: translateY(81%);
  width: 5.2rem;
  height: 2.6rem;
  bottom: 0;
  left: 18.3rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step::after {
    -webkit-transform: translate(-50%, 2.7rem);
    transform: translate(-50%, 2.7rem);
    width: 4.2rem;
    height: 2rem;
    bottom: 0;
    left: 50%;
  }
}

#first-page .flow .flow-list .step .head-wrapper {
  width: 42%;
  position: relative;
  padding: 1.4rem 0;
  margin: auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.2rem;
       -moz-column-gap: 2.2rem;
            column-gap: 2.2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #249E54;
    padding: 0.8rem;
    border-radius: 6px 6px 0 0;
  }
}

#first-page .flow .flow-list .step .head-wrapper .step-label {
  margin-left: 8.4rem;
  text-align: center;
  width: 25rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper .step-label {
    display: block;
    margin: 0;
    width: 70% !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    text-align: center;
  }
}

#first-page .flow .flow-list .step .head-wrapper .step-label p {
  color: #27456A;
  font-weight: 1000;
  z-index: 1;
  text-shadow: 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 0px 0px 2px #FFF,
 4px 4px 5px #363636;
}

#first-page .flow .flow-list .step .head-wrapper .step-label p:first-child {
  margin-bottom: 0.4rem;
}

#first-page .flow .flow-list .step .head-wrapper img {
  position: absolute;
  bottom: 0;
  right: 1.2rem;
  width: 10rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper img {
    width: 9.6rem !important;
    bottom: 0;
  }
}

#first-page .flow .flow-list .step .head-wrapper img.image033 {
  width: 14rem;
}

#first-page .flow .flow-list .step .head-wrapper img.image034 {
  bottom: -1rem;
  width: 15.6rem;
}

#first-page .flow .flow-list .step .head-wrapper img.image035 {
  width: 14rem;
}

#first-page .flow .flow-list .step .head-wrapper img.image036 {
  width: 8.4rem;
  bottom: -1.1rem;
  right: 3.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper img.image036 {
    width: 4.8rem !important;
    bottom: 0;
  }
}

#first-page .flow .flow-list .step .head-wrapper img.image037 {
  bottom: -1.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper img.image037 {
    bottom: 0;
    width: 7.4rem !important;
  }
}

#first-page .flow .flow-list .step .head-wrapper img.image038 {
  width: 8.6rem;
  right: 3.2rem;
  bottom: -1.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .head-wrapper img.image038 {
    bottom: 0;
    width: 4.4rem !important;
  }
}

#first-page .flow .flow-list .step .head-wrapper img.image039 {
  width: 12.6rem;
}

#first-page .flow .flow-list .step .content {
  margin: auto 0;
  padding: 1.4rem;
  color: #27456A;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .content {
    padding: 0.8rem;
    background: #FFF;
    border-radius: 0 0 6px 6px;
  }
}

#first-page .flow .flow-list .step .content > div {
  line-height: 2.2rem;
  color: #27456A;
}

@media only screen and (max-width: 768px) {
  #first-page .flow .flow-list .step .content > div {
    line-height: 1.8rem;
  }
}

#first-page .flow .flow-list .step .content .underline-text {
  color: #27456A;
}

#first-page .benefit {
  position: relative;
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
  background: #249E54;
  margin-top: -2px;
}

#first-page .benefit .container {
  width: 80%;
  max-width: 120rem;
}

@media only screen and (max-width: 768px) {
  #first-page .benefit .container {
    width: 100%;
    padding: 0 1.6rem;
  }
}

#first-page .benefit .smareno-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #51B374;
}

@media only screen and (max-width: 768px) {
  #first-page .benefit .smareno-text {
    top: -9.6rem;
    font-size: 6.4rem;
  }
}

#first-page .benefit .section-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #FFF;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .benefit .section-title {
    font-size: 3.2rem;
    margin-bottom: 8.0rem;
  }
}

#first-page .benefit .b-a-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.4rem;
}

#first-page .benefit .b-a-wrapper .item .title {
  padding: 1.0rem 1.6rem;
  background: #e7f6ed;
  border-radius: 10px 10px 0 0;
}

#first-page .benefit .b-a-wrapper .item .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  padding: 1.6rem;
  background: #FFF;
}

#first-page .benefit .b-a-wrapper .item .content-wrapper .content {
  width: 84%;
  line-height: 2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .benefit .b-a-wrapper .item .content-wrapper .content {
    width: 100%;
  }
}

#first-page .benefit .b-a-wrapper .item .content-wrapper .content p:first-child {
  margin-bottom: 0.8rem;
}

#first-page .benefit .b-a-wrapper .item .content-wrapper .content .red-color {
  color: #D81718;
  font-weight: 700;
}

#first-page .benefit .b-a-wrapper .item .content-wrapper .content .green-color {
  font-weight: 700;
  color: #249E54;
}

#first-page .benefit .b-a-wrapper .item .content-wrapper img {
  position: absolute;
  width: 12%;
  bottom: 2.4rem;
  right: 2.4rem;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #first-page .benefit .b-a-wrapper .item .content-wrapper img {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-64%);
            transform: translateY(-64%);
    z-index: 3;
    display: block;
    width: auto !important;
    height: 9.6rem !important;
  }
}

#first-page .benefit .b-a-wrapper .item .content-wrapper img.image008 {
  width: 10%;
}

#first-page .tens-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #D81718;
  margin-top: -2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: unset;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .left-container {
    padding: 0 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .right-container {
    padding: 0 1.6rem;
  }
}

#first-page .tens-rule .half-left {
  background: #D81718;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left {
    padding-top: 4.8rem;
  }
}

#first-page .tens-rule .half-left .head-text {
  color: #FFF100;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .head-text {
    text-align: center;
  }
}

#first-page .tens-rule .half-left .rule-wrapper {
  margin-bottom: 3.2rem;
}

#first-page .tens-rule .half-left .rule-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 5.2rem;
  -webkit-box-shadow: 6px 6px 6px #7142425e;
          box-shadow: 6px 6px 6px #7142425e;
  border-radius: 4px;
  overflow: hidden;
}

#first-page .tens-rule .half-left .rule-wrapper .item:not(:last-child) {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .rule-wrapper .item:nth-child(8) .content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

#first-page .tens-rule .half-left .rule-wrapper .item .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background: #249E54;
  padding: 1px 1.2rem;
  color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#first-page .tens-rule .half-left .rule-wrapper .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 1px 1.2rem;
}

#first-page .tens-rule .half-left .rule-wrapper .item .content.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .rule-wrapper .item .content.pc {
    display: none !important;
  }
}

#first-page .tens-rule .half-left .rule-wrapper .item .content.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .rule-wrapper .item .content.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .rule-wrapper .item .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#first-page .tens-rule .half-left .rule-wrapper .item .content .underline-text {
  white-space: nowrap;
  margin-bottom: 0.2rem;
  color: #303030;
  font-size: unset;
}

#first-page .tens-rule .half-left .rule-wrapper .item .content .underline-text::after {
  bottom: 0.1rem;
  background: #FFF100;
}

#first-page .tens-rule .half-left .desc-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 3.2rem;
}

#first-page .tens-rule .half-left .desc-wrapper img {
  width: 100%;
}

#first-page .tens-rule .half-left .desc-wrapper .content {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2.4rem;
  color: #FFF;
  margin-bottom: -2.4rem;
}

#first-page .tens-rule .half-left .items-list {
  width: 100%;
  position: relative;
}

#first-page .tens-rule .half-left .items-list .item {
  position: relative;
  width: 100%;
  padding-bottom: 1.2rem;
  margin-bottom: 2.0rem;
  border-bottom: 1px dotted #eeeeee91;
}

#first-page .tens-rule .half-left .items-list .item .href-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFE109;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .items-list .item .href-btn {
    line-height: 2.4rem;
  }
}

#first-page .tens-rule .half-left .items-list .item .href-link {
  color: #77bf70;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  position: relative;
  width: 100%;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper .content {
  line-height: 2.4rem;
  color: #FFF;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper .content .name {
  display: block;
  margin-top: 0.8rem;
  text-align: right;
  color: #FFF;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper .content .underline-text {
  display: inline-block;
  color: #FFF;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper .content .underline-text::after {
  background: #249E54;
  bottom: 0.1rem;
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper img {
  width: 23%;
  margin-top: auto;
  aspect-ratio: 124 / 180;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin-top: -2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .items-list .item .content-wrapper img {
    object-position: bottom;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-64%);
            transform: translateY(-64%);
  }
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper img.image020 {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .items-list .item .content-wrapper img.image020 {
    object-position: top;
  }
}

#first-page .tens-rule .half-left .items-list .item .content-wrapper img.image041 {
  aspect-ratio: unset;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-left .items-list .item .content-wrapper img.image041 {
    aspect-ratio: 124 / 180;
    object-position: bottom;
  }
}

#first-page .tens-rule .half-right {
  background: #249E54;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-right {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

#first-page .tens-rule .half-right .header-text {
  color: #FFF;
  margin-bottom: 2.4rem;
}

#first-page .tens-rule .half-right .desc-image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  margin-bottom: 2.4rem;
}

#first-page .tens-rule .half-right .desc-image .desc {
  width: 64%;
  color: #FFF;
  line-height: 2.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-right .desc-image .desc {
    width: 100%;
    line-height: 2.4rem;
  }
}

#first-page .tens-rule .half-right .desc-image .desc .underline-text::after {
  background: #8f8d41;
}

#first-page .tens-rule .half-right .desc-image img {
  width: 24rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-right .desc-image img {
    -webkit-transform: translateY(-78%);
            transform: translateY(-78%);
    width: 17.8rem;
  }
}

#first-page .tens-rule .half-right .items-list .item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#first-page .tens-rule .half-right .items-list .item:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-right .items-list .item:not(:last-child) {
    margin-bottom: 2.6rem;
  }
}

#first-page .tens-rule .half-right .items-list .item .title {
  margin-bottom: 2.2rem;
  color: #FFF100;
}

#first-page .tens-rule .half-right .items-list .item .title span {
  margin-left: 6.4rem;
  color: #FFF;
}

#first-page .tens-rule .half-right .items-list .item .content {
  margin-bottom: 1.2rem;
  color: #FFF;
  line-height: 2.0rem;
}

#first-page .tens-rule .half-right .items-list .item .content .underline-text::after {
  background: #8f8d41;
}

#first-page .tens-rule .half-right .items-list .item span.font-16-500 {
  color: #FFF;
  display: block;
  text-align: right;
}

#first-page .tens-rule .half-right .items-list .item img {
  width: 15%;
  border-style: none;
}

@media only screen and (max-width: 768px) {
  #first-page .tens-rule .half-right .items-list .item img {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.8rem;
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
    z-index: 3;
  }
}

#first-page .distinction .red-bg {
  position: relative;
  padding-top: 8.6rem;
  padding-bottom: 6rem;
  background: #D81718;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .red-bg {
    padding-top: 4.8rem;
  }
}

#first-page .distinction .head-text {
  color: #FFF;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .head-text {
    text-align: center;
    line-height: 4.4rem;
  }
}

#first-page .distinction .head-desc {
  color: #FFF;
  margin-bottom: 1.2rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .head-desc {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}

#first-page .distinction .card-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .card-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.4rem;
  }
}

#first-page .distinction .card-list .card-item {
  height: -webkit-fill-available;
  margin-bottom: 0;
  border: unset;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .card-list .card-item {
    height: fit-content !important;
  }
}

#first-page .distinction .card-list .card-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  width: 100%;
  height: 4.6rem;
  background: #27456A;
  color: #FFF100;
}

#first-page .distinction .card-list .card-item .title .smareno {
  background: #FFF;
  color: #27456A;
  border-radius: 90px;
  padding: 0.3rem 0.4rem 0.2rem 0.4rem;
}

#first-page .distinction .card-list .card-item .title .white-color {
  font-size: 1.2rem;
  color: #FFF;
}

#first-page .distinction .card-list .card-item .content-wraper {
  padding: 0.8rem;
  background: #FFF;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .card-list .card-item .content-wraper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

#first-page .distinction .card-list .card-item .content-wraper .grey-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.2rem;
}

#first-page .distinction .card-list .card-item .content-wraper .grey-bg .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3rem;
  width: 100%;
  padding: 0.8rem;
  background: #E8E8E8;
  border-radius: 6px;
}

#first-page .distinction .card-list .card-item .content-wraper .grey-bg .wrapper .green-bg {
  width: 100%;
  text-align: center;
  background: #249E54;
  color: #FFF;
  padding: 0.6rem;
  border-radius: 6px;
}

#first-page .distinction .card-list .card-item .content-wraper .grey-bg .wrapper .blue-color {
  margin-top: 0.4rem;
  color: #27456A;
  line-height: 2.0rem;
  text-align: center;
}

#first-page .distinction .card-list .card-item .content-wraper .grey-bg img {
  width: 100%;
}

#first-page .distinction .card-list .card-item .content-wraper .content {
  padding: 0 0.8rem;
  line-height: 1.8rem;
  color: #000;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .card-list .card-item .content-wraper .content {
    padding: 0;
  }
}

#first-page .distinction .disdinction1-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#first-page .distinction .white-bg {
  position: relative;
  background: #FFF;
  padding-top: 4.4rem;
}

#first-page .distinction .white-bg .title-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  padding: 1.2rem 9.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFF;
  border-radius: 90px;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .white-bg .title-wrapper {
    padding: 0.8rem;
    width: 86%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#first-page .distinction .white-bg .title-wrapper .main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #249E54;
  font-weight: 1000;
  text-shadow: 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 4px 4px 5px #363636;
}

#first-page .distinction .white-bg .title-wrapper .cat-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  padding: 0.7rem 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #27456A;
  color: #FFF;
  border-radius: 90px;
}

#first-page .distinction .white-bg .title-wrapper .cat-text .text {
  margin-bottom: 0.3rem;
}

#first-page .distinction .white-bg .title-wrapper .cat-text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #27456A;
  background: #FFF;
  border-radius: 90%;
  width: 2.2rem;
  height: 2.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#first-page .distinction .white-bg .voice-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .distinction .white-bg .voice-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

#first-page .distinction .white-bg .voice-list .voice-item {
  width: 100%;
  height: 23.2rem;
  overflow: hidden;
}

#first-page .distinction .white-bg .voice-list .voice-item img {
  width: 100%;
}

#first-page .qa-section {
  position: relative;
  padding: 7.8rem 0 16rem 0;
  background-color: #f8f8f8;
  background-image: url(../img/bg_blue.png);
  background-repeat: repeat;
  background-position: 50% 20px;
  background-size: 40px 40px;
}

@media only screen and (max-width: 768px) {
  #first-page .qa-section {
    padding-bottom: 8.6rem;
  }
}

#first-page .qa-section .en-head-text {
  position: absolute;
  font-size: 10rem;
  color: #f9f9f9;
  text-shadow: 3px 2px 24px #d8dee7;
}

@media only screen and (max-width: 768px) {
  #first-page .qa-section .en-head-text {
    font-size: 6.0rem;
  }
}

#first-page .qa-section .top-head {
  top: 0.4rem;
  right: 0.4rem;
}

#first-page .qa-section .bottom-head {
  bottom: 0.4rem;
  left: 0.4rem;
}

#first-page .qa-section .container {
  position: relative;
}

#first-page .qa-section .image069 {
  position: absolute;
  width: 32rem;
  z-index: 100;
  top: -7.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  #first-page .qa-section .image069 {
    top: 0;
    width: 28rem;
    -webkit-transform: translate(-50%, -88%);
            transform: translate(-50%, -88%);
  }
}

#first-page .qa-section .image070 {
  position: absolute;
  width: 94%;
  margin: 0 auto;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#first-page .qa-section .head-text {
  color: #249E54;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
}

#first-page .qa-section #faq-container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .qa-section #faq-container-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 9.4rem;
    position: relative;
  }
}

#first-page .qa-section #faq-container {
  position: relative;
}

#first-page .qa-section .faq-header {
  display: none;
}

#first-page .employees {
  position: relative;
  padding: 8.6rem 0;
  background: #f0f0f0;
}

@media only screen and (max-width: 768px) {
  #first-page .employees {
    padding: 8.6rem 0 5.6rem 0;
  }
}

#first-page .employees .team {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

@media only screen and (max-width: 768px) {
  #first-page .employees .team {
    width: 100%;
    top: 13.6rem;
  }
}

#first-page .employees .head-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem auto;
  color: #249E54;
}

@media only screen and (max-width: 768px) {
  #first-page .employees .head-text {
    margin-bottom: 18.6rem;
  }
}

#first-page .employees .team-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  margin-bottom: 6.0rem;
}

@media only screen and (max-width: 768px) {
  #first-page .employees .team-section {
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 1.8rem;
  }
}

#first-page .employees .team-member {
  text-align: center;
  padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.21);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #first-page .employees .team-member {
    padding: 2.4rem 1.6rem;
  }
}

#first-page .employees .team-member:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#first-page .employees .team-member:hover .fa {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #007AFF;
}

#first-page .employees .team-member .role {
  color: #888;
  margin-bottom: 10px;
}

#first-page .employees .team-member img {
  width: 50%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.6rem;
}

#first-page .employees .team-member h3 {
  font-weight: 700;
  margin: 0 0 1.2rem;
}

#first-page .employees .team-member p {
  line-height: 2.4rem;
}

#first-page .employees .fa {
  display: none;
  font-size: 24px;
  margin: 0 10px;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-decoration: none;
}

#first-page .company {
  position: relative;
}

#first-page .company .container {
  position: relative;
}

#first-page .company .white-bg {
  position: relative;
  padding-top: 7.2rem;
  background: #FFF;
  padding-bottom: 3.2rem;
}

#first-page .company .red-bg {
  background: #D81718;
  padding-top: 3.2rem;
  padding-bottom: 9.2rem;
}

#first-page .company .head-text {
  color: #D81718;
  font-weight: 1000;
  text-shadow: 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 4px 4px 5px #363636;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .head-text {
    margin-top: 4.4rem;
    margin-bottom: 4.4rem;
  }
}

#first-page .company .en-head-text {
  font-family: 'Montserrat';
  position: absolute;
  top: -0.9rem;
  right: 0.4rem;
  font-size: 10rem;
  color: #E84855;
}

@media only screen and (max-width: 768px) {
  #first-page .company .en-head-text {
    font-size: 6.2rem;
  }
}

#first-page .company .limit-items-wrapper {
  position: relative;
  background: #249E54;
  padding: 3.8rem 2.4rem;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  #first-page .company .limit-items-wrapper {
    padding: 2.4rem 1.6rem;
  }
}

#first-page .company .limit-items-wrapper .limit-items .limit-item {
  color: #FFF;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #FFF;
}

#first-page .company .limit-items-wrapper .limit-items .limit-item .yellow-color {
  color: #FFF100;
}

#first-page .company .limit-items-wrapper .image071 {
  position: absolute;
  width: 20rem;
  bottom: 0;
  right: -3.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .limit-items-wrapper .image071 {
    top: 0;
    -webkit-transform: translate(-1.7rem, -84%);
            transform: translate(-1.7rem, -84%);
    width: 10rem;
  }
}

#first-page .company .review-pannel-list {
  margin-bottom: 3.2rem;
}

#first-page .company .review-pannel-list::before {
  display: none;
}

#first-page .company .bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.2rem;
     -moz-column-gap: 7.2rem;
          column-gap: 7.2rem;
  -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 only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.2rem;
  }
}

#first-page .company .bottom-wrapper .introduction-pannel {
  width: 46%;
  position: relative;
  padding: 3.2rem 4.8rem;
  border-radius: 10px;
  background: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .introduction-pannel {
    width: 100%;
    padding: 3.2rem 1.6rem;
    border-radius: 6px;
  }
}

#first-page .company .bottom-wrapper .introduction-pannel .top-text {
  border-radius: 90px;
  padding: 0.8rem 2.0rem;
  text-align: center;
  color: #FFF;
  margin-bottom: 0.8rem;
  background: #D81718;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#first-page .company .bottom-wrapper .introduction-pannel .desc {
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .introduction-pannel .left-right {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .left-wrapper {
  position: relative;
  width: calc(50% - 2.4rem);
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .introduction-pannel .left-right .left-wrapper {
    width: calc(50% + 1.2rem);
  }
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .left-wrapper .item:not(:last-child) {
  margin-bottom: 2.5rem;
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .right-wrapper {
  position: relative;
  width: calc(50% - 2.4rem);
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .right-wrapper .item:not(:last-child) {
  margin-bottom: 0.8rem;
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .title {
  color: #D81718;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #D81718;
  margin-bottom: 0.4rem;
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .desc {
  line-height: 2.0rem;
}

#first-page .company .bottom-wrapper .introduction-pannel .left-right .desc span {
  padding-left: 1.6rem;
}

#first-page .company .bottom-wrapper .company-profile {
  position: relative;
  width: 100%;
}

#first-page .company .bottom-wrapper .company-profile .left-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right {
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    row-gap: 1.6rem;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .left-container,
#first-page .company .bottom-wrapper .company-profile .left-right .right-container {
  padding: 0;
}

#first-page .company .bottom-wrapper .company-profile .left-right .left-container .row-wrapper {
  margin-bottom: 1.0rem;
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper {
  margin-bottom: 0;
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo1 {
  width: 24rem;
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo1 {
    width: 100%;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo2 {
  width: 17.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo2 {
    width: 76%;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo3 {
  width: 17.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo3 {
    width: 78%;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo4 {
  width: 16.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo4 {
    width: 76%;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo5 {
  width: 18.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .head-wrapper .logo5 {
    width: 80%;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .row-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  margin-bottom: 0.6rem;
}

#first-page .company .bottom-wrapper .company-profile .left-right .row-wrapper .head {
  width: 18%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .row-wrapper .head {
    font-size: 1.4rem;
  }
}

#first-page .company .bottom-wrapper .company-profile .left-right .row-wrapper .content {
  color: #FFF;
  line-height: 1.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .left-right .row-wrapper .content {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8rem;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .qr-wrapper {
    padding: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part1 {
  width: 41%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 2.6rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .qr-wrapper .part1 {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
  }
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .part2-1 {
  width: 65%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .part2-1 .domain {
  margin-bottom: 0.8rem;
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .part2-1 .input-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  height: 2.8rem;
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .part2-1 .input-wrapper .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68%;
  height: inherit;
  border: 2px solid #D81718;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0.2rem 0.6rem;
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .part2-1 .input-wrapper .button {
  width: 100%;
  height: inherit;
  background: #D81718;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}

#first-page .company .bottom-wrapper .company-profile .qr-wrapper .part2 .qr-img {
  width: 22%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

#first-page .smareno-other {
  padding-top: 14rem;
  background: #D81718;
  margin-bottom: -2px;
}

@media only screen and (max-width: 768px) {
  #first-page .smareno-other {
    padding-top: 6.4rem;
  }
}

#first-page .smareno-other .head-text {
  color: #FFF;
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  #first-page .smareno-other .head-text {
    margin-bottom: 3.6rem;
  }
}

#first-page .smareno-other .desc {
  color: #FFF;
  line-height: 3.0rem;
  margin-bottom: 3.2rem;
}

@media only screen and (max-width: 768px) {
  #first-page .smareno-other .desc {
    line-height: 2.6rem;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 6.9rem;
  }
}

#first-page .smareno-other .desc .underline-text::after {
  bottom: 0.1rem;
  background: #8f8d41;
}

#first-page .smareno-other .desc-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

#first-page .smareno-other .desc-img img {
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 2.4rem;
}

@media only screen and (max-width: 768px) {
  #first-page .smareno-other .desc-img img {
    width: 32%;
  }
}

#first-page .smareno-other .differ-table {
  position: relative;
}

#first-page .smareno-other .differ-table img {
  width: 100%;
}

#first-page .smareno-other .smareno-other-bg {
  width: 100%;
}

#thanks-page .container {
  width: 52rem;
  height: calc(100vh - 11.8rem);
  padding-top: 12rem;
}

#thanks-page .container .head-thankyou {
  margin-bottom: 6.4rem;
  text-align: center;
}

#thanks-page .container .desc {
  line-height: 2.8rem;
  margin-bottom: 3.6rem;
  text-align: center;
}

#thanks-page .container .btn {
  height: 4.8rem;
  padding: 0.8rem 3.6rem;
  margin: 0 auto;
}

#thanks-page .container .btn span {
  color: #FFF;
}

#thanks-page .container .btn:hover span {
  color: #249E54;
}

main {
  display: block;
  position: relative;
  padding-bottom: 10.8rem;
}

@media only screen and (max-width: 768px) {
  main {
    padding-bottom: 6.4rem;
  }
}

.yellow-color {
  color: #FFF100 !important;
}

.green-color {
  color: #249E54;
}

.white-color {
  color: #FFF;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 4.8rem;
  right: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .back-to-top {
    position: fixed;
    bottom: 1.6rem;
    right: 1.6rem;
  }
}

.back-to-top .to-top {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF100;
  color: #FFF;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 2rem;
  border-radius: 90px;
  z-index: 900;
}

@media only screen and (max-width: 768px) {
  .back-to-top .to-top {
    width: 4.0rem;
    height: 4.0rem;
  }
}

.back-to-top .to-top:hover {
  opacity: 0.7;
  cursor: pointer;
}

.underline-wrapper {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.underline-wrapper .underline-text {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.underline-wrapper .underline-text::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.8rem;
  background: #FFF100;
  bottom: 0.5rem;
  left: 0;
  z-index: -1;
}

.left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.smareno-text {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12.4rem;
  font-weight: 400;
  color: #51B374;
  white-space: nowrap;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: -1.0rem;
}

@media only screen and (max-width: 768px) {
  .smareno-text {
    font-size: 7.6rem;
  }
}

.smareno-text span {
  font-weight: 700;
}

.bg-text-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 100%;
  margin-bottom: 1.2rem;
}

.bg-text-wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 126%;
  background: #B5DBBA;
  top: -0.2rem;
}

.bg-text-wrapper .bg-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.font-10-400 {
  font-family: 'Noto Sans JP';
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}

.font-12-400 {
  font-family: 'Noto Sans JP';
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}

.font-12-500 {
  font-family: 'Noto Sans JP';
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

.font-14-400 {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}

.font-14-500 {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

.font-14-700 {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

.font-16-400 {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-16-400 {
    font-size: 1.4rem;
  }
}

.font-16-500 {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-16-500 {
    font-size: 1.4rem;
  }
}

.font-16-700 {
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-16-700 {
    font-size: 1.4rem;
  }
}

.font-17-500 {
  font-family: 'Noto Sans JP';
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-17-500 {
    font-size: 1.5rem;
  }
}

.font-18-500 {
  font-family: 'Noto Sans JP';
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-18-500 {
    font-size: 1.6rem;
  }
}

.font-18-700 {
  font-family: 'Noto Sans JP';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-18-700 {
    font-size: 1.6rem;
  }
}

.font-20-500 {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-20-500 {
    font-size: 1.6rem;
  }
}

.font-20-700 {
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-20-700 {
    font-size: 1.6rem;
  }
}

.font-22-500 {
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-22-500 {
    font-size: 1.8rem;
  }
}

.font-22-700 {
  font-family: 'Noto Sans JP';
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-22-700 {
    font-size: 1.8rem;
  }
}

.font-24-500 {
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

.font-24-700 {
  font-family: 'Noto Sans JP';
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

.font-26-700 {
  font-family: 'Noto Sans JP';
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-26-700 {
    font-size: 2.0rem;
  }
}

.font-28-500 {
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}

.font-28-700 {
  font-family: 'Noto Sans JP';
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-28-700 {
    font-size: 2.4rem;
  }
}

.font-32-700 {
  font-family: 'Noto Sans JP';
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-32-700 {
    font-size: 2.4rem;
  }
}

.font-36-700 {
  font-family: 'Noto Sans JP';
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

.font-48-700 {
  font-family: 'Noto Sans JP';
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-48-700 {
    font-size: 3.2rem;
  }
}

.font-60-700 {
  font-family: 'Noto Sans JP';
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .font-60-700 {
    font-size: 4.8rem;
  }
}

.card-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border: 2px solid #f9f9f987;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 2.4rem;
}

.card-item .card-wrapper {
  position: relative;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.card-item .card-wrapper .card {
  padding: 1.6rem 1.2rem;
}

.card-item .card-wrapper .card .title {
  color: #FFF;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.8rem;
}

.card-item .card-wrapper .card p {
  color: #FFF;
  line-height: 2.2rem;
}

.card-item .line {
  background: white;
  position: absolute;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}

.card-item .line:nth-child(1) {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  height: 3px;
  width: 20%;
  bottom: 0;
}

.card-item .line:nth-child(4) {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  height: 3px;
  width: 20%;
  top: -1px;
  right: 0;
}

.card-item .line:nth-child(2) {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  height: 100%;
  width: 3px;
  bottom: 0;
  left: -1px;
}

.card-item .line:nth-child(5) {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  height: 100%;
  width: 3px;
  bottom: 0;
  right: -1px;
}

.card-item .line:nth-child(3) {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  height: 3px;
  width: 100%;
  top: -1px;
  left: -1px;
}

.card-item .line:nth-child(6) {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  height: 3px;
  width: 100%;
  bottom: 0;
  right: -1px;
}

.card-item:hover > .line {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.card-item:hover > .line:nth-child(2),
.card-item:hover > .line:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.card-item:hover > .line:nth-child(3),
.card-item:hover > .line:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.card-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.href-link {
  color: #D81718;
}

.href-link:hover {
  opacity: 0.7;
}

.gradient-text {
  letter-spacing: 2px;
  font-weight: 800;
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 4s infinite linear;
  position: relative;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.href-btn {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  letter-spacing: 3px;
  position: relative;
  left: 0px;
  margin-bottom: 1.6rem;
}

.href-btn:hover {
  left: 15px;
}
/* 
.href-btn::before {
  content: "→";
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: absolute;
  opacity: 1;
} */

.href-btn:hover::before {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  left: 0px;
  opacity: 1;
}

.href-btn::after {
  content: "";
  border-bottom: 2px solid #FFF100;
  width: 50%;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.href-btn:hover::after {
  width: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.faq-header {
  margin-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .faq-header {
    margin-bottom: 2.4rem;
  }
}

.faq-header .head-text {
  margin-bottom: 8.0rem;
  color: #249E54;
}

@media only screen and (max-width: 768px) {
  .faq-header .head-text {
    font-size: 2.8rem;
    margin-bottom: 4.0rem;
  }
}

.faq-header #faqBtnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .faq-header #faqBtnContainer {
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .faq-header #faqBtnContainer .btn-faq span {
    font-size: 1.4rem;
  }
}

#faq-container {
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.01);
}

#faq-container li {
  border-radius: 8px;
}

#faq-container li .question {
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 1px solid #FFF;
  background: #FFF;
  margin-top: 1.6rem;
  padding: 0 0.8rem 0 2rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.2rem;
     -moz-column-gap: 2.2rem;
          column-gap: 2.2rem;
}

@media only screen and (max-width: 768px) {
  #faq-container li .question {
    padding: 0 0.8rem;
    margin-top: 1.2rem;
  }
}

#faq-container li .question:hover:not(.header) {
  background-color: #ebf0f8;
  border: 1px solid #ebf0f8;
}

#faq-container .q-a-item {
  display: none;
  /* Hidden by default */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 4px;
}

#faq-container .q-a-item.show {
  display: block;
}

#faq-container .q-a-item.is-active .question {
  border-radius: 8px 8px 0 0;
}

#faq-container .q-a-item.is-active .question .q-span {
  border-bottom: 1px solid #D3D3D3;
}

#faq-container .q-a-item.is-active .question .q-span:hover {
  border-bottom: 1px solid #d3d3d300;
}

#faq-container .q-a-item.is-active .question .q-span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#faq-container .q-a-item .question {
  background: #FFF;
  text-align: left;
  line-height: 3.2rem;
  position: relative;
  border-radius: 8px;
}

#faq-container .q-a-item .question .q-span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  padding: 0.6rem 0;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #faq-container .q-a-item .question .q-span {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    padding: 1.2rem 0;
    line-height: 1.8rem;
  }
}

#faq-container .q-a-item .question .q-span::after {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/down-mark.svg);
  background-position: center center;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#faq-container .q-a-item .question .q-span::before {
  content: 'Q';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 2.0rem;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  width: 2.4rem;
  background: #FDD933;
  border: 2px solid #000;
  border-radius: 90px;
}

@media only screen and (max-width: 768px) {
  #faq-container .q-a-item .question .q-span::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.0rem;
  }
}

#faq-container .q-a-item .answer {
  padding: 0 1.2rem 0 2rem;
  display: none;
  color: #000;
  background: #FFF;
  line-height: 2.4rem;
  text-align: left;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 768px) {
  #faq-container .q-a-item .answer {
    padding: 0 0.8rem;
  }
}

#faq-container .q-a-item .answer .a-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  padding: 1.0rem 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media only screen and (max-width: 768px) {
  #faq-container .q-a-item .answer .a-span {
    padding: 1.2rem 0;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

#faq-container .q-a-item .answer .a-span::before {
  content: 'A';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: auto;
  color: #FFF;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 2.0rem;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  width: 2.4rem;
  background: #249E54;
  border-radius: 90px;
}

@media only screen and (max-width: 768px) {
  #faq-container .q-a-item .answer .a-span::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2.0rem;
  }
}

.review-content .stars-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  margin-bottom: 3.2rem;
}

.review-content .stars-img .stars {
  position: relative;
  width: 54%;
  padding: 2.4rem;
  background: #E2E5E5;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.review-content .stars-img .stars .star-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  border-radius: 90px;
  background-color: #249E54;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
}

.review-content .stars-img .stars .star-wrapper:not(:last-child) {
  margin-bottom: 0.5rem;
}

.review-content .stars-img .stars .star-wrapper .star {
  width: 2.4rem;
  height: 2.4rem;
}

.review-content .stars-img .stars .star-wrapper span {
  color: #FFF;
  margin-left: 1.6rem;
}

.review-content .stars-img .stars .marks {
  position: absolute;
  bottom: 2.4rem;
  right: 1.6rem;
}

.review-content .stars-img .google-review {
  height: 30.8rem;
  position: relative;
  padding: 2.4rem;
  background: #E2E5E5;
  border-radius: 10px;
}

.review-content .stars-img .google-review .label {
  margin-bottom: 3.2rem;
}

.review-content .stars-img .google-review img {
  width: 60%;
  display: block;
  margin: 0 auto 2.0rem auto;
}

.review-content .stars-img .google-review .marks {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.review-content .stars-img .label {
  display: block;
  margin: 0 auto 2.0rem auto;
  padding: 1.6rem 2.4rem;
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #26466F;
  border-radius: 90px;
}

.review-content .stars-img .marks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 1.6rem 1.2rem 1.6rem;
  border-radius: 10px;
  background: #FFF;
}

.review-content .stars-img .marks span {
  font-family: "DIN 2014";
  font-size: 4.8rem;
}

.review-content .title {
  line-height: 3.6rem;
  margin-bottom: 1.2rem;
}

.review-content .content {
  line-height: 2.4rem;
}

.cta-wrapper {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
  background: #D81718;
  margin-top: -2px;
  margin-bottom: -2px;
}

@media only screen and (max-width: 768px) {
  .cta-wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.cta-wrapper .head-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem auto;
  color: #FFF !important;
  text-shadow: unset !important;
  font-weight: 1000;
}

@media only screen and (max-width: 768px) {
  .cta-wrapper .head-text {
    white-space: nowrap;
  }
}

.cta-wrapper .cta-desc {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8rem auto;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .cta-wrapper .cta-desc {
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
}

.cta-wrapper .href-link span {
  font-weight: 700;
  color: #FFF !important;
}

.cta-wrapper .href-link span.red-color {
  text-shadow: 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 4px 4px 5px #363636;
  font-weight: 1000;
  font-size: 1.8rem;
  color: #D81718 !important;
}

.form-section {
  padding-top: 5.6rem;
}

.form-section form ul {
  margin: 0 auto;
  max-width: 56rem;
}

.form-section form .bottom-desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.0rem auto 0 auto;
  text-align: left;
  line-height: 2.8rem;
}

.main-form {
  padding-top: 8.6rem;
  padding-bottom: 2.4rem;
}

.main-form.last-form {
  padding-bottom: 16.4rem !important;
}

@media only screen and (max-width: 768px) {
  .main-form.last-form {
    padding-bottom: 12rem;
  }
}

.main-form.last-form .wpcf7-spinner {
  top: unset;
  top: unset;
  bottom: 3rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (max-width: 768px) {
  .main-form.last-form .wpcf7-spinner {
    bottom: 2.6rem;
    margin: 0 1rem;
  }
}

.main-form.last-form .wpcf7-response-output {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
}

.main-form form {
  position: relative;
}

.main-form .container {
  max-width: 68rem;
}

@media only screen and (max-width: 768px) {
  .main-form .container {
    width: 100%;
    padding: 0;
  }
}

.main-form .form-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 5.2rem auto;
}

.main-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.2rem;
  padding-bottom: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .main-form .form-wrapper {
    row-gap: 2.2rem;
    padding-bottom: 2.4rem;
  }
}

.main-form .vertical-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}

.main-form .horizontal-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .main-form .horizontal-wrapper {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}

.main-form .input-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-form .input-checkbox .horizontal-wrapper {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.main-form .input-checkbox a {
  text-decoration: underline;
}

.main-form .input-checkbox a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .main-form .input-checkbox input {
    margin-top: 0.4rem;
    margin-right: 0;
  }
}

.main-form .input-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .main-form .input-checkbox label {
    line-height: 2.6rem;
  }
}

.main-form .input-checkbox label:hover {
  cursor: pointer;
}

.main-form label {
  color: #FFF;
}

.main-form input {
  height: 4.8rem;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-form .input-button {
  margin-top: 2.0rem;
}

.main-form .checkbox-item {
  -webkit-row-gap: 2.4rem;
  -moz-row-gap: 2.4rem;
  row-gap: 2.4rem;
}

.main-form textarea {
  line-height: 2.4rem;
}

.main-form .btn {
  padding: 0.6rem 6.4rem;
  height: 6.0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.2rem;
  background-color: #249E54;
  color: #FFF;
  border-radius: 90px;
  border: 2px solid #267847;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.main-form .btn:hover {
  opacity: 0.7;
}

.main-form .btn::before {
  background: #2fb464;
}

@media only screen and (max-width: 768px) {
  .main-form .btn {
    width: 100%;
    padding: 0.2rem;
    margin-bottom: 2.2rem !important;
    height: 5.2rem;
  }
}

.main-form .btn-black::before {
  background: #2175D6;
}

.main-form .btn-black:hover span {
  color: #FFF;
}

.main-form .btns-wrapper {
  margin: 4.8rem auto 0 auto;
}

.main-form.main-confirm input,
.main-form.main-confirm textarea {
  padding: 0;
  border: unset;
  font-weight: 400;
}

.main-form.main-confirm .name-wrapper .horizontal-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-form.main-confirm .name-wrapper .horizontal-wrapper input {
  width: 3.4rem;
}

.main-form .required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.main-form .required::after {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: '必須';
  color: #FFF;
  line-height: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #249E54;
  border-radius: 2px;
}

.main-form span.required {
  color: #FFF;
}

.main-form .wpcf7-not-valid-tip {
  font-family: 'Noto Sans JP' !important;
  color: #FFF100 !important;
  margin-top: 0.4rem !important;
}

.main-form .wpcf7-list-item {
  margin: 0;
}

.main-form .wpcf7-list-item.first {
  margin-bottom: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .main-form .wpcf7-list-item.first {
    margin-bottom: 1.0rem;
  }
}

.main-form .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .main-form .wpcf7-list-item label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-form .wpcf7-list-item label input {
    margin-top: 0.2rem;
  }
}

.main-form .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: "Noto Sans Jp";
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Noto Sans Jp";
  font-weight: 500;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .main-form .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
}

.main-form .wpcf7-text {
  color: #000;
}

.main-form .wpcf7-response-output {
  border-color: #878836 !important;
  border-radius: 4px;
  background: #f5eb8563;
  color: #FFF100;
  font-family: 'Noto Sans JP';
  padding: 0.7rem 2.4rem !important;
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  .main-form .wpcf7-response-output {
    padding: 0.2rem 0.8rem !important;
  }
}

.main-form .wpcf7-spinner {
  position: absolute;
  top: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .main-form .wpcf7-spinner {
    top: 2.6rem;
    margin: 0 1rem;
  }
}

input[type=checkbox] {
  position: relative;
  border-radius: 4px;
  border: 1.5px solid #FFF;
  background: none;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 2rem !important;
  width: 2rem !important;
  -webkit-appearance: none;
  opacity: .5;
  margin: 0 0.8rem 0 0;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #249E54;
  border: 1.5px solid #249E54;
  opacity: 1;
}

input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  right: calc(50% + 0rem);
  top: 50%;
  width: 0.6rem;
  height: 1.3rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

footer {
  padding: 10rem 0 8.0rem 0;
  background: #D81718;
}

footer .container {
  position: relative;
}

footer .top-img {
  position: absolute;
  top: 10.9rem;
  right: 0;
  width: 40rem;
  opacity: 0.5;
}

footer .top-text {
  color: #FFF;
  margin-bottom: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .top-text .plus {
  font-size: 6.4rem;
  font-weight: 300;
  position: relative;
  margin-bottom: 0.5rem;
}

footer .top-text .plus::before {
  content: 'プラス';
  position: absolute;
  top: -2.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 1.2rem;
  width: 100%;
  white-space: nowrap;
}

footer .top-text .cross {
  font-size: 4.2rem;
  position: relative;
  color: #FFF100;
}

footer .top-text .cross::before {
  content: 'クロス';
  position: absolute;
  top: -2.4rem;
  left: 50%;
  -webkit-transform: translate(-41%, 0);
          transform: translate(-41%, 0);
  font-size: 1.2rem;
  width: 100%;
  white-space: nowrap;
  color: #FFF;
}

footer .middle-text {
  margin-bottom: 2.4rem;
  line-height: 5.2rem;
  color: #FFF;
}

footer .middle-text .spot {
  position: relative;
  color: #FFF;
}

footer .middle-text .spot::after {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 90px;
  background: #FFE109;
  position: absolute;
  top: -1.0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .bottom-text {
  line-height: 3.2rem;
  color: #FFF;
  margin-bottom: 4.8rem;
}

/*# sourceMappingURL=style.css.map */
