@charset "UTF-8";

/*-------------------------------------------
common
-------------------------------------------*/
:root {
  --red: #FF3301;
  --blue: #0299FD;
  --skyblue: #E7F4FD;
  --yellow: #FFFDCE;
  --green: #129459;
  --y-green: #8DC63F;
  --orange: #FF9439;
  --table-y-green: #e9f5ef;
}
body {
  line-height: 1.5;
}

.container {
  max-width: 1000px;
  padding-inline: 20px;
  margin-inline: auto;
}

.section-title {
  font-size: min(42px, 4vw);
  font-weight: 500;
  text-align: center;
  margin-bottom: 45px;
}

.button-more {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: min(240px, 100%);
  background-color: #fff;
  padding: 0.6em;
  border-radius: 999px;
  margin-inline: auto;
}
.button-more span {
  margin-left: 1em;
}
.button-more.-blue {
  color: var(--green);
  border: 2px solid var(--green);
}
.button-more.-orange {
  color: var(--orange);
  border: 2px solid var(--orange);
}

.button-red {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  width: min(360px, 100%);
  background-color: var(--red);
  padding: 0.6em;
  border-radius: 999px;
  margin-inline: auto;
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
.mv {
  width: 100%;
  margin-bottom: 80px;
}
.mv video {
  width: 100%;
  object-fit: contain;
}

/*-------------------------------------------
リード
-------------------------------------------*/
.lead {
  margin-bottom: 120px;
}
.lead-title {
  color: var(--green);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 55px;
}
.lead-title .lead-title-text {
  display: block;
  font-size: min(46px, 5vw);
  font-weight: bold;
}
.lead-title .lead-title-en {
  display: block;
  font-size: 26px;
}
.lead-title .lead-title-ja {
  display: block;
  font-size: 46px;
}
.lead-subtitle {
  font-size: min(32px, 3vw);
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.lead-flex {
  display: flex;
  justify-content: space-between;
}
.lead-flex-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30.5%;
}
.lead-flex-img {
  margin-bottom: 30px;
}
.lead-flex-item img {
  width: 80%;
}
.lead-flex-heading {
  width: 100%;
  font-size: min(19px, 2.15vw);
  font-weight: bold;
  color: #fff;
  background-color: var(--green);
  padding: 0.4em;
  margin-bottom: 25px;
}
.lead-flex-text {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 20px;
}
.lead-flex-about {
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  margin-top: auto;
  margin-bottom: 20px;
}

/*-------------------------------------------
解約時画像データもお返し
-------------------------------------------*/
.return {
  background-color: #EDFFF2;
  padding-block: 70px;
  margin-bottom: 120px;
}
.return .section-title {
  margin-bottom: 60px;
}
.return-top {
  position: relative;
  margin-bottom: 80px;
}
.return-subtitle {
  font-size: min(3.8vw, 38px);
  font-weight: bold;
  color: var(--red);
  margin-bottom: 45px;
}
.return-img {
  width: 38%;
  max-width: 350px;
  position: absolute;
  right: 0;
  bottom: -12%;
}
.return-text {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  padding-right: min(400px, 45%);
  margin-bottom: 20px;
}

.return-trial {
  border: 10px solid var(--green);
  background-color: #fff;
  padding: 4%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
  margin-bottom: 45px;
}
.return-trial-title {
  font-size: min(4.1vw, 30px);
  font-weight: bold;
  line-height: 1.5;
  color: #129459;
  text-align: center;
}
.return-trial-title + p {
  font-size: min(3.1vw, 22px);
  font-weight: bold;
  text-align: center;
}
.return-trial-inner {
  display: grid;
  grid-template-columns: 32% 1fr;
  gap: 5%;
  align-items: center;
}
.return-trial-inner li {
  font-size: min(2.5vw, 22px);
  font-weight: 600;
  padding: 0.3em 0 0.3em 1em;
  text-indent: -1em;
}
.return .disc {
  color: var(--green);
  font-size: 0.7em;
  vertical-align: 0.2em;
  margin-right: 0.5em;
}

/*-------------------------------------------
各種賞の受賞歴
-------------------------------------------*/
.prize {
  margin-bottom: 120px;
}
.prize-container {
  background-color: var(--skyblue);
  padding: 55px min(70px, 5.8%);
}
.prize-inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 0 8%;
}
.prize-item {
  display: contents;
}
.prize-item a {
  display: block;
}
.prize-inner a:first-child {
  font-size: min(20px, 2.3vw);
  font-weight: bold;
  margin-bottom: 25px;
}

