/* LESS Document */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
body {
  background: url("../../top_img/bg_body_4.png");
}
/*+++++++++++++++++++++++++++++++++++++++++++
	共通部分
+++++++++++++++++++++++++++++++++++++++++++ */
main h1 {
  background: linear-gradient(to bottom, #76D700 0, #5D9E04 100%);
}
main h2 {
  margin-bottom: 11px;
}
main h2::after {
  content: none;
}
main h3 {
  font-size: 3.2rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  main h3 {
    font-size: 5vw;
  }
}
main h4 {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  main h4 {
    font-size: 4vw;
  }
}
main h4 i {
  color: #E05189;
  margin-right: 8px;
}
main section {
  padding: 45px 0;
}
main a {
  color: #1A9182;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	dokodemo
+++++++++++++++++++++++++++++++++++++++++++ */
.box {
  padding: 32px 60px 90px 60px;
}
@media screen and (max-width: 1023px) {
  .box {
    padding: 27px 30px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    padding: 30px 10px;
  }
}
.box p {
  margin-bottom: 1.4em;
}
.box .catch {
  background: #1A9182;
  border-radius: 50px;
  max-width: max-content;
  min-width: 222px;
  margin: 0 auto 20px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box .catch {
    max-width: 45%;
    min-width: auto;
  }
}
.box .catch::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 7.8px 0 7.8px;
  border-color: #1A9182 transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 767px) {
  .box .catch::after {
    border-width: 2.5vw 1.8vw 0 1.8vw;
    translate: 0 100%;
  }
}
.box .catch p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box .catch p {
    font-size: 4.8vw;
  }
}
.box .flex {
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box .flex {
    gap: 15px;
    flex-direction: column;
  }
}
.box .flex .flexItem {
  width: 380px;
  height: 100px;
  border: 3px solid #007DDD;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box .flex .flexItem {
    width: 100%;
    height: 22vw;
    align-items: center;
  }
}
.box .flex .flexItem h3 {
  color: #007DDD;
  border-left: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .box .flex .flexItem h3 {
    margin-bottom: 0;
    font-size: 6.4vw;
  }
}
.box .flex .flexItem:last-child {
  border-color: #DF5187;
}
.box .flex .flexItem:last-child h3 {
  font-size: 3.5rem;
  color: #DF5187;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .box .flex .flexItem:last-child h3 {
    font-size: 7vw;
  }
}
.box .marker {
  max-width: max-content;
  min-width: 340px;
  height: 47px;
  margin: 0 auto 80px auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1A9182;
  background: linear-gradient(transparent 70%, #B5EBE4 70%);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .box .marker {
    font-size: 5.6vw;
    min-width: auto;
    height: 9vw;
    margin: 0 auto 55px auto;
  }
}
.box .scheduleTable {
  border: none;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable {
    table-layout: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .box .scheduleTable.sp_show {
    display: table;
  }
}
.box .scheduleTable colgroup col.plan {
  width: 106px;
  background: #FFF8D8;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable colgroup col.plan {
    width: auto;
    background: none;
    display: none;
  }
}
.box .scheduleTable colgroup col.team {
  background: #E6F5ED;
}
.box .scheduleTable colgroup col.standard {
  background: #CCE9F8;
}
.box .scheduleTable colgroup col.basic {
  background: #FFEBE9;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable tr {
    margin-bottom: 4vw;
  }
}
.box .scheduleTable tr th {
  border: 5px solid #fff;
  background: #FFD200;
  color: #fff;
  font-size: 1.7rem;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable tr th {
    font-size: 3.4vw;
    display: none;
  }
}
.box .scheduleTable tr th:nth-child(1) {
  color: #000;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable tr th:nth-child(1) {
    display: none;
  }
}
.box .scheduleTable tr th:nth-child(2) {
  background: #1A9182;
}
.box .scheduleTable tr th:nth-child(3) {
  background: #007DDD;
}
.box .scheduleTable tr th:nth-child(4) {
  background: #DF5187;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable tr:nth-child(2) td {
    background: #CCE9F8 !important;
  }
}
@media screen and (max-width: 767px) {
  .box .scheduleTable tr:nth-child(3) td {
    background: #FFEBE9 !important;
  }
}
.box .scheduleTable td {
  background: none!important;
  border: 5px solid #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .box .scheduleTable td {
    font-size: 3.2vw;
    text-align: left;
    display: block;
    border-top: none;
    padding: 4vw 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .box .scheduleTable td:first-child::before {
    content: attr(aria-label);
    display: block;
    background: #1A9182;
    text-align: center;
    color: #fff;
    padding: 3vw 0;
    margin-top: -4vw;
    margin-bottom: 4vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .box .scheduleTable td:nth-child(2) {
    width: 100%;
  }
}
.box .scheduleTable td[aria-label="スタンダードプラン"]::before {
  background: #007DDD !important;
}
.box .scheduleTable td[aria-label="ベーシックプラン"]::before {
  background: #DF5187 !important;
}
.box .scheduleTable td.texCenter .block {
  display: inline-block;
  text-align: left;
}
.box .scheduleTable td.texCenter .block sub {
  vertical-align: text-bottom;
}
.box .scheduleTable td.texCenter .block .fs28 {
  line-height: 1;
}
.box .scheduleTable td.texCenter .block .mb5 {
  display: inline-block;
}
.box .scheduleTable td.texCenter .block .mb10 {
  display: inline-block;
}
.box .faqArea {
  padding: 0;
}
.box .faqArea .faqItem {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box .faqArea .faqItem {
    margin-bottom: 7vw;
  }
}
.box .faqArea .faqItem:last-child {
  margin-bottom: 0;
}
.box .faqArea .faqItem h4 {
  color: #1A9182;
  margin-bottom: 0;
}
.box .faqArea .faqItem p {
  margin-bottom: 0;
}
