@charset "UTF-8";
#index {
  /* MV
  ---------------------------------------------------------------------------- */
  /* お見積もり・相談は無料
  ---------------------------------------------------------------------------- */
  /* 無許可業者への依頼にご注意ください
  ---------------------------------------------------------------------------- */
  /* こんなお悩みありませんか？
  ---------------------------------------------------------------------------- */
  /* モノクリーンが選ばれる6つの理由
  ---------------------------------------------------------------------------- */
  /* モノクリーンについて
  ---------------------------------------------------------------------------- */
  /* 参考料金
  ---------------------------------------------------------------------------- */
  /* モノクリーンはココがちがう!
  ---------------------------------------------------------------------------- */
  /* このようなお悩みにも対応可能です
  ---------------------------------------------------------------------------- */
  /* サービスの流れ
  ---------------------------------------------------------------------------- */
  /* 対応エリア
  ---------------------------------------------------------------------------- */
  /* 処分に困るあれこれにも対応！
  ---------------------------------------------------------------------------- */
  /* よくある質問
  ---------------------------------------------------------------------------- */
  /* 回収事例
  ---------------------------------------------------------------------------- */
  /* お客様の声
  ---------------------------------------------------------------------------- */
  /* お問い合わせ
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/index/fv_bg.jpg) no-repeat center center/cover;
  height: 100em;
}
@media screen and (max-width: 1920px) {
  #index .p-fv{
    font-size: 0.52vw;
  }
}
@media screen and (max-width: 767px) {
  #index .p-fv {
	 font-size: 2.7777777778vw;
    height: auto;
    background: url(../img/index/fv_bgSP.jpg) no-repeat center center/cover;
  }
}
#index .p-fv .l-wrap {
  max-width: 160em;
}
#index .p-fv .p-fv_bg {
  position: absolute;
  content: "";
  background: url(../img/index/fv01.png) no-repeat center center/contain;
  max-width: 41.6em;
  max-height: 41.6em;
  width: 100%;
  height: 100%;
  top: 6%;
  right: 24.5%;
}
/* @media screen and (max-width: 1620px) {
  #index .p-fv .p-fv_bg {
    right: 21.5%;
    width: 30rem;
  }
} */
@media screen and (max-width: 767px) {
  #index .p-fv .p-fv_bg {
    max-width: 17.5rem;
    max-height: 17.5rem;
    top: 34rem;
    left: 2%;
    right: 0;
  }
  #index .p-fv .p-fv_bg.-noarea {
    top: 31rem;
  }
}
#index .p-fv .p-fv_bg::before {
  position: absolute;
  content: "";
  background: url(../img/index/fv02.png) no-repeat center center/contain;
  max-width: 31.6em;
  max-height: 31.6em;
  width: 100%;
  height: 100%;
  top: 55.5%;
  left: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-fv .p-fv_bg::before {
    max-width: 9.5rem;
    max-height: 9.5rem;
    top: 45.5%;
    left: 79.5%;
  }
}
#index .p-fv .p-fv_bg::after {
  position: absolute;
  content: "";
  background: url(../img/index/fv03.png) no-repeat center center/contain;
  max-width: 38.8em;
  max-height: 38.8em;
  width: 100%;
  height: 100%;
  top: 108%;
  left: 22%;
}
@media screen and (max-width: 767px) {
  #index .p-fv .p-fv_bg::after {
    max-width: 12rem;
    max-height: 12rem;
    top: 7%;
    left: 128%;
  }
}
/* #index .p-fv .area {
  background: url(../img/index/fv_area.png) center center/100% 100% no-repeat;
  content: "";
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #005dab;
  padding: 2.4rem 2.6rem 4.7rem 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .area {
    font-size: 1.4rem;
   padding: 1.3rem 2rem 2.7rem 1.5rem;
  }
} */

#index .p-fv .area {
	width: 100%;
	position: relative;
	font-size: 3.2em;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