/*-------------------------------------------
だから、メイシ―
-------------------------------------------*/
.reason {
  margin-bottom: 120px;
}
.reason-inner {
  background-color: var(--yellow);
  padding-block: 55px;
  margin-bottom: 80px;
}
.reason-heading {
  font-size: min(34px,3.5vw);
  font-weight: bold;
  display: inline-block;
  border-bottom: 5px solid var(--y-green);
  padding-left: 0.5em;
  margin-left: -0.5em;
  margin-bottom: 20px;
}
.reason-subheading {
  font-size: min(23px, 2.5vw);
  font-weight: bold;
  margin-bottom: 35px;
}
.reason-container-1 {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 2%;
  margin-inline: auto;
}
.reason-container-2 {
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  margin-inline: auto;
  overflow: hidden;
}
.reason-container-3 {
  max-width: 1400px;
  padding-left: min(calc(53.3vw - 667px), 80px);
  padding-right: 5.5%;
  margin-inline: auto;
}
.reason-grid .reason-item {
  display: contents;
}
.reason-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0 4.2%;
  margin-bottom: 45px;
}
.reason-grid .reason-img {
  width: 40%;
  justify-self: center;
}

.reason-flex {
  display: flex;
  gap: 8%;
  justify-content: space-between;
}
.reason-img {
  margin-bottom: 25px;
  position: relative;
}
.reason-text {
  font-size: min(18px, 2vw);
  font-weight: 500;
}

.reason-img-plus {
  position: absolute;
  z-index: 50;
}
.reason-img-1-1 .reason-img-plus {
  width: 90%;
  left: -80%;
  bottom: 0;
}
.reason-img-1-2 .reason-img-plus {
  max-width: max-content;
  width: 110%;
  left: -85%;
  bottom: -2%;
}
.reason-img-1-3 .reason-img-plus {
  max-width: max-content;
  width: 115%;
  right: -95%;
  bottom: -3%;
}
.reason-img-2-1 .reason-img-plus {
  width: 42%;
  left: -15%;
  bottom: -5%;
}
.reason-img-2-2 .reason-img-plus {
  width: 50%;
  right: -20%;
  bottom: -3%;
}
.reason-img-3-1 .reason-img-plus {
  width: 30%;
  right: 10%;
  bottom: -5%;
}
.reason-img-3-2 .reason-img-plus {
  width: 45%;
  right: -15%;
  bottom: 0;
}

