@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .hp_pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_sp_none {
    display: none !important;
  }
}
.hp_d_ib {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .topMain {
    overflow-x: hidden;
    font-size: 13px;
  }
}

.fv {
  height: 556px;
  background-image: url("../img/top/fv.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 700px;
    background-position: left 0 bottom 0;
    background-image: url("../img/top/sp_fv.png");
  }
}

.fv_ttl {
  font-size: 28px;
  font-weight: bold;
  color: #2B7247;
  position: absolute;
  top: 110px;
  left: calc((100vw - 960px) / 2);
}
@media screen and (max-width: 768px) {
  .fv_ttl {
    font-size: 22px;
    width: 100%;
    text-align: center;
    top: 154px;
    left: 0;
  }
}

.fv_ttl > span {
  display: block;
}

.fv_logo {
  display: block;
  width: 310px;
  height: auto;
  position: absolute;
  left: calc((100vw - 960px) / 2);
  bottom: 92px;
}
@media screen and (max-width: 768px) {
  .fv_logo {
    width: 192px;
    top: 310px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv_device {
  display: block;
  width: 628px;
  height: auto;
  position: absolute;
  right: calc((100vw - 960px) / 2 - 87px);
  bottom: 55px;
}
@media screen and (max-width: 768px) {
  .fv_device {
    width: 320px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
}

.section__bg_lightGreen {
  background-color: #EAF8F0;
}

.section__bg_deepGreen {
  background-color: #D9F0E3;
}

.section__bg_lightBlue {
  background-color: #F7FDFA;
}

.section__bg_lightGray {
  background-color: #F7F7F7;
}

.bird01 {
  background: #EAF8F0 url(../img/top/bg_bird_01.png)right bottom no-repeat;
}
.bird02 {
  background: #F7FDFA url(../img/top/bg_bird_02.png)left center no-repeat;
}
.bird03 {
  background: #F7FDFA url(../img/top/bg_bird_03.png)right top no-repeat;
}
.bird04 {
  background: #F7FDFA url(../img/top/bg_bird_04.png)left bottom no-repeat;
}
@media screen and (max-width: 768px) {
  .bird01 {
    background-size: 100%;
  }
  .bird02 {
    background-size: 100%;
  }
  .bird03 {
    background-size: 100%;
  }
  .bird04 {
    background-size: 100%;
  }
}

.secLv1Ttl {
  height: 180px;
  font-size: 36px;
  font-weight: bold;
  background-color: #6DC790;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .secLv1Ttl {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
    height: 110px;
    text-align: center;
  }
}

.secLv2Ttl {
  font-size: 32px;
  font-weight: bold;
  color: #6DC790;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .secLv2Ttl {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 22px;
  }
}

/*
|----------------------------------------
| 個別
|----------------------------------------
*/
.introMovieSec {
  padding: 70px 0 80px;
}

.introMovieSec_ttl {
  color: #6DC790;
  font-weight: bold;
}

.introMovieSec_ttl_up {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introMovieSec_ttl_up {
    font-size: 20px;
  }
}

.introMovieSec_ttl_up img {
  display: block;
  width: 72px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.introMovieSec_ttl_up span {
  font-size: 36px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .introMovieSec_ttl_up span {
    font-size: 24px;
  }
}

.introMovieSec_ttl_down {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .introMovieSec_ttl_down {
    font-size: 24px;
  }
}

.introMovieSec_movie {
  width: 730px;
  /* height: 370px; */
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .introMovieSec_movie {
    width: 100%;
    height: 56vw;
    iframe {
      height: 56vw;
      max-width: 100%;
    }
    iframe {
      height: 56vw !important;
      max-width: 100% !important;
    }
  }
  iframe {
    height: 56vw !important;
    max-width: 100% !important;
  }
} 


.priceSec {
  padding-top: 100px;
  padding-bottom: 86px;
}

.priceItem_unit {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .priceItem_unit {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}

.priceItem {
  width: 270px;
}
@media screen and (max-width: 596px) {
  .priceItem {
    width: 100%;
  }
}

.priceItem_memo {
  padding: 21px 2px 0;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .priceItem_memo {
    font-size: 12px;
  }
}

.priceNote {
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .priceNote {
    text-align: left;
    padding: 0 16px;
  }
}

.priceCard {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px lightgray;
  padding: 0 14px;
}

.priceCard_up {
  height: 206px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  flex-direction: column;
  row-gap: 4px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .priceCard_up {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.priceCard_up_lv1 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .priceCard_up_lv1 {
    font-size: 18px;
  }
}

.priceCard_up_lv2 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .priceCard_up_lv2 {
    font-size: 16px;
  }
}

.priceCard_up .min1 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .priceCard_up .min1 {
    font-size: 13px;
  }
}

.priceCard_up .min2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .priceCard_up .min2 {
    font-size: 16px;
  }
}

.priceCard_down {
  padding-top: 26px;
  padding-bottom: 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.priceCard_down > p {
  line-height: 1;
}

.priceCard_down > p:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
}

.priceCard_down > p:nth-of-type(2) {
  font-weight: bold;
}

.priceCard_down > p:nth-of-type(2) .big {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  .priceCard_down > p:nth-of-type(2) .big {
    font-size: 26px;
  }
}

.priceCard_down > p:nth-of-type(3) {
  font-size: 12px;
  font-weight: bold;
}

.priceCard_down > p:nth-of-type(3) .big {
  font-size: 18px;
}

.priceCard_down > p:nth-of-type(3) .min {
  font-size: 10px;
}

.priceCard_head {
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0px 20px;
  text-align: center;
  letter-spacing: 0.01em;
}

.priceCard_body {
  font-size: 14px;
  text-align: center;
  padding: 0 0px 40px;
}

.priceCard_grayBar {
  margin-top: 0.8em;
  background-color: #DDDDDD;
  display: block;
  font-weight: 300;
  padding: 0.4em 0;
}
@media screen and (max-width: 768px) {
  .priceCard_grayBar {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.priceSec > .priceSec_cont {
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.priceSec_cont.priceSec_cont__2 {
  padding-top: 70px;
  padding-bottom: 0;
  border-bottom: none;
}

.priceSec_cont.priceSec_cont__2 .priceCard {
  height: 100%;
}

.priceSec_cv {
  padding-top: 50px;
  text-align: center;
}

.priceSec_cv {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.priceSec_cv_txt {
  font-size: 18px;
  color: #6C6C6C;
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .priceSec_cv_txt {
    font-size: 14px;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.priceSec_cv_btn {
  font-size: 20px;
  height: 60px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFF00;
  background-color: #6DC790;
  box-shadow: 0 4px #1C954B;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s ease-in-out;
  position: relative;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .priceSec_cv_btn {
    font-size: 14px;
    width: 60%;
    height: 50px;
  }
}

.priceSec_cv_btn:hover {
  top: 4px;
  box-shadow: 0 0px #1C954B;
}

.priceSec_cv_btn:after {
  content: "";
  background-image: url("../img/top/btn_bird_big.png");
  display: block;
  width: 162px;
  height: 118px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  transform: translateX(92%);
}
@media screen and (max-width: 768px) {
  .priceSec_cv_btn:after {
    width: 64.8px;
    height: 47.2px;
    transform: translateX(82%);
  }
}

.strongSec {
  padding-bottom: 120px;
}

.strongSec_body {
  padding-top: 58px;
}

.oblongMedia_unit {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .oblongMedia_unit {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.oblongMedia {
  background-color: #fff;
  padding: 30px 34px 40px;
  box-shadow: 0 0 6px lightgray;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 100%;
  max-width: 780px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .oblongMedia {
    flex-direction: column;
  }
}

.oblongMedia_unit > .oblongMedia:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .oblongMedia_unit > .oblongMedia:nth-of-type(odd) {
    flex-direction: column;
  }
}

.oblongMedia_txt {
  flex: 1;
}

.oblongMedia_ttl {
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #6DC790;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .oblongMedia_ttl {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
}

.oblongMedia_ttl .showy {
  color: #FFBD27;
  font-size: 28px;
}

.oblongMedia_desc {
  font-size: 13px;
  color: #6C6C6C;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.oblongMedia_desc .showy {
  color: #FFBD27;
  font-size: 18px;
  font-weight: bold;
}

.oblongMedia_img {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .oblongMedia_img {
    width: 100%;
    justify-content: center;
  }
}

.oblongMedia_img > img {
  width: auto;
}

.functionSec {
  padding-bottom: 60px;
}

.functionSec > section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.media_3colUnit {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .media_3colUnit {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
  }
}

.media_3colUnit > .media {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .media_3colUnit > .media {
    width: 100%;
  }
}

.media_2colUnit {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .media_2colUnit {
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
  }
}

.media_2colUnit > .media {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .media_2colUnit > .media {
    width: 100%;
  }
}

.media {
  background-color: #fff;
  box-shadow: 0 0 4px lightgray;
  padding: 10px 10px 40px;
  position: relative;
  border-radius: 8px;
}

.media.media_has_4more {
  padding-bottom: 120px;
}
.media.media_has_4more .media_more.mod_show {
  display: block !important;
}
.media.media_has_4more .media_more.mod_show.mod_show__4 {
  bottom: 20px;
}
.media.media_has_4more .media_more.mod_show.mod_show__3 {
  bottom: 44px;
}
.media.media_has_4more .media_more.mod_show.mod_show__2 {
  bottom: 66px;
}
.media.media_has_4more .media_more.mod_show.mod_show__1 {
  bottom: 90px;
}

.media_img {
  width: 100%;
  height: 176px;
  background-color: #E9F7EF;
  position: relative;
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .media_img {
    height: 0;
    padding-top: 48%;
  }
}

.media_2colUnit > .media .media_img {
  height: 153px;
}
@media screen and (max-width: 768px) {
  .media_2colUnit > .media .media_img {
    padding-top: 48%;
    height: 0;
  }
}

.media_img > img {
  width: auto;
  position: absolute;
  height: 80px;
  left: 50%;
  top: calc(50% - 13px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .media_img > img {
    height: 19vw;
  }
}

.media_img.media_img__no_txt > img {
  top: 50%;
}

.media_img > p {
  font-size: 19px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 8px;
  color: #6DC790;
  font-weight: bold;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .media_img > p {
    font-size: 16px;
  }
}

.media_txt {
  font-size: 14px;
  color: #5C5C5C;
  padding-top: 18px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  letter-spacing: 0.02em;
  line-height: 1.7333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .media_txt {
    font-size: 13px;
  }
}

.media_more {
  font-size: 15px;
  color: #6DC790;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .media_more {
    font-size: 14px;
  }
}

.media > .media_more:nth-of-type(1) {
  display: block;
}

.functionSec_cv {
  padding-top: 46px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .functionSec_cv {
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
    align-items: center;
  }
}

.functionSec_cv_btn {
  max-width: 338px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFBD27;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 0 3px gray;
  position: relative;
}
@media screen and (max-width: 768px) {
  .functionSec_cv_btn {
    font-size: 15px;
    width: 54%;
    height: 50px;
  }
}

.functionSec_cv_btn:after {
  content: "";
  background-image: url(../img/top/btn_bird_big.png);
  display: block;
  width: 162px;
  height: 118px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: -12px;
  transform: translateX(92%);
}
@media screen and (max-width: 768px) {
  .functionSec_cv_btn:after {
    font-size: 14px;
    width: 71.28px;
    height: 51.92px;
    top: 50%;
    transform: translate(82%, -50%);
  }
}

.functionSec_request_btn {
  max-width: 338px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #264FD6;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 0 3px gray;
  position: relative;
}
@media screen and (max-width: 768px) {
  .functionSec_request_btn {
    font-size: 15px;
    width: 54%;
    height: 50px;
  }
}

.functionSec_aws {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .functionSec_aws {
    flex-direction: column;
    row-gap: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.functionSec_aws_img {
  width: 258px;
}
@media screen and (max-width: 768px) {
  .functionSec_aws_img {
    width: 100%;
  }
}

.functionSec_aws_txt {
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .functionSec_aws_txt {
    font-size: 13px;
  }
}

.flowSec {
  padding-bottom: 80px;
}

.flowSec_body {
  padding-top: 80px;
}

.flowSec_step_unit {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .flowSec_step_unit {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.flowSec_step_img {
  height: 212px;
  display: flex;
  justify-content: center;
}

.flowSec_step_img img {
  display: block;
  height: 100%;
  width: auto;
}

.flowSec_step.flowSec_step__1 {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .flowSec_step.flowSec_step__1 {
    width: 100%;
  }
}

.flowSec_step.flowSec_step__2 {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flowSec_step.flowSec_step__2 {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.flowSec_step.flowSec_step__2:before {
  content: "";
  background-image: url("../img/top/flow_arrow.png");
  background-size: contain;
  display: block;
  width: 52px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .flowSec_step.flowSec_step__2:before {
    width: 41.6px;
    height: 28.8px;
    transform: rotate(90deg);
    top: 40px;
    left: calc(50% - 20px);
  }
}

.flowSec_step.flowSec_step__2:after {
  content: "";
  background-image: url("../img/top/flow_arrow.png");
  background-size: contain;
  display: block;
  width: 52px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .flowSec_step.flowSec_step__2:after {
    width: 41.6px;
    height: 28.8px;
    transform: rotate(90deg);
    bottom: 40px;
    top: auto;
    left: calc(50% - 20px);
  }
}

.flowSec_step.flowSec_step__3 {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .flowSec_step.flowSec_step__3 {
    width: 100%;
  }
}

.flowSec_step_txt {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .flowSec_step_txt {
    font-size: 13px;
  }
}

.flowSec_step_ttl {
  text-align: center;
  font-size: 20px;
  color: #6DC790;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flowSec_step_ttl {
    font-size: 18px;
  }
}

.flowSec_step_desc {
  padding-top: 20px;
  color: #5C5C5C;
  font-size: 14px;
}

.flowSec_cation {
  background-color: #fff;
  padding: 34px 80px;
  display: flex;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flowSec_cation {
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
    padding: 17px 30px;
  }
}

.flowSec_cation_ttl {
  font-size: 20px;
  color: #6DC790;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .flowSec_cation_ttl {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .flowSec_cation_desc {
    font-size: 13px;
  }
}

.flowSec_step_desc {
  flex: 1;
  line-height: 1.76;
  color: #5C5C5C;
}
@media screen and (max-width: 768px) {
  .flowSec_step_desc {
    font-size: 13px;
  }
}/*# sourceMappingURL=front-page.css.map */