@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
	box shadow
*******************************/
/*
	transition
*******************************/
/*
	width
*******************************/
/*
	height
*******************************/
/*
	テキストスタイル
*******************************/
/*
	ボーダー
*******************************/
/*
	グラスモーフィズム
*******************************/
/*
	レスポンシブ
*******************************/
/*
	ホバー
*******************************/
/*
	アイコンフォント
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	mainvisual
*******************************/
.thisMv {
  padding: 72px 0 108px;
  position: relative;
}
@media (max-width: 1024px) {
  .thisMv {
    padding: 54px 0 72px;
  }
}
@media (max-width: 768px) {
  .thisMv {
    padding: 36px 0 54px;
  }
}
.thisMv::before {
  background: #f5f7f8 url("../images/mainvisual_bg.jpg") center top/cover no-repeat;
  content: "";
  height: calc(100% + 80px + 18px);
  left: 0;
  position: absolute;
  top: -98px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .thisMv::before {
    background-image: url("../images/mainvisual_bg_sp.jpg");
    height: calc(100% + 52px + 8px);
    top: -61px;
  }
}
.thisMv .l-inner {
  position: relative;
  z-index: 1;
}
.thisMv_inner {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .thisMv_inner {
    flex-direction: column;
    gap: 36px;
  }
}
.thisMv_left {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .thisMv_left {
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .thisMv_left {
    gap: 24px;
    max-width: 100%;
  }
}
.thisMv_catch {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.thisMv_title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 52px;
  font-size: 5.2rem;
}
@media (max-width: 1024px) {
  .thisMv_title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .thisMv_title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.thisMv_logo {
  display: inline-block;
  height: 52px;
  margin-right: 18px;
  vertical-align: middle;
  width: auto;
}
@media (max-width: 1024px) {
  .thisMv_logo {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .thisMv_logo {
    height: 44px;
    margin-right: 12px;
  }
}
.thisMv_titleSub {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .thisMv_titleSub {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.thisMv_lead {
  color: #505659;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .thisMv_lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.thisMv_buttons {
  align-items: center;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .thisMv_buttons {
    display: none;
  }
}
.thisMv_image {
  flex-shrink: 0;
  width: 440px;
}
@media (max-width: 1024px) {
  .thisMv_image {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .thisMv_image {
    max-width: 440px;
    width: 100%;
  }
}
.thisMv_image img {
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.04));
  height: auto;
  width: 100%;
}

/*
	about
*******************************/
.aboutText {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .aboutText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
	plans
*******************************/
.plansRecommend {
  align-items: center;
  display: flex;
  gap: 18px;
}
@media (max-width: 768px) {
  .plansRecommend {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
.plansRecommend_tag {
  flex-shrink: 0;
  font-weight: 700;
  padding: 8px 22px 6px;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .plansRecommend_tag {
    padding: 4px 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.plansRecommend_text {
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .plansRecommend_text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .plansTab .m-tabType02List {
    flex-wrap: nowrap;
    gap: 0 6px;
  }
}
.plansTab .m-tabType02Button.is-active .m-tabType02Button_text {
  font-weight: 700;
}

.plansPanel {
  background-color: #fff;
  border-radius: 0 18px 18px 18px;
  padding: 36px;
}
@media (max-width: 768px) {
  .plansPanel {
    border-radius: 0 12px 12px 12px;
    padding: 18px 18px 54px;
  }
}
.plansPanel .plansTable {
  margin-top: 36px;
}
.plansPanel_buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .plansPanel_buttons {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}

.plansTable.m-tableType01.is-2column .m-tableType01_inner {
  grid-template-columns: minmax(0, 360px) 1fr;
}
@media (max-width: 768px) {
  .plansTable.m-tableType01.is-2column .m-tableType01_inner {
    grid-template-columns: 120px 1fr;
  }
}
.plansTable.m-tableType01.is-2column .m-tableType01Cell.is-head {
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  .plansTable.m-tableType01.is-2column .m-tableType01Cell.is-head {
    padding: 18px 12px;
  }
}
.plansTable.m-tableType01.is-2column .m-tableType01Cell:not(.is-head) {
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  .plansTable.m-tableType01.is-2column .m-tableType01Cell:not(.is-head) {
    padding: 8px;
  }
}

/*
	flow
*******************************/
.flow {
  background-color: #edf0f2;
}
.flowList {
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media (max-width: 768px) {
  .flowList {
    gap: 12px;
  }
}
.flowList_arrow {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 18px 0;
}
.flowList_arrow .icon {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .flowList_arrow {
    padding: 0;
  }
}

.flowStep {
  background-color: #fff;
  border-radius: 6px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 40px;
  row-gap: 18px;
}
@media (max-width: 768px) {
  .flowStep {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
}
.flowStep_head {
  display: contents;
}
@media (max-width: 768px) {
  .flowStep_head {
    align-items: baseline;
    display: flex;
    gap: 12px;
  }
}
.flowStep_number {
  color: #00c9e3;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .flowStep_number {
    flex-shrink: 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.flowStep_title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .flowStep_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.flowStep_text {
  grid-column: 2;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .flowStep_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
	feature
*******************************/
.featureList {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.featureList_item {
  width: calc(50% - 18px);
}
@media (max-width: 768px) {
  .featureList_item {
    width: 100%;
  }
}
.featureList_item .m-unitType03 {
  --image-width: 38%;
}
@media (max-width: 768px) {
  .featureList_item .m-unitType03 {
    align-items: center;
  }
}
.featureList_item .m-imageType02 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .featureList_item .m-imageType02 img {
    height: 90px;
    max-width: none;
    -o-object-position: center;
       object-position: center;
    width: 144px;
  }
}
.featureList_detail {
  list-style: disc;
  padding-left: 1.5em;
}
.featureList_detail li {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .featureList_detail li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
	agents
*******************************/
.agents {
  background-color: #edf0f2;
}
.agentsLead_url {
  background-color: #f5f7f8;
  border-radius: 6px;
  display: inline-block;
  font-family: inherit;
  line-height: 1.8;
  margin-right: 8px;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
}
.agentsLead_link {
  text-decoration: underline;
}
@media (hover: hover) {
  .agentsLead_link:hover {
    text-decoration: none;
  }
}
.agentsList {
  border-left: 1px dashed #aeb4b8;
  border-top: 1px dashed #aeb4b8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media (max-width: 768px) {
  .agentsList {
    grid-template-columns: 1fr;
  }
}
.agentsList_item {
  border-bottom: 1px dashed #aeb4b8;
  border-right: 1px dashed #aeb4b8;
}

.agentsCard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 36px;
}
@media (max-width: 768px) {
  .agentsCard {
    padding: 18px;
  }
}
.agentsCard_head {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}
.agentsCard_icon {
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}
.agentsCard_title {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
.agentsCard_description {
  color: #505659;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
.agentsCard_code {
  background-color: #f5f7f8;
  border-radius: 6px;
  line-height: 1.8;
  max-width: 288px;
  padding: 12px;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-all;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .agentsCard_code {
    max-width: 100%;
  }
}

/*
	faq
*******************************/
.faqList_item + .faqList_item {
  margin-top: 18px;
}

/*
	cta
*******************************/
.thisCta.is-bgGray {
  background-color: #edf0f2;
}
.thisCta_inner {
  text-align: center;
}
.thisCta_title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .thisCta_title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.thisCta_titleLine {
  display: block;
}
.thisCta_titleLine:not(:last-child) {
  margin-bottom: 10px;
}
.thisCta_logo {
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  width: 218px;
}
@media (max-width: 768px) {
  .thisCta_logo {
    width: 200px;
  }
}
.thisCta_sub {
  color: #505659;
  margin-top: 18px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .thisCta_sub {
    margin-bottom: 32px;
    margin-top: 8px;
  }
}
.thisCta_apply {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.thisCta_apply .m-buttonType01 {
  justify-content: center;
}
@media (max-width: 768px) {
  .thisCta_apply {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=this.css.map */