@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
	box shadow
*******************************/
/*
	transition
*******************************/
/*
	width
*******************************/
/*
	height
*******************************/
/*
	テキストスタイル
*******************************/
/*
	ボーダー
*******************************/
/*
	グラスモーフィズム
*******************************/
/*
	レスポンシブ
*******************************/
/*
	ホバー
*******************************/
/*
	アイコンフォント
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	variables
*******************************/
/*
	layout
*******************************/
.thisHeader {
  top: 30px;
}
@media (max-width: 768px) {
  .thisHeader {
    top: 0;
  }
}
@media (max-width: 768px) {
  .thisHeader_inner {
    padding: 8px 12px;
  }
}
@media (max-width: 768px) {
  .thisHeaderLogo img {
    width: 100px;
  }
}
.thisHeaderNav {
  gap: 0 4px;
}
.thisHeaderNavButton_title {
  margin: 0 !important;
}
.thisHeaderNavButton.m-buttonType01 {
  padding: 6px 8px 6px 14px;
}
.thisHeaderNavButton.m-buttonType01 .m-buttonType01_title {
  margin-right: 10px !important;
}

/*
	mainvisual
*******************************/
.mainvisual {
  background: url("../images/mainvisual_bg.jpg") center center/cover no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual {
    background-image: url("../images/mainvisual_bg-sp.jpg");
  }
}
.mainvisual_inner {
  padding: 50px 20px 108px;
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual_inner {
    padding: 36px 16px 54px;
  }
}
.mainvisualTitle_image {
  margin-inline: auto;
  max-width: 688px;
}
@media (max-width: 768px) {
  .mainvisualTitle_image {
    max-width: 343px;
  }
}
@media (max-width: 768px) {
  .mainvisualText {
    height: 126px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mainvisualApply {
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .mainvisualApply {
    margin-top: 77px;
  }
}

.boxExpired {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  font-weight: 500;
  justify-content: center;
  left: 50%;
  line-height: 1.3;
  max-width: 800px;
  padding: 40px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 20;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .boxExpired {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.boxExpired .textLink {
  color: #12b8d7;
}
.boxExpired .textLink.has-underline {
  text-decoration: underline;
}
.boxExpired .textLink.has-underline:hover {
  text-decoration: none;
}

/*
	section
*******************************/
.apply {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.pricingSummaryList {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  justify-content: center;
}
@media (max-width: 768px) {
  .pricingSummaryList {
    gap: 18px;
  }
}
.pricingSummaryList_item {
  width: calc(50% - 18px);
}
@media (max-width: 768px) {
  .pricingSummaryList_item {
    width: 100%;
  }
}
.pricingSummaryList_item.is-large {
  width: 100%;
}
.pricingSummaryBox {
  background-color: #fff;
  border-radius: 6px;
  padding: 36px;
}
@media (max-width: 768px) {
  .pricingSummaryBox {
    gap: 0;
    padding: 18px 18px 36px;
  }
}
@media (max-width: 768px) {
  .pricingSummaryBox .m-unitType01_image {
    max-width: none;
    position: relative;
    width: calc(100vw - 32px);
  }
}

.flow {
  background-color: #edf0f2;
}
.flow .m-headingType01 .icon {
  color: #00c9e3;
  padding-right: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
.flowList {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 50px;
}
@media (max-width: 1024px) {
  .flowList {
    align-items: center;
    justify-content: center;
  }
}
.flowList_item {
  width: calc((100% - 236px) / 3);
}
@media (max-width: 1024px) {
  .flowList_item {
    width: 100%;
  }
}
.flowList_item .m-unitType02 {
  gap: 36px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .flowList_item .m-unitType02 {
    gap: 18px;
    max-width: 360px;
  }
}
.flowList_item .m-unitType02_image img {
  width: 144px;
}
.flowList_item .m-unitType02Content_description {
  padding: 0;
  text-align: center;
}
.flowList .icon {
  align-items: center;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  margin-top: 72px;
  width: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .flowList .icon {
    margin-top: 0;
  }
}

.information {
  background-color: #edf0f2;
}
.information .m-tableType01Cell {
  justify-content: flex-start;
  text-align: left;
}
/*# sourceMappingURL=this.css.map */