#index .p-fv .area span {
	position: relative;
	background-color: #0099D9;
	padding: 0 1em;
}
#index .p-fv .area::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
}
#index .p-fv .txt-box {
  content: "";
  max-width: 76em;
}
@media screen and (max-width: 767px) {

#index .p-fv .area {
	margin-top: 2rem;
	font-size: 1.8rem;
}
#index .p-fv .area span {
	padding: 0 1rem;
}
#index .p-fv .area::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 0;
}
  #index .p-fv .txt-box {
    max-width: 32.8rem;
    text-align: center;
    padding: 1.4rem 0 7.2rem;
  }
}
#index .p-fv .txt-box .catch {
  margin-top: 0.75em;
  font-size: 4em;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  padding: 0.2em 0.2em 0.25em;
  line-height: 0.8;
	width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .catch {
    margin-top: 2rem;
    font-size: 1.7rem;
    white-space: nowrap;
	padding: 0.8rem .8rem 1rem;
  }
}
#index .p-fv .txt-box .ttl {
  font-size: 5.6em;
  line-height: 1;
  margin-top: 0.321em;
  color: #ffffff;
  letter-spacing: 0.01em;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .ttl {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
#index .p-fv .txt-box .ttl .u-yellow {
  color: #fff734;
}
#index .p-fv .txt-box .ttl .u-yellow.-l {
  font-size: 1.143em;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .ttl .u-yellow.-l {
    font-size: 2.8rem;
  }
}
#index .p-fv .txt-box .ttl img {
  width: 100%;
  height: auto;
  margin-top: 0.446em;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .ttl img {
    margin-top: 1.2rem;
  }
}
#index .p-fv .txt-box .sub-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.7em;
  gap: 2.4em;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box {
    margin-top: 1.1rem;
    gap: 0.5rem;
  }
}
#index .p-fv .txt-box .sub-box_text {
  display: grid;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box_text {
    gap: 0.4rem;
  }
}
#index .p-fv .txt-box .sub-box_text li {
  font-size: 3.2em;
  background-color: #ffffff;
  border: 3px solid #0098d8;
  padding: .6em 1em 0.6em 2.656em;
  border-radius: 0.8rem;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box_text li {
    font-size: 1.5rem;
    padding: 0.75rem 0.8rem 0.75rem 3rem;
    border-radius: 0.4rem;
    border: 2px solid #0098d8;
  }
}
#index .p-fv .txt-box .sub-box_text_item01::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-cup.svg) no-repeat center center/contain;
  width: 1.75em;
  height: 1.75em;
  top: 50%;
  left: 0.469em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box_text_item01::before {
    width: 2.2rem;
    height: 2.2rem;
    left: 0.6rem;
  }
}
#index .p-fv .txt-box .sub-box_text_item02::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-clock.svg) no-repeat center center/contain;
  width:  1.75em;
  height:  1.75em;
  top: 50%;
  left: 0.469em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box_text_item02::before {
    width: 2.2rem;
    height: 2.2rem;
    left: 0.6rem;
  }
}
#index .p-fv .txt-box .sub-box_text_item03::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-money.svg) no-repeat center center/contain;
  width:  1.75em;
  height:  1.75em;
  top: 50%;
  left:  0.469em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #index .p-fv .txt-box .sub-box_text_item03::before {
    width: 2.2rem;
    height: 2.2rem;
    left: 0.6rem;
  }
}
#index .p-fv .caution {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 3rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #index .p-fv .caution {
    margin-top: 20rem;
    font-size: 1rem;
  }
}
#index .p-fv .menu {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  left: 0;
}
#index .p-fv .menu .list {
  display: flex;
  border-top: 1px solid #ffffff;
  width: 100%;
}
#index .p-fv .menu .list_item {
  flex: 1;
  width: 50%;
}
#index .p-fv .menu .list_item a {
  color: #ffffff;
  width: 100%;
}
#index .p-fv .menu .list_item a p {
  color: inherit;
}
#index .p-fv .menu .list_item .btn01,
#index .p-fv .menu .list_item .btn02 {
  display: block;
}
#index .p-fv .menu .list_item .btn01 {
  background-color: #005dab;
  padding: 0.65rem 0.8rem 0.55rem 0.85rem;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #index .p-fv .menu .list_item .btn01 {
    height: 7rem;
  }
}
#index .p-fv .menu .list_item .btn01_wrapper {
  position: relative;
  padding: 0 1.22rem 0.3rem 3.18rem;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #index .p-fv .menu .list_item .btn01_wrapper {
    padding-left: 3rem;
  }
}
#index .p-fv .menu .list_item .btn01_wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tel.svg) no-repeat center center/contain;
  width: 1.6rem;
  height: 2.4rem;
  top: 50%;
  left: 1.15rem;
  transform: translateY(-50%);
}
#index .p-fv .menu .list_item .btn01_text {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 700;
}
#index .p-fv .menu .list_item .btn01_tel {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 700;
}
#index .p-fv .menu .list_item .btn01_time {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-top: 0.45rem;
  font-weight: 600;
}
#index .p-fv .menu .list_item .btn02 {
  background-color: #d00000;
  padding: 0.75rem 0.75rem 0.55rem 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .menu .list_item .btn02 {
    height: 7rem;
  }
}
#index .p-fv .menu .list_item .btn02_wrapper {
  position: relative;
  padding: 0 2.34rem 0.7rem 5rem;
  border-bottom: 1px solid #ffffff;
}
#index .p-fv .menu .list_item .btn02_wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail.svg) no-repeat center center/contain;
  width: 2.1rem;
  height: 1.6rem;
  top: 50%;
  left: 2.3rem;
  transform: translateY(-50%);
}
#index .p-fv .menu .list_item .btn02_mail {
  font-size: 1.3rem;
  line-height: 1.1538461538;
    font-weight: 700;
}
#index .p-fv .menu .list_item .btn02_time {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-top: 0.45rem;
    font-weight: 600;
}
#index .p-cta {
  padding: 4.8rem 0;
  background: url(../img/index/contact_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-cta {
    padding: 2rem 0 3.2rem;
    background: url(../img/index/contact_bgSP.jpg) no-repeat center center/cover;
  }
}
#index .p-cta .text-box {
  position: relative;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-cta .text-box {
    padding-bottom: 1.7rem;
  }
}
#index .p-cta .text-box::after {
  content: "";
  position: absolute;
  background: url(../img/index/contact01.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  max-width: 17.6rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #index .p-cta .text-box::after {
    height: 13rem;
    width: 10.8rem;
    top: auto;
    bottom: 0;
  }
}
#index .p-cta .text-box .ttl {
  width: 114rem;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  #index .p-cta .text-box .ttl {
    width: 36rem;
  }
}
#index .p-cta .text-box .ttl img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-cta .text-box .ttl.-cta02 {
    width: 36rem;
  }
}
#index .p-cta .text-box .point {
  margin-top: -1rem;
  width: 111rem;
}
@media screen and (max-width: 767px) {
  #index .p-cta .text-box .point {
    width: 23.5rem;
    margin-top: -0.5rem;
  }
}
#index .p-cta .text-box .point img {
  width: 100%;
}
#index .p-note {
  padding: 7.2rem 0 5.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-note {
    padding: 5.5rem 0 3.2rem;
  }
}
#index .p-note .content {
  border: 0.5rem solid #d00000;
  border-radius: 1.6rem;
  padding: 2.4rem 0;
  position: relative;
  box-shadow: 0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  #index .p-note .content {
    padding: 1.5rem 0;
  }
}
#index .p-note .content::before {
  content: "";
  position: absolute;
  top: -4rem;
  transform: translateX(-50%);
  left: 50%;
  width: 11.9rem;
  height: 11.9rem;
  background: url(../img/index/icon_note.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-note .content::before {
    width: 10rem;
    height: 10rem;
  }
}
#index .p-note .content .ttl {
  background-color: #d00000;
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2857142857;
  padding: 0.5rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-note .content .ttl {
    font-size: 2.8rem;
    padding: 0.6rem 0 0.8rem;
  }
}
#index .p-note .content .txt-box {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-note .content .txt-box {
    margin-top: 1rem;
    padding: 0 1.6rem;
  }
}
#index .p-note .content .txt-box .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #index .p-note .content .txt-box .txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
#index .p-note .content .txt-box .txt span {
  display: block;
  color: #d00000;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-note .content .txt-box .txt span {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#index .p-note .content .txt-box .lead {
  margin-top: 2rem;
  display: inline-block;
  background-color: #fff734;
  border-radius: 2rem;
  padding: 0rem 4rem;
  color: #d00000;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-note .content .txt-box .lead {
    margin-top: 1rem;
    border-radius: 0.8rem;
    display: block;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3333333333;
    padding: 1rem;
  }
}
#index .p-worries {
  padding: 6.4rem 0 16rem;
  background: url(../img/index/bg_worries.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  #index .p-worries {
    background: url(../img/index/bg_worries_sp.png) no-repeat center bottom/cover;
    padding: 2.4rem 0 7rem;
  }
  #index .p-worries .c-secttl-catch {
    padding: 0 2rem;
  }
}
#index .p-worries .list {
  margin: 2rem 7rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-worries .list {
    margin: 1rem 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #index .p-worries .list_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index .p-worries .list_item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
#index .p-worries .list_item_img {
  width: 32.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index .p-worries .list_item_img {
    width: 12.5rem;
  }
}
#index .p-worries .list_item_txt {
  margin-top: 1rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-worries .list_item_txt {
    flex: 1;
    font-size: 1.8rem;
  }
}
#index .p-reason {
  background: linear-gradient(to bottom, #FFFFFF, #D8F6FF);
  padding: 6.4rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason {
    padding: 1.6rem 0 3.2rem;
  }
}
#index .p-reason .c-secttl02 {
  letter-spacing: 0.02em;
}
#index .p-reason .list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list {
    margin-top: 1.4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
