@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	layout
*******************************/
.thisPricingType01List {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.thisPricingType01List_item {
  width: calc(33.33% - 26.66px);
}
@media (max-width: 768px) {
  .thisPricingType01List_item {
    width: 100%;
  }
}
.thisPricingType01UnitHead_lead {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
.thisPricingType01UnitBody {
  border: #12b8d7 solid 1px;
  position: relative;
}
.thisPricingType01UnitBodyList_item {
  background-color: #e4f4fc;
}
.thisPricingType01UnitBodyList_item:nth-child(even) {
  background-color: #c2e5f8;
}
.thisPricingType01UnitBodyPlan {
  background-color: #10a8c4;
  color: #fff;
  padding: 20px 4px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
.thisPricingType01UnitBodyPrice {
  background-color: #12b8d7;
  color: #fff;
  padding: 8px 4px 16px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.thisPricingType01UnitBodyPrice_lead {
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 1.3rem;
}
.thisPricingType01UnitBodyPrice strong {
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
.thisPricingType01UnitBodyPrice del {
  font-size: 13px;
  font-size: 1.3rem;
}
.thisPricingType01UnitBodySpecs {
  padding: 16px 4px;
  text-align: center;
}
.thisPricingType01UnitBodySpecs_title {
  display: inline-block;
}
.thisPricingType01UnitBodySpecs_text {
  display: inline-block;
  margin-left: 0.5em;
}
.thisPricingType01UnitBodyApply {
  background-color: #fff;
  padding: 20px;
}
.thisPricingType01UnitBodyApply .buttonType01 {
  max-width: 200px;
  min-height: 48px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .thisPricingType01UnitBodyApply .buttonType01 {
    max-width: 100%;
  }
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBody {
  border-color: #f8b005;
  border-width: 2px;
}
@media (max-width: 768px) {
  .thisPricingType01Unit.is-campaign .thisPricingType01UnitBody {
    box-shadow: none;
  }
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBody::before {
  background: url("/kusanagi/freeedition/images/price_badge.svg") center center/100% auto no-repeat;
  content: "";
  display: block;
  height: 80px;
  left: -40px;
  position: absolute;
  top: -40px;
  width: 80px;
  z-index: 2;
}
@media (max-width: 768px) {
  .thisPricingType01Unit.is-campaign .thisPricingType01UnitBody::before {
    left: -10px;
  }
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBodyPlan {
  background-color: #e4a205;
  padding: 36px 4px;
}
@media (max-width: 768px) {
  .thisPricingType01Unit.is-campaign .thisPricingType01UnitBodyPlan {
    padding: 20px 4px;
  }
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBodyPrice {
  background-color: #f8b005;
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBodyList_item {
  background-color: #f6f1de;
}
.thisPricingType01Unit.is-campaign .thisPricingType01UnitBodyList_item:nth-child(even) {
  background-color: #f5e4a7;
}

/*
	mainvisual
*******************************/
.mainvisual {
  background: #12b8d7 url("/kusanagi/freeedition/images/mainvisual_bg.png") center center/cover no-repeat;
  padding: 48px 0 80px;
}
@media (max-width: 768px) {
  .mainvisual {
    background-image: url("/kusanagi/freeedition/images/mainvisual_bg-sp.png");
    padding: 40px 0;
  }
}

/*
	section
*******************************/
.apply {
  background-color: #414141;
}

.features {
  overflow: hidden;
}
.features .tabType02Select_item {
  width: 20%;
}
.featuresBox {
  display: flex;
  justify-content: space-between;
  min-height: 443px;
}
@media (max-width: 768px) {
  .featuresBox {
    display: block;
    min-height: 0;
  }
}
.featuresBoxText {
  width: 55%;
}
@media (max-width: 768px) {
  .featuresBoxText {
    width: 100%;
  }
}
.featuresBoxTextTitle {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .featuresBoxTextTitle {
    margin-bottom: 20px;
  }
}
.featuresBoxTextTitle_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.featuresBoxTextTitle_subTitle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.featuresBoxTextTitle_subTitle .boxImage {
  width: 330px;
}
@media (max-width: 768px) {
  .featuresBoxTextTitle_subTitle .boxImage {
    width: 300px;
  }
}
.featuresBoxTextTitle_subTitle span {
  background-color: #f8b005;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0 0 2px 4px;
  white-space: nowrap;
}
.featuresBoxTextTitle_subTitle p {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .featuresBoxText_description {
    margin-top: 20px;
  }
}
.featuresBoxImage {
  padding-left: 40px;
  width: 45%;
}
@media (max-width: 768px) {
  .featuresBoxImage {
    padding-left: 0;
  }
}
.featuresBoxImage .boxImage {
  width: 153%;
}
.featuresUnit {
  display: flex;
}
@media (max-width: 768px) {
  .featuresUnit {
    flex-direction: column;
  }
}
.featuresUnitImage {
  padding-right: 10px;
  width: 50%;
}
@media (max-width: 768px) {
  .featuresUnitImage {
    padding-right: 0;
    width: 100%;
  }
}
.featuresUnitText {
  padding-left: 10px;
  width: 50%;
}
@media (max-width: 768px) {
  .featuresUnitText {
    margin-top: 1em;
    padding-left: 0;
    width: 100%;
  }
}

.wexalBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wexalBox {
    flex-direction: column;
  }
}
.wexalBoxImage {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .wexalBoxImage {
    width: 100%;
  }
}
.wexalBoxImage .boxImage {
  max-width: 290px;
}
.wexalBoxText {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .wexalBoxText {
    margin-top: 20px;
    width: 100%;
  }
}
.wexalImage {
  border: #c6c6c6 solid 1px;
  margin-top: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .wexalImage {
    padding: 20px;
  }
}

.reasonBox {
  background-color: #f0fafd;
  margin-top: 46px;
  padding: 28px 20px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .reasonBox {
    margin-top: 32px;
  }
}
.reasonBoxTitle {
  align-items: center;
  background-color: #12b8d7;
  color: #fff;
  display: flex;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  left: 0;
  line-height: 1.3;
  padding: 0 12px 0 20px;
  position: absolute;
  text-align: center;
  top: -14px;
}
.reasonBoxTitle::before {
  border-color: #12b8d7 transparent;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  content: "";
  display: block;
  height: 28px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 14px;
}

.recommendUnit {
  height: 100%;
  padding-top: 46px;
}
.recommendUnit_inner {
  background-color: #f7f7f7;
  position: relative;
}
.recommendUnitImage {
  background-color: #fff;
  border: #f7f7f7 solid 4px;
  border-radius: 50%;
  height: 92px;
  left: calc(50% - 46px);
  position: absolute;
  top: -46px;
  width: 92px;
}
.recommendUnitImage .boxImage {
  height: 100%;
}
.recommendUnitImage .boxImage img {
  height: 44px;
}
.recommendUnitText {
  min-height: 400px;
  padding: 66px 20px 20px;
}
@media (max-width: 768px) {
  .recommendUnitText {
    min-height: 0;
  }
}
.recommendUnitText_title {
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .recommendUnitText_title {
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.compareList {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .compareList {
    flex-direction: column;
    margin-top: 20px;
  }
}
.compareList_item {
  position: relative;
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .compareList_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .compareList_item + .compareList_item {
    margin-top: 40px;
  }
}
.compareList_item + .compareList_item::before {
  border-color: transparent transparent transparent #12b8d7;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  content: "";
  display: block;
  height: 0;
  left: -28px;
  position: absolute;
  top: calc(50% - 20px);
  width: 0;
}
@media (max-width: 768px) {
  .compareList_item + .compareList_item::before {
    border-color: #12b8d7 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
    left: calc(50% - 20px);
    top: -28px;
  }
}
.compareUnit {
  border: #12b8d7 solid 1px;
}
.compareUnitTitle {
  background-color: #12b8d7;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .compareUnitTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.compareUnitText {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .compareUnitText {
    justify-content: flex-start;
    padding: 20px;
  }
}
.compareUnit.has-bgColor {
  background-color: #fff;
}

.priceTitle {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
/*# sourceMappingURL=this.css.map */