@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: 520px;
  min-height: 100px;
  padding: 12px 4px;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .thisButtonType01 {
    max-width: 280px;
    min-height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.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: #7d1dba;
  clip-path: polygon(0 100%, 12px 50%, 0 0, 100% 0, calc(100% - 12px) 50%, 100% 100%);
  color: #fff;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  padding: 2px 60px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -70%);
  white-space: nowrap;
  z-index: 1;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .thisButtonType01_ribbon {
    padding: 0 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.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;
}

.thisButtonType02 {
  align-items: center;
  background: transparent;
  border: #414141 solid 2px;
  color: #414141;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  justify-content: center;
  line-height: 1.3;
  max-width: 400px;
  min-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .thisButtonType02 {
    border-width: 1px;
    max-width: 100%;
    min-height: 48px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.thisButtonType02_title {
  display: block;
  max-width: 100%;
  padding-left: 2em;
  position: relative;
}
.thisButtonType02_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: "\f008";
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  transform: scale(1.4);
  transform-origin: left center;
}
a.thisButtonType02:hover, button.thisButtonType02:hover {
  background-color: #414141;
  color: #fff;
}

.thisHeadingType01 {
  border-bottom: #e4e4e4 solid 1px;
  color: #12b8d7;
  line-height: 1.3;
  margin-bottom: 60px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .thisHeadingType01 {
    margin-bottom: 32px;
    padding-bottom: 12px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.thisHeadingType02 {
  color: #12b8d7;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .thisHeadingType02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.thisListType01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .thisListType01 {
    gap: 20px;
  }
}
.thisListType01_item {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .thisListType01_item {
    width: 100%;
  }
}
.thisListType01Unit {
  background-color: #fff;
  border: #c6c6c6 solid 1px;
  height: 100%;
}
.thisListType01UnitHead {
  background-color: #f7f7f7;
  border-bottom: #c6c6c6 solid 1px;
  padding: 24px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .thisListType01UnitHead {
    padding: 20px;
  }
}
.thisListType01UnitHead_title {
  color: #12b8d7;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 24px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .thisListType01UnitHead_title {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thisListType01UnitHead_image .boxImage img {
  max-height: 120px;
}
@media (max-width: 768px) {
  .thisListType01UnitHead_image .boxImage img {
    max-height: 80px;
  }
}
.thisListType01UnitBody {
  padding: 24px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .thisListType01UnitBody {
    padding: 16px 20px;
  }
}
.thisPricingType01List {
  align-items: center;
  display: flex;
  gap: 20px 0;
}
@media (max-width: 768px) {
  .thisPricingType01List {
    flex-wrap: wrap;
  }
}
.thisPricingType01List_item {
  width: calc(100% + 1px);
}
@media (max-width: 768px) {
  .thisPricingType01List_item {
    width: 100%;
  }
}
.thisPricingType01List_item + .thisPricingType01List_item {
  margin-left: -1px;
}
@media (max-width: 768px) {
  .thisPricingType01List_item + .thisPricingType01List_item {
    margin-left: 0;
  }
}
.thisPricingType01Unit {
  border: #e4e4e4 solid 1px;
}
.thisPricingType01UnitHeadPlan {
  background-color: #414141;
  color: #fff;
  font-weight: 500;
  padding: 4px;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}
.thisPricingType01UnitBodyList_item {
  background-color: #f7f7f7;
}
.thisPricingType01UnitBodyList_item:nth-child(even) {
  background-color: #fff;
}
.thisPricingType01UnitBodyPrice {
  padding: 16px 4px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .thisPricingType01UnitBodyPrice {
    padding: 8px 4px 12px;
  }
}
.thisPricingType01UnitBodyPrice_lead {
  font-size: 13px;
  font-size: 1.3rem;
}
.thisPricingType01UnitBodyPrice_main {
  font-size: 15px;
  font-size: 1.5rem;
}
.thisPricingType01UnitBodyPrice_main strong {
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
.thisPricingType01UnitBodyPrice_sub del {
  font-size: 13px;
  font-size: 1.3rem;
}
.thisPricingType01UnitBodyPrice_sub .textOval {
  background-color: #ff9300;
  color: #fff;
}
.thisPricingType01UnitBodySpecs {
  padding: 16px 4px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.thisPricingType01UnitBodySpecs_title {
  color: #646464;
}
@media (max-width: 768px) {
  .thisPricingType01UnitBodySpecs_title:not(:has(strong)) {
    display: inline-block;
  }
}
.thisPricingType01UnitBodySpecs_title strong {
  color: #ff9300;
  display: inline-block;
  font-weight: 500;
  padding: 0 0.4em;
  position: relative;
}
.thisPricingType01UnitBodySpecs_title strong::before, .thisPricingType01UnitBodySpecs_title strong::after {
  background-color: currentColor;
  bottom: 0.2em;
  content: "";
  display: block;
  height: 1em;
  pointer-events: none;
  position: absolute;
  transform-origin: center bottom;
  width: 2px;
}
.thisPricingType01UnitBodySpecs_title strong::before {
  left: 0;
  transform: rotate(-15deg);
}
.thisPricingType01UnitBodySpecs_title strong::after {
  right: 0;
  transform: rotate(15deg);
}
.thisPricingType01UnitBodySpecs_text {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .thisPricingType01UnitBodySpecs_text:not(:has(del)) {
    display: inline-block;
    margin-left: 0.5em;
  }
}
.thisPricingType01UnitBodySpecs_text del {
  text-decoration: line-through;
  font-size: 12px;
  font-size: 1.2rem;
}
.thisPricingType01UnitBodySpecsMemory_title {
  color: #ff9300;
}
.thisPricingType01UnitBodyApply {
  padding: 20px;
}
.thisPricingType01UnitBodyApply .thisButtonType01 {
  max-width: 200px;
  min-height: 48px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .thisPricingType01UnitBodyApply .thisButtonType01 {
    max-width: 100%;
  }
}
.thisPricingType01Unit.has-color .thisPricingType01UnitHeadPlan {
  background-color: #12b8d7;
}

/*
	mainvisual
*******************************/
.mainvisual {
  background: url("../images/mainvisual_bg.jpg") center center/cover no-repeat;
  height: 390px;
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual {
    background-image: url("../images/mainvisual_bg-sp.jpg");
    height: auto;
  }
}
.mainvisualTitle {
  padding: 0;
}
.mainvisualTitle .boxImage {
  max-width: 800px;
}
@media (max-width: 768px) {
  .mainvisualTitle .boxImage {
    max-width: 335px;
  }
}

/*
	section
*******************************/
.apply {
  background-color: #001f44;
  padding: 64px 0 32px;
}
@media (max-width: 768px) {
  .apply {
    padding-top: 52px;
  }
}
.apply .buttonType01 {
  max-width: 520px;
  min-height: 100px;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .apply .buttonType01 {
    max-width: 360px;
    min-height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.apply .buttonType01 .textRibbonType04 {
  background-color: #7d1dba;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .apply .buttonType01 .textRibbonType04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.term {
  background-color: #001f44;
  padding: 9px 0;
}
@media (max-width: 768px) {
  .term {
    padding: 18px 0;
  }
}
.termBox {
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .termBox {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.termBox_title {
  display: inline-block;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .termBox_title {
    display: block;
    margin-right: 0;
  }
}
.termBox_text {
  display: inline-block;
}
@media (max-width: 768px) {
  .termBox_text {
    display: block;
  }
}

.summary {
  background-color: #f7f7f7;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .summary {
    padding: 20px 0;
  }
}
.summary .thisButtonType01 {
  max-width: 480px;
  min-height: 80px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .summary .thisButtonType01 {
    max-width: 360px;
    min-height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.aboutBox {
  display: flex;
  flex-wrap: wrap;
}
.aboutBoxImage {
  width: 360px;
}
@media (max-width: 768px) {
  .aboutBoxImage {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutBoxImage .boxImage {
    max-width: 106px;
  }
}
.aboutBoxText {
  width: calc(100% - 360px);
}
@media (max-width: 768px) {
  .aboutBoxText {
    margin-top: 12px;
    width: 100%;
  }
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.aboutList_item {
  width: calc(50% - 20px);
}
.aboutListUnit {
  background-color: #fff;
  border: #c6c6c6 solid 1px;
  height: 100%;
}
.aboutListUnitHead {
  background-color: #f7f7f7;
  border-bottom: #c6c6c6 solid 1px;
  padding: 24px 20px;
}
.aboutListUnitHead_title {
  color: #12b8d7;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
.aboutListUnitBody {
  padding: 24px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}

.priceTabType01SelectList {
  border: #e1e1e1 solid 1px;
  display: flex;
}
.priceTabType01SelectList_item {
  color: #414141;
  width: 50%;
}
.priceTabType01SelectList_item:hover .priceTabType01Button, .priceTabType01SelectList_item.is-active .priceTabType01Button {
  background-color: #12b8d7;
  color: #fff;
}
.priceTabType01SelectList_item:hover .priceTabType01Button.is-colorBlack, .priceTabType01SelectList_item.is-active .priceTabType01Button.is-colorBlack {
  background-color: #414141;
}
.priceTabType01SelectList_item.is-active .priceTabType01Button::before, .priceTabType01SelectList_item.is-active .priceTabType01Button::after {
  display: block;
}
.priceTabType01SelectList_item + .priceTabType01SelectList_item {
  border-left: #e1e1e1 solid 1px;
}
.priceTabType01Button {
  align-items: center;
  background-color: #fff;
  color: #12b8d7;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  min-height: 80px;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .priceTabType01Button {
    min-height: 64px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.priceTabType01Button::before, .priceTabType01Button::after {
  border-style: solid;
  border-width: 12px 12px 0 12px;
  content: "";
  display: none;
  height: 0;
  left: calc(50% - 12px);
  position: absolute;
  width: 0;
}
@media (max-width: 768px) {
  .priceTabType01Button::before, .priceTabType01Button::after {
    border-width: 6px 6px 0 6px;
    left: calc(50% - 6px);
  }
}
.priceTabType01Button::before {
  border-color: #e1e1e1 transparent transparent transparent;
  top: 100%;
}
.priceTabType01Button::after {
  border-color: #12b8d7 transparent transparent transparent;
  top: calc(100% - 1px);
}
.priceTabType01Button_inner {
  position: relative;
}
.priceTabType01Button.is-colorBlack {
  background-color: #f7f7f7;
  color: #414141;
}
.priceTabType01Button.is-colorBlack::after {
  border-color: #414141 transparent transparent transparent;
}
.priceTabType01Contents {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .priceTabType01Contents {
    margin-top: 20px;
  }
}
.priceTabType01ContentsList_item {
  display: none;
}
.priceTabType01ContentsList_item.is-active {
  display: block;
}
.priceTabType02SelectList {
  display: flex;
}
.priceTabType02SelectList_item + .priceTabType02SelectList_item {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .priceTabType02SelectList_item + .priceTabType02SelectList_item {
    margin-left: 8px;
  }
}
.priceTabType02SelectList_item.is-active .priceTabType02Button {
  border-bottom-color: #12b8d7;
  color: #12b8d7;
}
.priceTabType02Button {
  border-bottom: transparent solid 3px;
  cursor: pointer;
  padding: 0 4px 4px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .priceTabType02Button {
    border-bottom-width: 1px;
    padding: 0 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.priceTabType02Contents {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .priceTabType02Contents {
    margin-top: 16px;
  }
}
.priceTabType02ContentsList_item {
  display: none;
}
.priceTabType02ContentsList_item.is-active {
  display: block;
}

.flowList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 85px;
}
.flowList_item {
  position: relative;
  width: calc(33.33% - 56.66px);
}
@media (max-width: 768px) {
  .flowList_item {
    width: 100%;
  }
}
.flowList_item + .flowList_item::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: "\f002";
  display: none;
  left: calc(50% - 15px);
  position: absolute;
  top: -48px;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .flowList_item + .flowList_item::before {
    display: block;
  }
}
.flowList_item + .flowList_item .flowListUnitImage::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: -56px;
  position: absolute;
  top: calc(50% - 15px);
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .flowList_item + .flowList_item .flowListUnitImage::before {
    display: none;
  }
}
.flowListUnitImage {
  position: relative;
}
.flowListUnitImage img {
  height: auto;
  width: 206px;
}
.flowListUnitText {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .flowListUnitText {
    margin-top: 12px;
  }
}

.specsBox {
  background-color: #fff;
  border: #c6c6c6 solid 1px;
  margin-top: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .specsBox {
    padding: 20px;
  }
}
.specsBoxList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 8px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 770px;
}
@media (max-width: 768px) {
  .specsBoxList {
    gap: 20px;
  }
}
.specsBoxList_item {
  width: 150px;
}
@media (max-width: 768px) {
  .specsBoxList_item {
    width: calc(50% - 10px);
  }
}
.specsBoxUnit {
  line-height: 1.3;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
.specsBoxUnitImage {
  color: #12b8d7;
  line-height: 1;
  font-size: 90px;
  font-size: 9rem;
}
@media (max-width: 768px) {
  .specsBoxUnitImage {
    font-size: 72px;
    font-size: 7.2rem;
  }
}
.specsBoxUnitText {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .specsBoxUnitText {
    margin-top: 8px;
  }
}

.informationTable {
  border: #001f44 solid 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .informationTable {
    border-width: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.informationTableUnit {
  display: flex;
}
@media (max-width: 768px) {
  .informationTableUnit {
    flex-direction: column;
  }
}
.informationTableUnit_title {
  background-color: #001f44;
  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 {
  padding: 28px;
  width: 80%;
}
@media (max-width: 768px) {
  .informationTableUnit_description {
    padding: 20px;
    width: 100%;
  }
}
.informationTableUnit + .informationTableUnit {
  border-top: #001f44 solid 2px;
}
@media (max-width: 768px) {
  .informationTableUnit + .informationTableUnit {
    border-top: 0;
  }
}

.notes {
  background-color: #f7f7f7;
}
.notesBox {
  background-color: #fff;
  border: #001f44 solid 2px;
  color: #686868;
  padding: 28px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .notesBox {
    border-width: 1px;
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=this.css.map */