@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	variables
*******************************/
/*
	layout
*******************************/
.thisHeader {
  background-color: #12b8d7;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  color: #fff;
  position: relative;
  z-index: 30;
}
.thisHeader .inner {
  padding-inline: 20px;
}
.thisHeader_inner {
  align-items: center;
  display: flex;
  gap: 0 20px;
  height: 58px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .thisHeader_inner {
    height: 64px;
  }
}
.thisHeaderLogo {
  align-items: center;
  display: flex;
}
.thisHeaderLogo > .boxImage img, .thisHeaderLogo > .boxImage svg {
  height: 28px;
}
@media (max-width: 768px) {
  .thisHeaderLogo > .boxImage img, .thisHeaderLogo > .boxImage svg {
    height: 24px;
  }
}
.thisHeaderButton {
  align-items: center;
  display: flex;
  gap: 0 16px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .thisHeaderButton {
    gap: 0 8px;
  }
}
.thisHeaderButton .buttonApply {
  height: 32px;
  width: 108px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .thisHeaderButton .buttonApply {
    width: 75px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.thisButtonType01 {
  align-items: center;
  background-color: #6cc246;
  border: #6cc246 solid 1px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 398px;
  min-height: 68px;
  padding: 12px 4px;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .thisButtonType01 {
    font-weight: 300;
    max-width: 280px;
    min-height: 52px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.thisButtonType01_title {
  display: block;
  max-width: 100%;
  padding-left: 1em;
  position: relative;
}
.thisButtonType01_title::before {
  display: inline-block;
  font-family: "conoha_icon";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\f001";
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  transform: scale(0.75);
  transform-origin: left center;
}
.thisButtonType01_ribbon {
  background-color: #ffdf00;
  clip-path: polygon(0 100%, 12px 50%, 0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%);
  color: #0a65a9;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  padding: 2px 30px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -70%);
  white-space: nowrap;
  z-index: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .thisButtonType01_ribbon {
    padding: 4px 32px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.thisButtonType01_ribbon strong {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .thisButtonType01_ribbon strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
a.thisButtonType01:hover, button.thisButtonType01:hover {
  animation: flash 1s;
  opacity: 0.9;
}
a.thisButtonType01:hover, button.thisButtonType01:hover {
  background-color: #fff;
  color: #6cc246;
}

.thisHeadingType01 {
  color: #0b6c80;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .thisHeadingType01 {
    margin-bottom: 24px;
    padding-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.thisHeadingType01::before {
  background-color: #0b6c80;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
@media (max-width: 768px) {
  .thisHeadingType01::before {
    height: 5px;
    width: 40px;
  }
}

/*
	mainvisual
*******************************/
.mainvisual {
  background: url("../images/mainvisual_bg.jpg") center center/cover no-repeat;
  padding-block: 20px 36px;
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual {
    background-image: url("../images/mainvisual_bg-sp.jpg");
    padding-block: 14px 34px;
  }
}
.mainvisualTitle {
  padding: 0;
}
.mainvisualTitle .boxImage {
  max-width: 880px;
}
@media (max-width: 768px) {
  .mainvisualTitle .boxImage {
    max-width: 335px;
  }
}

/*
	section
*******************************/
.term {
  padding: 32px 0 30px;
  position: relative;
}
@media (max-width: 768px) {
  .term {
    padding: 16px 0 20px;
  }
}
.term::before {
  border: 50px solid transparent;
  border-top: 40px solid #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .term::before {
    border: 25px solid transparent;
    border-top: 20px solid #fff;
  }
}
.termBox {
  align-items: flex-end;
  color: #0b6c80;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 14px 20px;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .termBox {
    gap: 5px;
    justify-content: flex-start;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .termBox_title {
    width: 100%;
  }
}
.termBox_text span {
  display: inline-block;
  line-height: 1;
  margin-inline: 0.2em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .termBox_text span {
    margin-inline: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.termBox_text span.has-bg {
  padding: 20px 8px 0;
  position: relative;
}
.termBox_text span.has-bg::before {
  background-color: #f2f2f2;
  content: "";
  height: calc(100% + 5px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}
.termBox_text span.is-small {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .termBox_text span.is-small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.termBox_text span.is-small::before {
  height: calc(100% + 5px);
  top: 5px;
  width: 100%;
  z-index: -1;
}

.summary {
  background-color: #12b8d7;
  color: #fff;
  padding: 60px 0 48px;
}
@media (max-width: 768px) {
  .summary {
    padding: 32px 0 38px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.flowListUnit {
  text-align: center;
}
.flowListUnit_head {
  background-color: #0b6c80;
  border: #0b6c80 solid 2px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 12px 0 8px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .flowListUnit_head {
    border-radius: 10px 10px 0 0;
    padding: 8px 0 4px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.flowListUnit_head span {
  display: inline-block;
  padding-left: 4px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .flowListUnit_head span {
    padding-left: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.flowListUnit_description {
  border: #0b6c80 solid 2px;
  padding: 40px 18px 44px;
}
@media (max-width: 768px) {
  .flowListUnit_description {
    padding: 20px;
  }
}
.flowListUnit_descriptionMain {
  font-weight: 500;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .flowListUnit_descriptionMain {
    font-size: 20px;
    font-size: 2rem;
  }
}
.flowListUnit_descriptionText {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .flowListUnit_descriptionText {
    margin-top: 28px;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.flowListUnit_description .boxImage {
  border: #e4e4e4 solid 1px;
  height: auto;
  margin: 24px auto 0;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .flowListUnit_description .boxImage {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.flowListUnit_code {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 36px auto 0;
}
@media (max-width: 768px) {
  .flowListUnit_code {
    gap: 20px 8px;
    margin-top: 20px;
  }
}
.flowListUnit_code p {
  color: #0b6c80;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .flowListUnit_code p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.flowListUnit_code p.is-code {
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #6cc246;
  line-height: 1em;
  padding: 26px 35px;
  font-size: 60px;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .flowListUnit_code p.is-code {
    padding: 18px 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.flowListUnit_code button {
  background-color: #12b8d7;
  color: #fff;
  font-weight: 500;
  padding: 12px 29px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .flowListUnit_code button {
    padding: 18px 8px 16px;
  }
}
.flowListUnit + .flowListUnit {
  padding-top: 84px;
  position: relative;
}
@media (max-width: 768px) {
  .flowListUnit + .flowListUnit {
    padding-top: 64px;
  }
}
.flowListUnit + .flowListUnit::before {
  display: inline-block;
  font-family: "conoha_icon";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
  color: #0b6c80;
  content: "\f002";
  left: 50%;
  line-height: inherit;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .flowListUnit + .flowListUnit::before {
    top: 6px;
  }
}
.flow .thisButtonType01 {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .flow .thisButtonType01 {
    margin-top: 40px;
  }
}

.information {
  background-color: #f7f7f7;
}
.informationTable {
  border: #12b8d7 solid 2px;
  border-left: transparent;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .informationTable {
    border-left: #12b8d7 solid 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.informationTableUnit {
  display: flex;
}
@media (max-width: 768px) {
  .informationTableUnit {
    flex-direction: column;
  }
}
.informationTableUnit_title {
  background-color: #12b8d7;
  color: #fff;
  font-weight: 500;
  padding: 28px 20px;
  width: 20%;
}
@media (max-width: 768px) {
  .informationTableUnit_title {
    padding: 8px 20px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.informationTableUnit_description {
  background-color: #fff;
  padding: 28px;
  width: 80%;
}
@media (max-width: 768px) {
  .informationTableUnit_description {
    padding: 20px;
    width: 100%;
  }
}
.informationTableUnit + .informationTableUnit .informationTableUnit_title {
  border-top: #fff solid 2px;
}
.informationTableUnit + .informationTableUnit .informationTableUnit_description {
  border-top: #12b8d7 solid 2px;
}
/*# sourceMappingURL=this.css.map */