@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1, 6rem;
  font-family: "din-2014", "Noto Sans JP", sans-serif;
}

#content {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
}

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

.u-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-desktop {
    display: block;
  }
}

.u-mobile {
  display: block;
}
@media screen and (min-width: 1280px) {
  .u-mobile {
    display: none;
  }
}

.u-small {
  display: block;
}
@media screen and (min-width: 480px) {
  .u-small {
    display: none;
  }
}

.btn {
  text-align: center;
}
.btn > a {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  background-color: #ff9c00;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .btn > a {
    font-size: 2.4rem;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 750px) {
  .btn > a {
    font-size: 3.6rem;
    height: 120px;
    line-height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .btn > a {
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
  }
}
.btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
  border: 12px solid transparent;
  border-left: 15px solid #ffffff;
  width: 0;
  height: 0;
}
.btn.to-c > a {
  background-color: #01b052;
  color: #fffe86;
  max-width: unset;
}
.btn.to-c > a::after {
  border-left: 15px solid #fffe86;
}

.title {
  text-align: center;
  position: relative;
}
.title__en {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  opacity: 0.1;
  color: #00a39e;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-style: normal;
}
@media screen and (min-width: 480px) {
  .title__en {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 750px) {
  .title__en {
    font-size: 7.2rem;
    top: -55px;
  }
}
@media screen and (min-width: 1280px) {
  .title__en {
    font-size: 12rem;
    top: -110px;
  }
}
.title__en.to-c {
  color: #038cdb;
}
.title__en.to-c.flow-title {
  transform: rotate(90deg);
  top: 30px;
  left: -80px;
}
@media screen and (min-width: 480px) {
  .title__en.to-c {
    font-size: 5.8rem;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 7.2rem;
    top: -55px;
  }
  .title__en.to-c.flow-title {
    transform: rotate(90deg);
    top: 40px;
    left: -28%;
  }
}
@media screen and (min-width: 750px) {
  .title__en.to-c {
    font-size: 7.2rem;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 12rem;
    top: -105px;
  }
  .title__en.to-c.flow-title {
    top: 65px;
    left: -30%;
  }
}
@media screen and (min-width: 1280px) {
  .title__en.to-c {
    font-size: 12rem;
    top: -110px;
  }
  .title__en.to-c.voice-title, .title__en.to-c.flow-title, .title__en.to-c.qa-title {
    font-size: 12rem;
    top: -110px;
  }
  .title__en.to-c.flow-title {
    transform: translateX(-50%);
    top: -110px;
    left: 50%;
  }
}
.title__ja {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00a39e;
  line-height: 1.5;
}
.title__ja span {
  background: linear-gradient(transparent 70%, #fffe86 70%);
}
.title__ja.to-c {
  color: #038cdb;
}
@media screen and (min-width: 480px) {
  .title__ja {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 750px) {
  .title__ja {
    font-size: 4.8rem;
  }
}

.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn > span {
  background-color: #333333;
  height: 6px;
  width: 40px;
  display: block;
  transition: transform 0.7s;
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn > span {
    height: 10px;
    width: 60px;
  }
}
.mobile-menu__btn > span:nth-child(2) {
  margin: 10px 0 9px;
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn > span:nth-child(2) {
    margin: 13px 0 12px;
  }
}
.mobile-menu__btn.is-open > span {
  background-color: #ffffff;
}
.mobile-menu__btn.is-open > span:first-child {
  transition-delay: 70ms;
  transform: translateY(18px) rotate(135deg);
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn.is-open > span:first-child {
    transform: translateY(22px) rotate(135deg);
  }
}
.mobile-menu__btn.is-open > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.mobile-menu__btn.is-open > span:last-child {
  transition-delay: 140ms;
  transform: translateY(-12px) rotate(-135deg);
}
@media screen and (min-width: 750px) {
  .mobile-menu__btn.is-open > span:last-child {
    transform: translateY(-22px) rotate(-135deg);
  }
}
.mobile-menu__header {
  transform: translateY(-100%);
  background-color: #00a39e;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s 0s ease;
}
.mobile-menu__header.toc-header {
  background-color: #038cdb;
}
.mobile-menu__header.is-open {
  transform: translateY(0);
}
.mobile-menu__nav {
  padding-top: 200px;
}
.mobile-menu__ul {
  padding: 0;
  margin: 0 auto;
  max-width: 265px;
  width: 100%;
}
.mobile-menu__li {
  list-style: none;
  border-bottom: 2px solid #fffe86;
  position: relative;
  padding-left: 2.5em;
}
.mobile-menu__li:last-child {
  border-bottom: none;
}
.mobile-menu__li > a {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #ffffff;
  padding: 22px 0;
}
@media screen and (min-width: 480px) {
  .mobile-menu__li > a {
    font-size: 3.6rem;
  }
}
.mobile-menu__li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fffe86;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container {
  position: relative;
  max-width: 370px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .swiper-container {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .swiper-container {
    max-width: 504px;
  }
  .swiper-container.to-c {
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-container {
    max-width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  transition: 0.7s;
  transform: translateY(-50%);
  top: 50%;
}

.swiper-button-prev {
  left: -30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-prev {
    left: -43px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-prev {
    left: -90px;
  }
  .swiper-button-prev.to-c {
    left: 0;
  }
}
.swiper-button-prev.to-c::after {
  content: "";
  background-image: url(../images/to-c/swiper-prev@2x.png);
}

.swiper-button-next {
  right: -28px;
}
@media screen and (min-width: 480px) {
  .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-next {
    right: -55px;
  }
  .swiper-button-next.to-c {
    right: 33px;
  }
}
.swiper-button-next.to-c::after {
  content: "";
  background-image: url(../images/to-c/swiper-next@2x.png);
}

.swiper-button-prev::after {
  display: block;
  background-image: url(../images/swiper-prev@2x.png);
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-prev::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-prev::after {
    height: 60px;
    width: 60px;
  }
}

.swiper-button-next::after {
  display: block;
  background-image: url(../images/swiper-next@2x.png);
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 480px) {
  .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 750px) {
  .swiper-button-next::after {
    height: 60px;
    width: 60px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 100px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  width: 98%;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .header__inner.to-c {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .header__inner {
    max-width: 1440px;
  }
  .header__inner.to-c {
    width: 98%;
  }
}
.header__wrapper {
  display: flex;
  height: inherit;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .header__wrapper {
    gap: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__wrapper {
    justify-content: space-between;
    gap: 0;
  }
}
.header__wrapper.to-c {
  gap: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .header__wrapper.to-c {
    gap: 15px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 750px) {
  .header__wrapper.to-c {
    gap: 25px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header__wrapper.to-c {
    justify-content: space-between;
    gap: 0;
  }
}
.header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
.header__ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.header__li {
  list-style: none;
}
.header__li > a {
  padding: 0 8px;
}
@media screen and (min-width: 1280px) {
  .header__btn-wrapper {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.header__btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__btn {
    display: block;
    color: #ffffff;
    background-color: #ff9c00;
    position: relative;
  }
  .header__btn.to-c {
    background-color: #01b052;
  }
  .header__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
    border: 8px solid transparent;
    border-left: 11px solid #ffffff;
    width: 0;
    height: 0;
  }
}
.header__btn.is-white {
  display: block;
  color: #ff9c00;
  background-color: #ffffff;
  border: 1px solid #ffefd6;
  box-shadow: 0 0 5px rgba(255, 156, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .header__btn.is-white::after {
    border-left: 11px solid #ff9c00;
    left: 93%;
  }
  .header__btn.is-white > a {
    width: 300px;
  }
}
.header__btn.is-white.to-c {
  color: #01b052;
  border: none;
  box-shadow: 0 0 5px rgba(1, 176, 82, 0.5);
}
@media screen and (min-width: 1280px) {
  .header__btn.is-white.to-c::after {
    border-left: 11px solid #01b052;
    left: 93%;
  }
}
.header__btn > a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  transition: 0.7s;
  height: 60px;
  width: 135px;
  max-width: 100%;
  display: grid;
  place-items: center center;
  text-wrap: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .header__btn > a {
    font-size: 2rem;
    width: 200px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header__btn > a {
    font-size: 1.6rem;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 260px;
    max-width: 100%;
  }
}
.header .logo {
  max-width: 275px;
  height: 60px;
}
.header .logo.to-c {
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .header .logo {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo {
    margin-left: 0;
    height: 60px;
  }
}
.header .logo a {
  height: 100%;
  display: block;
}
.header .logo img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 750px) {
  .header .logo img {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .header .logo img {
    height: 60px;
  }
}

.footer {
  background-color: #00a39e;
  height: 60px;
  position: relative;
}
.footer.to-c {
  background-color: #038cdb;
}
.footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 750px) {
  .footer__copyright {
    font-size: 2rem;
    bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copyright {
    font-size: 1.2rem;
    bottom: 20px;
  }
}

.hero {
  margin-top: 60px;
  padding: 54px 0 30px;
  background-image: url(../images/hero-bg-sp@2x.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  .hero {
    padding: 74px 0 50px;
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    margin-top: 100px;
    padding: 104px 0 67px;
    background-image: url(../images/hero-bg@2x.jpg);
    background-position: center;
  }
}
.hero__inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .hero__inner {
    width: 95%;
    max-width: 1240px;
    display: flex;
    align-items: center;
  }
}
.hero__title {
  position: relative;
}
.hero__title-en {
  font-size: 10rem;
  line-height: 1.5;
  color: #00a39e;
  opacity: 0.1;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  left: 10px;
  top: -90px;
  letter-spacing: 0.1em;
}
.hero__title-ja {
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 900;
  color: #00a39e;
}
.hero__description {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.75;
  margin-top: 29px;
  display: grid;
  place-items: center;
}
.hero__imgs {
  position: relative;
  margin: 0 auto;
  max-width: 690px;
}
.hero__matching-img {
  width: 200px;
  position: absolute;
  top: -10%;
  left: auto;
  right: 40%;
}
@media screen and (min-width: 480px) {
  .hero__matching-img {
    width: 250px;
    right: 43%;
    top: -9%;
    left: auto;
  }
}
@media screen and (min-width: 750px) {
  .hero__matching-img {
    width: 320px;
    top: -8%;
    left: 10%;
    right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .hero__matching-img {
    width: 250px;
  }
}
.hero__matching-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img {
  max-width: 591px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .hero__img {
    max-width: 522px;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__btn {
  margin-top: 43px;
}
@media screen and (min-width: 1280px) {
  .hero__btn {
    margin-top: 57px;
  }
}

.company {
  padding: 85px 0 50px;
}
@media screen and (min-width: 750px) {
  .company {
    padding: 110px 0 65px;
  }
}
@media screen and (min-width: 1280px) {
  .company {
    padding: 150px 0 85px;
  }
}
.company__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .company__inner {
    max-width: 1040px;
  }
}
.company__container {
  height: 200px;
  box-shadow: 0 0 10px rgba(0, 168, 158, 0.5);
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 1280px) {
  .company__container {
    height: 350px;
    margin-top: 43px;
  }
}
.company__container::before {
  content: "";
  background-image: url(../images/company-arrow-left@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .company__container::before {
    width: 50px;
    height: 50px;
  }
}
.company__container::after {
  content: "";
  background-image: url(../images/company-arrow-right@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1280px) {
  .company__container::after {
    width: 50px;
    height: 50px;
  }
}
.company__ul {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company__li {
  list-style: none;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #00a39e;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .company__li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .company__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .company__li {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}

.problem {
  padding-top: 85px;
  padding-bottom: 80px;
  background-color: #f2ffff;
  position: relative;
}
@media screen and (min-width: 750px) {
  .problem {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .problem {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.problem__inner {
  width: 90%;
  margin: 0 auto;
}
.problem__content {
  width: 100%;
  margin-inline: auto;
  position: relative;
  margin-top: 40px;
  border: 5px solid #333333;
  border-radius: 10px 10px 0 0;
  max-width: 500px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .problem__content {
    max-width: 500px;
  }
}
@media screen and (min-width: 750px) {
  .problem__content {
    max-width: 566px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__content {
    max-width: 750px;
  }
}
.problem__content::after {
  content: "";
  border: 5px solid #333333;
  background-color: #00a39e;
  width: 105%;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.problem__items {
  padding-top: 30px;
}
@media screen and (min-width: 1280px) {
  .problem__items {
    padding-top: 53px;
  }
}
.problem__item {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #00a39e;
  position: relative;
  margin-left: 35px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .problem__item {
    font-size: 1.4rem;
    margin-left: 49px;
  }
}
@media screen and (min-width: 750px) {
  .problem__item {
    font-size: 2rem;
    margin-left: 59px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__item {
    font-size: 1.6rem;
    margin-left: 87px;
    margin-bottom: 15px;
  }
}
.problem__item::before {
  content: "";
  background-image: url(../images/check-icon@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .problem__item::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__item::before {
    width: 27px;
    height: 27px;
    left: -34px;
  }
}
.problem__item > span {
  font-size: 2.4rem;
}
@media screen and (min-width: 480px) {
  .problem__item > span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .problem__item > span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .problem__item > span {
    font-size: 3.6rem;
  }
}
.problem__item.conclusion {
  font-size: 2.6rem;
  background-color: #fffe86;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 69px;
}
@media screen and (min-width: 480px) {
  .problem__item.conclusion {
    font-size: 2.8rem;
    padding: 0 15px;
  }
}
@media screen and (min-width: 750px) {
  .problem__item.conclusion {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .problem__item.conclusion {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}
.problem__item.conclusion::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  border: 10.5px solid transparent;
  border-left: 14px solid #00a39e;
  width: 0;
  height: 0;
}
@media screen and (min-width: 480px) {
  .problem__item.conclusion::before {
    border: 13.5px solid transparent;
    border-left: 17px solid #00a39e;
  }
}
@media screen and (min-width: 1280px) {
  .problem__item.conclusion::before {
    border: 20.5px solid transparent;
    border-left: 26px solid #00a39e;
    left: -41px;
  }
}
.problem__img {
  width: 93px;
  height: 213px;
  position: absolute;
  bottom: -130px;
  right: -6%;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .problem__img {
    width: 123px;
    height: 243px;
    bottom: -100px;
    right: -7%;
  }
}
@media screen and (min-width: 750px) {
  .problem__img {
    width: 153px;
    height: 273px;
    bottom: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__img {
    width: 236px;
    height: 425px;
    bottom: -100px;
  }
}
.problem__img.eraser {
  width: 64px;
  height: 28px;
  position: absolute;
  bottom: 0px;
  left: 10%;
}
@media screen and (min-width: 480px) {
  .problem__img.eraser {
    width: 74px;
    height: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .problem__img.eraser {
    width: 106px;
    height: 46px;
    left: 13%;
  }
}
.problem__img.pen {
  width: 51px;
  height: 9px;
  position: absolute;
  bottom: 0px;
  left: 34%;
}
@media screen and (min-width: 480px) {
  .problem__img.pen {
    width: 61px;
    height: 12px;
    left: 28%;
  }
}
@media screen and (min-width: 1280px) {
  .problem__img.pen {
    width: 87px;
    height: 14px;
    left: 32%;
  }
}
.problem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.problem__arrow {
  position: absolute;
  bottom: -65px;
  transform: translateX(-50%);
  left: 50%;
  border: 50px solid transparent;
  border-top: 30px solid #fffe86;
  width: 0;
  height: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .problem__arrow {
    bottom: -92px;
    border: 67px solid transparent;
    border-top: 45px solid #fffe86;
  }
}

.solution {
  padding: 106px 0 64px;
  position: relative;
  background-image: url(../images/solution-bg@2x.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 750px) {
  .solution {
    padding: 166px 0 74px;
  }
}
@media screen and (min-width: 1280px) {
  .solution {
    padding: 206px 0 80px;
  }
}
.solution__inner {
  width: 90%;
  margin: 0 auto;
}
.solution .title {
  position: absolute;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 750px) {
  .solution .title {
    top: 130px;
  }
}
@media screen and (min-width: 750px) {
  .solution .title {
    top: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .solution .title {
    top: 150px;
  }
}
.solution .title__ja {
  display: inline-block;
}
.solution__container {
  border: 4px solid #00a39e;
  border-radius: 20px;
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  background-color: #ffffff;
}
@media screen and (min-width: 480px) {
  .solution__container {
    max-width: 530px;
  }
}
@media screen and (min-width: 750px) {
  .solution__container {
    width: 95%;
    max-width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__container {
    max-width: 770px;
  }
}
.solution__container::before {
  content: "";
  height: 6px;
  background-color: #ffffff;
  width: 300px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 480px) {
  .solution__container::before {
    width: 360px;
  }
}
@media screen and (min-width: 750px) {
  .solution__container::before {
    width: 540px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__container::before {
    width: 560px;
  }
}
.solution__texts {
  margin-top: 70px;
  margin-bottom: 25px;
}
@media screen and (min-width: 480px) {
  .solution__texts {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .solution__texts {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__texts {
    margin-top: 137px;
    margin-bottom: 49px;
  }
}
.solution__texts > p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .solution__texts > p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) {
  .solution__texts > p {
    font-size: 2.4rem;
  }
}
.solution__texts > p .has-bg {
  font-size: 1.8rem;
  color: #fffe86;
  font-weight: bold;
  background-color: #00a39e;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
  padding: 0 7px;
  margin-top: 12px;
  display: inline-block;
  margin-right: 7px;
}
@media screen and (min-width: 480px) {
  .solution__texts > p .has-bg {
    font-size: 2rem;
    padding: 0 15px;
  }
}
@media screen and (min-width: 750px) {
  .solution__texts > p .has-bg {
    font-size: 3rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__texts > p .has-bg {
    font-size: 3.6rem;
    padding: 0 17px;
    margin-top: 25px;
  }
}
.solution__texts > p .has-bg.is-second {
  margin-bottom: 12px;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
          clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
}
@media screen and (min-width: 750px) {
  .solution__texts > p .has-bg.is-second {
    margin-bottom: 20px;
  }
}
.solution__texts > p .green {
  font-size: 1.8rem;
  color: #00a39e;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .solution__texts > p .green {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .solution__texts > p .green {
    font-size: 3rem;
  }
}
.solution__img {
  width: 117px;
  height: 170px;
  bottom: -124px;
  position: absolute;
  left: -20px;
}
@media screen and (min-width: 480px) {
  .solution__img {
    width: 147px;
    height: 210px;
    bottom: -144px;
    left: -25px;
  }
}
@media screen and (min-width: 750px) {
  .solution__img {
    bottom: -124px;
  }
}
@media screen and (min-width: 750px) {
  .solution__img {
    width: 178px;
    height: 249px;
    left: -28px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__img {
    width: 268px;
    height: 379px;
    left: -174px;
    bottom: -80px;
  }
}
.solution__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution__btn {
  margin-top: 120px;
}
@media screen and (min-width: 750px) {
  .solution__btn {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .solution__btn {
    margin-top: 84px;
  }
}

.reason {
  padding: 0 0 66px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .reason {
    padding: 0 0 76px;
  }
}
@media screen and (min-width: 1280px) {
  .reason {
    padding: 0 0 145px;
  }
}
.reason__wave {
  width: 100%;
}
.reason__wave img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px) {
  .reason__wave img {
    height: 250px;
  }
}
@media screen and (min-width: 750px) {
  .reason__wave img {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__wave img {
    height: 375px;
  }
}
.reason__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 31px;
}
@media screen and (min-width: 750px) {
  .reason__inner {
    padding-top: 71px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__inner {
    max-width: 1040px;
    padding-top: 70px;
  }
}
.reason .title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 85px;
}
@media screen and (min-width: 750px) {
  .reason .title {
    top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .reason .title {
    top: 149px;
  }
}
.reason__item {
  margin-top: 75px;
}
@media screen and (min-width: 750px) {
  .reason__item {
    margin-top: 115px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.reason__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .reason__item.reverse {
    flex-direction: row-reverse;
  }
}
.reason__texts {
  position: relative;
  padding-bottom: 53px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .reason__texts {
    padding-bottom: 0;
    width: 50%;
  }
}
.reason__title {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: bold;
  color: #00a39e;
  margin-bottom: 17px;
}
@media screen and (min-width: 480px) {
  .reason__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 750px) {
  .reason__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .reason__title {
    font-size: 3.6rem;
    margin-bottom: 38px;
    text-wrap: nowrap;
    letter-spacing: 0.01em;
  }
}
.reason__ul {
  width: 90%;
  padding-left: 2.5em;
}
@media screen and (min-width: 480px) {
  .reason__ul {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__ul {
    width: 100%;
    padding-left: 3em;
  }
}
.reason__ul.second-item, .reason__ul.third-item {
  width: 100%;
}
.reason__li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  list-style: none;
  position: relative;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 480px) {
  .reason__li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .reason__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .reason__li {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}
.reason__li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 480px) {
  .reason__li::before {
    left: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__li::before {
    left: -25px;
  }
}
.reason__li.has-indent {
  margin-left: 2em;
}
.reason__num {
  font-size: 13rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #00a39e;
  font-weight: bold;
  font-style: normal;
  opacity: 0.1;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 480px) {
  .reason__num {
    font-size: 15rem;
  }
}
@media screen and (min-width: 1280px) {
  .reason__num {
    right: -27px;
    bottom: -56px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__outer-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .reason__lists-desktop-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.reason__lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .reason__lists-wrapper {
    gap: 20px;
  }
}
.reason__lists-wrapper .reason__lists {
  width: 50%;
}
@media screen and (min-width: 1280px) {
  .reason__lists-wrapper .reason__lists {
    width: 240px;
  }
}
.reason__lists-wrapper .reason__list {
  margin-bottom: 0;
}
.reason__lists-wrapper .reason__list-items {
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 480px) {
  .reason__lists-wrapper .reason__list-items {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__lists-wrapper .reason__list-items {
    height: 160px;
  }
}
.reason__lists {
  max-width: 580px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  .reason__lists {
    width: 240px;
    max-width: 100%;
  }
}
.reason__list {
  background-color: #00a39e;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
  .reason__list {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 750px) {
  .reason__list {
    margin-bottom: 45px;
  }
}
.reason__list-title {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #00a39e;
  line-height: 1.75;
  background-color: #fffe86;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8%;
  transform: translateX(-50%);
  max-width: 110px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .reason__list-title {
    font-size: 2rem;
    top: -10%;
  }
}
@media screen and (min-width: 750px) {
  .reason__list-title {
    font-size: 2.4rem;
    max-width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-title {
    font-size: 2rem;
    max-width: 110px;
  }
}
.reason__list-title.is-wide {
  max-width: 140px;
}
@media screen and (min-width: 750px) {
  .reason__list-title.is-wide {
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-title.is-wide {
    max-width: 140px;
  }
}
.reason__list-items {
  width: 55%;
  margin: 0 auto;
  height: 150px;
  padding-top: 40px;
}
@media screen and (min-width: 480px) {
  .reason__list-items {
    width: 50%;
    height: 170px;
  }
}
@media screen and (min-width: 750px) {
  .reason__list-items {
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-items {
    width: 240px;
    height: 240px;
    padding-top: 37px;
  }
}
.reason__list-items.columns {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  padding: 43px 0 20px 20px;
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .reason__list-items.columns {
    padding: 43px 20px 20px 42px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-items.columns {
    display: block;
    padding: 38px 0 0 28px;
    width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-items.third-items {
    padding-left: 28px;
  }
}
.reason__list-item {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #ffffff;
  list-style: none;
  position: relative;
}
@media screen and (min-width: 480px) {
  .reason__list-item {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 750px) {
  .reason__list-item {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1280px) {
  .reason__list-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.reason__list-item::before {
  content: "-";
  position: absolute;
  left: -0.5em;
  top: 0;
}
@media screen and (min-width: 1280px) {
  .reason__container {
    width: 50%;
  }
}
.reason__img {
  margin-inline: auto;
  margin-top: -15px;
}
@media screen and (min-width: 1280px) {
  .reason__img {
    margin-top: 0;
  }
}
.reason__img.second-item {
  max-width: 323px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .reason__img.second-item {
    max-width: 100%;
    width: 323px;
    height: 308px;
  }
}
.reason__img.third-item {
  max-width: 431px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .reason__img.third-item {
    max-width: 100%;
    width: 431px;
    height: 314px;
  }
}
.reason__img.fourth-item {
  width: 100%;
  max-width: 398px;
  height: auto;
}
@media screen and (min-width: 480px) {
  .reason__img.fourth-item {
    max-width: 100%;
    width: 398px;
    height: 284px;
  }
}
.reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point {
  padding-top: 95px;
  padding-bottom: 83px;
  background-color: #f2ffff;
}
@media screen and (min-width: 750px) {
  .point {
    padding-top: 120px;
    padding-bottom: 113px;
  }
}
@media screen and (min-width: 1280px) {
  .point {
    padding-top: 162px;
    padding-bottom: 60px;
  }
}
.point__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .point__inner {
    max-width: 1040px;
    padding: 0 30px;
  }
}
.point__title {
  color: #00a39e;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .point__title {
    max-width: 426px;
  }
}
@media screen and (min-width: 1280px) {
  .point__title {
    max-width: 350px;
  }
}
.point__title .title-en {
  font-style: normal;
  font-weight: bold;
  font-size: 6.2rem;
  line-height: 1.5;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: -66px;
  transform: translateX(-50%);
}
@media screen and (min-width: 480px) {
  .point__title .title-en {
    font-size: 7rem;
    top: -75px;
  }
}
@media screen and (min-width: 750px) {
  .point__title .title-en {
    font-size: 10rem;
    top: -108px;
  }
}
@media screen and (min-width: 1280px) {
  .point__title .title-en {
    font-size: 14rem;
    top: -150px;
  }
}
.point__title .title-plus {
  background-color: #fffe86;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: -46px;
  left: -28px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 163, 158, 0.1);
}
.point__title .title-plus::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 3px;
  border: 4px solid transparent;
  border-left: 9px solid #fffe86;
  transform: rotate(45deg);
  width: 0;
  height: 0;
}
@media screen and (min-width: 480px) {
  .point__title .title-plus {
    font-size: 2rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: -56px;
    left: -61px;
  }
}
@media screen and (min-width: 750px) {
  .point__title .title-plus {
    font-size: 2.4rem;
    width: 89.38px;
    height: 89.38px;
    line-height: 89.38px;
    top: -60px;
    left: -65px;
  }
}
@media screen and (min-width: 1280px) {
  .point__title .title-plus {
    width: 81px;
    height: 81px;
    line-height: 81px;
    top: -55px;
    left: -60px;
  }
}
.point__title .title-ja {
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  background-color: #ffffff;
  border: solid 3px #00a39e;
  border-radius: 15px;
  max-width: 240px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .point__title .title-ja {
    font-size: 3.2rem;
    max-width: 426px;
  }
}
@media screen and (min-width: 750px) {
  .point__title .title-ja {
    font-size: 4.8rem;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .point__title .title-ja {
    font-size: 3.6rem;
    height: 60px;
    line-height: 60px;
    max-width: 350px;
  }
}
.point__title .title-ja::before {
  content: "";
  position: absolute;
  background-color: #f2ffff;
  border-right: 3px solid #00a39e;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  width: 15px;
  height: 23px;
}
@media screen and (min-width: 480px) {
  .point__title .title-ja::before {
    height: 25px;
  }
}
.point__text {
  font-size: 2.2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00a39e;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 480px) {
  .point__text {
    font-size: 3rem;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 750px) {
  .point__text {
    font-size: 4rem;
    margin-top: 40px;
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .point__text {
    font-size: 3.6rem;
    margin-top: 54px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .point__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.point__item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 163, 158, 0.5);
  max-width: 370px;
  margin: 0 auto;
  height: 300px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 480px) {
  .point__item {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 750px) {
  .point__item {
    max-width: 500px;
    height: 450px;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item {
    width: 300px;
    max-width: 100%;
    height: 300px;
    margin-bottom: 0;
  }
}
.point__item:last-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 480px) {
  .point__item:last-child {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 750px) {
  .point__item:last-child {
    margin-bottom: 117px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item:last-child {
    margin-bottom: 0;
  }
}
.point__item-header {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fffe86;
  background-color: #00a39e;
  display: inline-block;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
          clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
  padding: 2px 0;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 170px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .point__item-header {
    font-size: 2.4rem;
    max-width: 203px;
    padding: 4px 0;
  }
}
@media screen and (min-width: 750px) {
  .point__item-header {
    font-size: 3rem;
    max-width: 263px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item-header {
    top: -9%;
    font-size: 2.4rem;
    max-width: 203px;
  }
}
.point__item-header.second-item, .point__item-header.third-item {
  max-width: 210px;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
          clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
}
@media screen and (min-width: 480px) {
  .point__item-header.second-item, .point__item-header.third-item {
    max-width: 242px;
  }
}
@media screen and (min-width: 750px) {
  .point__item-header.second-item, .point__item-header.third-item {
    max-width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item-header.second-item, .point__item-header.third-item {
    max-width: 242px;
    -webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
            clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
  }
}
.point__item-description {
  display: flex;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}
.point__item-description > p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.75;
  margin-top: 45px;
}
@media screen and (min-width: 750px) {
  .point__item-description > p {
    font-size: 2.4rem;
    margin-top: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .point__item-description > p {
    font-size: 1.6rem;
    margin-top: 45px;
  }
}
.point__img {
  margin-inline: auto;
}
.point__img.first-item {
  width: 165px;
  height: 162px;
  margin-top: 35px;
}
@media screen and (min-width: 750px) {
  .point__img.first-item {
    width: 250px;
    height: 248px;
    margin-top: 37px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img.first-item {
    width: 165px;
    height: 162px;
    margin-top: 35px;
  }
}
.point__img.second-item {
  width: 128px;
  height: 139px;
  margin-top: 16px;
}
@media screen and (min-width: 750px) {
  .point__img.second-item {
    width: 211px;
    height: 229px;
    margin-top: 19px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img.second-item {
    width: 128px;
    height: 139px;
    margin-top: 16px;
  }
}
.point__img.third-item {
  width: 251px;
  height: 133px;
  margin-top: 17px;
}
@media screen and (min-width: 750px) {
  .point__img.third-item {
    width: 394px;
    height: 209px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .point__img.third-item {
    width: 251px;
    height: 133px;
    margin-top: 17px;
  }
}
.point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worker {
  padding-top: 80px;
}
@media screen and (min-width: 750px) {
  .worker {
    padding-top: 104px;
  }
}
@media screen and (min-width: 1280px) {
  .worker {
    padding-top: 150px;
  }
}
.worker__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .worker__inner {
    max-width: 1040px;
  }
}
.worker__text {
  margin-top: 12px;
}
@media screen and (min-width: 750px) {
  .worker__text {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .worker__text {
    margin-top: 22px;
  }
}
.worker__text > p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.75;
  color: #00a39e;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .worker__text > p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 750px) {
  .worker__text > p {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .worker__text > p {
    font-size: 2.4rem;
  }
}
.worker__item {
  box-shadow: 0 0 10px rgba(0, 163, 158, 0.5);
  max-width: 370px;
  height: 440px;
  background-color: #ffffff;
  margin-inline: auto;
  position: relative;
  padding-top: 36px;
  width: 90%;
  margin: 36px auto 65px;
}
@media screen and (min-width: 480px) {
  .worker__item {
    width: 97%;
  }
}
@media screen and (min-width: 750px) {
  .worker__item {
    max-width: 500px;
    height: 650px;
    margin: 66px auto 75px;
  }
}
@media screen and (min-width: 1280px) {
  .worker__item {
    width: 310px;
    max-width: 100%;
    height: 420px;
    padding-top: 24px;
  }
}
.worker__item::before {
  content: "";
  background-image: url(../images/work-arrow@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 58px;
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .worker__item::before {
    width: 38px;
    height: 39px;
    left: 7px;
    top: 8px;
  }
}
.worker__img {
  margin-inline: auto;
  width: 143px;
  height: 151px;
  margin-bottom: 23px;
}
@media screen and (min-width: 750px) {
  .worker__img {
    width: 224px;
    height: 229px;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .worker__img {
    width: 143px;
    height: 151px;
    margin-bottom: 23px;
  }
}
.worker__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worker__company {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .worker__company {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .worker__company {
    font-size: 2rem;
  }
}
.worker__occupation {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 30px;
  background-color: #00a39e;
  text-align: center;
  height: 30px;
  max-width: 220px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 750px) {
  .worker__occupation {
    max-width: 400px;
    height: auto;
    line-height: 1.75;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .worker__occupation {
    max-width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}
.worker__line {
  width: 212px;
  height: 4px;
  background-color: #5ecb93;
  position: relative;
  margin-inline: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  .worker__line {
    width: 80%;
    height: 5px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .worker__line {
    width: 212px;
    height: 4px;
    margin-inline: auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.worker__line::before {
  content: "";
  height: 5px;
  background-color: #00a39e;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.worker__ul {
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .worker__ul {
    width: 58%;
  }
}
@media screen and (min-width: 750px) {
  .worker__ul {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .worker__ul {
    width: 77%;
  }
}
.worker__li {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #333333;
  list-style: none;
  position: relative;
  padding-left: 2em;
}
@media screen and (min-width: 750px) {
  .worker__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .worker__li {
    font-size: 1.4rem;
  }
}
.worker__li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.voice {
  padding-top: 84px;
  padding-bottom: 62px;
  background-image: url(../images/voice-bg@2x.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .voice {
    padding-top: 104px;
    padding-bottom: 82px;
  }
}
@media screen and (min-width: 1280px) {
  .voice {
    padding-top: 150px;
  }
}
.voice__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .voice__inner {
    max-width: 1040px;
  }
}
.voice__text {
  margin-top: 23px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .voice__text {
    margin-bottom: 66px;
  }
}
.voice__text > p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00a39e;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .voice__text > p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .voice__text > p {
    font-size: 2.4rem;
  }
}
.voice__item {
  margin: 0 auto;
  border: 2px solid #00a39e;
  width: 90%;
}
@media screen and (min-width: 480px) {
  .voice__item {
    width: 100%;
    max-width: 504px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__item {
    max-width: 370px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__item {
    max-width: 100%;
    width: 100%;
  }
}
.voice__head {
  background-color: #00a39e;
  width: 100%;
  padding: 8px 0 5px;
}
@media screen and (min-width: 1280px) {
  .voice__head {
    padding: 8px 0 9px;
  }
}
.voice__head > h3 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .voice__head > h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .voice__head > h3 {
    width: 80%;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__head > h3 {
    width: 95%;
  }
}
.voice__container {
  background-color: #ffffff;
  padding: 33px 0 19px;
}
@media screen and (min-width: 1280px) {
  .voice__container {
    display: flex;
    justify-content: space-between;
    padding: 35px 23px 35px 25px;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__info {
    width: 300px;
  }
}
.voice__img {
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .voice__img {
    max-width: 300px;
  }
}
.voice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice__company {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .voice__company {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__company {
    font-size: 2rem;
  }
}
.voice__career {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .voice__career {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__career {
    font-size: 1.6rem;
  }
}
.voice__arrow {
  border: 13px solid transparent;
  border-top: 10px solid #5ecb93;
  width: 0;
  height: 0;
  margin: 0 auto;
}
.voice__occupation {
  color: #ffffff;
  background-color: #00a39e;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .voice__occupation {
    max-width: 300px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__occupation {
    font-size: 1.6rem;
  }
}
.voice__ul {
  padding: 0;
  padding-left: 3em;
}
@media screen and (min-width: 480px) {
  .voice__ul {
    padding-left: 6.5em;
  }
}
@media screen and (min-width: 750px) {
  .voice__ul {
    padding-left: 10em;
  }
}
@media screen and (min-width: 1280px) {
  .voice__ul {
    padding-left: 1.5em;
  }
}
.voice__li {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 750px) {
  .voice__li {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__li {
    font-size: 1.4rem;
  }
}
.voice__li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.5em;
}
@media screen and (min-width: 750px) {
  .voice__li::before {
    left: -2em;
  }
}
@media screen and (min-width: 1280px) {
  .voice__li::before {
    left: -1.5em;
  }
}
.voice__body {
  background-color: #f2ffff;
  width: 95%;
  margin: 0 auto;
  padding: 29px 0 18px;
}
@media screen and (min-width: 1280px) {
  .voice__body {
    width: 639px;
    padding: 29px 0 31px;
  }
}
.voice__body > p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .voice__body > p {
    font-size: 1.6rem;
    width: 85%;
  }
}
@media screen and (min-width: 750px) {
  .voice__body > p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .voice__body > p {
    font-size: 1.6rem;
    width: 90%;
  }
}
.voice__btn {
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .voice__btn {
    margin-top: 81px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__btn {
    margin-top: 83px;
  }
}

.flow {
  padding-top: 84px;
  padding-bottom: 57px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .flow {
    padding-top: 104px;
    padding-bottom: 67px;
  }
}
@media screen and (min-width: 1280px) {
  .flow {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.flow::before {
  content: "";
  background-color: #f2ffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 13.5%;
}
.flow::after {
  content: "";
  background-color: #00a39e;
  position: absolute;
  left: 0;
  top: 0;
  width: 10.5%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .flow__inner {
    max-width: 1040px;
    margin: 0 auto;
  }
}
.flow__sub {
  font-size: 1.8rem;
  color: #00a39e;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 5px auto;
  position: relative;
  width: 220px;
}
@media screen and (min-width: 480px) {
  .flow__sub {
    width: 275px;
    font-size: 2.2rem;
    margin: 8px auto;
  }
}
@media screen and (min-width: 750px) {
  .flow__sub {
    font-size: 3.6rem;
    width: 440px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__sub {
    font-size: 2.4rem;
    margin: 23px auto 6px;
    width: 300px;
  }
}
.flow__sub::before, .flow__sub::after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #00a39e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .flow__sub::before, .flow__sub::after {
    width: 28px;
  }
}
@media screen and (min-width: 750px) {
  .flow__sub::before, .flow__sub::after {
    width: 32px;
  }
}
.flow__sub::before {
  left: -25px;
}
@media screen and (min-width: 480px) {
  .flow__sub::before {
    left: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__sub::before {
    left: -43px;
  }
}
.flow__sub::after {
  right: -25px;
}
@media screen and (min-width: 480px) {
  .flow__sub::after {
    right: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__sub::after {
    right: -43px;
  }
}
.flow__emphasis {
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #f55858;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  max-width: 185px;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0;
}
@media screen and (min-width: 480px) {
  .flow__emphasis {
    font-size: 2rem;
    max-width: 240px;
  }
}
@media screen and (min-width: 750px) {
  .flow__emphasis {
    font-size: 2.4rem;
    max-width: 280px;
    padding: 3px 0;
  }
}
@media screen and (min-width: 1280px) {
  .flow__step {
    display: flex;
    align-items: center;
    margin-top: 63px;
  }
  .flow__step:first-child {
    margin-top: 58px;
  }
}
.flow__img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 16px;
}
@media screen and (min-width: 480px) {
  .flow__img {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 750px) {
  .flow__img {
    margin-top: 75px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__img {
    margin: 0 73px 0 110px;
  }
}
.flow__img.first-step {
  margin-top: 65px;
}
@media screen and (min-width: 750px) {
  .flow__img.first-step {
    margin-top: 95px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__img.first-step {
    margin-top: 0;
  }
}
.flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow__title {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  color: #00a39e;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  text-underline-offset: 5px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .flow__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 750px) {
  .flow__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .flow__title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.flow__description {
  max-width: 250px;
  margin: 15px auto 0;
}
@media screen and (min-width: 480px) {
  .flow__description {
    max-width: 290px;
  }
}
@media screen and (min-width: 750px) {
  .flow__description {
    margin: 23px auto 0;
    max-width: 440px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__description {
    margin: 16px auto 0;
  }
}
.flow__description > p {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 480px) {
  .flow__description > p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .flow__description > p {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .flow__description > p {
    font-size: 1.6rem;
  }
}

.qa {
  background-color: #f2ffff;
  padding: 80px 0 75px;
}
@media screen and (min-width: 750px) {
  .qa {
    padding: 100px 0 105px;
  }
}
@media screen and (min-width: 1280px) {
  .qa {
    padding: 150px 0 69px;
  }
}
.qa__inner {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .qa__inner {
    max-width: 800px;
    margin: 0 auto;
  }
}
.qa__items {
  line-height: 1.75;
  color: #333333;
  letter-spacing: 0.1em;
  margin-top: 37px;
}
@media screen and (min-width: 480px) {
  .qa__items {
    margin-top: 47px;
  }
}
@media screen and (min-width: 750px) {
  .qa__items {
    margin-top: 57px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__items {
    margin-top: 37px;
  }
}
.qa__items dt {
  width: 100%;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 20px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0 10px rgba(0, 163, 158, 0.5);
  padding-left: 31px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .qa__items dt {
    height: 55px;
    line-height: 55px;
    font-size: 1.9rem;
    padding-left: 55px;
  }
}
@media screen and (min-width: 750px) {
  .qa__items dt {
    font-size: 3rem;
    height: 88px;
    line-height: 88px;
    padding-left: 88px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__items dt {
    font-size: 2.4rem;
    height: 80px;
    line-height: 80px;
  }
}
.qa__items dt::before {
  content: "";
  color: #00a39e;
  position: absolute;
  top: 0;
  left: 8px;
}
@media screen and (min-width: 480px) {
  .qa__items dt::before {
    left: 27px;
  }
}
@media screen and (min-width: 750px) {
  .qa__items dt::before {
    left: 36px;
  }
}
.qa__items dt:first-of-type::before {
  content: "Q1";
}
.qa__items dt:nth-of-type(2)::before {
  content: "Q2";
}
.qa__items dt:nth-of-type(3)::before {
  content: "Q3";
}
.qa__items dd {
  font-size: 1.4rem;
  padding-left: 31px;
  position: relative;
  margin: 10px 0 35px;
}
@media screen and (min-width: 480px) {
  .qa__items dd {
    font-size: 1.6rem;
    padding-left: 55px;
    margin: 10px 0 50px;
  }
}
@media screen and (min-width: 750px) {
  .qa__items dd {
    font-size: 2.4rem;
    padding-left: 88px;
    margin: 15px 0 68px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__items dd {
    font-size: 1.6rem;
    margin: 24px 0 49px;
  }
}
.qa__items dd:last-child {
  margin-bottom: 0;
}
.qa__items dd::before {
  content: "";
  color: #00a39e;
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) {
  .qa__items dd::before {
    left: 25px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .qa__items dd::before {
    font-size: 2.4rem;
    left: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__items dd::before {
    left: 36px;
  }
}
.qa__items dd:first-of-type::before {
  content: "A1";
}
.qa__items dd:nth-of-type(2)::before {
  content: "A2";
}
.qa__items dd:nth-of-type(3)::before {
  content: "A3";
}

.contact {
  padding: 80px 0 42px;
}
@media screen and (min-width: 750px) {
  .contact {
    padding: 100px 0 42px;
  }
}
@media screen and (min-width: 1280px) {
  .contact {
    padding: 150px 0 48px;
  }
}
.contact__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .contact__inner {
    width: 85%;
  }
}
@media screen and (min-width: 1280px) {
  .contact__inner {
    max-width: 700px;
    margin: 0 auto;
  }
}
.contact__top {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #00a39e;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 18px;
}
@media screen and (min-width: 480px) {
  .contact__top {
    font-size: 2.4rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) {
  .contact__top {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.contact__table {
  width: 100%;
  border-collapse: collapse;
}
.contact__table tr {
  display: flex;
  flex-direction: column;
}
.contact__table tr.item {
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .contact__table tr.item {
    margin-top: 47px;
  }
}
.contact__table tr.item:first-child {
  margin-top: 0;
}
.contact__table th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 750px) {
  .contact__table th {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table th {
    font-size: 1.6rem;
  }
}
.contact__table th .required {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #f55858;
  margin-left: 10px;
  padding: 2px 5px 1px 5px;
}
@media screen and (min-width: 750px) {
  .contact__table th .required {
    font-size: 2rem;
    padding: 4px 4px 3px 4px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table th .required {
    font-size: 1.4rem;
    padding: 2px 5px 1px 5px;
  }
}
.contact__table th .required.is-green {
  background-color: #00a39e;
}
.contact__table th .note {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 11px;
  color: #f55858;
  background-color: #ffffff;
  border: 2px solid #f55858;
  border-radius: 10px;
  padding: 2px 12px;
}
@media screen and (min-width: 750px) {
  .contact__table th .note {
    font-size: 2rem;
    padding: 3px 17px 3px 16px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table th .note {
    font-size: 1.4rem;
    padding: 2px 12px;
    border-radius: 10px;
  }
}
.contact__table input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid #333333;
  background-color: #eeeeee;
  padding-left: 20px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 60px;
  margin-top: 8px;
  margin-bottom: 50px;
}
@media screen and (min-width: 480px) {
  .contact__table input {
    padding-left: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 750px) {
  .contact__table input {
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table input {
    height: 60px;
    line-height: 60px;
  }
}
.contact__table textarea {
  background-color: #eeeeee;
  padding-left: 20px;
  color: #333333;
  letter-spacing: 0.1em;
  margin-top: 8px;
  border: none;
  border-bottom: 2px solid #333333;
  width: 100%;
  padding-top: 28px;
  height: 300px;
}
@media screen and (min-width: 480px) {
  .contact__table textarea {
    padding-left: 40px;
  }
}
@media screen and (min-width: 750px) {
  .contact__table textarea {
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table textarea {
    height: 300px;
  }
}
.contact__table ::-moz-placeholder {
  opacity: 0.5;
}
.contact__table ::placeholder {
  opacity: 0.5;
}
.contact__table td {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 750px) {
  .contact__table td {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table td {
    font-size: 1.6rem;
  }
}
.contact__table td.inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (min-width: 750px) {
  .contact__table td.inner {
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table td.inner {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table td.inner > div {
    width: 100%;
  }
}
.contact__table td.inner .inner-text {
  font-size: 1.6rem;
}
@media screen and (min-width: 750px) {
  .contact__table td.inner .inner-text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact__table td.inner .inner-text {
    font-size: 1.6rem;
  }
}
.contact__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 480px) {
  .contact__btn-wrapper {
    gap: 40px;
  }
}
.contact__btn {
  text-align: center;
}
.contact__btn input {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.1em;
  border: none;
  margin-top: 42px;
}
@media screen and (min-width: 750px) {
  .contact__btn input {
    font-size: 2.4rem;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__btn input {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    margin-top: 46px;
  }
}
.contact__btn input[type=button] {
  color: #000;
  background-color: #eeeeee;
  width: 150px;
}
@media screen and (min-width: 480px) {
  .contact__btn input[type=button] {
    width: 180px;
  }
}
@media screen and (min-width: 750px) {
  .contact__btn input[type=button] {
    width: 205px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__btn input[type=button] {
    width: 180px;
  }
}
.contact__btn.submit-btn input[type=submit] {
  width: 120px;
  color: #ffffff;
  background-color: #00a39e;
}
@media screen and (min-width: 480px) {
  .contact__btn.submit-btn input[type=submit] {
    width: 150px;
  }
}
@media screen and (min-width: 750px) {
  .contact__btn.submit-btn input[type=submit] {
    width: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__btn.submit-btn input[type=submit] {
    width: 150px;
  }
}
.contact__btn.confirm-btn input[type=submit] {
  color: #ffffff;
  background-color: #00a39e;
  width: 180px;
}
@media screen and (min-width: 750px) {
  .contact__btn.confirm-btn input[type=submit] {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .contact__btn.confirm-btn input[type=submit] {
    width: 180px;
  }
}
.contact div.wpcf7 .wpcf7-spinner {
  display: none !important;
}
.contact .wpcf7-not-valid-tip {
  position: absolute;
  top: 300%;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .contact .wpcf7-not-valid-tip {
    top: 250%;
  }
}
@media screen and (min-width: 1280px) {
  .contact .wpcf7-not-valid-tip {
    top: 300%;
  }
}
.contact .text-area .wpcf7-not-valid-tip {
  top: 200%;
}
@media screen and (min-width: 750px) {
  .contact .text-area .wpcf7-not-valid-tip {
    top: 150%;
  }
}
@media screen and (min-width: 1280px) {
  .contact .text-area .wpcf7-not-valid-tip {
    top: 200%;
  }
}
.contact__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  max-width: 448px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .contact__text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .contact__text {
    margin-top: 25px;
  }
}

.confirm .contact__table {
  margin-bottom: 150px;
}
@media screen and (min-width: 1280px) {
  .confirm .contact__table {
    margin-bottom: 180px;
  }
}
.confirm td.inner {
  gap: 0;
}
.confirm td.inner > div {
  width: 34%;
}
@media screen and (min-width: 480px) {
  .confirm td.inner > div {
    width: 25%;
  }
}
@media screen and (min-width: 750px) {
  .confirm td.inner > div {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .confirm td.inner > div {
    width: 21%;
  }
}

.thanks {
  height: calc(100vh - 120px);
  height: calc(var(--vh, 1vh) * 100 - 120px);
}/*# sourceMappingURL=to-b.css.map */