/*-------------------------------------------
主な機能とサービス
-------------------------------------------*/
.function {
  margin-bottom: 120px;
}
.function-inner {
  display: flex;
  gap: 50px 8%;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.function-inner:nth-of-type(2) {
  margin-bottom: 120px;
}
.function-item {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.function-img {
  margin-bottom: min(20px, 1.6vw);
}
.function-heading {
  font-size: min(20px, 2.3vw);
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 20px;
}
.function-inner:nth-of-type(2) .function-heading {
  color: var(--orange);
}
.function-text {
  font-size: min(16px, 1.9vw);
  font-weight: 500;
  text-align: justify;
  padding-inline: 1.5em;
  margin-bottom: 20px;
}
.function .button-more {
  margin-top: auto;
}

/*-------------------------------------------
他のサービスとの比較
-------------------------------------------*/
.comparison {
  background-color: rgba(141, 198, 63, 0.2);
  padding-block: 55px;
  margin-bottom: 120px;
}
.comp-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.comp-table th,
.comp-table td {
  font-size: min(20px, 2.2vw);
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 1em 0.3em;
  border: 1px solid #474444;
}
.comp-table td {
  width: 20%;
}
.comp-table tr:not(:first-child)  th:first-child {
  color: var(--green);
  background-color: var(--table-y-green);
}
.comp-table-row-1 th:nth-child(2),
.comp-table-row-1 th:nth-child(3) {
  background-color: var(--table-y-green);
}
.comp-table tr th:last-child,
.comp-table tr td:last-child {
  color: #fff;
  background-color: var(--green);
  width: 20%;
}
.comp-table tr th:last-child,
.comp-table tr:not(:last-child) td:last-child {
  border-bottom: 1px solid #fff;
}
.comp-notes li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.comp-notes li span {
  font-size: 0.5em;
  margin-right: 0.5em;
  vertical-align: 0.4em;
}

/*-------------------------------------------
ご利用実績
-------------------------------------------*/
.utilization {
  margin-bottom: 120px;
}
.utilization-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  gap: 80px 0;
  margin-bottom: 80px;
}
.utilization-item {
  width: 70%;
}
.utilization-item:nth-child(3),
.utilization-item:nth-child(8) {
  width: 45%;
}
.utilization-item:nth-child(7){
  width: 90%;
}
.utilization-item:nth-child(9){
  width: 90%;
}
.utilization-item:nth-child(10) {
  width: 40%;
  grid-area: 4/2/5/3;
}
.utilization-text {
  font-size: min(24px, 2.4vw);
  font-weight: 600;
  text-align: center;
}

/*-------------------------------------------
お客様の声
-------------------------------------------*/
.voice {
  background-color: var(--yellow);
  padding-block: 55px;
  margin-bottom: 120px;
}
.voice-inner {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 4%;
  margin-bottom: 80px;
}
.voice-img {
  margin-bottom: 20px;
  height: 300px;
  display: flex;
}
.voice-img img {
  width: 100%;
}
.voice-heading {
  font-size: min(20px, 2.2vw);
  font-weight: bold;
  margin-bottom: 15px;
}
.voice-text {
  font-size: min(16px, 2vw);
  font-weight: 500;
}
.voice-lower {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
  margin-bottom: 80px;
}
.voice-lower-item {
  border: 3px solid var(--orange);
  border-radius: 25px;
  background-color: #fff;
}
.voice-lower-item a {
  display: block;
  padding: 35px 2em;
}
.voice-lower-heading {
  font-size: min(20px, 2.2vw);
  font-weight: bold;
  text-align: center;
  color: var(--orange);
  margin-bottom: 20px;
}
.voice-lower-text {
  font-size: min(16px, 2vw);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

/*-------------------------------------------
ご利用開始までの流れ
-------------------------------------------*/
.flow {
  margin-bottom: 120px;
}
.flow-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.flow-item {
  width: 17.3%;
}
.flow-circle {
  color: var(--orange);
  font-size: min(28px, 2.5vw);
  font-weight: bold;
  aspect-ratio: 1 / 1;
  border: 3px solid var(--orange);
  border-radius: 50%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flow-text {
  font-size: min(15px,2vw);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  padding-inline: 0.5em;
}
.flow-arrow {
  padding-top: 7%;
}
.flow-inner > *:nth-child(even) {
  width: min(20px, 1.67%);
}

/*-------------------------------------------
お役立ちブログ
-------------------------------------------*/
.blog {
  background-color: var(--skyblue);
  padding-block: 55px;
  margin-bottom: 120px;
}
.blog-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.75%;
  margin-bottom: 35px;
}
.blog-img {
  margin-bottom: 20px;
}
.blog-img img {
  width: 100%;
}
.blog-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/*-------------------------------------------
お知らせ
-------------------------------------------*/
.news {
  max-width: 1040px;
  padding-inline: 20px;
  margin: 0 auto 150px auto;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.news-list dt,
.news-list dd {
  font-size: min(18px, 2.2vw);
  border-top: 1px solid #ccc;
}
.news-list dt {
  font-weight: 500;
  width: 16.5%;
  padding: 1em 2.5%;
}
.news-list dd {
  font-weight: 600;
  width: 83.5%;
  line-height: 1.6;
  padding: 1em 1%;
}


/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* 共通設定
  -------------------------------------------*/
  .section-title {
    font-size: max(28px, 4.5vw);
    font-weight: 600;
    margin-bottom: 30px;
  }

  .button-red {
    width: min(340px, 100%);
  }

  /* メインビジュアル
  -------------------------------------------*/
  .mv {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  /* リード
  -------------------------------------------*/
  .lead {
    margin-bottom: 80px;
  }
  .lead-title {
    margin-bottom: 40px;
  }
  .lead-title .lead-title-text {
    font-size: 19px;
  }
  .lead-title .lead-title-en {
    font-size: 16px;
  }
  .lead-title .lead-title-ja {
    font-size: 26px;
  }
  .lead-subtitle {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .lead-flex {
    display: block;
  }
  .lead-flex-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .lead-flex-item img {
    width: min(265px, 80%);
  }
  .lead-flex-heading {
    font-size: 18px;
  }
  .lead-flex-text {
    margin-bottom: 15px;
  }
  .lead-flex-about {
    margin-top: 0;
  }

    /* 解約時画像データもお返し
  -------------------------------------------*/
  .return {
    padding-block: 40px;
    margin-bottom: 80px;
  }
  .return .section-title {
    margin-bottom: 10px;
  }
  .return-top {
    position: static;
    margin-bottom: 40px;
  }
  .return-subtitle {
    font-size: max(3.8vw, 26px);
    text-align: center;
    margin-bottom: 30px;
  }
  .return-img {
    width: 100%;
    /* max-width: 350px; */
    position: static;
    margin-inline: auto;
    margin-bottom: 25px;
  }
  .return-text {
    font-size: 16px;
    padding-right: 0;
  }
  
  .return-trial {
    border: 5px solid var(--green);
    gap: 20px;
  }
  .return-trial-title {
    font-size: max(4.1vw, 22px);
    line-height: 1.5;
  }
  .return-trial-title + p {
    font-size: max(3.1vw, 18px);
    font-weight: 600;
  }
  .return-trial-inner {
    display: contents;
  }
  .return-trial-img {
    width: min(100%, 335px);
    grid-area: 2/1/3/2;
  }
  .return-trial-inner ul {
    width: 100%;
  }
  .return-trial-inner li {
    font-size: max(2.5vw, 20px);
    padding: 0.2em 0 0.2em 1em;
  }
  .return .nowrap {
    white-space: nowrap;
  }
  

  /* 各種賞の受賞歴
  -------------------------------------------*/
  .prize {
    background-color: var(--skyblue);
    margin-bottom: 80px;
  }
  .prize-container {
    padding: 45px 0;
    background-color: transparent;
  }
  .prize-inner {
    display: block;
  }
  .prize-item {
    display: block;
  }
  .prize-item:first-of-type{
    margin-bottom: 50px;
  }
  .prize-inner a:first-child {
    font-size: max(3vw, 18px);
    text-align: center;
  }

  /* だから、メイシ―
  -------------------------------------------*/
  .reason {
    margin-bottom: 80px;
  }
  .reason-inner {
    padding-block: 40px;
    margin-bottom: 65px;
  }
  .reason-heading {
    font-size: 24px;
    display: block;
    border-bottom: none;
  }
  .reason-subheading {
    font-size: 20px;
    text-align: center;
  }
  .reason-container {
    display: contents;
  }
  .reason-grid .reason-item {
    display: block;
  }
  .reason-grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 80px;
  }
  .reason-grid .reason-img {
    width: min(335px, 100%);
    margin-inline: auto;
  }
  .reason-grid .reason-item:not(:nth-of-type(3)) .reason-img{
    text-align: right;
  }
  .reason-grid .reason-img img:first-child {
    width: 60%;
  }
  .reason-flex {
    flex-direction: column;
    gap: 80px;
  }
  .reason-flex .reason-img {
    width: min(375px, 100%);
    margin-inline: auto;
  }
  .reason-text {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .reason-img-1-1 .reason-img-plus {
    width: 50%;
    left: 0%;
    bottom: 0;
  }
  .reason-img-1-2 .reason-img-plus {
    width: 60%;
    left: 0;
    bottom: -2%;
  }
  .reason-img-1-3 .reason-img-plus {
    width: 60%;
    right: 0%;
    bottom: -5%;
  }
  .reason-img-2-1 .reason-img-plus {
    width: 52%;
    left: -2%;
    bottom: -10%;
  }
  .reason-img-2-2 .reason-img-plus {
    width: 55%;
    right: -7%;
    bottom: -8%;
  }
  .reason-img-3-1 .reason-img-plus {
    width: 38%;
    right: -2%;
    bottom: -5%;
  }
  .reason-img-3-2 .reason-img-plus {
    width: 45%;
    right: -2%;
    bottom: -10%;
  }
  .reason-container-1 {
    padding-right: 0;
  }
  .reason-container-3 {
    padding-right: 0;
  }

  /* 主な機能とサービス
  -------------------------------------------*/
  .function {
    margin-bottom: 80px;
  }
  .function-inner {
    flex-direction: column;
  }
  .function-item {
    width: 100%;
  }
  .function-img {
    margin-bottom: 20px;
  }
  .function-heading {
    font-size: 22px;
  }
  .function-text {
    font-size: 16px;
    font-weight: 600;
    padding-inline: 0;
  }
  .function .button-more {
    margin-top: 0;
  }

  /* 他のサービスとの比較
  -------------------------------------------*/
  .comparison {
    padding-block: 40px;
    margin-bottom: 80px;
  }
  .comp-table th,
  .comp-table td {
    font-size: 14px;
    padding: 0.5em 0.1em;
  }
  .comp-notes li {
    font-size: 16px;
    text-align: justify;
  }

  /* ご利用実績
  -------------------------------------------*/
  .utilization {
    margin-bottom: 80px;
  }
  .utilization-inner {
    gap: 30px 0;
    margin-bottom: 40px;
  }
  .utilization-text {
    font-size: 18px;
  }
  .utilization-item {
    width: 80%;
  }
  .utilization-item:nth-child(3),
  .utilization-item:nth-child(8) {
    width: 50%;
  }
  .utilization-item:nth-child(10) {
    width: 45%;
  }

  /* お客様の声
  -------------------------------------------*/
  .voice {
    padding-block: 40px;
    margin-bottom: 80px;
  }
  .voice-inner {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  .voice-heading {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .voice-text {
    font-size: 16px;
    font-weight: 600;
  }
  .voice-lower {
    grid-template-columns: 1fr;
    gap: 40px 5%;
    margin-bottom: 60px;
  }
  .voice-lower-item {
    border: 3px solid var(--orange);
    border-radius: 25px;
  }
  .voice-lower-item a {
    padding: 25px 1.5em;
  }
  .voice-lower-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .voice-lower-text {
    font-size: 16px;
  }

  /* ご利用開始までの流れ
  -------------------------------------------*/
  .flow {
    margin-bottom: 80px;
  }
  .flow-inner {
    flex-direction: column;
    align-items: center;
  }
  .flow-item {
    width: 100%;
  }
  .flow-inner > *:nth-child(even) {
    width: 20px;
  }
  .flow-circle {
    font-size: 32px;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    margin-inline: auto;
  }
  .flow-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-inline: 0;
  }
  .flow-arrow {
    text-align: center;
    transform: rotate(90deg);
    padding-top: 0;
    margin-block: 20px;
  }

  /* お役立ちブログ
  -------------------------------------------*/
  .blog {
    padding-block: 40px;
    margin-bottom: 80px;
  }
  .blog-inner {
    grid-template-columns: 1fr;
    gap: 65px;
  }
  .blog-img {
    margin-bottom: 10px;
  }
  .blog-text {
    font-weight: 600;  
  }

  /* お知らせ
  -------------------------------------------*/
  .news {
    margin-bottom: 120px;
  }
  .news-list {
    display: block;
  }
  .news-list dt,
  .news-list dd {
    font-size: 18px;
    width: 100%;
    line-height: 1.8;
  }
  .news-list dt {
    padding: 0;
    padding-top: 10px;
  }
  .news-list dd {
    padding: 0;
    padding-bottom: 10px;
    border-top: none;
  }
}