#index .p-reason .list_item {
  position: relative;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
#index .p-reason .list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: url(../img/common/icon_border.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item::before {
    height: 1.2rem;
  }
}
#index .p-reason .list_item_num {
  position: absolute;
  top: -1rem;
  left: 2rem;
  width: 8rem;
  height: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.6rem;
  padding-right: 0.5rem;
  padding-bottom: 2.5rem;
  background: url(../img/index/icon_reason_num.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_num {
    left: 0.5rem;
    width: 7rem;
    height: 8rem;
    font-size: 1.2rem;
    gap: 0.4rem;
  }
}
#index .p-reason .list_item_num span {
  margin-top: -0.5rem;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff734;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_num span {
    font-size: 2.3rem;
  }
}
#index .p-reason .list_item_txt-box {
  padding: 2.2rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_txt-box {
    padding: 1.3rem 0 3rem;
  }
}
#index .p-reason .list_item_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_ttl {
    font-size: 2.2rem;
  }
}
#index .p-reason .list_item_txt {
  padding: 3rem 3rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .p-reason .list_item_txt {
    font-size: 1.6rem;
    padding: 1.5rem 1.6rem 0;
  }
}
#index .p-about {
  padding: 6rem 0;
  background: url(../img/index/bg_about.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-about {
    padding: 3.2rem 0;
    background: url(../img/index/bg_about_sp.jpg) no-repeat center center/cover;
  }
  #index .p-about .l-wrap {
    width: calc(100% - 2.4rem);
  }
}
#index .p-about .content {
  padding: 3rem 0 4rem;
  background: url(../img/index/bg_about_content.png) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #index .p-about .content {
    padding: 3rem 0;
    background: url(../img/index/bg_about_content_sp.png) center center/100% 100% no-repeat;
  }
}
#index .p-about .content .ttl {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  color: #005dab;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
#index .p-about .content .ttl .img-box {
  display: block;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl .img-box {
    margin-bottom: 2rem;
  }
}
#index .p-about .content .ttl .img {
  margin-right: 1.4rem;
}
#index .p-about .content .ttl .img img {
  width: 33rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl .img img {
    width: 25rem;
  }
}
#index .p-about .content .ttl .bg-blue {
  background-color: #005dab;
  color: #fff734;
  border-radius: 0.8rem;
  padding: 0 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .ttl .bg-blue {
    font-size: 2.2rem;
    padding: 0.2rem 1rem;
  }
}
#index .p-about .content .txt {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .txt {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}
#index .p-about .content .lead {
  margin-top: 2rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  color: #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .lead {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}
#index .p-about .content .notes {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-about .content .notes {
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: left;
    padding: 0 2rem;
  }
}
#index .p-price {
  padding: 6.4rem 0;
  background: linear-gradient(to bottom, #D8F6FF 0%, #FFFFFF 50%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  #index .p-price {
    padding: 3.2rem 0;
  }
}
#index .p-price .content {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-price .content {
    margin-top: 2.2rem;
  }
}
#index .p-price .content .block01 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
#index .p-price .content .block01 .list_item {
  width: 40rem;
  background-color: #fff;
  border: 3px solid #00C4E8;
  border-radius: 0.8rem;
  padding: 1.6rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item {
    width: 100%;
  }
}
#index .p-price .content .block01 .list_item_num {
  font-weight: 500;
  position: absolute;
  border: 2px solid #00C4E8;
  color: #00C4E8;
  font-size: 1.8rem;
  padding: 0 0.5rem;
  background-color: #FFEC40;
  top: -1rem;
  left: -1rem;
  transform: rotate(-10deg);
}
#index .p-price .content .block01 .list_item_ttl {
  background-color: #00C4E8;
  padding: 1.5rem 0;
  text-align: center;
  color: #FFF734;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
  font-size: 4rem;
  font-weight: 900;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_ttl {
    font-size: 3.2rem;
  }
}
#index .p-price .content .block01 .list_item_txt {
  margin-top: 1.2rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_txt {
    font-size: 1.6rem;
  }
}
#index .p-price .content .block01 .list_item_price {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #00C4E8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_price {
    font-size: 1.8rem;
  }
}
#index .p-price .content .block01 .list_item_price span {
  font-size: 5.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_price span {
    font-size: 4.8rem;
  }
}
#index .p-price .content .block01 .list_item_gray {
  margin-top: 2rem;
  background-color: #F7F7F7;
  padding: 0.3rem 0;
  font-size: 2rem;
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_gray {
    font-size: 1.6rem;
  }
}
#index .p-price .content .block01 .list_item_child-list {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_child-list {
    gap: 1.6rem;
  }
}
#index .p-price .content .block01 .list_item_child-list_item {
  background-color: #E2F8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8.8rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  color: #005DAB;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_child-list_item {
    height: 7.6rem;
    font-size: 1.6rem;
  }
}
#index .p-price .content .block01 .list_item_child-list_item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/common/icon_plus.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block01 .list_item_child-list_item:nth-child(n+2)::before {
    width: 2.4rem;
    left: -2rem;
    height: 2.4rem;
  }
}
#index .p-price .content .block01 .list_item:nth-child(2) {
  border: 3px solid #0098D8;
}
#index .p-price .content .block01 .list_item:nth-child(2) .list_item_num {
  border: 2px solid #0098D8;
  color: #0098D8;
}
#index .p-price .content .block01 .list_item:nth-child(2) .list_item_ttl {
  background-color: #0098D8;
}
#index .p-price .content .block01 .list_item:nth-child(2) .list_item_price {
  color: #0098D8;
}
#index .p-price .content .block01 .list_item:nth-child(3) {
  border: 3px solid #005DAB;
}
#index .p-price .content .block01 .list_item:nth-child(3) .list_item_num {
  border: 2px solid #005DAB;
  color: #005DAB;
}
#index .p-price .content .block01 .list_item:nth-child(3) .list_item_ttl {
  background-color: #005DAB;
}
#index .p-price .content .block01 .list_item:nth-child(3) .list_item_price {
  color: #005DAB;
}
#index .p-price .content .block02 {
  margin-top: 6.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 {
    margin-top: 3.2rem;
  }
}
#index .p-price .content .block02::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: 3rem;
  width: 21.9rem;
  height: 30.8rem;
  z-index: 1;
  background: url(../img/index/img_price_man.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02::before {
    width: 11.6rem;
    height: 16.4rem;
    top: 6rem;
    right: -1rem;
  }
}
#index .p-price .content .block02 .ttl {
  text-align: center;
  font-size: 5.6rem;
  font-weight: 900;
  color: #005DAB;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .ttl {
    font-size: 3.2rem;
  }
}
#index .p-price .content .block02 .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35rem;
  height: 5rem;
  background: url(../img/index/icon_price_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .ttl::before {
    width: 13rem;
    height: 3.2rem;
    left: -1.8rem;
    background: url(../img/index/icon_price_left_sp.svg) no-repeat center center/contain;
  }
}
#index .p-price .content .block02 .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 35rem;
  height: 5rem;
  background: url(../img/index/icon_price_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .ttl::after {
    width: 13rem;
    height: 3.2rem;
    right: -1.5rem;
    background: url(../img/index/icon_price_right_sp.svg) no-repeat center center/contain;
  }
}
#index .p-price .content .block02 .txt {
  margin-top: 5rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .txt {
    margin-top: 2.5rem;
    max-width: 22rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
  }
}
#index .p-price .content .block02 .list {
  position: relative;
  z-index: 2;
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .list {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#index .p-price .content .block02 .list_item {
  background: linear-gradient(to bottom, #FFFBA5 0%, #FFFBA5 50%, #FFFFFF 100%);
}
#index .p-price .content .block02 .list_item_ttl {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .list_item_ttl {
    font-size: 2.2rem;
  }
}
#index .p-price .content .block02 .list_item_txt {
  padding: 1rem 3.2rem 3.2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-price .content .block02 .list_item_txt {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
  }
}
#index .p-difference {
  padding: 6.4rem 0 11rem;
  background: url(../img/index/bg_difference.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-difference {
    padding: 3.2rem 0 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-difference .c-secttl {
    line-height: 1.7;
  }
}
#index .p-difference .c-secttl .dots {
  position: relative;
}
#index .p-difference .c-secttl .dots::before {
  content: "";
  position: absolute;
  top: 0rem;
  transform: translateX(-50%);
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #d00000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #index .p-difference .c-secttl .dots::before {
    width: 0.8rem;
    height: 0.8rem;
    top: -0.5rem;
  }
}
#index .p-difference .table-box {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box {
    margin-top: 2rem;
    width: calc(100% + 1.6rem);
    margin-left: 0;
    /* padding: 0 2rem; */
	padding-right: 2rem;
    padding-bottom: 3rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #index .p-difference .table-box::-webkit-scrollbar {
    display: none;
  }
  #index .p-difference .table-box .simplebar-scrollbar::before {
    background: #CCCCCC;
    border-radius: 10rem;
    height: 0.8rem;
    margin-top: 1px;
  }
  #index .p-difference .table-box .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  #index .p-difference .table-box .simplebar-track {
    background: #fff;
    width: calc(100% - 1.6rem);
    left: 0;
    height: 1.6rem;
    border-radius: 10rem;
    border: 1px solid #CCCCCC;
  }
}
#index .p-difference .table-box table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table {
    width: 60rem;
  }
}
#index .p-difference .table-box table tr th, #index .p-difference .table-box table tr td {
  width: 24rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table tr th, #index .p-difference .table-box table tr td {
    font-size: 1.6rem;
    padding: 0;
    height: 4.8rem;
    line-height: 1.125;
    width: 14.5rem;
  }
}
#index .p-difference .table-box table tr:first-child th {
  background-color: #F7F7F7;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table tr:first-child th {
    width: 10rem;
    font-size: 1.8rem;
  }
}
#index .p-difference .table-box table tr:first-child th:first-child {
  border-left: 1px solid #000000;
}
#index .p-difference .table-box table tr:first-child th:nth-child(2) {
  background-color: #005dab;
      border-right: 2px solid #005dab;
    border-left: 2px solid #005dab;
}
#index .p-difference .table-box table tr:first-child th:nth-child(2) img {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table tr:first-child th:nth-child(2) img {
    width: 18rem;
  }
}
#index .p-difference .table-box table tr:nth-child(n+2) th {
  border-left: 1px solid #000000;
  background-color: #E2F8FF;
  color: #005dab;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table tr:nth-child(n+2) th {
    font-size: 1.6rem;
    width: 10rem;
  }
    #index .p-difference .table-box table tr th:first-child {
		position: sticky;
		top: 0;
		left: 0;
		border-left: none;
		border-right: none;
		border-top: none;
  }
    #index .p-difference .table-box table tr th:first-child::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + 1px);
		height: 100%;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		z-index: -1;
	}
	#index .p-difference .table-box table tr:first-child th:first-child {
		border-left: none;
		border-right: none;
	}
}
#index .p-difference .table-box table tr:nth-child(n+2) td:first-of-type {
  width: 56.2rem;
  background-color: #C6F1FF;
  font-size: 3.2rem;
  font-weight: 700;
  color: #005dab;
  border-right: 2px solid #005dab;
  border-left: 2px solid #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-difference .table-box table tr:nth-child(n+2) td:first-of-type {
    width: 21.2rem;
    font-size: 2.4rem;
  }
}
#index .p-difference .table-box table tr:last-child th, #index .p-difference .table-box table tr:last-child td {
  border-bottom: 1px solid #000000;
}
#index .p-difference .table-box table tr:last-child td:first-of-type {
  border-bottom: 2px solid #005dab;
}
#index .p-difference .notes {
  font-size: 1.6rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-difference .notes {
    font-size: 1.4rem;
  }
  #index .p-difference .table-box table tr:last-child td:first-of-type {
  border-bottom: 1px solid #005dab;
}
}
#index .p-possible {
  background-color: #0098D8;
  padding: 10rem 0 6.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-possible {
    padding: 8.6rem 0 3.2rem;
  }
}
#index .p-possible .c-secttl-box {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-possible .c-secttl-box {
    top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-possible .c-secttl-box .c-secttl02 .u-red {
    font-size: 3.2rem;
  }
}
#index .p-possible .list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-possible .list {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#index .p-possible .list_item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#index .p-possible .list_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: url(../img/common/icon_border.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-possible .list_item::before {
    height: 1.2rem;
  }
}
#index .p-possible .list_item_ttl {
  margin-top: 1.8rem;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-possible .list_item_ttl {
    font-size: 2.2rem;
  }
}
#index .p-possible .list_item_txt {
  padding: 2.2rem 3rem 3.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-possible .list_item_txt {
    padding: 1.2rem 1.6rem 3rem;
    font-size: 1.6rem;
  }
}
#index .p-flow {
  background: url(../img/index/bg_flow.png) no-repeat center center/cover;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-flow {
    padding: 3.2rem 0;
  }
}
#index .p-flow .list {
  margin-top: 7.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list {
    margin-top: 2.8rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
#index .p-flow .list_item {
  background: linear-gradient(to bottom, #FFFBA5, #FFFFFF);
  border-radius: 0.8rem;
  border: 2px solid #0098d8;
  padding: 8.8rem 1.6rem 2.2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item {
    padding: 1.6rem;
  }
}
#index .p-flow .list_item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/common/arrow_right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item:nth-child(n+2)::before {
    transform: translateX(-50%) rotate(90deg);
    top: -2.8rem;
    z-index: 2;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_flex {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
}
#index .p-flow .list_item_img {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_img {
    position: static;
    transform: translate(0);
    width: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_ttl-box {
    flex: 1;
  }
}
#index .p-flow .list_item_num {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #0098d8;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_num {
    font-size: 1.4rem;
    text-align: left;
  }
}
#index .p-flow .list_item_ttl {
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #005dab;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_ttl {
    text-align: left;
    font-size: 2rem;
    height: auto;
    display: block;
  }
}
#index .p-flow .list_item_txt {
  font-weight: 500;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  #index .p-flow .list_item_txt {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.6rem;
  }
}
#index .p-area {
  background: url(../img/index/bg_area.jpg) no-repeat center center/cover;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-area {
    padding: 3.2rem 0;
    background: url(../img/index/bg_area_sp.jpg) no-repeat center center/cover;
  }
}
#index .p-area .content {
  background-color: #fff;
  padding: 3.2rem 6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .content {
    padding: 1.6rem;
  }
}
#index .p-area .content dl {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl {
    margin-top: 2.5rem;
  }
}
#index .p-area .content dl .item {
  display: flex;
  align-items: flex-start;
}
#index .p-area .content dl .item:nth-child(n+2) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
#index .p-area .content dl .item {
	flex-direction: column;
	  gap: 1rem;
}
  #index .p-area .content dl .item:nth-child(n+2) {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
  }
}
#index .p-area .content dl .item dt {
  width: 17rem;
  font-size: 2.4rem;
  padding-left: 1.1rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dt {
    width: fix-content;
    font-size: 1.7rem;
    padding-left: 0.8rem;
  }
}
#index .p-area .content dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4rem;
  height: 3rem;
  background: linear-gradient(to bottom, #0099D9, #00EBFF);
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dt::before {
    height: 2.5rem;
  }
}
#index .p-area .content dl .item dd {
  flex: 1;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dd {
    padding-top: 0.2rem;
  }
}
#index .p-area .content dl .item dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dd ul {
    width: calc(100% + 1rem);
  }
}
#index .p-area .content dl .item dd ul li {
  border-right: 1px solid #CCCCCC;
  line-height: 1.3;
  padding: 0 1.2rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dd ul li {
    padding: 0 0.8rem;
  }
}
#index .p-area .content dl .item dd ul li a {
  display: block;
  color: #005dab;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #index .p-area .content dl .item dd ul li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-area .content dl .item dd ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-area .content dl .item dd ul li {
    font-size: 1.6rem;
  }
}
#index .p-collection {
  padding: 6.4rem 0;
  background: #E2F8FF;
}
@media screen and (max-width: 767px) {
  #index .p-collection {
    padding: 3.2rem 0;
  }
}
#index .p-collection .txt {
  margin-top: 5.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-collection .txt {
    margin-top: 1.6rem;
    text-align: left;
    font-size: 1.6rem;
  }
}
#index .p-collection .tab-list {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  #index .p-collection .tab-list {
    margin-top: 2.4rem;
    gap: 0.2rem;
  }
}
#index .p-collection .tab-list_item {
  width: 16rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #0099D9, #00EBFF);
  border-radius: 0.8rem 0.8rem 0 0;
  border: 1px solid #0098d8;
  border-bottom: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #index .p-collection .tab-list_item {
    width: 8rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
#index .p-collection .tab-list_item.is-active {
  background: #005dab;
}
#index .p-collection .tab-content {
  border: 1px solid #0098d8;
  padding: 3rem;
  background-color: #fff;
  border-radius: 0 0.8rem 0.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-collection .tab-content {
    padding: 1.6rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}
#index .p-collection .tab-content_item {
  display: none;
}
#index .p-collection .tab-content_item.is-active {
  display: block;
}
#index .p-collection .tab-content_item .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.7rem;
  width: calc(100% + 1.2rem);
}
@media screen and (max-width: 767px) {
  #index .p-collection .tab-content_item .list {
    row-gap: 0.3rem;
    display: block;
  }
}
#index .p-collection .tab-content_item .list li {
  padding: 0 0.8rem;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  #index .p-collection .tab-content_item .list li {
    margin-top: 0.4rem;
    padding-left: 0;
    margin-right: 0.8rem;
    font-size: 1.4rem;
    text-align: center;
    display: inline;
    line-height: 2;
  }
}
#index .p-faq {
  background: url(../img/index/bg_faq.png) no-repeat center center/cover;
  padding: 6.4rem 0 11rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq {
    padding: 3.2rem 0 7.7rem;
  }
}
#index .p-faq dl {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl {
    margin-top: 2.4rem;
  }
}
#index .p-faq dl .item {
  margin-top: 2.4rem;
  border: 2px solid #0098d8;
  background-color: #E2F8FF;
  border-radius: 0.8rem;
}
#index .p-faq dl .item dt {
  background-color: #0098d8;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.5rem 7.5rem 1.6rem 6.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
  color: #fff;
  position: relative;
  cursor: pointer;
}
#index .p-faq dl .item dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	width: 3rem;
	height: 3px;
	background-color: #fff;
}
#index .p-faq dl .item dt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3.3rem;
	width: 3px;
	height: 3rem;
	background-color: #fff;
	transition: .3s;
}
#index .p-faq dl .item dt.is-open::after {
	opacity: 0;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt {
    font-size: 1.8rem;
    padding: 0.5rem 3.6rem 0.5rem 4.3rem;
  }
  #index .p-faq dl .item dt::before {
	right: 1rem;
	width: 2rem;
	height: 2px;
}
#index .p-faq dl .item dt::after {
	right: 1.9rem;
	width: 2px;
	height: 2rem;
}
}
#index .p-faq dl .item dt .q {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff734;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dt .q {
    font-size: 2.4rem;
    left: 1.2rem;
    padding-bottom: 0.6rem;
  }
}
#index .p-faq dl .item dd {
	display: none;
  padding: 2rem 3rem 2rem 6.5rem;
  font-size: 2rem;
  position: relative;
}
#index .p-faq dl .item dd.is-open {
	display: block;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dd {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1rem 1.2rem 1rem 4.3rem;
  }
}
#index .p-faq dl .item dd .a {
  font-size: 3.2rem;
  font-weight: 900;
  color: #0098d8;
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index .p-faq dl .item dd .a {
    top: 1.3rem;
    font-size: 2.4rem;
    left: 1.2rem;
  }
}
#index .p-works {
  background-color: #0098d8;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-works {
    padding: 3.2rem 0;
  }
}
#index .p-works .c-secttl {
  text-shadow: 3px 3px 0px #005dab;
}
#index .p-works .slider-box {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box {
    margin-top: 3rem;
  }
}
#index .p-works .slider-box .slider .slick-track {
  display: flex;
}
#index .p-works .slider-box .slider .slick-slide {
  width: 110rem;
  background-color: #fff;
  height: auto !important;
  padding: 3.2rem 3.2rem 5rem;
  border-radius: 0.8rem;
  margin: 0 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider .slick-slide {
    width: auto;
    padding: 1.6rem;
    margin: 0 1.8rem;
    border: 3px solid #005dab;
  }
}
#index .p-works .slider-box .slider .slider-prev,
#index .p-works .slider-box .slider .slider-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: calc(50% - 61rem);
  width: 6.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider .slider-prev,
  #index .p-works .slider-box .slider .slider-next {
    left: 0.2rem;
    transform: translateY(-50%);
    width: 3.2rem;
  }
}
#index .p-works .slider-box .slider .slider-prev img,
#index .p-works .slider-box .slider .slider-next img {
  width: 100%;
}
#index .p-works .slider-box .slider .slider-next {
  left: calc(50% + 61rem);
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider .slider-next {
    left: auto;
    right: 0.2rem;
  }
}
#index .p-works .slider-box .slider_item_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item_images {
    gap: 1.6rem;
  }
}
#index .p-works .slider-box .slider_item_images::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 3.2rem;
  height: 7.2rem;
  background: url(../img/common/arrow_right_02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item_images::before {
    width: 2rem;
    height: 2rem;
  }
}
#index .p-works .slider-box .slider_item_img-box {
  position: relative;
}
#index .p-works .slider-box .slider_item_img-txt {
  position: absolute;
  top: -1rem;
  left: -1rem;
  background-color: #000000;
  font-weight: 700;
  color: #fff;
  transform: rotate(-10deg);
  padding: 0.3rem 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item_img-txt {
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem;
    top: 0rem;
    left: -0.5rem;
  }
}
#index .p-works .slider-box .slider_item_img-txt.-red {
  background-color: #d00000;
  font-size: 2.4rem;
  padding: 0.3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item_img-txt.-red {
    font-size: 1.4rem;
    top: -0.3rem;
    left: -0.8rem;
  }
}
#index .p-works .slider-box .slider_item_ttl {
  margin-top: 1.6rem;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item_ttl {
    font-size: 1.8rem;
  }
}
#index .p-works .slider-box .slider_item dl {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl {
    margin-top: 1.4rem;
  }
}
#index .p-works .slider-box .slider_item dl .item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item {
    gap: 0.8rem;
  }
}
#index .p-works .slider-box .slider_item dl .item:nth-child(n+2) {
  margin-top: 0.8rem;
}
#index .p-works .slider-box .slider_item dl .item dt {
  width: 16rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0098d8;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item dt {
    width: 8rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
#index .p-works .slider-box .slider_item dl .item dd {
  flex: 1;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item dd {
    font-size: 1.8rem;
  }
}
#index .p-works .slider-box .slider_item dl .item dd.-s {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item dd.-s {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
#index .p-works .slider-box .slider_item dl .item.-red dt {
  background-color: #d00000;
}
#index .p-works .slider-box .slider_item dl .item.-red dd {
  color: #d00000;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item.-red dd {
    font-size: 1.6rem;
  }
}
#index .p-works .slider-box .slider_item dl .item.-red dd span {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.3rem;
}
@media screen and (max-width: 767px) {
  #index .p-works .slider-box .slider_item dl .item.-red dd span {
    font-size: 2.8rem;
  }
}
#index .p-voice {
  padding: 6.4rem 0;
  background: url(../img/index/bg_voice.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-voice {
    padding: 3.2rem 0;
  }
}
#index .p-voice .slider-box {
  margin-top: 3rem;
}
#index .p-voice .slider-box .slick-track {
  display: flex;
  padding-bottom: 5rem;
}
#index .p-voice .slider-box .slick-slide {
  width: 80rem;
  background-color: #E2F8FF;
  border-radius: 0.8rem;
  height: auto !important;
  padding: 2.4rem;
  margin-right: 3.2rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slick-slide {
    width: auto;
    margin: 0 1.6rem;
    padding: 1.6rem;
  }
}
#index .p-voice .slider-box .slider-prev,
#index .p-voice .slider-box .slider-next {
  position: absolute;
  bottom: -1.8rem;
  transform: translateX(-50%);
  left: calc(50% - 20rem);
  width: 3.2rem;
  z-index: 2;
}
#index .p-voice .slider-box .slider-prev img,
#index .p-voice .slider-box .slider-next img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider-prev,
  #index .p-voice .slider-box .slider-next {
    left: calc(50% - 15rem);
    bottom: -1.8rem;
  }
}
#index .p-voice .slider-box .slider-prev {
  transform: translateX(-50%) rotate(-180deg);
}
#index .p-voice .slider-box .slider-next {
  left: calc(50% + 20rem);
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider-next {
    left: calc(50% + 15rem);
  }
}
#index .p-voice .slider-box .slick-dots {
  bottom: -1rem;
}
#index .p-voice .slider-box .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem;
  padding: 0;
}
#index .p-voice .slider-box .slick-dots li.slick-active button {
  background-color: #005dab;
}
#index .p-voice .slider-box .slick-dots li button {
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #005dab;
  background-color: #fff;
  border-radius: 50%;
}
#index .p-voice .slider-box .slick-dots li button::before {
  content: none;
}
#index .p-voice .slider-box .slider_item_txt-box {
  margin-top: 1.3rem;
  padding-left: 9.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider_item_txt-box {
    padding-left: 6.6rem;
  }
}
#index .p-voice .slider-box .slider_item_txt-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8rem;
  height: 8rem;
  background: url(../img/index/img_voice_man.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider_item_txt-box::before {
    width: 5.6rem;
    height: 5.6rem;
  }
}
#index .p-voice .slider-box .slider_item_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #005dab;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider_item_ttl {
    font-size: 1.8rem;
  }
}
#index .p-voice .slider-box .slider_item_name {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider_item_name {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
#index .p-voice .slider-box .slider_item_txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice .slider-box .slider_item_txt {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
#index .p-contact {
  background: linear-gradient(to bottom, #0099D9, #00EBFF);
  padding: 11.2rem 0 6.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-contact {
    background: #0098D8;
    padding: 8.2rem 0 3.2rem;
  }
}
#index .p-contact .c-secttl-box {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #index .p-contact .c-secttl-box {
    top: -5rem;
  }
}
#index .p-contact .form {
  margin: 0 auto;
  padding: 2.4rem 10rem 4rem;
  background-color: #fff;
  max-width: 100rem;
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #index .p-contact .form {
    border-radius: 1.6rem;
    padding: 0 1.6rem 3rem;
  }
}
#index .p-contact .form .wpcf7-not-valid-tip {
  display: none;
}
#index .p-contact .form.is-show .wpcf7-not-valid-tip {
  display: block;
}
#index .p-contact .form .wpcf7-spinner {
  display: none;
}
#index .p-contact .form dl .item {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item {
    display: block;
    padding: 1.3rem 0 1.6rem;
  }
}
#index .p-contact .form dl .item.-start {
  align-items: flex-start;
}
#index .p-contact .form dl .item.-start dt {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item.-start dt {
    margin-top: 0;
  }
}
#index .p-contact .form dl .item dt {
  width: 32rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#index .p-contact .form dl .item dt .required {
  background: #d00000;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem 1rem 0.4rem;
  color: #fff;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item dt .required {
    padding: 0.1rem 0.6rem;
  }
}
#index .p-contact .form dl .item dt .required.-no {
  background-color: #999999;
}
#index .p-contact .form dl .item dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item dd {
    margin-top: 0.8rem;
  }
}
#index .p-contact .form dl .item dd .txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
#index .p-contact .form dl .item dd .input-box input {
  width: 100%;
  height: 4rem;
  border: 1px solid #999999;
  border-radius: 0.5rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#index .p-contact .form dl .item dd .input-box input::placeholder {
  color: #999999;
}
#index .p-contact .form dl .item dd .textarea-box {
  position: relative;
  z-index: 1;
}
#index .p-contact .form dl .item dd .textarea-box textarea {
  width: 100%;
  height: 16rem;
  border-radius: 0.5rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid #999999;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item dd .textarea-box textarea {
    height: 16rem;
  }
}
#index .p-contact .form dl .item dd .textarea-box textarea::placeholder {
  color: #999999;
}
#index .p-contact .form dl .item dd .textarea-box .placeholder {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  pointer-events: none;
  color: #999999;
}
#index .p-contact .form dl .item dd .textarea-box .placeholder.hidden {
  display: none;
}
#index .p-contact .form dl .item dd .textarea-box.-s textarea {
  height: 8rem;
}
#index .p-contact .form dl .item dd .file-box .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item dd .file-box .wpcf7-form-control-wrap {
    font-size: 1.5rem;
  }
}
#index .p-contact .form dl .item dd .file-box ::file-selector-button,
#index .p-contact .form dl .item dd .file-box ::-webkit-file-upload-button {
  background-color: #666666;
  color: #fff;
  border: none;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  padding: 1rem 1.4rem;
  margin-right: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item dd .file-box ::file-selector-button,
  #index .p-contact .form dl .item dd .file-box ::-webkit-file-upload-button {
    padding: 0.7rem 1.2rem;
    font-size: 1.5rem;
  }
}
#index .p-contact .form dl .item.-post dd {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#index .p-contact .form dl .item.-post dd .input-box input {
  width: 16rem;
}
#index .p-contact .form dl .item.-post dd #js-zip {
  background-color: #666666;
  border: 1px solid #CCCCCC;
  width: 16rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form dl .item.-post dd #js-zip {
    font-size: 1.4rem;
  }
}
#index .p-contact .form .privacy-box {
  margin-top: 2.4rem;
}
#index .p-contact .form .privacy-box .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#index .p-contact .form .privacy-box .txt-box {
  margin: 1.8rem auto 0;
  height: 18rem;
  overflow-y: scroll;
  padding: 1.2rem 4.6rem 1.2rem 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .privacy-box .txt-box {
    height: 9.7rem;
    padding: 0.8rem 1.2rem;
  }
}
#index .p-contact .form .privacy-box .txt-box::-webkit-scrollbar {
  display: none;
}
#index .p-contact .form .privacy-box .txt-box .simplebar-scrollbar::before {
  background: #CCCCCC;
  border-radius: 10rem;
  width: 0.5rem;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .privacy-box .txt-box .simplebar-scrollbar::before {
    width: 0.4rem;
  }
}
#index .p-contact .form .privacy-box .txt-box .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#index .p-contact .form .privacy-box .txt-box .simplebar-track {
  background: #fff;
  width: 1.1rem !important;
  right: 1rem;
  height: 90%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .privacy-box .txt-box .simplebar-track {
    width: 0.6rem;
    right: 0.5rem;
  }
}
#index .p-contact .form .privacy-box .txt-box .txt {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.6666666667;
}
#index .p-contact .form .privacy-box .check-box {
  margin-top: 2rem;
  text-align: center;
}
#index .p-contact .form .privacy-box .check-box .wpcf7-not-valid-tip {
  padding-right: 8rem;
  margin-top: 1rem;
}
#index .p-contact .form .privacy-box .check-box label {
  display: block;
  text-align: center;
}
#index .p-contact .form .privacy-box .check-box label:nth-child(n+2) {
  margin-top: 0.5rem;
}
#index .p-contact .form .privacy-box .check-box label input[type=checkbox] {
  display: none;
}
#index .p-contact .form .privacy-box .check-box label input:checked + span::after {
  opacity: 1;
}
#index .p-contact .form .privacy-box .check-box label span {
  position: relative;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#index .p-contact .form .privacy-box .check-box label span a {
  color: #0098d8;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .privacy-box .check-box label span {
    padding-left: 2.5rem;
  }
}
#index .p-contact .form .privacy-box .check-box label span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #999999;
}
#index .p-contact .form .privacy-box .check-box label span::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/icon_check.svg);
  background-color: #d00000;
  opacity: 0;
}
#index .p-contact .form .privacy-box span {
	font-size: 1.6rem;
	font-weight: 600;
}
#index .p-contact .form .btn-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
	#index .p-contact .form .privacy-box span  {
		font-size: 1.4rem;
	}
  #index .p-contact .form .btn-box {
    margin-top: 1.6rem;
  }
}
#index .p-contact .form .btn-box .btn {
  width: 32rem;
  height: 6.4rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  background-color: #d00000;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #index .p-contact .form .btn-box .btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-contact .form .btn-box .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .btn-box .btn {
    width: 24rem;
  }
}
#index .p-contact .form .btn-box .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9.7rem;
  width: 3.2rem;
  height: 2.4rem;
  background: url(../img/common/icon_mail.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-contact .form .btn-box .btn::before {
    left: 5.7rem;
  }
}
#index .p-contact .form .btn-box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1.2rem;
  height: 2rem;
  background: url(../img/common/arrow_right_03.svg) no-repeat center center/contain;
}
#index .p-contact .form .btn-box .btn input {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
#index .p-contact .form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
#index .p-contact .form .wpcf7-response-output {
  display: none !important;
}/*# sourceMappingURL=index.css.map */